Software Development Engineer Iii Interview Questions

7,035 software development engineer iii interview questions shared by candidates

First round was a Coding round on Paper: 2 Questions (1) Given a sorted rotated array, find the index of an element 'p'. (2) Given an integer array, find how many inverse(s) are there. An inverse is said to be there if a[i] > a[j] and i < j. Then there was a round with SDE-III guy. He asked two questions: (1) Given a singly linked list: A -> B -> C -> D -> E -> F. Reverse it in pairs such that it becomes like: B -> A -> D -> C -> F -> E. (2) A binary string is considered to be special if it contains increasing numbers of consecutive 1's. Like 00100011011100001111 Write a method to find if a given string is special or not, covering corner cases. Next round was a design round. I was asked to design a sentinal/sentiment analysis engine end to end. Focussing on the service part, how would I design the service endpoint that would consume N number of data and process them in an async manner and update the Job Manager as well.
avatar

SDE-III

Interviewed at LivSpace

3.5
Dec 11, 2017

First round was a Coding round on Paper: 2 Questions (1) Given a sorted rotated array, find the index of an element 'p'. (2) Given an integer array, find how many inverse(s) are there. An inverse is said to be there if a[i] > a[j] and i < j. Then there was a round with SDE-III guy. He asked two questions: (1) Given a singly linked list: A -> B -> C -> D -> E -> F. Reverse it in pairs such that it becomes like: B -> A -> D -> C -> F -> E. (2) A binary string is considered to be special if it contains increasing numbers of consecutive 1's. Like 00100011011100001111 Write a method to find if a given string is special or not, covering corner cases. Next round was a design round. I was asked to design a sentinal/sentiment analysis engine end to end. Focussing on the service part, how would I design the service endpoint that would consume N number of data and process them in an async manner and update the Job Manager as well.

Viewing 2611 - 2620 interview questions

Glassdoor has 7,035 interview questions and reports from Software development engineer iii interviews. Prepare for your interview. Get hired. Love your job.