Tell us a few command lines to access information on a Solaris operating system.
Software Test Engineer Interview Questions
12,426 software test engineer interview questions shared by candidates
Given a array of integers, write code to find the max possible sum of sub-arrays. Use arithmetic progression.
How do you simulate the functionality of a queue using 2 stacks
Given a regular phone number dial pad, write code that will list out all the possible letter combinations that can be made given three numerical digits as input. For example, the base function would look like this: function numberToChars(int *numbers) { // would return an array of different character combinations // if input was 123 // output: adg, adh, adi, bdg, etc... }
Implement a function that turns a string into a number with sign.
A,B,C Input, determine if its a triangle.
None of the questions stood out as most difficult or unexpected, but after a few hours the last interview was the hardest just from fatigue and being short on sleep from the traveling.
Write a program that reads in a string and prints the character once it has been found to have duplicates (2 or more). The program should only print the character once, not every time a duplicate is found. The program should be faster than O(n^2).
Tell me about your current project?
The interview questions primarily focused on automation processes and included technical tasks to assess coding and problem-solving skills.
Viewing 2091 - 2100 interview questions