Software Engineer Ii Interview Questions

3,997 software engineer ii interview questions shared by candidates

I don't remember the programming questions. The architectural interview might ask you to design a database or a flow for an app. The managerial interview questions would be based on your resume, something like what is the most frustrating issue you had and how did you solve it.
avatar

Software Engineer II

Interviewed at HashedIn by Deloitte

4
May 12, 2023

I don't remember the programming questions. The architectural interview might ask you to design a database or a flow for an app. The managerial interview questions would be based on your resume, something like what is the most frustrating issue you had and how did you solve it.

in 1st coding round There is an array of elements and you have to print the result after removing continuous same elements. Ex -> [tom , jerry, jerry, tom] Output -> [] Ex -> [tom, jerry, jerry, tom, tom, jerry, tom] [tom jerry Jerry tom ] output-> [] [tom jerry Jerry tom jerry tom] op= [Jerry tom ] 2nd ques Given a 1-indexed array of integers numbers that is already sorted in non-decreasing order, find two numbers such that they add up to a specific target number. Let these two numbers be numbers[index1] and numbers[index2] where 1 <= index1 < index2 <= numbers.length. ex -> Input: numbers = [2,7,11,15], target = 9 Output: [1,2] Ex -> [-1, 0] target = -1 Output -> [1, 2
avatar

Software Engineer II SDE2 Java Backend

Interviewed at HashedIn by Deloitte

4
Feb 4, 2022

in 1st coding round There is an array of elements and you have to print the result after removing continuous same elements. Ex -> [tom , jerry, jerry, tom] Output -> [] Ex -> [tom, jerry, jerry, tom, tom, jerry, tom] [tom jerry Jerry tom ] output-> [] [tom jerry Jerry tom jerry tom] op= [Jerry tom ] 2nd ques Given a 1-indexed array of integers numbers that is already sorted in non-decreasing order, find two numbers such that they add up to a specific target number. Let these two numbers be numbers[index1] and numbers[index2] where 1 <= index1 < index2 <= numbers.length. ex -> Input: numbers = [2,7,11,15], target = 9 Output: [1,2] Ex -> [-1, 0] target = -1 Output -> [1, 2

Viewing 1231 - 1240 interview questions

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