Write a method to output the Fibonacci sequence.
Software Development Engineer In Test Interviews
Software Development Engineer In Test Interview Questions
"Interviews for SDET positions revolve primarily around technical questions that assess your knowledge of software development and software testing. Familiarize yourself with the functions, data structures and algorithms you will use on the job so that you can answer both coding and software testing questions. To further test your problem-solving skills, your interviewer may throw in a math brainteaser."
36,220 software development engineer in test interview questions shared by candidates
Are you fexible to work at onsite.
What is testing pyramid ?
QA related
Basic testing questions
(1)Given string is palindrome or not(Inlace without using extra buffer) (2)Given a number n - give me the first n prime numbers (Improve efficiency of code) (3)Fizz-buzz type question (4)Given a string(for e.g.,abc) and an array of strings(s1,s2,....sn) -> return an array of boolean values based on if a string s1 can be made from the characters of string(abc) (5)Find the duplicates in an array. (6)Given an architecture of an application - find the best ways to test it and make sure that how can we deliver quality products. (7)Behavioral questions like conflict with a team-member etc.
One question related to trees was tricky. Dont remember the exact details
merge two sorted arrays in sorted order?
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?
How many lines of code I wrote for the project I worked on?
Viewing 601 - 610 interview questions