Pourquoi l'automatisation des tests?
Senior Test Engineer Interview Questions
43,573 senior test engineer interview questions shared by candidates
All sorts of brain teasers (monte hall problem, etc)
how to reverse words in a string preserving the formatting
Reverse the individual words in a string (words are delimited by spaces). Example - "Hello world" becomes "olleH dlrow".
Shuffle Linked List
Data structures - - Write program to print Binary Tree using bredth first search and depth first search
Design and implement a "inner join" function using 2 sorted lists/arrays. Make it run in O(n) time.
The interviewer confused me like hell when describing the question. Every node of the tree has a pointer to its left most child. each node has a pointer to its next sibling. Its a BST. Find the smallest value in the tree.
How to get 4L from 2 containers of size 3L and 5L
Write a function that determines whether a given number is a prime. Discuss perf improvements.
Viewing 391 - 400 interview questions