The questions are purely related to mobile and web app automation !!
Sr Software Engineer Interview Questions
67,762 sr software engineer interview questions shared by candidates
Clone a linked list that has a cycle (do not fix the cycle). Is there a way to uniquely identify a node without relying on a hash code?
Remove the comments from code.
Design ride service like Uber
1. write a code to find duplicates in an array
Shunting Yard Algorithm
Problem: Given a string which has some repeated characters. Write a Java program to identify the character and print the number of occurrences
Playing with applicant and making fun on them
Difference between process/thread, heap/stack. What is JIT?
1st phase 1st technical interview: Problem was that given a positive integer n print all distinct ordered sets of positive integer which have sum equal n. eg:- for n=2 output: { [1, 1] } for n=3 output: { [1, 1, 1], [1, 2], [2, 1] } for n=4 output: { [1, 1, 1, 1], [1, 1, 2], [1, 2, 1], [2, 1, 1], [2, 2], [1, 3], [3, 1] }
Viewing 341 - 350 interview questions