Tell me about yourself. Talk about REST applications.
Software Development Engineer In Test Interview Questions
6,459 software development engineer in test interview questions shared by candidates
Implement four string operations and a sorting algorithm of choice in C. Do not use string.h
Draw the system architecture of one of your projects
Given a matrix of n x n dimensions, write an algorithm such that each number (from 1 to n) appears only once in a column and a row. (Look up magic square for an example)
Implement LRU Cache
Given a linked list, swap every pair of elements (so elements 1 and 2 swap, 3 and 4 swap, etc.)
How would you test a bottle of water
reverse an int
how to find the closest predecessor of a node in binary by doing inorder traversal.
How to test a calculator?
Viewing 631 - 640 interview questions