* Design online lottery system for amazon.
Software Engineer 2 Interview Questions
2,531 software engineer 2 interview questions shared by candidates
Amazon | OA | Prime Air time 28.0K VIEWS 17 Last Edit: February 23, 2022 6:42 AM Anonymous User Position: SDE 1 Location: Bengaluru, India. YoE: 1 year 3 months. Platform: Hackerrank Problem: This problem is a variant of closest pair sum. You'll be given two arrays arr1 = { {1, 2000}, {2, 3000}, {3, 4000} } arr2 = { { 1, 5000 }, {2, 3000} } the first element of every pair represents id and the second value represents the value. and a target x = 5000 Find the pairs from both the arrays whose vaue add upto a sum which is less than given target and should be closest to the target. Output for the above example: { {1, 2} } // Note that the output should be in id's
Dynamic programming, trees and heap related problems.
Top K Subset Sum Array Sliding Window question
How does the role of UX designer affect the rest of the product team?
Tell me about a time you show initiative.
Design a price alert system
Recruiter screen, DSA/Coding round, System design, project deep dive, behavioural
deadlock, inheritance, polymorphism, oops, a case study for architecture
1. What are REST APIs? 2. What is HTTP2? 3. SOLID principles especially Open closed principle 4. TCP vs UDP 5. Which design patterns follow open closed principle?
Viewing 651 - 660 interview questions