Skip to content
Related Articles
Get the best out of our app
GeeksforGeeks App
Open App
geeksforgeeks
Browser
Continue

Related Articles

Athena Health Interview Experience

Improve Article
Save Article
Like Article
Improve Article
Save Article
Like Article
In Athena Health you can apply for anyone Development or Testing(QA) jobs.

1. The first round is for checking problem solving ability. It will contain some 10 questions and no negative marks.

2. The second round is coding . the questions for coding may differ for developers and testers. I am sharing the questions that have been asked for developers
  a. For the given sudoku find whether it is valid or invalid.
       There are three things you have to check.
          i) Check whether every row is valid if anyone is invalid print it as invalid row                     and the values corresponding to that row.
          ii)Check whether every column is valid if anyone is invalid print it as invalid                      column and the values corresponding to that column.
           iii)Check whether every square is valid if anyone is invalid print it as invalid                     and the starting and ending position of that square.
        Otherwise print it as valid.
  b. For the given sentence and 2 words find the distance between 2 words.(i.e                  number of words between those 2 words in the given sentence). If those words           are not present in the sentence then print as -1.


3. It is technical round, you will be having 2 or 3 members per panel and questions may be from database,object oriented programming,operating systems, linux commands and algorithm may be asked for problems
     a. Maze problem.
     b. exchanging the numbers opposite to each other in a clock. Replace 12 by 6, 1 by 7,2 by 8 and so on. The numbers may differ. not only 12 numbers. it should be exchanged depending on the number of elements given in the circular list.


4. Tech 2 contains again questions based on your resume and project.
5. HR about your family.



If you like GeeksforGeeks and would like to contribute, you can also write an article and mail your article to contribute@geeksforgeeks.org. See your article appearing on the GeeksforGeeks main page and help other Geeks.

My Personal Notes arrow_drop_up
Last Updated : 12 Sep, 2014
Like Article
Save Article
Similar Reads