Given a linked list and a number k, find the k-th node from the end and return it. An example: List: A-B-C-D-E-F K K: 2 Return F:
Sdet Interview Questions
4,403 sdet interview questions shared by candidates
How would you test a bottle of water
Technical question in TR round
1. Core java concepts like private constructors, polymorphism, Object creation for String, why it is immutable, heap and stack management. Collection framework detailed explanation on each each interface, hashmap and hashtable difference 2. What are the things to consider for selenium automation framework creation, how to run multiple browser in multiple OS using grid, how to use set cookie and clear cookie for session management. Return type for get and navigate methods, Return type for getLocation method, different between findElement and findElements, how to do visual validation, few basics on docker, what are the things to consider during peer code review difference between let and var in jscript
What are some of the issues you have faced during performance testing?
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?
Viewing 371 - 380 interview questions