Mostly on related technologies
Senior Software Development Engineer Interview Questions
1,264 senior software development engineer interview questions shared by candidates
(Third Round) shortest-path-to-transform-one-word-into-another
Second Round:- 3 DS & Algo problems 1). merging multiple linked list so that they could be flattened. 2). Searching a number in sorted and rotated list. 3). Implementation of phone book & discussion.
Give an instance in your life in which you were faced with a problem and you tackled it successfully.
1) Array based questions. 2) Current project and my roles and responsiblities.
Area of consecutive sub matrix
Dynamic Programming Given integer k, and list of numbers nums return a long integer denoting the number of k-subsequences in nums such that the sum of subsequence's elements is evenly divisble by k i.e. sum of subsequence % k == 0
It has been easy going, there was no unexpected question.
Given a binary tree of nodes, design naming conventions for each node so if a message comes to the root node, it will get routed to the desired node. Implement routing logic for each node.
1) Program to find repeated numbers in the array and get the max repeated value( i made use of hash maps , could be handled in any way which suits you) 2) Recursive functions 3) Find syntactic errors in the program 4) O/P of a specific program 5) API http requests and response codes 6) Automation strategies 7)Software principles
Viewing 491 - 500 interview questions