Second interview more technical questions
Software Development Engineer In De Test Interview Questions
6,459 software development engineer in de test interview questions shared by candidates
Find an element in the array in O(log n). Array is circular, shifted by k units, and sorted (before shift).
A,B,C Input, determine if its a triangle.
given three integers, determine whether they can form a triangle? example 1: 3, 4, 5 --> yes example 1: 3, 4, 15 --> no
Write algorithm for c compiler.
Write a function that puts 2 unordered arrays into a 3rd order array
Company X has created a child's toy. The toy is battery powered with a speaker and motor system to drive a song and dance that it performs. How do you test that this toy is ready for production sales.
Algorithm questions, design questions, test automation, projects, behavioral. I say just be yourself otherwise you come across as phoney
List the different types of testing (and apply as many as you can).
Write a program that reads in a string and prints the character once it has been found to have duplicates (2 or more). The program should only print the character once, not every time a duplicate is found. The program should be faster than O(n^2).
Viewing 1051 - 1060 interview questions