Upload Button Icon Add office photos

Filter interviews by

Clear (1)

Egon Zehnder International Big Data Engineer Interview Questions and Answers

Updated 12 Nov 2024

Egon Zehnder International Big Data Engineer Interview Experiences

1 interview found

Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - One-on-one 

(1 Question)

  • Q1. What was your last projecy?
Round 2 - One-on-one 

(1 Question)

  • Q1. Questions based on project.
Round 3 - One-on-one 

(1 Question)

  • Q1. Managerial questions

Interview Preparation Tips

Interview preparation tips for other job seekers - The process was pretty easy with project discussions at the helm and a few technical questions here and there.

Interview questions from similar companies

Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Selected Selected

I applied via Approached by Company 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 - Coding Test 

It depends on the region, for me they conducted tool test in the 1st round.

Round 3 - Technical 

(2 Questions)

  • Q1. Technical questions on previously done projects
  • Q2. About software and tool proficiency

Interview Preparation Tips

Interview preparation tips for other job seekers - Be confident about your work( for experienced guys)
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
2-4 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 Resume tips
Round 2 - Technical 

(1 Question)

  • Q1. HVAC, FLS & Experience
Round 3 - Technical 

(1 Question)

  • Q1. Software Proficiency Test
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Selected Selected

I applied via Company Website and was interviewed before Mar 2023. There were 3 interview rounds.

Round 1 - Coding Test 

Hacker Rank test with medium difficulty

Round 2 - Technical 

(1 Question)

  • Q1. Technical discussion mainly around system design, different architectures, problem solving and coding question may be asked.
Round 3 - Case Study 

A case study for a problem statement

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

I applied via Recruitment Consulltant and was interviewed in Mar 2023. 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 Resume tips
Round 2 - Technical 

(3 Questions)

  • Q1. Basic Javascript questions- guess the output
  • Q2. What is js hoisting?
  • Ans. 

    JS hoisting is a mechanism where variable and function declarations are moved to the top of their scope.

    • Variable declarations are hoisted but not their values

    • Function declarations are fully hoisted

    • Let and const declarations are not hoisted

  • Answered by AI
  • Q3. Why redux is used and advantages?
  • Ans. 

    Redux is used for managing state in complex applications. It provides a centralized store and predictable state updates.

    • Redux helps in managing state in large applications with multiple components

    • It provides a centralized store for all the application state

    • Redux allows for predictable state updates through actions and reducers

    • It enables easy debugging and time-travel debugging with Redux DevTools

    • Redux can be used with

  • Answered by AI

Interview Preparation Tips

Topics to prepare for BCG Software Engineer interview:
  • Javascript
  • React.Js
Interview preparation tips for other job seekers - Try to be confident. Clear all the basics, don't get confused. always try to do interview questions from different online portals.

Skills evaluated in this interview

Interview experience
4
Good
Difficulty level
Moderate
Process Duration
4-6 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. How does Django apply migrations to the database?
  • Ans. 

    Django applies migrations to the database using the 'manage.py migrate' command.

    • Django tracks changes to models and generates migration files accordingly.

    • The 'manage.py makemigrations' command creates migration files based on model changes.

    • The 'manage.py migrate' command applies the generated migration files to the database.

    • Migrations help keep the database schema in sync with the changes in Django models.

  • Answered by AI
  • Q2. What is hoisting in javascript?
  • Ans. 

    Hoisting in JavaScript is the behavior where variable and function declarations are moved to the top of their containing scope during the compilation phase.

    • Variable declarations are hoisted to the top of their scope, but not their assignments.

    • Function declarations are fully hoisted, meaning they can be called before they are declared.

    • Hoisting can lead to unexpected behavior if not understood properly.

  • Answered by AI
Round 2 - Assignment 

Create a full stack application in 3 days.

Skills evaluated in this interview

Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
No response

I applied via Walk-in and was interviewed in Dec 2024. There were 3 interview rounds.

Round 1 - SCREENING 

(2 Questions)

  • Q1. About Project and expertise
  • Q2. Why BCG?
  • Ans. 

    BCG offers a challenging and innovative work environment with opportunities for growth and development.

    • BCG is known for its cutting-edge technology and innovative projects

    • Opportunities for professional growth and development

    • Strong company culture focused on collaboration and teamwork

  • Answered by AI
Round 2 - Technical 

(1 Question)

  • Q1. Polymorphism, OS Deadlock
Round 3 - Technical 

(1 Question)

  • Q1. More about how to resolved code merge issue in Git
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - One-on-one 

(1 Question)

  • Q1. Asked about SAAS, JS questions
Round 2 - Coding Test 

Given a case study need to solve in 2 days

Round 3 - One-on-one 

(1 Question)

  • Q1. Explain the case study. Palindrome function in any prog language
  • Ans. 

    A palindrome function checks if a given string reads the same forwards and backwards.

    • A palindrome function typically involves reversing the input string and comparing it to the original string.

    • Examples: 'racecar' is a palindrome, 'hello' is not a palindrome.

    • Common languages for implementing a palindrome function include Python, Java, and C++.

  • Answered by AI
Round 4 - HR 

(1 Question)

  • Q1. General Guidelines
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
4-6 weeks
Result
Not Selected

I applied via LinkedIn and was interviewed in Nov 2023. There were 2 interview rounds.

Round 1 - Coding Test 

4 problems 2 easy 2 meds

Round 2 - Technical 

(3 Questions)

  • Q1. Problem solving
  • Q2. Why you choose bcg
  • Q3. Case study what is it
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Case Study 

This round includes an assignment which needs to be completed based on Java, Springboot, REST and any Frontend. They evaluated the case study based on how I write the APIs, how normalised my database is, and how user friendly the UI is.

Round 2 - Technical 

(1 Question)

  • Q1. How will you add pagination in Spring Boot JPA query?
  • Ans. 

    Use Spring Data JPA's Pageable interface to add pagination in queries.

    • Use Pageable interface in repository method signature

    • Pass PageRequest object with page number, size, and sorting criteria

    • Example: public List findAllUsers(Pageable pageable);

  • Answered by AI

Skills evaluated in this interview

Contribute & help others!
anonymous
You can choose to be anonymous

Egon Zehnder International Interview FAQs

How many rounds are there in Egon Zehnder International Big Data Engineer interview?
Egon Zehnder International interview process usually has 3 rounds. The most common rounds in the Egon Zehnder International interview process are One-on-one Round.

Recently Viewed

INTERVIEWS

American Express

10 top interview questions

INTERVIEWS

Moonraft Innovation Labs

No Interviews

INTERVIEWS

Moonraft Innovation Labs

No Interviews

INTERVIEWS

Moonraft Innovation Labs

No Interviews

INTERVIEWS

KANINI Software Solutions

No Interviews

INTERVIEWS

Egon Zehnder International

No Interviews

INTERVIEWS

Mahindra Finance

No Interviews

INTERVIEWS

KANINI Software Solutions

No Interviews

SALARIES

Egon Zehnder International

INTERVIEWS

Moonraft Innovation Labs

No Interviews

Tell us how to improve this page.

Egon Zehnder International Big Data Engineer Interview Process

based on 1 interview

Interview experience

5
  
Excellent
View more

Interview Questions from Similar Companies

BCG Interview Questions
3.7
 • 196 Interviews
Citco Interview Questions
3.1
 • 138 Interviews
Bain & Company Interview Questions
3.8
 • 105 Interviews
WSP Interview Questions
4.2
 • 91 Interviews
Gartner Interview Questions
4.1
 • 81 Interviews
Mercer Interview Questions
3.7
 • 80 Interviews
Protiviti Interview Questions
3.2
 • 56 Interviews
Mott MacDonald Interview Questions
4.2
 • 43 Interviews
View all
Research Analyst
87 salaries
unlock blur Lock Unlock

₹0 L/yr - ₹0 L/yr

Senior Research Analyst
53 salaries
unlock blur Lock Unlock

₹0 L/yr - ₹0 L/yr

Operations Research Analyst
39 salaries
unlock blur Lock Unlock

₹0 L/yr - ₹0 L/yr

Data Quality Analyst
35 salaries
unlock blur Lock Unlock

₹0 L/yr - ₹0 L/yr

Senior IT Analyst
34 salaries
unlock blur Lock Unlock

₹0 L/yr - ₹0 L/yr

Explore more salaries
Compare Egon Zehnder International with

Korn Ferry

3.3
Compare

Spencer Stuart

3.1
Compare

Heidrick & Struggles

2.3
Compare

Russell Reynolds Associates

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