Linked list questions
Software Development Engineer In Test Interview Questions
5,147 software development engineer in test interview questions shared by candidates
Why do you want to work here?
Extremely technical interview.
Most questions are around data structures. Also expect word puzzles, like write an algorithm to spell out actual numbers. E.g. 121 -> "One Hundred and Twenty One".
Given an array of integers and k, print all the pairs of numbers (a,b), both of them inside the array, such that a+b=k
The differences between recursive and iterative implementations?
Write a program to find out the median of two sorted array.
Reverse words in a String
Given a BST find the second largest element?
1. Implement stack using queue 2. Merge two arrays and sort them in order as specified at runtime. The two arrays may share common entries between them, but the resultant array must not have duplicates.
Viewing 131 - 140 interview questions