Quinbay Interview Experience | 2022
This is Quinbay Interview Experience for the Software Developer Role. Quinbay is an Indonesian E-commerce company which has offices in Bangalore, Coimbatore etc. I was interviewed for Coimbatore location.
Round 1
- Difference between ArrayList vs LinkedList?
- Internal Implementation of ArrayList, LinkedList?
- You have 1k items. You are reading and updating, which will you use ArrayList or LinkedList?
- OOPS concepts
- Difference between Set, Map, List
- Write a Simple thread program in java.
- Write a query to find the second largest salary from the employee table.
- Given a array of positive integers, print the total even numbers. You should combine two odd numbers to form even number before computing the result.
- Input [ 2, 3, 5, 4 ] , Output : 3, Explanation: Here 3, 5 are combined to form one even number.
Round 2
- Write a query to find the second largest salary grouped by each department from the employee table.
- Given a string, for each repeating calculate the index value ( a = 0, b= 1). Then print the indexed character from ‘z’ in backwards.
- Ex: Input: “ccb” here ‘c’ is the repeating. Index of c is 3. Output is “x” ( 3rd char from “z”)
Round 3
This is an Hiring manager round. It involved basic project, reason for switch etc. I asked about the company, technologies used, total engineering employees etc. Then we had package discussion. This is the overall Quinbay Interview Experience
You can also submit your interview experience by here.
You Might Also Like..
Kotak Interview Experience | 2022
M2P Fintech Interview Experience | 2022
de937b