All of the questions are fairly easy. Be prepared for communication skills and big oh analysis.
Senior Software Development Engineer In Test Interview Questions
6,459 senior software development engineer in test interview questions shared by candidates
What would be your ideal job?
Write a program that takes in a string and removes any duplicate spaces (including leading and trailing spaces – there should be none when finished). This program should not have any embedded loops, and you can only traverse the string ONCE. Should definitely be faster than O(n^2).
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
Test an Function that converts string to integer. String here can be of any length!
Coding test was to write code to get all palindromes in a string. Test a refrigerator. Code to make diagonal elements 0 in a matrix.
weakness
Technical: From any array of integers print only the non repeated integers.
Most of the questions are basic DSA and oops.
Viewing 651 - 660 interview questions