Tree Data Structure
Senior Software Engineer In Test Interview Questions
6,460 senior software engineer in test interview questions shared by candidates
Design a vending machine using OOPS principles.
String manipulation related questions were asked
find common ancestor in binary tree
array of +ve nums, find pairs that add up to a given value
How will you test a search engine
- Given an array of integers (of any value, from MIN_INT to MAX_INT), how would you find the consecutive integers with the largest sum, and return their sum?
Count no. of words in a string
Reverse the string
int Solve(string str); Given the signature above, implement the simplest method that returns the results of the following arguments: 1. “3+5” (8) 2. “10+2-8” (4) 3. “5+10*3” (35) 4. “3+5--6" (14)
Viewing 201 - 210 interview questions