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 Softwaretest Engineer Interview Questions and Answers

Updated 14 Aug 2024

Moolya Software Testing Softwaretest Engineer Interview Experiences

1 interview found

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 questions from similar companies

Interview experience
4
Good
Difficulty level
Moderate
Process Duration
-
Result
Selected Selected

I applied via Naukri.com and was interviewed in Feb 2023. There were 4 interview rounds.

Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Don’t add your photo or details such as gender, age, and address in your resume. These details do not add any value.
View all tips
Round 2 - Coding Test 

Be prepared before interview

Round 3 - Technical 

(2 Questions)

  • Q1. Testing process
  • Q2. Project process
Round 4 - Technical 

(2 Questions)

  • Q1. Testing process
  • Q2. Rest assured prep required
Round 1 - Technical 

(1 Question)

  • Q1. Software testing and Java
Round 2 - Technical 

(1 Question)

  • Q1. Software testing and basic java Selenium
Round 3 - One-on-one 

(1 Question)

  • Q1. Software testing with real time scenarios
  • Ans. 

    Real-time scenarios involve testing software in a live environment with actual users and data.

    • Identify potential issues that could arise in real-time usage

    • Test software in a live environment with actual users and data

    • Simulate real-world scenarios to ensure software functions as intended

    • Monitor software performance and gather feedback from users

    • Continuously test and improve software to ensure optimal performance

  • Answered by AI
Round 4 - HR 

(1 Question)

  • Q1. HR discussions with casual questions

Interview Preparation Tips

Interview preparation tips for other job seekers - Good company to grow ans improve technical skills

Skills evaluated in this interview

Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Recruitment Consulltant and was interviewed before Aug 2022. There were 3 interview rounds.

Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Keep your resume crisp and to the point. A recruiter looks at your resume for an average of 6 seconds, make sure to leave the best impression.
View all tips
Round 2 - Coding Test 

MCQ questions and 2 coding problem

Round 3 - Technical 

(1 Question)

  • Q1. Java and selenium question asked with SDLC AND STLC
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
-

I applied via Naukri.com and was interviewed before Mar 2023. There was 1 interview round.

Round 1 - Technical 

(1 Question)

  • Q1. Number pattern coding problem, sorting algorithms

Interview Preparation Tips

Interview preparation tips for other job seekers - Focus on coding skill and complete knowledge on Automation whichever you mention
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Naukri.com and was interviewed before Apr 2023. There were 3 interview rounds.

Round 1 - Technical 

(1 Question)

  • Q1. Code based and theory based
Round 2 - Technical 

(1 Question)

  • Q1. Scenario based interview questions
Round 3 - HR 

(1 Question)

  • Q1. About perks and benefits
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via Campus Placement and was interviewed in Oct 2023. There were 3 interview rounds.

Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Keep your resume crisp and to the point. A recruiter looks at your resume for an average of 6 seconds, make sure to leave the best impression.
View all tips
Round 2 - Aptitude Test 

Moderate Level questions were asked.

Round 3 - Coding Test 

Medium level questions were asked.

Interview Preparation Tips

Interview preparation tips for other job seekers - Be through with DSA and Aptitude.
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
More than 8 weeks
Result
Selected Selected

I applied via Referral and was interviewed before Jan 2023. There was 1 interview round.

Round 1 - Technical 

(8 Questions)

  • Q1. What is Software development life cycle
  • Ans. 

    Software development life cycle (SDLC) is a process used to design, develop, test, and maintain software.

    • SDLC is a systematic approach to software development.

    • It consists of several phases such as requirements gathering, design, coding, testing, deployment, and maintenance.

    • Each phase has specific activities and deliverables.

    • SDLC models include Waterfall, Agile, and DevOps.

    • Example: In the requirements gathering phase, t...

  • Answered by AI
  • Q2. What is defect ?
  • Ans. 

    A defect is an issue or flaw in a software application that causes it to behave incorrectly or produce incorrect results.

    • Defects are also known as bugs or software errors.

    • Defects can occur in any phase of the software development lifecycle.

    • Defects can be categorized based on their severity and priority.

    • Examples of defects include crashes, incorrect calculations, and user interface issues.

  • Answered by AI
  • Q3. Different types of joined in sql
  • Ans. 

    Different types of joins in SQL include inner join, left join, right join, and full outer join.

    • Inner join returns only the matching rows from both tables

    • Left join returns all rows from the left table and the matching rows from the right table

    • Right join returns all rows from the right table and the matching rows from the left table

    • Full outer join returns all rows from both tables, including unmatched rows

  • Answered by AI
  • Q4. What is the syntax of inner joint
  • Ans. 

    The syntax of inner join is used to combine rows from two or more tables based on a related column between them.

    • Use the SELECT statement to specify the columns you want to retrieve from the tables.

    • Use the INNER JOIN keyword followed by the table names and the ON keyword to specify the join condition.

    • The join condition is typically a comparison between the related columns in the tables.

    • Example: SELECT column1, column2 F...

  • Answered by AI
  • Q5. Tell me about defect life cycle
  • Ans. 

    Defect life cycle is the process of identifying, reporting, fixing, and verifying software defects.

    • Defect is identified during testing or by users

    • Defect is reported with detailed information

    • Defect is assigned to a developer for fixing

    • Developer fixes the defect and marks it as resolved

    • Defect is retested to verify if it is fixed

    • If the defect is not fixed, it is reopened

    • Once verified, the defect is closed

  • Answered by AI
  • Q6. What different types of testing
  • Ans. 

    There are various types of testing in software development, including unit testing, integration testing, system testing, and acceptance testing.

    • Unit testing: Testing individual components or units of code to ensure they function correctly.

    • Integration testing: Testing the interaction between different components or modules to ensure they work together as expected.

    • System testing: Testing the entire system or application ...

  • Answered by AI
  • Q7. What testing technique in your project?
  • Ans. 

    We used a combination of black box and white box testing techniques in our project.

    • Black box testing: Testing the functionality of the software without knowledge of its internal structure.

    • White box testing: Testing the internal structure and implementation of the software.

    • Example: For black box testing, we created test cases based on the software requirements and validated the expected outputs. For white box testing, w...

  • Answered by AI
  • Q8. What is Software testing life cycle
  • Ans. 

    Software testing life cycle is a process that defines the various stages involved in testing a software application.

    • Software testing life cycle consists of different phases such as requirement analysis, test planning, test design, test execution, and test closure.

    • During the requirement analysis phase, the testing team reviews the requirements and identifies testable features.

    • In the test planning phase, the test strateg...

  • Answered by AI

Skills evaluated in this interview

Interview experience
3
Average
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Not Selected

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

Round 1 - HR 

(2 Questions)

  • Q1. Why automation is more efficient than manual testing.
  • Ans. 

    Automation is more efficient than manual testing due to faster execution, repeatability, scalability, and coverage.

    • Automation allows for faster execution of test cases compared to manual testing.

    • Automated tests can be easily repeated multiple times without human error.

    • Automation can be scaled to run tests on multiple configurations and environments simultaneously.

    • Automated tests can cover a wider range of scenarios and...

  • Answered by AI
  • Q2. Tools used for data base testing
  • Ans. 

    Tools commonly used for database testing include SQL Server Management Studio, MySQL Workbench, and Oracle SQL Developer.

    • SQL Server Management Studio

    • MySQL Workbench

    • Oracle SQL Developer

  • Answered by AI

Skills evaluated in this interview

Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Coding Test 

String Reverse words, Repeated character count etc

Round 2 - One-on-one 

(2 Questions)

  • Q1. This round was with manager, project details discussion and past experiences
  • Q2. Behaviral questions

Moolya Software Testing Interview FAQs

How many rounds are there in Moolya Software Testing Softwaretest Engineer interview?
Moolya Software Testing interview process usually has 3 rounds. The most common rounds in the Moolya Software Testing interview process are Technical and HR.
How to prepare for Moolya Software Testing Softwaretest Engineer 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 Android, Database Testing, ETL Testing, Github and IOS.
What are the top questions asked in Moolya Software Testing Softwaretest Engineer interview?

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

  1. Scenarios based questi...read more
  2. Testing Conce...read more
  3. General discuss...read more

Tell us how to improve this page.

Moolya Software Testing Softwaretest Engineer Interview Process

based on 1 interview

Interview experience

4
  
Good
View more
Moolya Software Testing Softwaretest Engineer Salary
based on 53 salaries
₹3 L/yr - ₹7.5 L/yr
36% less than the average Softwaretest Engineer Salary in India
View more details

Moolya Software Testing Softwaretest Engineer Reviews and Ratings

based on 5 reviews

4.1/5

Rating in categories

4.0

Skill development

4.8

Work-life balance

2.8

Salary

3.6

Job security

4.5

Company culture

2.8

Promotions

4.1

Work satisfaction

Explore 5 Reviews and Ratings
Exploratory Software Tester
140 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Softwaretest Engineer
53 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Sdet
35 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Senior Test Engineer
19 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Sdet Automation Test Engineer
18 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Explore more salaries
Compare Moolya Software Testing with

Cigniti Technologies

3.7
Compare

Think Future Technologies

4.0
Compare

Test Yantra Software Solutions

3.2
Compare

Qualitest

3.6
Compare
Did you find this page helpful?
Yes No
write
Share an Interview