The coding question was how to detect if a singularly linked-list is cyclic. Also discuss optimization of the solution and code it in any language of your choice.
Software Development Engineer In Test Sdet Interview Questions
3,753 software development engineer in test sdet interview questions shared by candidates
How would you reverse a string?
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
Find an element in the array in O(log n). Array is circular, shifted by k units, and sorted (before shift).
given three integers, determine whether they can form a triangle? example 1: 3, 4, 5 --> yes example 1: 3, 4, 15 --> no
Derive the formula for a line
reverse a string in place
A,B,C Input, determine if its a triangle.
Write algorithm for c compiler.
Viewing 541 - 550 interview questions