Candidatei-me por meio de uma agência de recrutamento. Fiz uma entrevista na empresa Moolya Software Testing (Bengaluru).
Entrevista
The recruitment process typically consists of three stages: a coding written test, a technical round, and an HR round. The coding written test is the first step, where candidates are assessed on their problem-solving ability, logical thinking, and programming skills through coding questions, algorithms, and sometimes aptitude-based questions. Candidates are expected to write efficient and accurate code within a limited time. Those who qualify move on to the technical round, which focuses on evaluating core technical knowledge, including programming languages, databases, APIs, and frameworks like Django or React, along with coding exercises, debugging tasks, and discussions about past projects to understand the candidate’s practical skills and approach. Finally, the HR round assesses the candidate’s communication skills.
Candidatei-me pessoalmente. Fiz uma entrevista na empresa Moolya Software Testing (Bengaluru).
Entrevista
First round is the telephonic and then have schedule the Technical round they asked basic questions and scenario based questions on both automation testing and manual testing
It is taken around 20 mins and easy questions you can answer.
Perguntas de entrevista [1]
Pergunta 1
Basic questions on Automation and manual testing.
Scenario based questions
Candidatei-me online. O processo levou 2 semanas. Fui entrevistado pela Moolya Software Testing (Pune) em set. de 2025
Entrevista
Got the mail from the HR for AI Interview and when proceed to AI call asked about the topics related to ET Web + API + AI and after selected from AI Interview round got a call for Technical Round and asked the question related to Python Automation and some coding questions and Python basic questions.
Perguntas de entrevista [1]
Pergunta 1
1.Which framework(s) have you used in your current project?
2.Can you explain what decorators are in Python and provide an example of their use?
3.What are constructor methods in Python (such as __init__), and how are they used?
4.Have you worked with CI/CD pipelines? If so, can you describe your experience with tools such as Jenkins or GitHub Actions?
5.How would you handle strings and pattern matching in Python?
6.Since Python data types are implemented as classes, what are some of the built-in methods available in the str (string) class? Can you name and explain a few examples?
7.Can you write code to solve a problem without using slicing, indexing, or built-in string/list functions? For example: reversing a string or extracting elements.
8.Suppose you have a list of numbers (e.g., 1–10). How would you separate the even numbers and odd numbers into two different lists?
9.How would you solve the same problem using list comprehensions in Python?
10.What are fixtures in a testing framework like pytest, and why are they used?
11.What are markers in pytest, and how do you use them in test cases?
12.Can you explain the difference between instance methods and static methods in Python, and describe scenarios where each would be appropriate?
13.What is the purpose of the setUp method in a testing framework (e.g., unittest), and how does it work?