Upload Button Icon Add office photos

Filter interviews by

Coupang Interview Questions and Answers

Updated 9 Jan 2025

Coupang Interview Experiences

Popular Designations

7 interviews found

Interview Questions & Answers

user image Anonymous

posted on 12 Sep 2024

Interview experience
2
Poor
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Coding Test 

Write debounce in js, with leading and trailing edge. A react question, make 5 star a rating widget.

Rate your
company

🤫 100% anonymous

How was your last interview experience?

Share interview
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
No response

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

Round 1 - Technical 

(2 Questions)

  • Q1. Discussion about Projects
  • Q2. Design AB framework
  • Ans. 

    AB framework is a system for testing two versions of a software application to determine which performs better.

    • Define the goals and metrics for comparison

    • Create two versions of the software with the only difference being the feature being tested

    • Randomly assign users to either version A or version B

    • Collect and analyze data on user behavior and performance to determine which version is more effective

  • Answered by AI

Skills evaluated in this interview

Senior Software Engineer Interview Questions asked at other Companies

Q1. Tell me about yourself. What technology are you using? What is a Collection? What are the different types of collection there? What is the difference between ArrayList and LinkedList What are the basic building blocks of Stream operators, s... read more
View answer (2)
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
No response

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

Round 1 - Behavioral 

(1 Question)

  • Q1. Overview of projects, deep dive into one of te projects

Staff Engineer Interview Questions asked at other Companies

Q1. Swap Adjacent Bit Pairs Problem Statement Given an integer N, your task is to compute the number that results from swapping each even position bit of N's binary representation with its adjacent odd bit to the right. Consider the least signi... read more
View answer (1)
Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Coding Test 

Medium leet code question

Software Developer Interview Questions asked at other Companies

Q1. Maximum Subarray Sum Problem Statement Given an array of integers, determine the maximum possible sum of any contiguous subarray within the array. Example: Input: array = [34, -50, 42, 14, -5, 86] Output: 137 Explanation: The maximum sum is... read more
View answer (42)

Coupang interview questions for popular designations

 Staff Engineer

 (2)

 Software Engineer

 (1)

 Software Developer

 (1)

 Senior Software Engineer

 (1)

 Principal Software Engineer

 (1)

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

I applied via Recruitment Consulltant and was interviewed in Feb 2024. There were 5 interview rounds.

Round 1 - HM 

(1 Question)

  • Q1. Discussion about current role, project and challenges
Round 2 - Coding Test 

Build a file system and implement mkdir, ls commands

Round 3 - Coding Test 

Implement a tagging system similar to Twitter

Round 4 - Case Study 

Given a design of legacy system, how it can be improved

Round 5 - BR 

(1 Question)

  • Q1. Situation based interview

Principal Software Engineer Interview Questions asked at other Companies

Q1. Codng question:For the given stream of integers, calculate the avg,print top 10 elements and bottom 10 elements. It was not clearly mentioned on the problem. After poking more on the problem only provided the details.
View answer (1)

Software Engineer Interview Questions & Answers

user image Pulkit Aggarwal

posted on 2 Jun 2024

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

(1 Question)

  • Q1. Design facebook
  • Ans. 

    Design a social networking platform like Facebook

    • User profiles with personal information and photos

    • News feed displaying posts from friends and pages

    • Messaging feature for private communication

    • Groups and events for community engagement

    • Advertising platform for targeted marketing

  • Answered by AI

Skills evaluated in this interview

Software Engineer Interview Questions asked at other Companies

Q1. Bridge and torch problem : Four people come to a river in the night. There is a narrow bridge, but it can only hold two people at a time. They have one torch and, because it's night, the torch has to be used when crossing the bridge. Person... read more
View answer (203)

Jobs at Coupang

View all
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Coding Test 

Easy to Medium PSDS question

Round 2 - LLD 

(1 Question)

  • Q1. Asked to design Circuit Breaker.
Round 3 - HLD 

(1 Question)

  • Q1. Distributed Job Scheduler
Round 4 - HM 

(1 Question)

  • Q1. Hiring Manager Round
Round 5 - Bar Raiser 

(1 Question)

  • Q1. Similar to HM Round

Staff Engineer Interview Questions asked at other Companies

Q1. Swap Adjacent Bit Pairs Problem Statement Given an integer N, your task is to compute the number that results from swapping each even position bit of N's binary representation with its adjacent odd bit to the right. Consider the least signi... read more
View answer (1)

Interview questions from similar companies

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

I applied via LinkedIn and was interviewed in Apr 2024. There were 2 interview rounds.

Round 1 - Coding Test 

Leet code medium question

Round 2 - System Desgin 

(1 Question)

  • Q1. How to cab aggregator/food aggregators mask and keeps the phone numbers of user/driver secure at scale.
  • Ans. 

    Cab/food aggregators mask phone numbers for user/driver security by using technology like number masking and encryption.

    • Use number masking to replace actual phone numbers with temporary numbers for communication.

    • Implement encryption techniques to secure the transmission and storage of phone numbers.

    • Utilize secure communication protocols to prevent unauthorized access to phone numbers.

    • Regularly update security measures ...

  • Answered by AI

Intern Interview Questions & Answers

Paytm Mall user image Monu Singh Yadav

posted on 22 Nov 2024

Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Coding Test 

Very impressive able to solve 100 coding questions within 10 mins

Round 2 - Technical 

(2 Questions)

  • Q1. Find min in array
  • Ans. 

    Find the minimum string in an array of strings.

    • Iterate through the array and compare each string to find the minimum.

    • Use a built-in function like sort() to sort the array and then return the first element.

    • Consider using a loop to compare each element with the current minimum.

  • Answered by AI
  • Q2. Find max in array
  • Ans. 

    Find the maximum value in an array of strings.

    • Convert the strings to numbers if needed before finding the maximum value.

    • Use a loop to iterate through the array and compare each element to find the maximum value.

  • Answered by AI

Skills evaluated in this interview

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

I applied via Campus Placement and was interviewed before Apr 2023. There were 2 interview rounds.

Round 1 - Technical 

(1 Question)

  • Q1. Basic array question
Round 2 - Technical 

(1 Question)

  • Q1. Find the first circular tour that visits all petrol pumps
  • Ans. 

    The first circular tour that visits all petrol pumps can be found using the concept of a circular linked list.

    • Create a circular linked list with each node representing a petrol pump

    • Calculate the difference between petrol available at each pump and the distance to the next pump

    • Start from a pump where the sum of differences is positive and traverse the circular linked list until completing the tour

  • Answered by AI

Skills evaluated in this interview

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

Coupang Interview FAQs

How many rounds are there in Coupang interview?
Coupang interview process usually has 2-3 rounds. The most common rounds in the Coupang interview process are Coding Test, Technical and Case Study.
How to prepare for Coupang 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 Coupang. The most common topics and skills that interviewers at Coupang expect are Backend, Computer Science, Python, Operating Systems and Medical Coding.
What are the top questions asked in Coupang interview?

Some of the top questions asked at the Coupang interview -

  1. Design AB framew...read more
  2. Design faceb...read more
  3. Asked to design Circuit Break...read more

Recently Viewed

REVIEWS

Kohler

No Reviews

SALARIES

AkzoNobel

SALARIES

Nirma

SALARIES

DCW

REVIEWS

Kohler

No Reviews

SALARIES

Wayfair

No Salaries

REVIEWS

Wayfair

No Reviews

LIST OF COMPANIES

Wayfair

Overview

JOBS

Wayfair

No Jobs

Tell us how to improve this page.

Coupang Interview Process

based on 7 interviews

Interview experience

4.4
  
Good
View more

Anonymously discuss salaries, work culture, and many more

Get Ambitionbox App

Interview Questions from Similar Companies

Amazon Interview Questions
4.1
 • 5k Interviews
Flipkart Interview Questions
4.0
 • 1.3k Interviews
BigBasket Interview Questions
3.9
 • 358 Interviews
Myntra Interview Questions
4.0
 • 215 Interviews
Blinkit Interview Questions
3.7
 • 181 Interviews
Nykaa Interview Questions
3.5
 • 114 Interviews
Snapdeal Interview Questions
3.8
 • 75 Interviews
Pepperfry Interview Questions
3.2
 • 31 Interviews
Shopclues Interview Questions
3.9
 • 9 Interviews
Paytm Mall Interview Questions
3.6
 • 7 Interviews
View all

Coupang Reviews and Ratings

based on 8 reviews

1.7/5

Rating in categories

1.7

Skill development

1.7

Work-life balance

2.6

Salary

1.5

Job security

1.6

Company culture

1.4

Promotions

1.5

Work satisfaction

Explore 8 Reviews and Ratings
Senior Staff Engineer - SRE

Bangalore / Bengaluru

15-20 Yrs

Not Disclosed

Staff Data Analyst - Pricing

Kolkata,

Mumbai

+5

1-4 Yrs

Not Disclosed

Executive Assistant

Kolkata,

Mumbai

+5

5-8 Yrs

Not Disclosed

Explore more jobs
Director Finance
4 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Director
4 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Staff Engineer
4 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Industrial Engineer
3 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Explore more salaries
Compare Coupang with

Flipkart

4.0
Compare

Amazon

4.1
Compare

Snapdeal

3.8
Compare

Paytm Mall

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