Upload Button Icon Add office photos

Filter interviews by

Greenway Health Software Development Engineer Test Interview Questions and Answers

Updated 9 Apr 2023

Greenway Health Software Development Engineer Test Interview Experiences

2 interviews found

Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Keep your resume crisp and to the point. A recruiter looks at your resume for an average of 6 seconds, make sure to leave the best impression.
View all tips
Round 2 - Aptitude Test 

Online Aptitude Test of 60 minutes duration which could indeed be difficult to crack!

Round 3 - One-on-one 

(1 Question)

  • Q1. Second is an one-on-one round where for me, questions were mostly related to my previous work experiences and real world scenarios based problems.
Round 4 - Technical 

(1 Question)

  • Q1. Last and final round was a technical round with the development manager. The questions again were mostly related to my past work and then few coding challenges, process related questions and behavioral que...

Interview Preparation Tips

Interview preparation tips for other job seekers - Be confident! Be clear with your thoughts and answers. Don't rush or stress out, just take few deep beaths and be cool & composed. Answer the questions to the best of your capabilities. Make sure you know what you have put in your resume.

I applied via Naukri.com and was interviewed in Jun 2021. There were 4 interview rounds.

Interview Questionnaire 

2 Questions

  • Q1. Mostly scenarios based questions related to testing
  • Q2. In automation, mostly CICD pipeline scenarios, jenkins, performance tool, stubbing, API interfaces

Interview Preparation Tips

Interview preparation tips for other job seekers - Interview was above average. The interviewer were knowledgeable. They didn't ask any direct questions, mostly you will face scenario based questions.

Software Development Engineer Test Interview Questions Asked at Other Companies

Q1. Tell me about yourself What is Software What is Framework What ar ... read more
Q2. What is the main difference between a computer program and comput ... read more
asked in Apple
Q3. 2. Write a code to return list of tuples where sum of tuple eleme ... read more
asked in Cyware
Q4. print the summation of all the digit until the length of the digi ... read more
asked in Apple
Q5. 1. Optimised algorithm to find given number in 2D array

Interview questions from similar companies

I applied via Campus Placement and was interviewed before Aug 2020. There were 4 interview rounds.

Interview Questionnaire 

2 Questions

  • Q1. It was mostly puzzles.
  • Q2. One algo question invoving recursive function .

Interview Preparation Tips

Interview preparation tips for other job seekers - For freshers - prepare puzzles and basic computer science fundamentals

I applied via Campus Placement and was interviewed before Jul 2020. There was 1 interview round.

Interview Questionnaire 

2 Questions

  • Q1. Check if binary tree is balanced or not.
  • Ans. 

    Check if binary tree is balanced or not.

    • A balanced binary tree has the height of left and right subtrees differ by at most 1.

    • Recursively check the height of left and right subtrees and compare.

    • Use a helper function to calculate the height of a subtree.

    • Time complexity: O(nlogn) for a balanced tree, O(n^2) for a skewed tree.

  • Answered by AI
  • Q2. Detect loops in linked list.
  • Ans. 

    Detect loops in a linked list.

    • Use two pointers, one moving at a faster pace than the other.

    • If there is a loop, the faster pointer will eventually catch up to the slower one.

    • To detect the start of the loop, reset one pointer to the head and move both pointers at the same pace.

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Interview experience was good, do your DS Algo questoin thoroughly.

Skills evaluated in this interview

I applied via Referral and was interviewed before Jul 2021. There were 3 interview rounds.

Round 1 - Coding Test 

If you are a fresher , then this is for you else almost no coding test for experienced candidates.

Round 2 - One-on-one 

(1 Question)

  • Q1. Javascript basics, Angular react general questions depends upon profile.
Round 3 - Behavioral 

(1 Question)

  • Q1. They asked general questions related to some hectic situation faced in previous company / project..

Interview Preparation Tips

Interview preparation tips for other job seekers - Be calm . Clear your basics . That's it.

I applied via Recruitment Consulltant and was interviewed before Aug 2021. There were 3 interview rounds.

Round 1 - Coding Test 

Array tasks on given platform

Round 2 - One-on-one 

(1 Question)

  • Q1. Technical questions on core java
Round 3 - One-on-one 

(1 Question)

  • Q1. About frontend technology questions

Interview Preparation Tips

Interview preparation tips for other job seekers - study every topic in detail. oops, collection, exception handling

I applied via LinkedIn and was interviewed in Sep 2022. There were 3 interview rounds.

Round 1 - Aptitude Test 

Simple aptitude questions, quantitative and qualitative questions

Round 2 - Coding Test 

1 medium coding question. Preferably write in Java. Add commands to explain your code along with time and space complexity

Round 3 - One-on-one 

(2 Questions)

  • Q1. Interview round where ask about general DSA questions, SQL along with practical questions.
  • Q2. A variant of bubble sort
  • Ans. 

    Cocktail sort is a variant of bubble sort that sorts in both directions.

    • Also known as bidirectional bubble sort or shaker sort.

    • It starts with the first element and compares it with the next one, swapping if necessary.

    • Then it moves to the last element and compares it with the previous one, swapping if necessary.

    • It continues until no more swaps are needed.

    • It is more efficient than bubble sort for large lists with many ou

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Good to have knowledge about DSA.
Writing in Java is more preferable.

Skills evaluated in this interview

Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via LinkedIn and was interviewed in Aug 2023. There were 3 interview rounds.

Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Keep your resume crisp and to the point. A recruiter looks at your resume for an average of 6 seconds, make sure to leave the best impression.
View all tips
Round 2 - Coding Test 

The test is around 1 hour. All the questions will test the aptitude and coding skills. The questions are challenging but few are easy to crack.

Round 3 - Technical 

(4 Questions)

  • Q1. Questions on the Java 8 features
  • Q2. Questions on the spring boot
  • Q3. Asked me to code on Java 8 features, Springboot
  • Q4. Questions on the restful APIs

Interview Preparation Tips

Interview preparation tips for other job seekers - The technical interview is very well conducted. They asked me on the previous work that I have done and mostly questions were asked on that. And as per coding, simple Java 8 features related question and Springboot related question were asked to me. Overall, if you have good grip on the previous work and on the technology you are applying for, you can easily crack the interview.
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via LinkedIn and was interviewed in Oct 2023. There were 4 interview rounds.

Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Keep your resume crisp and to the point. A recruiter looks at your resume for an average of 6 seconds, make sure to leave the best impression.
View all tips
Round 2 - Technical 

(1 Question)

  • Q1. Online test through the test portal. * questions were provided to solve.
Round 3 - Coding Test 

Technical discussion with Interviewer including coding test.

Round 4 - Coding Test 

Advanced coding test and technical discussion

Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-
Round 1 - One-on-one 

(2 Questions)

  • Q1. Easy question on arrays
  • Q2. Easy question on arrays and trees

Interview Preparation Tips

Interview preparation tips for other job seekers - Easy level dsa..is enough

Greenway Health Interview FAQs

How many rounds are there in Greenway Health Software Development Engineer Test interview?
Greenway Health interview process usually has 4 rounds. The most common rounds in the Greenway Health interview process are One-on-one Round, Technical and Resume Shortlist.
What are the top questions asked in Greenway Health Software Development Engineer Test interview?

Some of the top questions asked at the Greenway Health Software Development Engineer Test interview -

  1. Last and final round was a technical round with the development manager. The qu...read more
  2. In automation, mostly CICD pipeline scenarios, jenkins, performance tool, stubb...read more
  3. Mostly scenarios based questions related to test...read more

Tell us how to improve this page.

Greenway Health Software Development Engineer Test Interview Process

based on 1 interview

Interview experience

4
  
Good
View more

Interview Questions from Similar Companies

kipi.ai Interview Questions
4.1
 • 58 Interviews
Affine Interview Questions
3.3
 • 49 Interviews
Cyfuture Interview Questions
3.0
 • 45 Interviews
View all
Greenway Health Software Development Engineer Test Salary
based on 13 salaries
₹15 L/yr - ₹24 L/yr
53% more than the average Software Development Engineer Test Salary in India
View more details

Greenway Health Software Development Engineer Test Reviews and Ratings

based on 3 reviews

3.5/5

Rating in categories

3.0

Skill development

4.0

Work-life balance

3.8

Salary

2.5

Job security

3.0

Company culture

2.5

Promotions

3.3

Work satisfaction

Explore 3 Reviews and Ratings
Software Engineer
92 salaries
unlock blur

₹5 L/yr - ₹18.3 L/yr

Associate Software Engineer
42 salaries
unlock blur

₹5.9 L/yr - ₹8 L/yr

Revenue Analyst
32 salaries
unlock blur

₹4.5 L/yr - ₹6.2 L/yr

Senior Analyst
32 salaries
unlock blur

₹5.2 L/yr - ₹7.5 L/yr

Senior Software Engineer
31 salaries
unlock blur

₹16 L/yr - ₹27 L/yr

Explore more salaries
Compare Greenway Health with

Medcode

4.5
Compare

Maxgen Technologies

4.6
Compare

Cyfuture

3.0
Compare

Value Point Systems

3.6
Compare
Did you find this page helpful?
Yes No
write
Share an Interview