1.) Tell me about yourself, what your day to day activities are at your job 2.) Discuss a time when I took initiative to do something that resulted in a change. 3.) Just one question on Method that takes two arrays [1,2,3] and [3,4,5] processes it like this --> {1,3}, {1,4},{1,5},{2,3}, {2,4}....{3,5}} and print out the number of paired duplicates in the processing. Which is 1 from this example => {3,3}
Senior Software Development Engineer Interview Questions
1,262 senior software development engineer interview questions shared by candidates
Whiteboard and notepad problem solving.
STAR behavioral questions.
Given graph with two dimensional array, some positions will set to 1 and others will be set to 0. find number of continuous islands.
Technical questions and ability to discuss your results.
Finding an edit distance between two strings
Implement a counting semaphore using only binary mutexes
How will you manage multilingual (Hundreds of languages) testing of a Product in a very very short notice i.e. you cannot test all of them.
Coding questions are mostly data structure and algorithm related, including binary tree, recursive programming, bit-wise operation etc.
Technical questions
Viewing 311 - 320 interview questions