automation and Functional Testing
Sdet Interview Questions
4,402 sdet interview questions shared by candidates
what all interfaces used in framework
OOPs , JavaCollection , RestAssured POST request write with correct sequence and syntax , random program related to string manipulation
Asked to write programs in java and selenuim
1) E-commerce automation 2) Xpath and API Testing 3) Questions on your current work (framework and architecture) 4) Why Browserstack, what are your career goals?
how the code worked, importance of com ponents in it.
Java problem solving and selenium and API
Experience with Java and Selenium
Questions were mainly related to my past experience, OS concepts, synchronization issues, and so forth. There was less emphasis on algorithms and more on architecture.
A Maze is given as N*N binary matrix of blocks where source block is the upper left most block i.e., maze[0][0] and destination block is lower rightmost block i.e., maze[N-1][N-1]. A rat starts from source and has to reach destination. The rat can move only in two directions: forward and down. In the maze matrix, 0 means the block is dead end and 1 means the block can be used in the path from source to destination. Note that this is a simple version of the typical Maze problem. For example, a more complex version can be that the rat can move in 4 directions and a more complex version can be with limited number of moves.
Viewing 1381 - 1390 interview questions