Upload Button Icon Add office photos

Filter interviews by

Kingfish Group Interview Questions and Answers

Updated 28 May 2024
Popular Designations

Kingfish Group Interview Experiences

3 interviews found

I applied via Company Website and was interviewed before Sep 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 tips
Round 2 - Case Study 

You are asked to figure out the contact details of certain execs of a particular company.

Round 3 - One-on-one 

(4 Questions)

  • Q1. Where do you see yourself in 5 years?
  • Ans. 

    In 5 years, I see myself as a seasoned Operations Associate, leading a team and implementing efficient processes to drive organizational success.

    • Leading a team of operations professionals

    • Implementing efficient processes and systems

    • Contributing to organizational success

    • Continuing professional development and growth

  • Answered by AI
  • Q2. How do you deal with conflict?
  • Ans. 

    I approach conflict by actively listening, seeking to understand the other person's perspective, and finding a mutually beneficial solution.

    • I remain calm and composed during the conflict

    • I try to understand the other person's point of view

    • I communicate my own perspective clearly and respectfully

    • I work towards finding a mutually beneficial solution

    • I am open to compromise and negotiation

    • I seek guidance from a supervisor i...

  • Answered by AI
  • Q3. Have your ever lead a team?
  • Ans. 

    Yes

    • Yes, I have led a team in my previous role as a Team Lead at XYZ Company.

    • I was responsible for managing a team of 10 associates and ensuring their productivity and performance.

    • I provided guidance, training, and support to team members to help them achieve their goals.

    • I also implemented process improvements that resulted in a 20% increase in efficiency.

    • One example of my leadership was when I successfully led a cross-...

  • Answered by AI
  • Q4. What will you do if you had unlimited money?
  • Ans. 

    I would invest in sustainable and innovative technologies to improve the world.

    • Invest in renewable energy sources like solar and wind power

    • Fund research and development for new technologies that reduce carbon emissions

    • Support organizations that work towards environmental conservation and protection

    • Donate to charities that provide aid to underprivileged communities

    • Travel and experience different cultures to broaden my p...

  • Answered by AI

Interview Preparation Tips

Topics to prepare for Kingfish Group Operations Associate interview:
  • Logical Reasoning
  • Attention to detai
  • Communication Skills
  • On the spot thinking
Interview preparation tips for other job seekers - Be calm and cool
The interview is more of a culture fitment test where they try to figure out if you will be a fit within the company or not.
Nothing technical

Interview Questions & Answers

user image Anonymous

posted on 28 May 2024

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

(1 Question)

  • Q1. Simple questions on your bg
Round 2 - Assignment 

They give you a problem statement. You have to basically do web research to answer the questions.

Round 3 - Behavioral 

(1 Question)

  • Q1. They ask follow up questions based on the assignment and other general questions on your bg

I applied via Company Website and was interviewed before Feb 2021. There were 2 interview rounds.

Round 1 - Case Study 

Formulate an industry report

Round 2 - One-on-one 

(1 Question)

  • Q1. Be friendly and confident

Interview Preparation Tips

Interview preparation tips for other job seekers - Practice trends and industry report analysis well. Have a confident and friendly attitude

Top trending discussions

View All
Interview Tips & Stories
6d (edited)
a team lead
Why are women still asked such personal questions in interview?
I recently went for an interview… and honestly, m still trying to process what just happened. Instead of being asked about my skills, experience, or how I could add value to the company… the questions took a totally unexpected turn. The interviewer started asking things like When are you getting married? Are you engaged? And m sure, if I had said I was married, the next question would’ve been How long have you been married? What does my personal life have to do with the job m applying for? This is where I felt the gender discrimination hit hard. These types of questions are so casually thrown at women during interviews but are they ever asked to men? No one asks male candidates if they’re planning a wedding or how old their kids are. So why is it okay to ask women? Can we please stop normalising this kind of behaviour in interviews? Our careers shouldn’t be judged by our relationship status. Period.
Got a question about Kingfish Group?
Ask anonymously on communities.

Interview questions from similar companies

I appeared for an interview before Sep 2020.

Round 1 - Face to Face 

(1 Question)

Round duration - 30 minutes
Round difficulty - Easy

It was in the day time. I was asked the programming language of my choice. It was mostly focused on programming fundamentals. I was asked 2 questions based on Data Structures and Algorithms.

  • Q1. How can you detect a loop in a linked list?
  • Ans. 

    A loop in a linked list can be detected using Floyd's Cycle Detection Algorithm.

    • Use two pointers - slow and fast, where slow moves one step at a time and fast moves two steps at a time.

    • If there is a loop, the two pointers will eventually meet at some point within the loop.

    • To detect the start of the loop, reset one pointer to the head and move both pointers one step at a time until they meet again.

  • Answered by AI
Round 2 - Face to Face 

(1 Question)

Round duration - 30 minutes
Round difficulty - Easy

This round was mostly focused on my resume and projects.

  • Q1. Tell me about your projects.
Round 3 - Face to Face 

Round duration - 30 minutes
Round difficulty - Easy

It was in the evening. I went to their office in Gurgaon. It was taken by one of the technology director who had a lot of experience. 
 

Interview Preparation Tips

Professional and academic backgroundI completed Information Technology from Bharati Vidyapeeth's College of Engineering. I applied for the job as SDE - 1 in GurgaonAmerican Express interview preparation:Topics to prepare for the interview - Data structures and algorithms, Object-Oriented Programming System concepts, Database Management System, Operating System, Networking.Time required to prepare for the interview - 2 MonthsInterview preparation tips for other job seekers

Do practice a lot of data structures questions as mostly questions in interviews are based on them. Also, do prepare for projects mentioned in your resume and skills which you have mentioned. Coding ninjas has a big hand in making my interview clear as I have taken a course from the coding Ninjas which helped me a lot to make my concepts clear.

Application resume tips for other job seekers

Keep it short and crisp. Go through it properly before the interview. Make sure that you haven't put anything in it that can cause you problems during the interview.

Final outcome of the interviewSelected

Skills evaluated in this interview

I applied via Referral and was interviewed before Sep 2019. There were 3 interview rounds.

Interview Questionnaire 

8 Questions

  • Q1. Java logical question
  • Q2. Webdriver architecture
  • Q3. Framework, file and folder structure
  • Q4. Your approach to tackle dynamic objects
  • Ans. 

    I approach dynamic objects by analyzing their behavior and adapting my approach accordingly.

    • I start by understanding the nature of the dynamic object and its expected behavior

    • I then analyze its movement patterns and any potential obstacles or hazards

    • Based on this analysis, I adapt my approach to ensure safe and efficient interaction with the dynamic object

    • For example, when working with a moving conveyor belt, I would e...

  • Answered by AI
  • Q5. Implicit and explicit wait in selenium
  • Ans. 

    Implicit and explicit wait are two types of wait in Selenium used to synchronize the test execution with the application.

    • Implicit wait is used to set a default waiting time for the web elements to load before throwing an exception.

    • Explicit wait is used to wait for a specific condition to occur before proceeding with the test execution.

    • Implicit wait is set globally for the entire test script while explicit wait is set f...

  • Answered by AI
  • Q6. Java oops concepts
  • Q7. Sql queries related to joins
  • Q8. Basic Unix commands

Interview Preparation Tips

Interview preparation tips for other job seekers - Be confident and try to connect yours answers with some example of your project.

Skills evaluated in this interview

Interview Questionnaire 

1 Question

  • Q1. It was mostly about the instrument reference data and typical business analyst question about change management, BRD, Agile and technology we use.

I applied via Company Website and was interviewed in Oct 2019. There were 3 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. Hypothetical Questions - What if the company decides to demote all senior associate s to associate? What will be your reaction??

Interview Preparation Tips

Interview preparation tips for other job seekers - I went for Enterprise Testing Senior Associate. The person who interviewed me was very well known to me. He worked with me for more than a year at the same level. Asked illogical questions. All hypothetical questions he asked in which I was the one who was getting demoted or denied bonus or increment.
He should not have taken my interview as it was conflict of Interest. 99% of questions was asked by this guy and the other lady in VC only asked 1 general question.
I reported conflict of interest issue to the hiring HR but no action was taken not any reply toy email came.
Are these interview questions helpful?

I applied via Walk-in and was interviewed before Jun 2020. There were 3 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. About my experience and finance related

Interview Preparation Tips

Interview preparation tips for other job seekers - Best finance sector but working time is no fixed
morning 7 to night 11 every 2 hr 1croncol .. no holidays even Sunday and holi .
There have no personal life and family life only bajaj lifee ...

Interview Questionnaire 

2 Questions

  • Q1. General Questions
  • Q2. Be confident always for the interview and before answering the question always think that why interviewer ask this question, what he want to listen from you, then answer.

I applied via Recruitment Consultant and was interviewed before Jun 2020. There were 3 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. Project Overview BA/PO related questions Domain and Behavioral questions

Interview Preparation Tips

Interview preparation tips for other job seekers - Freshen up the domain learnings
Be confident of the behaviour questions as per the past and practical experience

Kingfish Group Interview FAQs

How many rounds are there in Kingfish Group interview?
Kingfish Group interview process usually has 2-3 rounds. The most common rounds in the Kingfish Group interview process are Case Study, One-on-one Round and Resume Shortlist.
How to prepare for Kingfish Group 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 Kingfish Group. The most common topics and skills that interviewers at Kingfish Group expect are Private Equity, Recruitment, Secondary Research, Analytical and Advertising.
What are the top questions asked in Kingfish Group interview?

Some of the top questions asked at the Kingfish Group interview -

  1. What will you do if you had unlimited mon...read more
  2. How do you deal with confli...read more
  3. Simple questions on your...read more

Tell us how to improve this page.

Interview Questions from Similar Companies

Wells Fargo Interview Questions
3.8
 • 622 Interviews
Bajaj Finserv Interview Questions
4.0
 • 604 Interviews
Citicorp Interview Questions
3.7
 • 590 Interviews
HSBC Group Interview Questions
3.9
 • 512 Interviews
Xyz Company Interview Questions
3.8
 • 480 Interviews
Klm Axiva Finvest Interview Questions
4.4
 • 433 Interviews
American Express Interview Questions
4.1
 • 388 Interviews
BNY Interview Questions
3.8
 • 367 Interviews
UBS Interview Questions
3.9
 • 352 Interviews
View all

Kingfish Group Reviews and Ratings

based on 10 reviews

4.1/5

Rating in categories

3.7

Skill development

4.1

Work-life balance

3.4

Salary

3.4

Job security

4.5

Company culture

3.1

Promotions

4.4

Work satisfaction

Explore 10 Reviews and Ratings
Research Associate

Pune

0-1 Yrs

₹ 5-6 LPA

Explore more jobs
Research Associate
12 salaries
unlock blur

₹4.8 L/yr - ₹6 L/yr

Senior Research Associate
9 salaries
unlock blur

₹6 L/yr - ₹10.8 L/yr

Operations Associate
5 salaries
unlock blur

₹4.6 L/yr - ₹6.4 L/yr

Analyst
4 salaries
unlock blur

₹12 L/yr - ₹13.1 L/yr

Associate Analyst
4 salaries
unlock blur

₹5 L/yr - ₹5 L/yr

Explore more salaries
Compare Kingfish Group with

Bajaj Finserv

4.0
Compare

Wells Fargo

3.8
Compare

JPMorgan Chase & Co.

3.9
Compare

HSBC Group

3.9
Compare
write
Share an Interview