Software Developer Ii Interview Questions

6,481 software developer 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

Consider a town with houses arranged in the form of a circle around a well. The residents of this town found the well to be in despair and thought of restoring it. Each resident hates his/her next-door neighbours(on both sides). Each of the residents is willing to donate a certain amount, given in the int[] donations. Calculate and return the maximum amount that can be collected as adhering to the following constraints listed below. Constraints First and last houses are also next-door. If a resident can contribute, both the next door neighbours don’t. Each of the donations can range from 1 to 1000 Number of residents in the town can be 1 to 40 ============================================= Design subscription-based service website which will give access to all courses for a certain period of time. Any courses can be added to this subscription at any time or can be removed"
avatar

Software Engineer II

Interviewed at Vedantu

3.2
May 6, 2021

Consider a town with houses arranged in the form of a circle around a well. The residents of this town found the well to be in despair and thought of restoring it. Each resident hates his/her next-door neighbours(on both sides). Each of the residents is willing to donate a certain amount, given in the int[] donations. Calculate and return the maximum amount that can be collected as adhering to the following constraints listed below. Constraints First and last houses are also next-door. If a resident can contribute, both the next door neighbours don’t. Each of the donations can range from 1 to 1000 Number of residents in the town can be 1 to 40 ============================================= Design subscription-based service website which will give access to all courses for a certain period of time. Any courses can be added to this subscription at any time or can be removed"

Viewing 5511 - 5520 interview questions

See Interview Questions for Similar Jobs

Glassdoor has 6,481 interview questions and reports from Software developer ii interviews. Prepare for your interview. Get hired. Love your job.