Me postulé a través de una recomendación de un empleado. El proceso tomó 1 semana. Acudí a una entrevista en Priceline.com (Toronto, ON) en sept 2022
Entrevista
Formal Interview by HR - Talk about background experience
Technical Interview with QA Teams - 2 to 3 coding questions and background experience-related questions.
Interview with QA Manager and Director in the final round
Preguntas de entrevista [1]
Pregunta 1
Selenium questions
Difference between driver.quit() and driver.close().
Difference between implicit wait() and explicit wait () in Java.
Describe the Automation framework.
what is the output of these two print statements in java?
System.out.println("Hello, World!"+ 12 +150);
System.out.println(12 + 150 "Hello, World!");
Replace or create a new json object in the array?
Array [
{
"name" : "bob",
"status" : "Active" // change key "status" to output and
"Active" to true -- something like that
}
]