How would you call fire brigade if your office catches fire? Consider you dont have internet, telephone, or any means of communication.
Sdet Interview Questions
4,403 sdet interview questions shared by candidates
Given a string (understood to be a sentence), reverse the order of the words. "Hello world" becomes "world Hello"
How can u measure the temperature outside when you stay inside?
Print the binary tree in zig-zag order.
searching for patterns in strings; how to destroy your functions with different testing cases;
finad all plaindromes ina string.
Q: Most challenging part of coding you have
1. Given a number N, find sum of all numbers from 1 to N-1 2. Your budget is X rupees, and there are N items available, each having its own cost (in an array). Find maximum items you can buy. 3. Given a string, find occurences of all substrings that are substring(0,x), where x=1,2,3...string.length
Scripting questions in Python like, parse a csv file and extract the name, phone numebers, emails into a dict.
Suppose you have a C++ base class and several classes that inherit from it. What might happen if you do not write a virtual destructor for the base class?
Viewing 111 - 120 interview questions