Why do you stand out for this role?
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.
Qual projeto mais gostou de participar e qual o seu papel no projeto.
Como seria a modelagem de dados? Como seria a interface dessa API? Como seria a comunicação com os outros serviços? Como escalaria? É possível melhorar a solução apresentada?
A Simple Coding Question - basic Java String Question. A DB Query with lots of joins involved.
Give a high-level overview of how you would create a web crawler. What data structures would you use? How would you improve performance?
Situational and strength/weaknesses- standard questions and prompts.
How would you handle customer IP issues when resolving an operational problem?
My understanding about his project.
I was asked basic engineering questions about different PLC, flow, and how to handle difficult situations
Viewing 2611 - 2620 interview questions