Given an array of characters, find the number of occurrences for a given word. The word may appear left-right, up-down at any point in the word (no diagnols).
Software Developer In Test Interview Questions
1,164 software developer in test interview questions shared by candidates
Data structure which supports both map operations and array operations without time complexity penalty.
Java string, replace ab with bba recursively E.g: "aaba" then replace "abbaa" again ab is present so replace it like "bbabaa"
Given a stream of stock prices for a particular company, find the average within the last 5 minutes
You are in a room with no windows and three light switches. Each single light switch is connected to one single and distinct incandescent light bulb in the opposite windowless room. There is no immediate way of telling which light switch is connected to which light bulb. You are allowed to enter the room with the light bulbs once and only once, and only after you are ready to make the determination. How can you determine which switch is connected to which bulb?
Only one question - a) Given an array with elements 1,24,12, 9, 24, 25, 10, 3, 2, 2. b) Create a linked list with these elements c) Sort the elements in the most efficient way d) Delete repeated elements from the linked list Code in C++ and in 45 minutes. I was given access to his computer to use visual studio IDE.
Build and explain automation on an target website
Given an array of arrays, where subarrays are pairs of numbers, write a program that will merge any overlapping intervals and return the non-overlapping interval
How is chromium edge driver instance created
Questions based on Prior Experience
Viewing 181 - 190 interview questions