Premium Employer

i

This company page is being actively managed by BigBasket Team. If you also belong to the team, you can get access from here

BigBasket Verified Tick

Compare button icon Compare button icon Compare

Filter interviews by

BigBasket Engineering Manager Interview Questions and Answers

Updated 21 Jun 2024

BigBasket Engineering Manager Interview Experiences

1 interview found

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 May 2024. There were 2 interview rounds.

Round 1 - Technical 

(3 Questions)

  • Q1. Kafka related questions
  • Q2. Find 2 sum , follow-up question Triplet sum in array
  • Ans. 

    Finding 2 sum and Triplet sum in an array of strings

    • Use a hashmap to store the elements and their indices for quick lookup

    • For 2 sum, iterate through the array and check if the target - current element exists in the hashmap

    • For Triplet sum, fix one element and find the other two using 2 sum approach

  • Answered by AI
  • Q3. How to handle performance issue in java app
  • Ans. 

    Performance issues in Java apps can be handled by profiling, optimizing code, using caching, and scaling resources.

    • Use profiling tools like JProfiler or VisualVM to identify bottlenecks

    • Optimize code by reducing unnecessary loops, improving algorithms, and minimizing database queries

    • Implement caching mechanisms like Redis or Memcached to store frequently accessed data

    • Scale resources by adding more servers, using load ba

  • Answered by AI
Round 2 - Technical 

(2 Questions)

  • Q1. Design Cron job scheduler
  • Ans. 

    Design a Cron job scheduler for automating tasks at specific times.

    • Define the schedule using cron expressions (e.g. '0 0 * * *' for daily at midnight)

    • Implement a job queue to manage tasks and their execution

    • Include error handling and logging for monitoring and troubleshooting

    • Consider scalability and performance optimizations for handling large number of jobs

  • Answered by AI
  • Q2. EM role- so scenario based question

Skills evaluated in this interview

Interview questions from similar companies

I applied via Company Website and was interviewed before Jun 2020. There were 3 interview rounds.

Interview Questionnaire 

2 Questions

  • Q1. About previous work experience
  • Q2. About process improvements

Interview Preparation Tips

Interview preparation tips for other job seekers - Interview is quiet tough

I applied via Naukri.com and was interviewed before Jul 2021. There were 2 interview rounds.

Round 1 - HR 

(1 Question)

  • Q1. Tell me sumthin abt the profile
Round 2 - One-on-one 

(1 Question)

  • Q1. Discussion on roles and responsibilities

Interview Preparation Tips

Interview preparation tips for other job seekers - Not tips as such be confident and clam keeping your mind calm as well if kuch cheeze nahi aati toh boldo seeedha nahi ati

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

(4 Questions)

  • Q1. First of all HR we will connect Each other.
  • Q2. After that he will give me the company introduction of the company.
  • Q3. Hr will discuss to conduct their interview. discuss for the timing
  • Q4. Hr relted to question for the relince
Round 3 - Aptitude Test 

Related to question for the aptitude test

Interview Preparation Tips

Topics to prepare for Reliance Retail Assistant Manager interview:
  • Relted to company
Interview preparation tips for other job seekers - After clearing the interview will be informed whether the selection is done.

I applied via Referral and was interviewed before Jun 2021. There were 3 interview rounds.

Round 1 - HR 

(1 Question)

  • Q1. Introduction, Retail experience, Location que, Family background, English
Round 2 - Technical 

(1 Question)

  • Q1. Numbers on current work
Round 3 - One-on-one 

(1 Question)

  • Q1. Technical questions & Answers

Interview Preparation Tips

Interview preparation tips for other job seekers - Keep your work : on your mouth
Hold your numbers on your fingers tips

I applied via Campus Placement and was interviewed before Oct 2020. There were 3 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. Regarding education, your future endeavors, family background and all, etc.

Interview Preparation Tips

Interview preparation tips for other job seekers - Just prepare for basic things such as what you want to become, why are you join this company and all.

I applied via Recruitment Consulltant and was interviewed before May 2021. There was 1 interview round.

Round 1 - HR 

(4 Questions)

  • Q1. What is your wark full kra
  • Ans. 

    My work full kra is to ensure efficient operations and customer satisfaction while meeting business goals.

    • Ensure smooth functioning of daily operations

    • Maintain high levels of customer satisfaction through effective communication and problem-solving

    • Meet business goals by analyzing data and implementing strategies

    • Train and develop team members to improve performance

    • Collaborate with other departments to achieve overall co

  • Answered by AI
  • Q2. What is your CTC and location
  • Q3. What is your company name
  • Q4. What is your expected CTC
  • Ans. 

    I am expecting a competitive salary package based on my experience and skills.

    • I am open to negotiation based on the company's policies and market standards.

    • My expected CTC is in line with my current salary and industry standards.

    • I am looking for a package that includes benefits such as health insurance, paid time off, and retirement plans.

    • I am willing to discuss my expected CTC in detail during the interview process.

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Full kRA with description and tcode

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

Interview Questionnaire 

5 Questions

  • Q1. Ranitidine used for?
  • Q2. Celecoxib used for?
  • Q3. Anti-bacterial drug
  • Q4. What is your project titled?
  • Q5. Method development and validation of anticancer drugs

Skills evaluated in this interview

I applied via Walk-in and was interviewed before Oct 2021. There were 2 interview rounds.

Round 1 - HR 

(2 Questions)

  • Q1. They check communication
  • Q2. About your background
Round 2 - Aptitude Test 

Basic general knowledge about Mathematics and general knowledge

Interview Preparation Tips

Interview preparation tips for other job seekers - Knowledge about sales and your skills and communication you past experience etc.

Interview Questionnaire 

3 Questions

  • Q1. Tell me something about yourself, career background and Expertise department ?
  • Q2. Why do you switch current Organisation ?
  • Q3. Are you ready to relocate ?

BigBasket Interview FAQs

How many rounds are there in BigBasket Engineering Manager interview?
BigBasket interview process usually has 2 rounds. The most common rounds in the BigBasket interview process are Technical.
How to prepare for BigBasket Engineering 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 BigBasket. The most common topics and skills that interviewers at BigBasket expect are Agile Coaching, Computer Science, NoSQL, RDBMS and Technical Management.
What are the top questions asked in BigBasket Engineering Manager interview?

Some of the top questions asked at the BigBasket Engineering Manager interview -

  1. How to handle performance issue in java ...read more
  2. Find 2 sum , follow-up question Triplet sum in ar...read more
  3. Design Cron job schedu...read more

Tell us how to improve this page.

BigBasket Engineering Manager Interview Process

based on 1 interview

Interview experience

4
  
Good
View more
Join BigBasket India's largest online supermarket

Interview Questions from Similar Companies

Amazon Interview Questions
4.1
 • 5k Interviews
Reliance Retail Interview Questions
3.9
 • 1.5k Interviews
Flipkart Interview Questions
4.0
 • 1.3k Interviews
Swiggy Interview Questions
3.8
 • 424 Interviews
DMart Interview Questions
3.9
 • 401 Interviews
PolicyBazaar Interview Questions
3.6
 • 345 Interviews
JustDial Interview Questions
3.5
 • 325 Interviews
Zomato Interview Questions
3.7
 • 308 Interviews
Blinkit Interview Questions
3.7
 • 178 Interviews
View all
BigBasket Engineering Manager Salary
based on 9 salaries
₹44 L/yr - ₹69 L/yr
43% more than the average Engineering Manager Salary in India
View more details
Business Development Executive
654 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Inventory Executive
478 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Operations Controller
382 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Shift Incharge
366 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Customer Support Executive
326 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Explore more salaries
Compare BigBasket with

Milkbasket

3.9
Compare

Amazon

4.1
Compare

Blinkit

3.7
Compare

Nature's Basket

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