Upload Button Icon Add office photos

Filter interviews by

Press Ganey Interview Questions and Answers

Updated 26 Sep 2024

Press Ganey Interview Experiences

Popular Designations

5 interviews found

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

First they take aptitude test and after that 2 technical interview

Round 2 - Technical 

(2 Questions)

  • Q1. Reverse array java code
  • Q2. Linear search algorithm
  • Ans. 

    Linear search algorithm is a simple search algorithm that sequentially checks each element in a list until a match is found.

    • Iterate through each element in the array

    • Compare the current element with the target value

    • Return the index if a match is found, otherwise return -1

  • Answered by AI

Skills evaluated in this interview

Software Engineer Trainee Interview Questions asked at other Companies

Q1. Palindromic Linked List Problem Statement Given a singly linked list of integers, determine if it is a palindrome. Return true if it is a palindrome, otherwise return false. Example: Input: 1 -> 2 -> 3 -> 2 -> 1 -> NULL Outpu... read more
View answer (1)
Interview experience
1
Bad
Difficulty level
-
Process Duration
More than 8 weeks
Result
No response
Round 1 - Technical 

(2 Questions)

  • Q1. Python Fundamentals DB questions OOPs
  • Q2. Interviewee itself not aware of technical knowledge. They only know how to speak a High level topic name.
Round 2 - Technical 

(1 Question)

  • Q1. OOPs Problem solving Questions Scenarios Based questions
Round 3 - Technical 

(1 Question)

  • Q1. Don't want to add as interviewee not aware of anything technical.

Interview Preparation Tips

Interview preparation tips for other job seekers - 1. Worst interview experience.
2. Keep on rescheduling the interviews
3. Unprofessional interviewee
4. No standard protocols maintained
5. They always have doubts on candidates
6. Keep on taking more and more rounds without base
7. Never recommended for any sob seekers, they will play with your time
8. Never ever waste your time giving interviews
9. Candidates kindly skip calls or interview schedules from this Company-Press Ganey(Binary Fountain Solutions private Limited)
10. Skip calls from Press Ganey or Binary Fountain Solutions Private Limited, they will bring bad luck... please skip it its a request and suggestion.

Python Software Developer Interview Questions asked at other Companies

Q1. What is the purpose of using the super keyword, Inheritance in Python
View answer (1)
Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-
Round 1 - One-on-one 

(1 Question)

  • Q1. Reason to change current job

Support Analyst Interview Questions asked at other Companies

Q1. How many DFF can be used for GL Accounting Segment.
View answer (1)
Interview experience
4
Good
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Recruitment Consulltant and was interviewed in Apr 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 - Technical 

(2 Questions)

  • Q1. Questions on kubernetes
  • Q2. Question on aws
Round 3 - One-on-one 

(1 Question)

  • Q1. Questions on can you work in rotation shifts

Interview Preparation Tips

Interview preparation tips for other job seekers - First round was technical felt easy. Second was kinda managerial round.

Software Engineer Interview Questions asked at other Companies

Q1. Bridge and torch problem : Four people come to a river in the night. There is a narrow bridge, but it can only hold two people at a time. They have one torch and, because it's night, the torch has to be used when crossing the bridge. Person... read more
View answer (203)

Press Ganey interview questions for popular designations

 Software Engineer

 (2)

 Software Engineer Trainee

 (1)

 Python Software Developer

 (1)

 Support Analyst

 (1)

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

I was interviewed in May 2023.

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. Basic questions about .net
Round 3 - HR 

(1 Question)

  • Q1. Hr sir explained about the role and the company details
Round 4 - Technical 

(1 Question)

  • Q1. Deep discussion on .net and logic programming coding

Software Engineer Interview Questions asked at other Companies

Q1. Bridge and torch problem : Four people come to a river in the night. There is a narrow bridge, but it can only hold two people at a time. They have one torch and, because it's night, the torch has to be used when crossing the bridge. Person... read more
View answer (203)

Interview questions from similar companies

I applied via Walk-in and was interviewed before Jul 2021. There was 1 interview round.

Round 1 - Technical 

(1 Question)

  • Q1. .net questions - routing in asp.net MVC ?

Interview Preparation Tips

Interview preparation tips for other job seekers - Nothing . Prepare well for interview on .Net technology stack

I applied via Campus Placement and was interviewed before Jan 2021. There were 2 interview rounds.

Round 1 - Aptitude Test 

Good

Round 2 - Technical 

(1 Question)

  • Q1. Basic question from C++.Some questions from Data structure and computer architecture.

Interview Preparation Tips

Topics to prepare for TCS Software Engineer interview:
  • C++
Interview preparation tips for other job seekers - Prepare well. Aptitude is not very easy so you have to prepare well.

I was interviewed before Jun 2021.

Round 1 - Coding Test 

(2 Questions)

Round duration - 180 minutes
Round difficulty - Easy

It was an mcq + coding round. There were aptitude and ouput based question in mcq. And coding questions were easy

  • Q1. 

    Find the Duplicate Number Problem Statement

    Given an integer array 'ARR' of size 'N' containing numbers from 0 to (N - 2). Each number appears at least once, and there is one number that appears twice. Yo...

  • Ans. 

    Find the duplicate number in an array of integers from 0 to (N-2).

    • Iterate through the array and keep track of the frequency of each number using a hashmap.

    • Return the number with a frequency greater than 1 as the duplicate number.

    • Time complexity can be optimized to O(N) using Floyd's Tortoise and Hare algorithm.

  • Answered by AI
  • Q2. 

    Reverse String Operations Problem Statement

    You are provided with a string S and an array of integers A of size M. Your task is to perform M operations on the string as specified by the indices in array A...

  • Ans. 

    Given a string and an array of indices, reverse substrings based on the indices to obtain the final string.

    • Iterate through the array of indices and reverse the substrings accordingly

    • Ensure the range specified by each index is non-empty

    • Return the final string after all operations are completed

  • Answered by AI
Round 2 - Video Call 

Round duration - 60 Minutes
Round difficulty - Easy

It was technical + hr round. there were 2 people as interviewer. They stated from intro and asked some basic puzzles and hr questions. After that they asked about my projects, technologies and some ds algo and dbms questions.

Interview Preparation Tips

Eligibility criterianaAccenture interview preparation:Topics to prepare for the interview - Data Structures, Pointers, OOPS, System Design, Algorithms, Dynamic ProgrammingTime required to prepare for the interview - 6 MonthsInterview preparation tips for other job seekers

Tip 1 : Practice aptitude
Tip 2 : Focus on practicing coding
Tip 3 : Learn from mistakes

Application resume tips for other job seekers

Tip 1 : Mention some projects that you have done
Tip 2 : Try to have skills that are required for the role

Final outcome of the interviewSelected

Skills evaluated in this interview

Interview Questionnaire 

1 Question

  • Q1. Mostly related to the technology I applied for. Some coding related questions. Questions related to our expertise to test us.

I applied via Company Website and was interviewed before Oct 2019. There were 4 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. Basics of c, matrix multiplication, sql,he said to write group by query and swapping program without using third variable

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare well with basics of the mentioned languages in the resume.

Press Ganey Interview FAQs

How many rounds are there in Press Ganey interview?
Press Ganey interview process usually has 2-3 rounds. The most common rounds in the Press Ganey interview process are Technical, Resume Shortlist and One-on-one Round.
How to prepare for Press Ganey 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 Press Ganey. The most common topics and skills that interviewers at Press Ganey expect are Healthcare, Performance improvement, Investigation, Legal and Testing.
What are the top questions asked in Press Ganey interview?

Some of the top questions asked at the Press Ganey interview -

  1. linear search algori...read more
  2. Interviewee itself not aware of technical knowledge. They only know how to spea...read more
  3. Don't want to add as interviewee not aware of anything technic...read more

Tell us how to improve this page.

Press Ganey Interview Process

based on 5 interviews

Interview experience

3.6
  
Good
View more

Interview Questions from Similar Companies

TCS Interview Questions
3.7
 • 10.4k Interviews
Accenture Interview Questions
3.8
 • 8.1k Interviews
Oracle Cerner Interview Questions
3.7
 • 157 Interviews
UKG Interview Questions
3.1
 • 100 Interviews
Veradigm Interview Questions
4.0
 • 41 Interviews
Medallia Interview Questions
4.1
 • 3 Interviews
NRC Health Interview Questions
5.0
 • 1 Interview
McKesson Interview Questions
4.5
 • 1 Interview
View all

Press Ganey Reviews and Ratings

based on 14 reviews

3.7/5

Rating in categories

3.7

Skill development

3.6

Work-life balance

3.4

Salary

3.1

Job security

3.5

Company culture

2.9

Promotions

3.3

Work satisfaction

Explore 14 Reviews and Ratings
Software Engineer
12 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Support Analyst
8 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Analyst
5 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Quality Analyst
5 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Senior Consultant
4 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Explore more salaries
Compare Press Ganey with

NRC Health

5.0
Compare

Health Catalyst

3.9
Compare

Qualtrics XM

2.2
Compare

Medallia

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