I applied through a recruiter. I interviewed at Tenerity India (Pune City) in Jan 2020
Interview
1. Solve a program (on paper)
2. Technical round
Company's infra is great and HR are attentive. First round is about solving a program mentioned below. Once you solve the java program(no matter right or wrong) they will check your logic, second round will start.
For me at least they did not asked any question about Testing or Selenium. There question was only about Java. For a moment I thought I was giving an IV for Java Developer. Anyways I dis got selected as I had preped for only QA and Selenium related and only a lil bit java or basic such as overloading, classed and methods.
Interview questions [3]
Question 1
program : Write a java code and sum the numbers from a string.
e.g. String 1 : AB2G5T8, answer should be 15
String 2 : AB25GT11YT8, answer should be 44, notice 25 is not 2+5
String 3 : ABCDFR , answer should be zero.