Software Engineer Ii Interview Questions

3,997 software engineer ii interview questions shared by candidates

I was asked questions on 1. Routing protocols such eigrp ospf and bgp. 2. Spanning tree protocols and about trunk port modes etc 3. Basic questions about subnetting and asked few problems on the same. 4. Asked to write code on how to ssh into a cisco IOS router and extract whether an interface is up or down using any coding language of choice 5. Asked to write code on how to keep track of the number of distinct words and a count of the same from a file. 6. Debugging how a neighbouring router/switch port is alive or dead 6. Basic questions on Operating systems concepts and linked lists.
avatar

Software Engineer II Intern

Interviewed at Cisco

4.1
Apr 2, 2015

I was asked questions on 1. Routing protocols such eigrp ospf and bgp. 2. Spanning tree protocols and about trunk port modes etc 3. Basic questions about subnetting and asked few problems on the same. 4. Asked to write code on how to ssh into a cisco IOS router and extract whether an interface is up or down using any coding language of choice 5. Asked to write code on how to keep track of the number of distinct words and a count of the same from a file. 6. Debugging how a neighbouring router/switch port is alive or dead 6. Basic questions on Operating systems concepts and linked lists.

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 1121 - 1130 interview questions

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