Upload Button Icon Add office photos

Filter interviews by

Greenway Health Associate Software Engineer Interview Questions and Answers

Updated 7 Aug 2024

Greenway Health Associate Software Engineer Interview Experiences

5 interviews found

Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Aptitude Test 

Interview was conducted using CCAT where questions are based on logical thinking

Round 2 - Technical 

(2 Questions)

  • Q1. What is oops and explain types
  • Ans. 

    OOPs stands for Object-Oriented Programming. There are four main types: Inheritance, Encapsulation, Abstraction, and Polymorphism.

    • Inheritance: Allows a class to inherit properties and behavior from another class.

    • Encapsulation: Bundling data and methods that operate on the data into a single unit.

    • Abstraction: Hiding the complex implementation details and showing only the necessary features of an object.

    • Polymorphism: All...

  • Answered by AI
  • Q2. Angular JS and its applications
  • Ans. 

    AngularJS is a JavaScript framework used for building dynamic web applications.

    • AngularJS allows for the creation of single-page applications.

    • It provides data binding and dependency injection to simplify development.

    • Directives in AngularJS extend HTML with new attributes and elements.

    • Services in AngularJS are singleton objects that can be used across the application.

    • Examples of AngularJS applications include Gmail, YouT

  • Answered by AI

Skills evaluated in this interview

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

I applied via Company Website and was interviewed in May 2024. There were 3 interview rounds.

Round 1 - HR 

(1 Question)

  • Q1. Basics questions about you
Round 2 - Aptitude Test 

Aptitude, reasoning, Logical

Round 3 - One-on-one 

(1 Question)

  • Q1. .Net Questions,Angular,Previous Companies

Associate Software Engineer Interview Questions Asked at Other Companies

asked in Accenture
Q1. Triplets with Given Sum Problem Given an array or list ARR consis ... read more
Q2. Intersection of Two Arrays II Given two integer arrays ARR1 and A ... read more
asked in Clarivate
Q3. Best Time to Buy and Sell Stock II Problem Statement Given the st ... read more
Q4. Ninja and Alternating Largest Problem Statement Ninja is given a ... read more
asked in CGI Group
Q5. Frog Jump Problem Statement A frog is positioned on the first ste ... read more
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
No response

I applied via Naukri.com and was interviewed in Mar 2024. There were 2 interview rounds.

Round 1 - Aptitude Test 

Basic logical reasoning and verbal understanding with quick witted calculations involved.

Round 2 - Technical 

(1 Question)

  • Q1. OOPs Boxing vs Unboxing Find 2nd highest salary Joins Lifecycle hooks Write the code written in constructor while calling an API with the service.
  • Ans. 

    The question covers topics like OOPs, boxing vs unboxing, finding the 2nd highest salary, joins, lifecycle hooks, and calling an API with a service in the constructor.

    • Boxing vs unboxing: Boxing is the process of converting a value type to a reference type, while unboxing is the opposite. Example: int i = 10; object obj = i; // boxing int j = (int)obj; // unboxing

    • Finding 2nd highest salary: Use SQL query like 'SELECT MA...

  • Answered by AI

Skills evaluated in this interview

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

I appeared for an interview in Jan 2024.

Round 1 - Aptitude Test 

Even that company have no clue why are they conducting that aptitude round

Round 2 - Technical 

(1 Question)

  • Q1. Opps concepts,SQL
Round 3 - HR 

(1 Question)

  • Q1. General questions ,salary discussion

Greenway Health interview questions for designations

 Software Engineer

 (4)

 Software Development Engineer Test

 (2)

 Data Engineer

 (1)

 Assistant System Engineer

 (1)

 Product Owner

 (3)

 Technical Specialist

 (1)

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

I applied via Campus Placement and was interviewed before Jul 2022. 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 - Aptitude Test 

UCAT aptitude test. 50 question in 20 minutes

Round 3 - Coding Test 

Hackerrank Coding Test. You will have 19 multiple choice question and 1 coding

Round 4 - HR 

(2 Questions)

  • Q1. Basic about company vision and mission and
  • Q2. They will discuss about salary and help on onboarding process

Interview questions from similar companies

Interview experience
5
Excellent
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
No response

I applied via Campus Placement and was interviewed in Sep 2023. There were 2 interview rounds.

Round 1 - Aptitude Test 

Quant, logical reasoning, mathematics

Round 2 - Technical 

(2 Questions)

  • Q1. Access modifiers
  • Q2. Diff between abstract class and interface Difference between array and array list Difference between method overloading and overriding Pillars of oops Deadlock Normalisation
  • Ans. 

    Abstract class is a class with abstract methods, interface is a contract with only abstract methods. Array is fixed size, ArrayList is dynamic. Method overloading is same method with different parameters, overriding is redefining a method. OOP pillars are inheritance, encapsulation, polymorphism, abstraction. Deadlock is a situation where two or more processes are unable to proceed because each is waiting for the other...

  • Answered by AI

Skills evaluated in this interview

Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Aptitude Test 

Easy applitute question with 1 coding question at the end

Round 2 - Technical 

(3 Questions)

  • Q1. String builder vs string buffer
  • Ans. 

    String builder is faster but not thread-safe, while string buffer is slower but thread-safe.

    • String builder is recommended for single-threaded applications for better performance.

    • String buffer is recommended for multi-threaded applications to ensure thread safety.

    • Example: StringBuilder sb = new StringBuilder(); StringBuffer sbf = new StringBuffer();

  • Answered by AI
  • Q2. Final keyword in oops
  • Ans. 

    The final keyword in OOP is used to restrict the user from changing the value of a variable, overriding a method, or inheriting from a class.

    • Final variable: value cannot be changed once assigned

    • Final method: cannot be overridden in child classes

    • Final class: cannot be inherited by other classes

  • Answered by AI
  • Q3. Bsf graph explanation
  • Ans. 

    BSF graph explanation

    • BFS (Breadth-First Search) is a graph traversal algorithm that explores all the neighbor nodes at the present depth before moving on to the nodes at the next depth.

    • It uses a queue data structure to keep track of the nodes to visit next.

    • BFS is often used to find the shortest path in an unweighted graph.

    • Example: BFS can be used to find the shortest path in a maze from the starting point to the exit.

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Nice interview

Skills evaluated in this interview

Interview experience
4
Good
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Campus Placement and was interviewed in Aug 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 - Aptitude Test 

It contains 60 questions solve in 60 minutes and 1 coding questions simply debug extra 15 minutes are given

Round 3 - Technical 

(1 Question)

  • Q1. 7 to 8 minut google meet technical interview about your project, sql and basics of your main language
Round 4 - HR 

(1 Question)

  • Q1. It just normal interview
Interview experience
5
Excellent
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Campus Placement and was interviewed in Sep 2023. There were 3 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 tips
Round 2 - Coding Test 

There was an OA which comprised of Aptitude questions, as well as Technical questions. And, there was a single coding question(Basic level)

Round 3 - Technical 

(2 Questions)

  • Q1. This round was with the CTO of the company and manager, and CHRO of the company. Questions related to project were asked.
  • Q2. Tell me something that is not there in your resume. Describe any one of your project in detail What is S3 architecture? Difference between GET and POST Describe HTTP Response

Interview Preparation Tips

Interview preparation tips for other job seekers - Be well versed with your projects and hackathon experience is good to have. No matter you won or lost in hackathon, describe your experience about building something different and unique from scratch. Don't just copy-paste projects from yt. Recruiters will hate it. Try to add unique projects to your resume.
Interview experience
4
Good
Difficulty level
Easy
Process Duration
2-4 weeks
Result
No response

I applied via Campus Placement and was interviewed in Sep 2023. There were 2 interview rounds.

Round 1 - Aptitude Test 

It was online assessment

Round 2 - Technical 

(5 Questions)

  • Q1. Questions were mainly from oops c++ and database management
  • Q2. What is four pillars of oops. What is array and vector. Implement queue using stack. Project based questions.
  • Ans. 

    The four pillars of OOP are encapsulation, inheritance, polymorphism, and abstraction. Arrays are fixed-size data structures, while vectors are dynamic arrays. A queue can be implemented using two stacks.

    • Encapsulation: Bundling data and methods that operate on the data into a single unit.

    • Inheritance: Creating new classes based on existing classes, inheriting their attributes and methods.

    • Polymorphism: Objects of differe...

  • Answered by AI
  • Q3. Four pillars of opps
  • Ans. 

    The four pillars of object-oriented programming are encapsulation, inheritance, polymorphism, and abstraction.

    • Encapsulation: Bundling data and methods that operate on the data into a single unit.

    • Inheritance: Allowing a new class to inherit properties and behavior from an existing class.

    • Polymorphism: The ability for objects of different classes to respond to the same message.

    • Abstraction: Hiding the complex implementatio...

  • Answered by AI
  • Q4. What is dbms explain
  • Ans. 

    DBMS stands for Database Management System. It is a software system that allows users to define, create, maintain and control access to databases.

    • DBMS is a software system that manages databases.

    • It allows users to define, create, maintain, and control access to databases.

    • DBMS provides tools for data manipulation, retrieval, and security.

    • Examples of DBMS include MySQL, Oracle, SQL Server, and PostgreSQL.

  • Answered by AI
  • Q5. What isSQL.and some queries

Skills evaluated in this interview

Greenway Health Interview FAQs

How many rounds are there in Greenway Health Associate Software Engineer interview?
Greenway Health interview process usually has 2-3 rounds. The most common rounds in the Greenway Health interview process are Aptitude Test, Technical and HR.
How to prepare for Greenway Health Associate 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 Ajax, Coding, Database Design, Front End and LINQ.
What are the top questions asked in Greenway Health Associate Software Engineer interview?

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

  1. OOPs Boxing vs Unboxing Find 2nd highest salary Joins Lifecycle hooks Write the...read more
  2. What is oops and explain ty...read more
  3. Angular JS and its applicati...read more

Tell us how to improve this page.

Greenway Health Associate Software Engineer Interview Process

based on 6 interviews

2 Interview rounds

  • Aptitude Test Round
  • Technical Round
View more
Greenway Health Associate Software Engineer Salary
based on 42 salaries
₹5.9 L/yr - ₹8 L/yr
23% more than the average Associate Software Engineer Salary in India
View more details

Greenway Health Associate Software Engineer Reviews and Ratings

based on 11 reviews

2.6/5

Rating in categories

2.5

Skill development

2.8

Work-life balance

3.4

Salary

1.9

Job security

2.9

Company culture

2.4

Promotions

2.5

Work satisfaction

Explore 11 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