Interview is generally 3 rounds . You will be asked about Java , few Java program , SQL , Linux command, Api testing through postman or rest assured
The level of question is from moderate to difficult .
Autres retours d’entretien d’embauche pour un poste comme Senior QA Automation Engineer chez Paytm
J'ai postulé via la recommandation d'un employé. Le processus a pris 1 semaine. J'ai passé un entretien chez Paytm (Noida) en déc. 2021
Entretien
The process was smooth and there were 4 rounds of interviews
Questions about the project
Basic Java coding questions
Testing methodology, scenario-based questions
DBMS question, write the query, and create a record
How to handle the work pressure in fast pace work culture
Questions d'entretien [1]
Question 1
Questions about the project
Basic Java coding questions
Testing methodology, scenario-based questions
J'ai postulé en ligne. Le processus a pris 1 jour. J'ai passé un entretien chez Paytm (Noida) en avr. 2018
Entretien
Pathetic experience!
Was made to wait for 5 hours before they actually called me. I was about to leave when my name was announced. Zero management by the HR. They have zero value of your time.
First round:
What is an API, examples of an API, an API used globally
Get, Put, Post HTTP methods
What is REST
Order of execution of TestNG annotations
Explain framework
Example of an API and how you write test code for it
Functional test cases for page to book movie seats
Interface vs abstract class
Second round:
One java coding question, give best optimized code
Given a String "a $ b % c ^ & f g * k", reverse the string such that only letters change their positions and special characters are not affected.
This will give "k $ g % f ^ & c b * a"
Third round:
How to create directory before a test case using maven
Java String using new operator, equals vs ==
Code to find 3 numbers with the highest product in an aray of 0, positive and negative values
Replace adjacent duplicate letters in a String recursively
2 puzzles