The first level of screening was easy. The interviewer seeks in-depth knowledge in multiple skills like java, selenium, cucumber, testNG, SQL, postman, rest assured and focused mainly on the java selenium concepts. It was a good experience.
Questions d'entretien [1]
Question 1
Write a java code to count string occurence:
Input: aabbbccccaabb
Output: a2b3c4a2b2