Given a BST find the second largest element?
Software Development Engineer Ii Interview Questions
2,268 software development engineer ii interview questions shared by candidates
Find out the number of connected cells in a 2D array
Describe the most challenging problem you've had and how you solved it?
They gave me an open ended problem , optimizing some part of their operations. Given a map and multiple locations from where an order has to be procured , Delivery executive location and customer location, how would you find the best path.
Given bytes "A" and "B" whose bit representations can be written as "0101X110" and "1Y011001" write a function to take in bytes "A" and "B" and return true if bits "X" and "Y" are the same or return false if they are not the same. Assume the 1s and 0s in "A" and "B" are arbitrary.
1. Print unique words sorted in order of length from a file. 2. Rotate an array 3. How threads work? How threads work in a single processor system?
Given an input string, return whether or not the string contains balanced brackets where bracket characters are (), []. {}. The input string can contain alphanumeric characters in addition to the bracket characters.
Given the definition of a Fibonacci sequence, write a function to give the n-th term of the sequence.
Find exist in maze or prove its non existence.
Given an integer, find the next biggest integer whose digits are in increasing order. Example: Input: 118 Output: 123 Input: 127 Output: 234 Input: 987 Output: 1234 Desing question: Design a parking space to park a car.
Viewing 31 - 40 interview questions