Round 2:
Selenium select from a dropdown question
Find multiple xpath based question.
Print text from elements in selenium
Multiple other questions like Datadriven/ Parallel etc etc.
DSA question
Find the indexes of 2 number whose sum is closest to the target
input
a = [1,3,5,4,2]
target = 10
Output = [2,3]