Technical questions were focused on my resume: SQL, API, Object oriented concepts, Selenium exercise
Software Developer In Test Interview Questions
1,164 software developer in test interview questions shared by candidates
what is Page object model in selenium
Design question was on testing phase
What is the difference between whitebox vs. blackbox testing
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
How would you test this api?
Nothing much if you are good at basics.
Could you please describe a situation when you disagreed from someone else on your team?
Viewing 711 - 720 interview questions