Upload Button Icon Add office photos

Filter interviews by

Good Health Tpa Services Interview Questions and Answers

Updated 31 Oct 2023

Good Health Tpa Services Interview Experiences

Popular Designations

4 interviews found

CRM Executive Interview Questions & Answers

user image Anonymous

posted on 31 Oct 2023

Interview experience
1
Bad
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Referral and was interviewed before Oct 2022. There were 2 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 - Behavioral 

(2 Questions)

  • Q1. How much experience do you have?
  • Q2. Anything know about insurance?
  • Ans. 

    Insurance is a financial product that provides protection against specific risks in exchange for payment of a premium.

    • Insurance is a contract between the insurer and the insured, where the insurer agrees to compensate the insured for specified losses.

    • Types of insurance include life insurance, health insurance, auto insurance, and property insurance.

    • Insurance premiums are typically paid on a regular basis to maintain co...

  • Answered by AI

Interview Preparation Tips

Topics to prepare for Good Health Tpa Services CRM Executive interview:
  • Health Insurance
Interview preparation tips for other job seekers - In GHPL, In this you cannot resign easily because they will not understand your problem or the attendance format is also useless, they will deduct your leaves.
My exit experience is worst because I wasn't able to serve notice period because I was out of town but they make it difficult for me. Till now I'm facing lot of problems because of GHPL.

CRM Executive Interview Questions asked at other Companies

Q1. What is the key quality that a CRM executive should have ??
View answer (2)
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 - HR 

(4 Questions)

  • Q1. What are your salary expectations?
  • Q2. Why should we hire you?
  • Q3. Why are you looking for a change?
  • Q4. Tell me about yourself.

Interview Preparation Tips

Interview preparation tips for other job seekers - Keep updated knowledge of Insurance and Claims

Senior Executive - CRM Interview Questions asked at other Companies

Q1. What do you know about customer success
View answer (1)

I applied via Naukri.com and was interviewed in Jul 2021. There were 3 interview rounds.

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 tips
Round 2 - HR 

(2 Questions)

  • Q1. Why should we hire you?
  • Q2. Tell me about yourself.
Round 3 - Case Study 

Interview Preparation Tips

Interview preparation tips for other job seekers - This is my first interview in my life as i got selected in the first interview

Claims Executive Interview Questions asked at other Companies

Q1. Procedure how you do Survey ?? If there is scratch on headlight but insured demanding then what will you do and damages are relvant with cause of loss.
View answer (3)

Assistant Manager - NSP Interview Questions & Answers

user image Anonymous

posted on 9 Nov 2021

I applied via Company Website and was interviewed in May 2021. There was 1 interview round.

Interview Questionnaire 

2 Questions

  • Q1. Regarding Empanelments, Mandate docs for empanelments
  • Q2. MS Office skills and formulas

Interview Preparation Tips

Interview preparation tips for other job seekers - Interviewer tested both my knowledge and communication skills. Most of the questions were related to empanelments.

Good Health Tpa Services interview questions for popular designations

 Claims Executive

 (1)

 CRM Executive

 (1)

 Senior Executive - CRM

 (1)

Interview questions from similar companies

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

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

Round 1 - One-on-one 

(2 Questions)

  • Q1. What factors influenced your decision to choose this company?
  • Q2. What is the total number of employees in the company?
Round 2 - HR 

(2 Questions)

  • Q1. Any insurance company work with you
  • Q2. What are your salary expectations?

Interview Preparation Tips

Interview preparation tips for other job seekers - To prepare for a call center interview, concentrate on the following areas: \n\n- Call Center Skills: Customer service, communication, and problem-solving\n- Industry-Specific Knowledge: Understanding financial services and products/services\n- Software and Technical Skills: Proficiency in CRM software and call center technology\n- Soft Skills: Effective time management and teamwork\n\nConsider taking online courses on platforms such as:\n\n- Coursera\n- Udemy\n- LinkedIn Learning\n\nPractice through methods like:\n\n- Mock interviews\n- Role-playing scenarios\n- Researching the company
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I was interviewed in Jan 2025.

Round 1 - One-on-one 

(2 Questions)

  • Q1. Experience of jobs?
  • Q2. What is general insurance

Senior Data Analyst Interview Questions & Answers

Chubb user image manthena saivarma

posted on 19 Oct 2024

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

I applied via Naukri.com and was interviewed in Sep 2024. There were 3 interview rounds.

Round 1 - Coding Test 

5 sql coding questions from hacker rank. Basic sql questions, if you are experienced you will solve them in 15 to 20 min

Round 2 - Technical 

(4 Questions)

  • Q1. How do you seperate name from emails for example *****,***** etc.. We need to get name form those mails in sql
  • Ans. 

    Use SQL string functions like SUBSTRING and CHARINDEX to separate name from emails.

    • Use CHARINDEX to find the position of the '@' symbol in the email address.

    • Use SUBSTRING to extract the characters before the '@' symbol as the name.

    • Consider handling cases where there are multiple names or special characters in the email address.

  • Answered by AI
  • Q2. There is a table matches which has team 1,team 2 and winner columns. Sample data like ind pak pak and pak ind ind and sl ban sl. So a team can play mutliple matches. Final output should be team, no of matc...
  • Ans. 

    Calculate the number of matches won and lost by each team based on the given data in the matches table.

    • Group the data by team and count the number of matches won and lost for each team.

    • Use the winner column to determine the outcome of each match.

    • Create a query to calculate the number of matches won and lost for each team.

    • Example: Team A won 2 matches and lost 1 match.

    • Example: Team B won 1 match and lost 2 matches.

  • Answered by AI
  • Q3. Table a has 1, 1,0,0,null and table b has 1,0,null,null. Resultant rows for all joins
  • Ans. 

    The resultant rows for all joins between table a and table b with given values.

    • Inner join: 1

    • Left join: 1, 1, 0, 0, null

    • Right join: 1, 0, null, null

    • Full outer join: 1, 1, 0, 0, null, null

  • Answered by AI
  • Q4. Explain primary and secondary indexing. And more questions on indexing
Round 3 - Technical 

(3 Questions)

  • Q1. Explain about your projects
  • Ans. 

    I have worked on various projects involving data analysis, visualization, and predictive modeling.

    • Developed predictive models to forecast sales trends and customer behavior

    • Created interactive dashboards using Tableau for data visualization

    • Performed data cleaning and preprocessing to ensure accuracy and consistency

    • Utilized machine learning algorithms such as regression and clustering for analysis

    • Collaborated with cross-...

  • Answered by AI
  • Q2. Follow up questions on projects
  • Q3. Write a query to seperate first name, midle name and last name from full name in sql
  • Ans. 

    Use SUBSTRING_INDEX function in SQL to separate first name, middle name, and last name from full name.

    • Use SUBSTRING_INDEX function to extract first name by specifying space as delimiter

    • Use SUBSTRING_INDEX function to extract last name by specifying space as delimiter and -1 as position

    • Use combination of SUBSTRING_INDEX and REPLACE functions to extract middle name if present

  • Answered by AI

Skills evaluated in this interview

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

I applied via Recruitment Consulltant and was interviewed in Dec 2024. There were 3 interview rounds.

Round 1 - One-on-one 

(1 Question)

  • Q1. L1 Manager Round Basic Question about Previous JOB & Task and your achivements & check fit Role
Round 2 - One-on-one 

(1 Question)

  • Q1. L2 Manager Round Technical about Insurance & Business Understanding about Data & Fitment Check along with Grooming .
Round 3 - HR 

(1 Question)

  • Q1. HR Round & Fitment & Salary Releated .
Interview experience
4
Good
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Selected Selected

I was interviewed in Jan 2025.

Round 1 - One-on-one 

(2 Questions)

  • Q1. What are your achievements in relation to your previous employers?
  • Q2. What is your key role in achieving the objectives?

Interview Preparation Tips

Interview preparation tips for other job seekers - Ensure that management requirements are met, and prioritize your own interests regarding job satisfaction.
Interview experience
3
Average
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via Campus Placement and was interviewed in Aug 2024. There were 2 interview rounds.

Round 1 - Coding Test 

After 3 sections of aptitude, English and core subjects, there were two coding problems both based on string one was easy and other was medium.

Round 2 - Technical 

(5 Questions)

  • Q1. Explain the projects in your resume
  • Ans. 

    Developed a web-based project management tool for tracking tasks and deadlines

    • Utilized HTML, CSS, JavaScript for front-end development

    • Used PHP and MySQL for back-end functionality

    • Implemented user authentication and authorization features

    • Integrated calendar and notification system for task reminders

  • Answered by AI
  • Q2. Explain the backend side of your project
  • Ans. 

    The backend of my project is responsible for handling server-side logic and data processing.

    • Implemented RESTful APIs for communication between frontend and backend

    • Used Node.js and Express for server-side scripting

    • Utilized MongoDB for database management

    • Implemented authentication and authorization using JWT tokens

  • Answered by AI
  • Q3. How did you implement concepts of OOP in your projects
  • Ans. 

    I implemented concepts of OOP in my projects by creating classes, objects, inheritance, encapsulation, and polymorphism.

    • Used classes to represent real-world entities

    • Implemented inheritance to reuse code and create a hierarchy of classes

    • Utilized encapsulation to hide data and restrict access to it

    • Applied polymorphism to allow objects of different classes to be treated as objects of a common superclass

  • Answered by AI
  • Q4. How to handle duplicate entries in the database
  • Ans. 

    Duplicate entries in the database can be handled by using unique constraints, deduplication scripts, or merging duplicate records.

    • Use unique constraints in the database schema to prevent duplicate entries.

    • Implement deduplication scripts to regularly scan and remove duplicate records.

    • Merge duplicate records by updating one record with the information from the other duplicate record.

  • Answered by AI
  • Q5. Write a code to tell whether a string is palindrome or not
  • Ans. 

    Code to check if a string is a palindrome or not

    • Create a function that takes a string as input

    • Remove all non-alphanumeric characters and convert to lowercase

    • Compare the string with its reverse to check if it's a palindrome

  • Answered by AI

Interview Preparation Tips

Topics to prepare for Principal Global Services Software Developer interview:
  • Java
  • Backend
  • OOPS
  • DBMS
Interview preparation tips for other job seekers - Be confident, it is easy to crack

Skills evaluated in this interview

Good Health Tpa Services Interview FAQs

How many rounds are there in Good Health Tpa Services interview?
Good Health Tpa Services interview process usually has 2-3 rounds. The most common rounds in the Good Health Tpa Services interview process are Resume Shortlist, HR and Case Study.
What are the top questions asked in Good Health Tpa Services interview?

Some of the top questions asked at the Good Health Tpa Services interview -

  1. Anything know about insuran...read more
  2. Regarding Empanelments, Mandate docs for empanelme...read more
  3. MS Office skills and formu...read more

Tell us how to improve this page.

Good Health Tpa Services Interview Process

based on 3 interviews

Interview experience

3.7
  
Good
View more

Good Health Tpa Services Reviews and Ratings

based on 80 reviews

3.8/5

Rating in categories

3.2

Skill development

3.2

Work-life balance

2.8

Salary

3.1

Job security

3.1

Company culture

2.5

Promotions

3.1

Work satisfaction

Explore 80 Reviews and Ratings
Medical Officer
23 salaries
unlock blur

₹2.5 L/yr - ₹5.4 L/yr

Associate Manager
19 salaries
unlock blur

₹3 L/yr - ₹4.5 L/yr

Claims Executive
13 salaries
unlock blur

₹1.1 L/yr - ₹4.5 L/yr

Executive
13 salaries
unlock blur

₹1.2 L/yr - ₹2.2 L/yr

MIS Executive
11 salaries
unlock blur

₹1.6 L/yr - ₹3.5 L/yr

Explore more salaries
Compare Good Health Tpa Services with

Medi Assist India

3.6
Compare

Paramount Health Services Tpa

3.8
Compare

Vidal Health Tpa

3.6
Compare

GENINS INDIA TPA

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