Me postulé a través de una recomendación de un empleado. El proceso tomó 2 semanas. Acudí a una entrevista en Mastercard (Pune) en feb 2024
Entrevista
total 4 rounds of testing.
first the basic interview round, where basic concepts along with 1 basic program is asked.
the 2nd round of interview is more technical and in depth, focusing on programming and scenario based questions.
Preguntas de entrevista [1]
Pregunta 1
What are the main interfaces in the Java Collections Framework?
What are the differences between HashSet and TreeSet?
What is the difference between HashMap and Hashtable?
Explain the difference between Comparator and Comparable.
How do you iterate over a List in Java?
What is the difference between Queue and Deque?
What is the difference between ArrayList and Vector?
How does a ConcurrentHashMap work?
Me postulé a través de un reclutador. Acudí a una entrevista en Mastercard (Pune) en ago 2025
Entrevista
Process included screening based on coding round followed by L1 interview focussed on technical concepts and problem solving around Selenium, Java, RestAssured . The overall process was structured, timely, and professionally handled.
Preguntas de entrevista [1]
Pregunta 1
1. Fluent wait syntax.
2. How to handle dropdown
3.Syntax for sending POST request using RestAssured.
4. Java code to sort array {1,2,5,0,-2,-1,0,-1} to {1,2,5,-2,0,0,-1,-1}
5. How to run test in sequence in TestNG.
6. Extent report customisation.
7. 202 status code
8. What all things can be checked from QA perspective if API is returning 502
9. Background vs @Before in cucumber.
10. How to estimate story and how to handle if you feel it will be spilled.
Asked to write reverse string Program, Basic and advance questions on Selenium, Automation testing questions, Questions on Software development life cycle Previous job questions, Most of the questions on Java concepts like overriding overloading, abstract class interface, API testing,