What are some of the issues you have faced during performance testing?
Software Engineer In Test Interview Questions
11,955 software engineer in test interview questions shared by candidates
Longest Palindromic Substring Given a string s, return the longest palindromic substring in s.
Nothing really difficult when compared to rest of the industry
Reverse a linked list
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 Stack with n elements, write a method that always keeps the max of the stack?
Given a singly linked list, swap the kth node and the kth node from the end. Don't check for size.
How do you respond when a developer says that the bug is not reproducible?
Draw the system architecture of one of your projects
Viewing 1171 - 1180 interview questions