Upload Button Icon Add office photos

Filter interviews by

Clear (1)

Greenway Health Software Engineer Interview Questions and Answers

Updated 25 Oct 2023

Greenway Health Software Engineer Interview Experiences

4 interviews found

Software Engineer Interview Questions & Answers

user image Khushi Mishra

posted on 20 Oct 2023

Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Double-check your resume for any spelling mistakes. The recruiter may consider spelling mistakes as careless behavior or poor communication skills.
View all Resume tips
Round 2 - Aptitude Test 

Average questions not so tough but time span was less

Round 3 - Technical 

(2 Questions)

  • Q1. Average questions were asked
  • Q2. Difference between post and get apk
  • Ans. 

    POST is used to send data to a server to create/update a resource, while GET is used to request data from a server.

    • POST is used to create or update a resource on the server

    • GET is used to request data from the server

    • POST requests are not cached by the browser

    • GET requests can be cached by the browser

    • POST requests have a limit on the amount of data that can be sent

    • GET requests have a limit on the length of the URL

  • Answered by AI

Skills evaluated in this interview

Interview experience
3
Average
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Approached by Company and was interviewed before Oct 2022. 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 Resume tips
Round 2 - Aptitude Test 

General analytics containing puzzle patterns

Round 3 - Technical 

(1 Question)

  • Q1. Angular types riot related sorting question

Software Engineer Interview Questions Asked at Other Companies

asked in Qualcomm
Q1. Bridge and torch problem : Four people come to a river in the nig ... read more
asked in Capgemini
Q2. In a dark room,there is a box of 18 white and 5 black gloves. You ... read more
asked in TCS
Q3. Find the Duplicate Number Problem Statement Given an integer arra ... read more
Q4. Tell me something about yourself. Define encapsulation. What is i ... read more
asked in Paytm
Q5. Puzzle : 100 people are standing in a circle .each one is allowed ... read more

Interview Questionnaire 

1 Question

  • Q1. 1. Difference between final, finally and finalize
  • Ans. 

    final is a keyword used to declare a variable constant, finally is a block of code that executes regardless of exception, finalize is a method called by garbage collector before destroying an object.

    • final is used to declare a variable constant

    • finally is a block of code that executes regardless of exception

    • finalize is a method called by garbage collector before destroying an object

  • Answered by AI

Skills evaluated in this interview

I applied via LinkedIn and was interviewed before Aug 2021. 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 Resume tips
Round 2 - Aptitude Test 

It has aptitude test. They will provide some material to prepare.

Round 3 - Technical 

(2 Questions)

  • Q1. Basic Coding concepts
  • Q2. Healthcare domain concepts
Round 4 - HR 

(1 Question)

  • Q1. Salary discussion round

Interview Preparation Tips

Interview preparation tips for other job seekers - Take some healthcare domain knowledge and you will pass the interview.

Greenway Health interview questions for designations

 Associate Software Engineer

 (5)

 Software Development Engineer Test

 (2)

 Data Engineer

 (1)

 Assistant System Engineer

 (1)

 Product Owner

 (3)

 Technical Specialist

 (1)

Interview questions from similar companies

I applied via Campus Placement and was interviewed before Oct 2020. There were 3 interview rounds.

Interview Questionnaire 

3 Questions

  • Q1. Sql concepts Basic networking
  • Q2. Oops concepts
  • Q3. Networking commands

Interview Preparation Tips

Interview preparation tips for other job seekers - Have confidence and good communication.

I applied via Campus Placement and was interviewed before Nov 2021. 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 Resume tips
Round 2 - Aptitude Test 

There are 30 basic aptitude question in 30 minutes

Round 3 - Coding Test 

3 coding question 2 were easy and 1 was of medium level

Interview Preparation Tips

Interview preparation tips for other job seekers - i was not selected in HR round . they select only two girls out 15 students
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Campus Placement and was interviewed in Jun 2023. There were 4 interview rounds.

Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Don’t add your photo or details such as gender, age, and address in your resume. These details do not add any value.
View all Resume tips
Round 2 - One-on-one 

(2 Questions)

  • Q1. Asked to design airport tracking system
  • Q2. Basic OOPs concepts questions
Round 3 - Technical 

(2 Questions)

  • Q1. High level OOPs concept questions and was asked to write psuedo code for a problem
  • Q2. Asked about Djikstras algo and was asked psuedo code for it
Round 4 - HR 

(1 Question)

  • Q1. Basic HR questions, very chill
Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
Selected Selected
Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Properly align and format text in your resume. A recruiter will have to spend more time reading poorly aligned text, leading to high chances of rejection.
View all Resume tips
Round 2 - Aptitude Test 

Basic 10th standard level aptitude problem

Round 3 - Coding Test 

Basic very easy level questions

Round 4 - One-on-one 

(4 Questions)

  • Q1. Thorough with the basic knowledge of CS fundamentals
  • Q2. 1. coding question - count the frequency of all chars in a word. 2. ACID properties. 3. swap 2 numbers without using any extra variable.
  • Ans. 

    Count frequency of characters in a word, explain ACID properties, swap 2 numbers without extra variable.

    • To count frequency of characters in a word, create a hashmap to store character counts.

    • ACID properties in database: Atomicity, Consistency, Isolation, Durability.

    • To swap 2 numbers without extra variable, use XOR operation: a = a ^ b, b = a ^ b, a = a ^ b.

    • Example: word = 'hello', frequency = {'h': 1, 'e': 1, 'l': 2, '

  • Answered by AI
  • Q3. What will be your first step if client reports any issue
  • Ans. 

    My first step would be to gather more information about the issue from the client.

    • Ask the client to provide specific details about the issue such as when it occurred, what actions were taken before the issue occurred, and any error messages received.

    • Try to replicate the issue on a test environment to understand the root cause.

    • Communicate with the client to keep them updated on the progress and potential solutions.

    • Prior...

  • Answered by AI
  • Q4. Try to reproduce the issue

Skills evaluated in this interview

Interview experience
3
Average
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Selected Selected

I applied via Approached by Company and was interviewed in Aug 2023. There were 5 interview rounds.

Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Double-check your resume for any spelling mistakes. The recruiter may consider spelling mistakes as careless behavior or poor communication skills.
View all Resume tips
Round 2 - Technical 

(2 Questions)

  • Q1. Resume, past experience based questions
  • Q2. Past projects accomplishments
Round 3 - Technical 

(1 Question)

  • Q1. Scenario based questions
Round 4 - Technical 

(1 Question)

  • Q1. Technology based questions
Round 5 - HR 

(1 Question)

  • Q1. Feedback of all previous rounds

I applied via Campus Placement and was interviewed before Sep 2021. 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 Resume tips
Round 2 - Aptitude Test 

Math and verbal round .

Round 3 - Group Discussion 

General topics to speak

Round 4 - Technical 

(1 Question)

  • Q1. Duplicates in array College Projects Hashmap implementation
  • Ans. 

    Implement a function to find duplicates in an array of strings using Hashmap.

    • Create a Hashmap to store the frequency of each string in the array

    • Iterate through the array and check if the frequency of any string is greater than 1

    • If yes, add it to the list of duplicates

    • Return the list of duplicates

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Answer what you know, be genuine and honest

Skills evaluated in this interview

Contribute & help others!
anonymous
You can choose to be anonymous

Greenway Health Interview FAQs

How many rounds are there in Greenway Health Software Engineer interview?
Greenway Health interview process usually has 3-4 rounds. The most common rounds in the Greenway Health interview process are Resume Shortlist, Aptitude Test and Technical.
How to prepare for Greenway Health Software Engineer interview?
Go through your CV in detail and study all the technologies mentioned in your CV. Prepare at least two technologies or languages in depth if you are appearing for a technical interview at Greenway Health. The most common topics and skills that interviewers at Greenway Health expect are SQL, Coding, Javascript, AWS and Ajax.
What are the top questions asked in Greenway Health Software Engineer interview?

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

  1. 1. Difference between final, finally and finali...read more
  2. Difference between post and get ...read more
  3. Angular types riot related sorting quest...read more

Recently Viewed

PHOTOS

InsuranceDekho

3 office photos

LIST OF COMPANIES

Credit Bajaar

Overview

INTERVIEWS

Knoldus Inc

No Interviews

INTERVIEWS

Knoldus Inc

No Interviews

INTERVIEWS

Greenway Health

No Interviews

SALARIES

Sun Pharmaceutical Industries

INTERVIEWS

Greenway Health

No Interviews

SALARIES

Wollmilchsau Technologies

SALARIES

Wollmilchsau Technologies

DESIGNATION

Tell us how to improve this page.

Greenway Health Software Engineer Interview Process

based on 3 interviews

3 Interview rounds

  • Resume Shortlist Round
  • Aptitude Test Round
  • Technical Round
View more
Greenway Health Software Engineer Salary
based on 93 salaries
₹5 L/yr - ₹20 L/yr
38% more than the average Software Engineer Salary in India
View more details

Greenway Health Software Engineer Reviews and Ratings

based on 11 reviews

3.3/5

Rating in categories

2.1

Skill development

2.9

Work-life balance

2.5

Salary

1.6

Job security

2.7

Company culture

2.0

Promotions

2.4

Work satisfaction

Explore 11 Reviews and Ratings
Software Engineer
93 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Associate Software Engineer
42 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Senior Analyst
32 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Senior Software Engineer
31 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Revenue Analyst
27 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Explore more salaries
Compare Greenway Health with

Oracle Cerner

3.7
Compare

Veradigm

4.0
Compare

Athenahealth Technology

4.2
Compare

McKesson

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