Software Developer 2 Interview Questions

2,524 software developer 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
avatar

SDE-2

Interviewed at Amazon

3.5
Sep 5, 2022

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

Viewing 651 - 660 interview questions

Glassdoor has 2,524 interview questions and reports from Software developer 2 interviews. Prepare for your interview. Get hired. Love your job.