Upload Button Icon Add office photos

Filter interviews by

Clear (1)

Greenway Health Manager Interview Questions and Answers

Updated 16 Aug 2023

Greenway Health Manager Interview Experiences

1 interview found

Manager Interview Questions & Answers

user image Anonymous

posted on 16 Aug 2023

Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
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 - Aptitude Test 

Test requires you to demonstrate good analytical and reasoning skills. Partially mathematical and somewhat language based test.

Round 3 - HR 

(1 Question)

  • Q1. Tell me about your experience.
Round 4 - One-on-one 

(2 Questions)

  • Q1. Tell me about your work experience.
  • Q2. What was your responsibility

Interview Preparation Tips

Interview preparation tips for other job seekers - Be confident and clear in your communiction.

Interview questions from similar companies

Round 1 - One-on-one 

(1 Question)

  • Q1. What is yours short term and long-term goals 🤔

Interview Preparation Tips

Interview preparation tips for other job seekers - Be honest and be patience will giving interview
Interview experience
3
Average
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Not Selected

I applied via Referral and was interviewed in Jun 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 Resume tips
Round 2 - Aptitude Test 

Test contains 100 questions

Round 3 - Technical 

(1 Question)

  • Q1. 1. Self intro 2. About project 3.ask me to write a palindrome or not 4. He asked me to write a pyramid pattern program 5. One logical question

Interview Preparation Tips

Topics to prepare for Infor Global Solution Associate interview:
  • Prepare topics on your resume
Round 1 - One-on-one 

(1 Question)

  • Q1. Scenerio based questions
Round 2 - One-on-one 

(1 Question)

  • Q1. Technology related questions
Round 3 - One-on-one 

(1 Question)

  • Q1. SCM & manufacturing Functional consultant questions
Round 4 - One-on-one 

(1 Question)

  • Q1. ERP module questions
Round 5 - One-on-one 

(1 Question)

  • Q1. Logic based questions

Interview Preparation Tips

Interview preparation tips for other job seekers - Be confident.
Take your time in scenerio based questions.
All looks good with the interviewer.

I applied via Campus Placement and was interviewed before Oct 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 

Online Test Consists of Apptidue+Coding+SDLC concepts

Round 3 - Group Discussion 

Discussed on General Topics, it is one of the elimination round held at infor office hyderabad

Round 4 - One-on-one 

(5 Questions)

  • Q1. Asked common interview Questions , and related to project in Btech
  • Q2. Tell me about your self
  • Q3. Can you explain your final project at Btech
  • Q4. How good you are at cooding
  • Ans. 

    I am proficient in coding and have experience in various programming languages.

    • I have a degree in Computer Science and have been coding for over 5 years.

    • I am skilled in languages such as Java, Python, and C++.

    • I have developed several applications and websites, including a mobile app for a local business.

    • I am constantly learning and staying up-to-date with the latest technologies and programming languages.

  • Answered by AI
  • Q5. Can you Wire a code or algarithum for the case which we had given to you
  • Ans. 

    Yes, I can wire a code or algorithm for the given case.

    • I would need more information about the specific case to provide a detailed algorithm

    • I am proficient in multiple programming languages and can choose the best one for the task

    • I will ensure the code is efficient, scalable, and well-documented

  • Answered by AI

Interview Preparation Tips

Topics to prepare for Infor Global Solution Consultant interview:
  • SDLC
  • SQL
  • Database
  • Python
  • c
Interview preparation tips for other job seekers - Be confident at intreviews.
try to answer all questions.
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. Explain OOPS concepts
  • Ans. 

    OOPS concepts refer to Object-Oriented Programming concepts which include inheritance, encapsulation, polymorphism, and abstraction.

    • 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.

    • Polymorphism: Ability to present the same interface for different data types.

    • Abstraction: Hiding the complex implementation...

  • Answered by AI
  • Q2. Explain Hashmap internals
  • Ans. 

    HashMap is a data structure that stores key-value pairs and uses hashing to efficiently retrieve values.

    • HashMap uses an array of buckets to store key-value pairs.

    • Each bucket can store multiple entries, handling collisions with linked lists or balanced trees.

    • Hashing is used to convert keys into indices in the array, allowing for fast retrieval of values.

    • HashMap allows for constant-time operations for basic operations li...

  • Answered by AI

Skills evaluated in this interview

I applied via Naukri.com and was interviewed before Jun 2020. There were 5 interview rounds.

Interview Questionnaire 

3 Questions

  • Q1. Basic oop
  • Q2. Previous projects and walktrough of one of the project, if any
  • Q3. Basic English test on a computer

Interview Preparation Tips

Interview preparation tips for other job seekers - The first step of the interview is the basic communication skills, which is taken on computer, try to listen carefully, most of the questions are only about what you have comprehend from the automated voice when played over.

OOP is very basic, they may ask some real life examples.

If you have worked previously, they may ask you about one of your projects. What technologies have you used ans why.

I applied via Recruitment Consultant and was interviewed in Aug 2021. There were 3 interview rounds.

Interview Questionnaire 

2 Questions

  • Q1. Design based questions. Java . Deep concept and basic coding questions
  • Q2. MVC, rest api, design

Interview Preparation Tips

Interview preparation tips for other job seekers - You have to good on basic and disign minded, rest api and MVC concept

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

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

I applied via Company Website and was interviewed before Mar 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 - Technical 

(1 Question)

  • Q1. Explain your previous projects
Round 3 - Technical 

(1 Question)

  • Q1. How did you integrate MongoDB with Python in your earlier project
  • Ans. 

    I used PyMongo library to connect to MongoDB and perform CRUD operations in Python

    • Installed PyMongo library using pip

    • Created a MongoClient object to connect to the MongoDB server

    • Accessed the database and collection using the MongoClient object

    • Performed CRUD operations using the collection object

    • Used pymongo.cursor.Cursor to iterate over the query results

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Be good with the basics, you have high chance of getting selected !

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 Manager interview?
Greenway Health interview process usually has 4 rounds. The most common rounds in the Greenway Health interview process are Resume Shortlist, Aptitude Test and HR.
How to prepare for Greenway Health Manager 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 Architectural Design, Computer science, Product Design, Scrum and AWS.

Recently Viewed

PHOTOS

InsuranceDekho

3 office photos

LIST OF COMPANIES

Credit Bajaar

Overview

INTERVIEWS

Greenway Health

No Interviews

SALARIES

Knoldus Inc

INTERVIEWS

TRS Staffing Solutions

No Interviews

SALARIES

ZenTrades

REVIEWS

Wollmilchsau Technologies

No Reviews

SALARIES

Knoldus Inc

SALARIES

Greenway Health

SALARIES

Wollmilchsau Technologies

Tell us how to improve this page.

Greenway Health Manager Interview Process

based on 1 interview

Interview experience

5
  
Excellent
View more

Interview Questions from Similar Companies

Oracle Cerner Interview Questions
3.7
 • 157 Interviews
GE Healthcare Interview Questions
4.0
 • 72 Interviews
eClinicalWorks Interview Questions
3.8
 • 68 Interviews
kipi.ai Interview Questions
4.3
 • 56 Interviews
View all
Greenway Health Manager Salary
based on 5 salaries
₹14 L/yr - ₹23 L/yr
13% more than the average Manager Salary in India
View more details

Greenway Health Manager Reviews and Ratings

based on 3 reviews

2.5/5

Rating in categories

2.0

Skill development

2.8

Work-life balance

3.3

Salary

2.0

Job security

2.5

Company culture

1.5

Promotions

2.0

Work satisfaction

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