Remove a node from Linked list when address of same node is given
Software Development Engineer In Test Sdet Interview Questions
3,724 software development engineer in test sdet interview questions shared by candidates
There was nothing difficult or unexpected about the interview.
Standard coding and design questions. Some questions about my background. A tedious question was to convert a string representing a roman number to an integer. This question is not hard to solve, but tedious to code.
Given a 2D array of boolean values determine the largest square sub-array containing only 1s.
Program in ide: Input - wwwaabbc Output - w3a2b2c1
Online test
Delete n-th element from linked list. Note, you don't have a pointer to the Head of the list.
Given the definition of a Fibonacci sequence, write a function to give the n-th term of the sequence.
Print the binary tree in zig-zag order.
How can u measure the temperature outside when you stay inside?
Viewing 91 - 100 interview questions