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 Software Tester Interview Questions and Answers

Updated 13 Oct 2023

Moolya Software Testing Software Tester Interview Experiences

1 interview found

Interview experience
1
Bad
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via Naukri.com and was interviewed in Apr 2023. There were 3 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 - Technical 

(1 Question)

  • Q1. The Interview was conducted by a person from an external hiring agency. I was really looking forward to joining moolya, but the interview process was really pathetic. The interview started by asking about...
Round 3 - Technical 

(1 Question)

  • Q1. Work Exp Coding test

Interview questions from similar companies

I was interviewed before Sep 2020.

Round 1 - Coding Test 

(2 Questions)

Round duration - 70 Minutes
Round difficulty - Hard

  • Q1. 

    Candies Distribution Problem Statement

    Prateek is a kindergarten teacher with a mission to distribute candies to students based on their performance. Each student must get at least one candy, and if two s...

  • Ans. 

    The task is to distribute candies to students based on their performance while minimizing the total candies distributed.

    • Create an array to store the minimum candies required for each student.

    • Iterate through the students' ratings array to determine the minimum candies needed based on the adjacent ratings.

    • Consider both left-to-right and right-to-left passes to ensure fair distribution.

    • Keep track of the total candies dist

  • Answered by AI
  • Q2. 

    Merge Sort Problem Statement

    You are given a sequence of numbers, ARR. Your task is to return a sorted sequence of ARR in non-descending order using the Merge Sort algorithm.

    Explanation:

    The Merge Sort...

  • Ans. 

    Implement Merge Sort algorithm to sort a sequence of numbers in non-descending order.

    • Use Divide and Conquer approach to recursively divide the input array into two halves.

    • Merge the sorted halves to produce a completely sorted array.

    • Ensure the implementation handles the constraints specified in the problem statement.

    • Example: For input [3, 1, 4, 1, 5], the output should be [1, 1, 3, 4, 5].

  • Answered by AI

Interview Preparation Tips

Eligibility criteria8CGPAThink Future Technologies interview preparation:Topics to prepare for the interview - Data Structures, Pointers, OOPS, System Design, Algorithms, Dynamic Programming, apti , programming language , SETime required to prepare for the interview - 1 MonthInterview preparation tips for other job seekers

Tip 1 : Practice Atleast 250 Questions
Tip 2 : Do atleast 2 projects

Application resume tips for other job seekers

Tip 1 : Do not put false things on resume.
Tip 2 : Have some projects on resume.

Final outcome of the interviewRejected

Skills evaluated in this interview

Round 1 - Group Discussion 

Nothing

Round 2 - Technical 

(1 Question)

  • Q1. Python Sql Linux CLI
Round 3 - One-on-one 

(1 Question)

  • Q1. General discussions on learning

Interview Preparation Tips

Interview preparation tips for other job seekers - Be confident and answerything you will clear
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Indeed and was interviewed in Sep 2024. There were 4 interview rounds.

Round 1 - Technical 

(2 Questions)

  • Q1. Basics of Python
  • Q2. Basics of Django
Round 2 - Technical 

(2 Questions)

  • Q1. Python concepts knowledge check
  • Q2. Django architecture and projects discussion
Round 3 - Behavioral 

(1 Question)

  • Q1. General communication about the role and previous experience
Round 4 - HR 

(1 Question)

  • Q1. Package negotiation and culture check
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I was interviewed before Jan 2024.

Round 1 - Aptitude Test 

Logical reasoning questions (1-1.5 hours)

Round 2 - Coding Test 

DSA Questions(2 hours)

Round 3 - HR 

(2 Questions)

  • Q1. How soon I can start?
  • Q2. I am flexible with work timings?
Round 1 - Technical 

(1 Question)

  • Q1. He asked me to fined n prime number

Interview Preparation Tips

Interview preparation tips for other job seekers - Lean basic array string type questions.some SQL query please
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Approached by Company and was interviewed before Dec 2023. There were 4 interview rounds.

Round 1 - Coding Test 

2 sum program from Geeks for Geeks

Round 2 - Technical 

(3 Questions)

  • Q1. Ruby basics Eigen class Callbacks
  • Q2. Lazy and Eagar loading N+1 problem
  • Ans. 

    Lazy loading delays loading of related data until it is specifically requested, while eager loading loads all related data upfront. N+1 problem occurs when lazy loading results in multiple additional queries being made.

    • Lazy loading is used to improve performance by only loading related data when needed

    • Eager loading loads all related data upfront to reduce the number of queries made

    • N+1 problem occurs in lazy loading whe...

  • Answered by AI
  • Q3. Puzzles
Round 3 - Technical 

(2 Questions)

  • Q1. AWS basics with CI/CD
  • Q2. Deployment to AWS
Round 4 - HR 

(1 Question)

  • Q1. Basic introduction and salary discussion

Interview Preparation Tips

Interview preparation tips for other job seekers - Good Company
Good Apraisals
Okay Work-life balance
Good learning

No major benefits
Interview experience
4
Good
Difficulty level
Hard
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Walk-in and was interviewed before Mar 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 - Technical 

(2 Questions)

  • Q1. Testing process and java code
  • Q2. Python machine learning questions
Round 3 - Coding Test 

Java and python test was there

Interview Preparation Tips

Interview preparation tips for other job seekers - no tips to freshers prepare for interview machine learning
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Coding Test 

Prime number and reverse a string

Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. Write down Lift Test case
  • Ans. 

    Test case to verify the functionality of a lift/elevator system

    • Verify that the lift/elevator responds to call buttons on different floors

    • Check if the lift/elevator stops at the correct floor when requested

    • Ensure that the doors open and close properly at each floor

    • Test the emergency stop button functionality

    • Verify the capacity of the lift/elevator by loading it with maximum weight

  • Answered by AI
  • Q2. Technical questions of Manual testing

Skills evaluated in this interview

Moolya Software Testing Interview FAQs

How many rounds are there in Moolya Software Testing Software Tester interview?
Moolya Software Testing interview process usually has 3 rounds. The most common rounds in the Moolya Software Testing interview process are Technical and Resume Shortlist.

Tell us how to improve this page.

Moolya Software Testing Software Tester Interview Process

based on 1 interview

Interview experience

1
  
Bad
View more

Interview Questions from Similar Companies

Indium Software Interview Questions
4.0
 • 162 Interviews
MAQ Software Interview Questions
1.9
 • 98 Interviews
Qualitest Interview Questions
3.6
 • 79 Interviews
Webkul Software Interview Questions
3.8
 • 54 Interviews
View all
Moolya Software Testing Software Tester Salary
based on 13 salaries
₹3 L/yr - ₹6 L/yr
13% less than the average Software Tester Salary in India
View more details
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