Round 1 -
Brief about yourself and explain current role
Explain latest framework
Write all possible test cases for scenario - "Changes visible on UI once user has submitted an order on Amazon/Flipkart"
How to handle alert pop-ups in Selenium?
Which test case management tool have you used and explain how you handle stories and defects on it.
How to handle New Window and Frames in Selenium?
Write functional testcases to validate API for scenario - "Order placement and payment gateway transaction"
===================================================
Round 2 -
Find the longest common substring among 2 strings -
String str1 = "testingisaprocess";
String str2 = "testprocessistesting";
1) find the longest substring from string 1
2) find the longest substring from string 2
3) Comparing both substrings - lower case
4) Comparing both substrings - upper case
5) if there words that are having the same length in both s1 & s2 - report those words
Write all possible testcases you can think about for given scenario - "Multiple users are concurrently working on the same google sheet. They are viewing, editing, manually saving their work. Also there is an autosave option inbuilt into google sheets."