Candidatei-me por meio de recrutador(a). Fui entrevistado pela Aziro (Pune) em jan. de 2026
Entrevista
The interview process started with an aptitude test containing 5 sections including API testing, Selenium, general aptitude, programming, and database-related questions. In the second round, they asked basic Python concepts like data types, list methods, slicing, preparing a dictionary from two lists, occurrence programs, OOP concepts, and database-related questions. Overall, the process was smooth and focused on testing fundamentals and programming basics.
Perguntas de entrevista [1]
Pergunta 1
Question:
What was the one thing that they asked you?
Answer:
How do you create a dictionary from two lists in Python, and explain basic Python concepts like list methods and slicing.
How did you answer this question? (optional)
I explained using the zip() function to combine two lists into a dictionary and demonstrated with a simple example. I also explained list methods and slicing with examples.