Upload Button Icon Add office photos
Engaged Employer

i

This company page is being actively managed by Moolya Software Testing Team. If you also belong to the team, you can get access from here

Moolya Software Testing Verified Tick

Compare button icon Compare button icon Compare

Filter interviews by

Moolya Software Testing Interview Questions and Answers

Updated 24 Jun 2025
Popular Designations

22 Interview questions

An Exploratory Software Tester was asked 3d ago
Q. What prerequisites must a tester fulfill before initiating the testing process?
Ans. 

Testers must gather requirements, understand the application, and prepare test environments before testing begins.

  • Understand project requirements: Review documentation like SRS (Software Requirements Specification) to grasp what needs testing.

  • Familiarize with the application: Explore the application to understand its functionality and user interface.

  • Set up test environments: Ensure that the necessary hardware and ...

View all Exploratory Software Tester interview questions
An Exploratory Software Tester was asked 3mo ago
Q. Which methodology have you worked on?
Ans. 

I have worked with Agile and Waterfall methodologies, focusing on iterative development and thorough documentation.

  • Agile: Emphasized collaboration and flexibility, allowing for quick adjustments based on feedback.

  • Waterfall: Followed a linear approach, ensuring each phase was completed before moving to the next.

  • Scrum: Utilized sprints for iterative testing, enhancing team communication and project visibility.

  • Test-D...

View all Exploratory Software Tester interview questions
An Exploratory Software Tester was asked 3mo ago
Q. Do you have mobile app testing experience?
Ans. 

Yes, I have extensive experience in mobile app testing, focusing on functionality, usability, and performance across various devices.

  • Conducted functional testing on iOS and Android apps to ensure all features work as intended.

  • Performed usability testing to evaluate user experience and interface design, identifying areas for improvement.

  • Executed performance testing to assess app responsiveness and stability under d...

View all Exploratory Software Tester interview questions
A QA Consultant was asked 5mo ago
Q. What are the details of the Playwright configuration file, and what does it manage?
Ans. 

Playwright Configuration file manages settings for browser automation tests.

  • Manages browser settings such as viewport size and user agent

  • Controls the behavior of the browser during tests

  • Can specify test environment configurations like headless mode or slow network conditions

View all QA Consultant interview questions
A QA Consultant was asked 5mo ago
Q. Given a string, reverse it while keeping the special characters in their original positions.
Ans. 

Reverse a string while keeping special characters in place

  • Iterate through the string and store special characters in a separate array

  • Reverse the string excluding special characters

  • Insert special characters back into their original positions

View all QA Consultant interview questions
A Sdet Automation Test Engineer was asked 6mo ago
Q. Where have you used interfaces in your project?
Ans. 

I have used interfaces in my project to achieve abstraction and decoupling of components.

  • Used interfaces to define a contract for classes to implement

  • Implemented interfaces to provide a common set of methods for different classes

  • Utilized interfaces to enable polymorphism and dependency injection

View all Sdet Automation Test Engineer interview questions
A Sdet Automation Test Engineer was asked 6mo ago
Q. What is the difference between StringBuffer and StringBuilder classes?
Ans. 

String Buffer is synchronized and thread-safe, while String Builder is not synchronized and faster.

  • String Buffer is synchronized, making it thread-safe for use in multi-threaded environments.

  • String Builder is not synchronized, making it faster but not thread-safe.

  • String Buffer is slower than String Builder due to synchronization overhead.

  • Use String Buffer when thread safety is needed, and String Builder for better...

View all Sdet Automation Test Engineer interview questions
Are these interview questions helpful?
A Senior QA Engineer was asked 8mo ago
Q. Write an SQL query to find the maximum salary from a table, grouped by department.
Ans. 

To find the maximum salary from the table and individual department in SQL.

  • Use the MAX() function in SQL to find the maximum salary from the table.

  • To find the maximum salary for each department, use the GROUP BY clause along with the MAX() function.

  • You can also use the ORDER BY clause to sort the results in descending order and limit the output to only show the highest salary.

View all Senior QA Engineer interview questions
A Senior QA Engineer was asked 8mo ago
Q. What is a zero sprint?
Ans. 

Zero sprint is a concept in Agile methodology where no new features are developed, focusing on bug fixes, refactoring, and technical debt.

  • Zero sprint is a dedicated sprint where the team focuses on improving the quality of the existing codebase.

  • During a zero sprint, no new features are added to the product.

  • The team may work on bug fixes, refactoring, improving test coverage, addressing technical debt, and enhancin...

View all Senior QA Engineer interview questions
A Senior Software Tester was asked 10mo ago
Q. Explain how an API works.
Ans. 

API works by allowing different software applications to communicate with each other through a set of rules and protocols.

  • API stands for Application Programming Interface

  • APIs define the methods and data formats that applications can use to request and exchange information

  • APIs can be used to access data from a remote server, integrate with third-party services, or automate tasks

  • Examples of APIs include Google Maps ...

View all Senior Software Tester interview questions

Moolya Software Testing Interview Experiences

24 interviews found

Interview experience
1
Bad
Difficulty level
Moderate
Process Duration
4-6 weeks
Result
No response

I appeared for an interview in Feb 2025, where I was asked the following questions.

  • Q1. Questions on Core Java (OOP, Polymorphism, Multithreading) MySQL (Basic SQL queries, Joins) REST API, Spring Boot HashMap & Collections (Probably questions on internal workings, time complexity, etc.)
  • Q2. Programming (Palindrome string, Remove duplicates in an array, Demonstrate polymorphism) SQL queries on joins

Interview Preparation Tips

Interview preparation tips for other job seekers - Interview Process: I had a very disappointing interview experience at Moolya. The interviewer didn't introduce himself, nor was his name mentioned in the video meeting, which set an impersonal tone from the start. Throughout the interview, he was unresponsive and disinterested, barely engaging in any meaningful discussion. While the questions were decent, they felt pre-scripted, and it seemed like the interviewer lacked deep technical knowledge. Whenever I asked for clarifications, he appeared irritated and didn't provide clear responses. At the end of the interview, he didn't even give me the usual opportunity to ask questions. When I tried to ask, he immediately shut it down with a dismissive "No, no, we will get back to you." Overall, the process felt like a one-sided interrogation rather than a professional conversation. If this is how they conduct interviews, it raises concerns about their work culture. Would not recommend. HR and Scheduling Issues: HR initially scheduled a client round at their convenience without asking for my availability. When I requested a reschedule due to a doctor’s appointment, they didn’t give a clear response. Later, they suddenly offered new slots but didn’t bother to send a confirmation email, leaving me uncertain about the schedule. Their approach makes it clear that they only care about their own convenience and not the candidate’s experience. Bottom Line: If you expect a structured, respectful hiring process, Moolya is NOT the place. They only act when it benefits them and don’t communicate properly with candidates. Unprofessional and frustrating experience.
Interview experience
3
Average
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
No response

I applied via Recruitment Consulltant and was interviewed in Dec 2024. There was 1 interview round.

Round 1 - One-on-one 

(4 Questions)

  • Q1. String reverse while keeping the special charatcter on it's place intact
  • Ans. 

    Reverse a string while keeping special characters in place

    • Iterate through the string and store special characters in a separate array

    • Reverse the string excluding special characters

    • Insert special characters back into their original positions

  • Answered by AI
  • Q2. Playwright Configuration file details and what it manage ?
  • Ans. 

    Playwright Configuration file manages settings for browser automation tests.

    • Manages browser settings such as viewport size and user agent

    • Controls the behavior of the browser during tests

    • Can specify test environment configurations like headless mode or slow network conditions

  • Answered by AI
  • Q3. Difference between selenium and playwright ?
  • Ans. 

    Selenium is a widely used open-source automation tool for web applications, while Playwright is a newer automation tool developed by Microsoft with more modern features.

    • Selenium is older and more established, with a larger community and more resources available.

    • Playwright is more modern and has features like cross-browser testing, parallel execution, and better support for modern web technologies.

    • Selenium uses WebDrive...

  • Answered by AI
  • Q4. What is exploratory testing and create scenarios for orangeHRM website without knowing anything about the company and modules
  • Ans. 

    Exploratory testing is a software testing approach where testers explore the application without predefined test cases.

    • Navigate through different pages on the website to understand the layout and functionality

    • Input random data in forms to check for validation

    • Click on various buttons and links to see where they lead

    • Try different search queries to test the search functionality

  • Answered by AI
Interview experience
1
Bad
Difficulty level
Easy
Process Duration
More than 8 weeks
Result
Selected Selected

I appeared for an interview in Dec 2024, where I was asked the following questions.

  • Q1. Have you worked with Bugasura?
  • Ans. 

    Bugasura is a bug tracking tool that simplifies issue management and enhances collaboration among software development teams.

    • User-friendly interface that allows easy bug reporting and tracking.

    • Supports integration with tools like Slack and Jira for seamless workflow.

    • Provides features like priority setting, status updates, and comments for better collaboration.

    • Allows for easy categorization of bugs, making it simpler to...

  • Answered by AI
  • Q2. Are you familiar with the book "Buddha in Testing," and do you consider it to be the best book for testers?
  • Ans. 

    Buddha in Testing offers insights into the philosophy and mindfulness of software testing, blending spirituality with practical techniques.

    • The book emphasizes the importance of a mindful approach to testing, encouraging testers to be present and aware.

    • It discusses the concept of 'testing as a craft,' highlighting the skills and artistry involved in effective testing.

    • The author uses metaphors from Buddhism to illustrate...

  • Answered by AI
  • Q3. Do you create a mind map before starting the testing process?
  • Ans. 

    Creating a mind map helps organize thoughts and identify testing areas effectively before starting the testing process.

    • Mind maps visually represent the scope of testing, making it easier to identify key areas.

    • They help in brainstorming potential test cases and scenarios.

    • For example, a mind map for an e-commerce site could branch into user authentication, product search, and payment processing.

    • Using a mind map can enhan...

  • Answered by AI
  • Q4. What prerequisites must a tester fulfill before initiating the testing process?
  • Ans. 

    Testers must gather requirements, understand the application, and prepare test environments before testing begins.

    • Understand project requirements: Review documentation like SRS (Software Requirements Specification) to grasp what needs testing.

    • Familiarize with the application: Explore the application to understand its functionality and user interface.

    • Set up test environments: Ensure that the necessary hardware and softw...

  • Answered by AI
  • Q5. As a tester, what questions should you ask the client or developer?

Interview Preparation Tips

Interview preparation tips for other job seekers - Overall, it is a subpar experience rated at 3 out of 10, particularly for those coming from an ED, as they must pay more than 150,000 rupees. Additionally, the employer can terminate employment within 3 to 6 months while imposing substantial fees, which is unfavorable for applicants. Individuals transitioning from Python automation should rethink their options, as there are limited opportunities available in Python Selenium or Python automation projects.
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
-
Result
-

I applied via Company Website and was interviewed in Sep 2024. There was 1 interview round.

Round 1 - Technical 

(3 Questions)

  • Q1. Tell me about yourself
  • Ans. 

    I am a seasoned Senior QA Engineer with 8+ years of experience in manual and automated testing, specializing in web and mobile applications.

    • 8+ years of experience in QA testing

    • Proficient in manual and automated testing

    • Specialize in web and mobile applications

    • Strong knowledge of testing methodologies and tools

  • Answered by AI
  • Q2. Find the maximum salary from the table and individual department in sql
  • Ans. 

    To find the maximum salary from the table and individual department in SQL.

    • Use the MAX() function in SQL to find the maximum salary from the table.

    • To find the maximum salary for each department, use the GROUP BY clause along with the MAX() function.

    • You can also use the ORDER BY clause to sort the results in descending order and limit the output to only show the highest salary.

  • Answered by AI
  • Q3. What is zero sprint
  • Ans. 

    Zero sprint is a concept in Agile methodology where no new features are developed, focusing on bug fixes, refactoring, and technical debt.

    • Zero sprint is a dedicated sprint where the team focuses on improving the quality of the existing codebase.

    • During a zero sprint, no new features are added to the product.

    • The team may work on bug fixes, refactoring, improving test coverage, addressing technical debt, and enhancing the...

  • Answered by AI

Skills evaluated in this interview

Interview experience
5
Excellent
Difficulty level
Hard
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. Tell me about yourself
  • Ans. 

    I am a dedicated and detail-oriented testing engineering analyst with a strong background in software testing and quality assurance.

    • Experienced in creating test plans, test cases, and executing tests to ensure software quality

    • Proficient in using testing tools such as Selenium, JIRA, and HP Quality Center

    • Skilled in identifying and documenting software defects and working closely with developers to resolve issues

    • Strong a...

  • Answered by AI
  • Q2. Explain your project framework
  • Ans. 

    Our project framework is based on Agile methodology with a focus on continuous integration and delivery.

    • Agile methodology is used for project management

    • Continuous integration and delivery practices are implemented

    • Regular sprint planning and retrospectives are conducted

    • Tools like Jira, Jenkins, and Git are used for tracking and version control

  • Answered by AI
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
-

I applied via Referral

Round 1 - Technical 

(2 Questions)

  • Q1. Mobile testing , API testing
  • Q2. Database testing , selenium
Round 2 - One-on-one 

(2 Questions)

  • Q1. Indepth API testing , Mobile Testing
  • Q2. Charles proxy , adb
Round 3 - HR 

(1 Question)

  • Q1. Communication round
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
-
Result
Selected Selected

I applied via LinkedIn and was interviewed in Jul 2024. There were 3 interview rounds.

Round 1 - Technical 

(1 Question)

  • Q1. Testing Concepts
Round 2 - Technical 

(1 Question)

  • Q1. Scenarios based questions
Round 3 - HR 

(1 Question)

  • Q1. General discussion
Interview experience
2
Poor
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. How API works, api status codes
  • Ans. 

    APIs (Application Programming Interfaces) allow different software applications to communicate with each other by defining a set of rules and protocols.

    • APIs work by receiving requests from a client, processing them, and returning a response.

    • API status codes indicate the outcome of the request, such as 200 for successful response, 404 for not found, and 500 for server error.

    • Common API status codes include 200 (OK), 201 ...

  • Answered by AI
  • Q2. Retesting v/s regression
  • Ans. 

    Retesting is testing the same functionality again to ensure the defect is fixed, while regression testing is testing the entire application to ensure new changes do not impact existing functionality.

    • Retesting focuses on confirming a specific defect fix, while regression testing focuses on ensuring no new defects are introduced.

    • Retesting is usually done by the tester who found the defect, while regression testing can be...

  • Answered by AI

Skills evaluated in this interview

Interview experience
1
Bad
Difficulty level
Moderate
Process Duration
-
Result
No response
Round 1 - Coding Test 

Given a string ‘abbaca’ as input, output print -‘ca’ duplicates adjacent remove
Sql- write a query to delete email from user table with id, name

Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-
  • Q1. Which methodology have you worked on?
  • Ans. 

    I have worked with Agile and Waterfall methodologies, focusing on iterative development and thorough documentation.

    • Agile: Emphasized collaboration and flexibility, allowing for quick adjustments based on feedback.

    • Waterfall: Followed a linear approach, ensuring each phase was completed before moving to the next.

    • Scrum: Utilized sprints for iterative testing, enhancing team communication and project visibility.

    • Test-Driven...

  • Answered by AI
  • Q2. Do you have mobile appbtesting experience
  • Ans. 

    Yes, I have extensive experience in mobile app testing, focusing on functionality, usability, and performance across various devices.

    • Conducted functional testing on iOS and Android apps to ensure all features work as intended.

    • Performed usability testing to evaluate user experience and interface design, identifying areas for improvement.

    • Executed performance testing to assess app responsiveness and stability under differ...

  • Answered by AI

Top trending discussions

View All
Interview Tips & Stories
1w
toobluntforu
·
works at
Cvent
Can speak English, can’t deliver in interviews
I feel like I can't speak fluently during interviews. I do know english well and use it daily to communicate, but the moment I'm in an interview, I just get stuck. since it's not my first language, I struggle to express what I actually feel. I know the answer in my head, but I just can’t deliver it properly at that moment. Please guide me
Got a question about Moolya Software Testing?
Ask anonymously on communities.

Moolya Software Testing Interview FAQs

How many rounds are there in Moolya Software Testing interview?
Moolya Software Testing interview process usually has 2-3 rounds. The most common rounds in the Moolya Software Testing interview process are Technical, HR and Coding Test.
How to prepare for Moolya Software Testing interview?
Go through your CV in detail and study all the technologies mentioned in your CV. Prepare at least two technologies or languages in depth if you are appearing for a technical interview at Moolya Software Testing. The most common topics and skills that interviewers at Moolya Software Testing expect are Java, Appium, Javascript, Automation Testing and Python.
What are the top questions asked in Moolya Software Testing interview?

Some of the top questions asked at the Moolya Software Testing interview -

  1. 1. Tell me about yourself 2. What is software testing and y is it required ? 3....read more
  2. One coding challenge was given to find the number of palindrome words in a Give...read more
  3. Send the below Json nested Object as a Post request payload { "author": { ...read more
How long is the Moolya Software Testing interview process?

The duration of Moolya Software Testing interview process can vary, but typically it takes about less than 2 weeks to complete.

Tell us how to improve this page.

Overall Interview Experience Rating

2.9/5

based on 21 interview experiences

Difficulty level

Easy 13%
Moderate 81%
Hard 6%

Duration

Less than 2 weeks 75%
2-4 weeks 8%
4-6 weeks 8%
More than 8 weeks 8%
View more

Interview Questions from Similar Companies

MAQ Software Interview Questions
1.9
 • 104 Interviews
Webkul Software Interview Questions
4.0
 • 71 Interviews
Softenger Interview Questions
4.0
 • 58 Interviews
Tata Digital Interview Questions
2.9
 • 47 Interviews
DataMetica Interview Questions
3.5
 • 45 Interviews
View all

Moolya Software Testing Reviews and Ratings

based on 113 reviews

3.7/5

Rating in categories

3.7

Skill development

3.8

Work-life balance

3.2

Salary

3.5

Job security

3.6

Company culture

3.1

Promotions

3.5

Work satisfaction

Explore 113 Reviews and Ratings
SDET (Python)

Bangalore / Bengaluru

5-7 Yrs

₹ 12-22 LPA

Explore more jobs
Exploratory Software Tester
158 salaries
unlock blur

₹3 L/yr - ₹12.5 L/yr

Softwaretest Engineer
55 salaries
unlock blur

₹3 L/yr - ₹7.5 L/yr

Sdet
37 salaries
unlock blur

₹4 L/yr - ₹15 L/yr

Sdet Automation Test Engineer
22 salaries
unlock blur

₹4 L/yr - ₹13.4 L/yr

Senior QA Engineer
16 salaries
unlock blur

₹7 L/yr - ₹19 L/yr

Explore more salaries
Compare Moolya Software Testing with

Tekwissen

4.8
Compare

Softenger

4.0
Compare

XcelServ Solutions

4.4
Compare

Capital Numbers Infotech

4.4
Compare
write
Share an Interview