Upload Button Icon Add office photos

Blinkit

Compare button icon Compare button icon Compare

Filter interviews by

Blinkit Software Developer II Interview Questions and Answers

Updated 25 Feb 2024

Blinkit Software Developer II Interview Experiences

1 interview found

Interview experience
3
Average
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via Recruitment Consulltant and was interviewed in Jan 2024. There was 1 interview round.

Round 1 - Coding Test 

1. Find the kth minimum value from a binary search tree
2. Find the number of operations required to convert string s1 to s2

Interview Preparation Tips

Topics to prepare for Blinkit Software Developer II interview:
  • Golang
  • DSA
  • Binary Search Tree
Interview preparation tips for other job seekers - Nothing much, study hard with DSA questions of medium and hard level from leetcode

Interview questions from similar companies

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

(1 Question)

  • Q1. Design a Movie Booking System
  • Ans. 

    A movie booking system allows users to browse movies, select showtimes, choose seats, and make payments online.

    • Users can search for movies by title, genre, or release date.

    • Users can view showtimes, select seats, and add to cart.

    • Users can make payments securely using various payment methods.

    • Admin can manage movie listings, showtimes, and seating arrangements.

    • System should send confirmation emails and tickets to users.

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Be hands on with any IDE

Skills evaluated in this interview

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

I applied via Referral and was interviewed before Dec 2023. There were 3 interview rounds.

Round 1 - Coding Test 

Machine coding round 90 mins duration. Based on designing Buy Now Pay Later system

Round 2 - Coding Test 

2 medium level questions

Round 3 - HLD round 

(1 Question)

  • Q1. Design an online coding platform
Interview experience
4
Good
Difficulty level
Hard
Process Duration
Less than 2 weeks
Result
No response

I applied via Referral and was interviewed in Feb 2024. There was 1 interview round.

Round 1 - Coding Test 

(1 Question)

  • Q1. A company FooBar has hosted an online auction system where any User(seller) can sell an object through an auction. Each auction has a lowest bid limit and highest bid limit. Any registered user(buyer) can ...

Interview Preparation Tips

Topics to prepare for Flipkart Software Developer II interview:
  • Java
  • OOPS
  • Machine Coding
Interview preparation tips for other job seekers - There are plenty of MC round questions over internet. Practice 3-4 of them.

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.

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 was interviewed before Dec 2020.

Round 1 - Face to Face 

(2 Questions)

Round duration - 60 Minutes
Round difficulty - Medium

This round was purely based on Data Structures and Algorithms . One has to be fairly comfortable in solving Algorithmic problems to pass this round . Both the questions asked were quite common and luckily I had already prepared them from CodeStudio and LeetCode.

  • Q1. 

    Binary Tree Traversals Problem Statement

    Given a Binary Tree with 'N' nodes, where each node holds an integer value, your task is to compute the In-Order, Pre-Order, and Post-Order traversals of the binar...

  • Ans. 

    Compute the In-Order, Pre-Order, and Post-Order traversals of a Binary Tree given in level-order format.

    • Implement functions to perform In-Order, Pre-Order, and Post-Order traversals of a Binary Tree.

    • Use level-order input to construct the Binary Tree.

    • Traverse the Binary Tree recursively to generate the required traversals.

    • Ensure proper handling of null nodes represented by -1 in the input.

    • Return the three traversals as

  • Answered by AI
  • Q2. 

    Reverse Linked List Problem Statement

    Given a Singly Linked List of integers, your task is to reverse the Linked List by altering the links between the nodes.

    Input:

    The first line of input is an intege...
  • Ans. 

    Reverse a singly linked list by altering the links between nodes.

    • Iterate through the linked list and reverse the links between nodes

    • Use three pointers to keep track of the current, previous, and next nodes

    • Update the links between nodes to reverse the list

    • Return the head of the reversed linked list

  • Answered by AI
Round 2 - Face to Face 

(1 Question)

Round duration - 45 Minutes
Round difficulty - Medium

This round basically tested some concepts from Data Structures and File Manipulation .

  • Q1. 

    Intersection of Two Arrays Problem Statement

    Given two arrays A and B with sizes N and M respectively, both sorted in non-decreasing order, determine their intersection.

    The intersection of two arrays in...

  • Ans. 

    The problem involves finding the intersection of two sorted arrays efficiently.

    • Use two pointers to iterate through both arrays simultaneously.

    • Compare elements at the pointers and move the pointers accordingly.

    • Handle cases where elements are equal and update the intersection array.

    • Return the intersection array as the result.

  • Answered by AI

Interview Preparation Tips

Eligibility criteriaAbove 7 CGPABig Basket interview preparation:Topics to prepare for the interview - Data Structures, Algorithms, Operating Systems, Aptitude, OOPSTime required to prepare for the interview - 3 monthsInterview preparation tips for other job seekers

Tip 1 : Must do Previously asked Interview as well as Online Test Questions.
Tip 2 : Go through all the previous interview experiences from Codestudio and Leetcode.
Tip 3 : Do at-least 2 good projects and you must know every bit of them.

Application resume tips for other job seekers

Tip 1 : Have at-least 2 good projects explained in short with all important points covered.
Tip 2 : Every skill must be mentioned.
Tip 3 : Focus on skills, projects and experiences more.

Final outcome of the interviewSelected

Skills evaluated in this interview

Interview Questionnaire 

1 Question

  • Q1. Tell me what's the proces inventory inward?.

I applied via Recruitment Consultant and was interviewed in Nov 2020. There were 3 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. Tell me about your Journey
  • Ans. Share your schooling to present job summary, then share role and responsibilities. Achievement and share you are best in what
  • Answered by Jyotirmay Halder

Interview Preparation Tips

Interview preparation tips for other job seekers - Be honest and don't give Bluff. If you don't know say I don't have idea about that particular job or duty.

Blinkit Interview FAQs

How many rounds are there in Blinkit Software Developer II interview?
Blinkit interview process usually has 1 rounds. The most common rounds in the Blinkit interview process are Coding Test.

Tell us how to improve this page.

Blinkit Software Developer II Interview Process

based on 1 interview

Interview experience

3
  
Average
View more

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
BigBasket Interview Questions
3.9
 • 355 Interviews
Udaan Interview Questions
3.9
 • 333 Interviews
Meesho Interview Questions
3.7
 • 328 Interviews
CARS24 Interview Questions
3.6
 • 328 Interviews
Zomato Interview Questions
3.7
 • 308 Interviews
View all
Store Manager
828 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Senior Executive
555 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Assistant Manager
428 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Team Lead
422 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Assistant Store Manager
333 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Explore more salaries
Compare Blinkit with

Zepto

3.5
Compare

BigBasket

3.9
Compare

Flipkart

4.0
Compare

Amazon

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