Coupang Java Software Engineer Test interview questions
based on 1 rating - Updated Aug 26, 2016
Difficultinterview difficulty
Mixedinterview experience
How others got an interview
100%
Recruiter
Recruiter
Interview search
1 interviews
Coupang interviews FAQs
Candidates applying for Java Software Engineer Test roles take an average of 21 days to get hired, when considering 1 user submitted interviews for this role. To compare, the hiring process at Coupang overall takes an average of 27 days.
Common stages of the interview process at Coupang as a Java Software Engineer Test according to 1 Glassdoor interviews include:
Phone interview: 100%
Here are the most commonly searched roles for interview reports -
I applied through a recruiter. The process took 3 weeks. I interviewed at Coupang in Aug 2016
Interview
I have contacted through a recruiter and the process took 2-3 weeks. Initially I was given a coding exercise after which I was asked to schedule a technical phone call interview with an highly experienced person in the company. He was very supportive throughout the interview.
Interview questions [1]
Question 1
1. I have a java program in which there are a lot of HashMap/HashTable being used for mapping key-value pairs. Now I want to profile or rather count how many times the get() and put() methods have been called in my program.
2. Given a stream of integers and asked to store N uniques numbers performing insert, search, retrieve in O(1) complexity. If the maximum space reached remove the old data and insert the new data. Perform the above using a data structure.
3. Given a number N. write a program to find the number of prime numbers in the range of 1 to N.