Find out the number of connected cells in a 2D array
Software Development Engineer Ii Interview Questions
2,268 software development engineer ii interview questions shared by candidates
Given a BST find the second largest element?
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.
Generally covers all data structures and Algorithm question types.
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 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.
Find exist in maze or prove its non existence.
Given the definition of a Fibonacci sequence, write a function to give the n-th term of the sequence.
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.
Viewing 31 - 40 interview questions