Software Development Engineer Ii Interview Questions

2,268 software development engineer ii interview questions shared by candidates

Technical Question (for Software Engineering Roles) Question: "Given an array of integers, find two numbers such that they add up to a specific target number. Return the indices of the two numbers." Example: Input: nums = [2, 7, 11, 15], target = 9 Output: [0, 1] (because nums[0] + nums[1] = 2 + 7 = 9)

Software Development Engineer (SDE) II

Interviewed at Radhika

3.7
Mar 1, 2025

Technical Question (for Software Engineering Roles) Question: "Given an array of integers, find two numbers such that they add up to a specific target number. Return the indices of the two numbers." Example: Input: nums = [2, 7, 11, 15], target = 9 Output: [0, 1] (because nums[0] + nums[1] = 2 + 7 = 9)

I don’t remember the exact question but it was focused on array after solving the problem in one go the interviewer tried to make it complex by introducing more variables which wanted you to use complex data structures like min heap
Nov 8, 2023

I don’t remember the exact question but it was focused on array after solving the problem in one go the interviewer tried to make it complex by introducing more variables which wanted you to use complex data structures like min heap

Viewing 1931 - 1940 interview questions

Glassdoor has 2,268 interview questions and reports from Software development engineer ii interviews. Prepare for your interview. Get hired. Love your job.