Test Cases and Debugging approaches
Lead Software Engineer In Test Interview Questions
3,858 lead software engineer in test interview questions shared by candidates
Given a list of tuples representing currency conversion rates, return the conversion rate for a list of desired conversions.
Do you like being the leader or the doer in a team? (was kinda unexpected as I hadn't thought about it)
no question asked
Solve a given Fibonacci sequence
if input is chars = ["a","a","b","b","c","c","c"] output should be output = ["a","2","b","2","c","3"] and if the input is like chars = ["a","b","b","c","c","c"] output should be output = ["a","b","2","c","3"] and if the input is like chars = ["a","b","b","c","c","c","c","c","c","c","c","c","c","c","c"] output should be output = ["a","b","2","c","1","2"]...do not use any data structures
They asked to write code on white board. Question : write the algorithm for word file history.
Several questions regarding the data structures, functions and network programming
How would you test this api?
- Find kth element from the end of the LinkedList - Find first Unique character from String - Reverse the LinkedList - Find all '1''s from an array of n natural numbers - Implement Queue using Arrays
Viewing 2191 - 2200 interview questions