Dev + QA Questions -- Both were stupid enough to be irritating. I just wanted to end the interview once I understood that the interviewer doesn't have any clue on proper automation or development as well as questions itself were wrong. Just a few questions to show what less he knows, that's all
Lead Software Engineer In Test Interview Questions
3,883 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.
no question asked
Solve a given Fibonacci sequence
How would you test this api?
Do you like being the leader or the doer in a team? (was kinda unexpected as I hadn't thought about it)
Several questions regarding the data structures, functions and network programming
They asked to write code on white board. Question : write the algorithm for word file history.
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
- 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 3221 - 3230 interview questions