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

Clear (1)

Moolya Software Testing Senior Software Tester Interview Questions and Answers

Updated 11 Aug 2024

Moolya Software Testing Senior Software Tester Interview Experiences

1 interview found

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

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

Round 1 - Technical 

(2 Questions)

  • Q1. How API works explain
  • 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 API f...

  • Answered by AI
  • Q2. Difference between regression and sanity
  • Ans. 

    Regression testing ensures existing functionality still works after changes, while sanity testing checks for major issues before full testing.

    • Regression testing is performed to ensure that previously working functionality still works after changes or updates.

    • Sanity testing is a cursory testing to check for major issues before full testing is conducted.

    • Regression testing is typically automated and covers a wide range of...

  • Answered by AI

Skills evaluated in this interview

Interview questions from similar companies

Interview Preparation Tips

Round: CGPA SHORTlist
Experience: They selected students who have CGPA greater than 8.5.After the selection was done,we had skype interviews where each student was given a slot.In the interview they ask you about 'tell me about yourself',your projects.You should explain the projects exactly and clearly.They ask you better alternatives for implementing the project.After that on the basis of the project they ask you questions related to that subject.Data structures is very important.After the questions on projects were asked they ask you to write programs on data structures(simple programs). They asked me a program to reverse a singly linked list. After that,if they are impressed with it,they go for databases.One should be thorough with functionalities of each key.If time permits they may ask you puzzles(some of my friends were asked). Quite an easy interview.They give you enough time to think so no worries.People with some interview experience can easily crack this.The main objective of the interviewer is he/she checks whether the student is perfect in the concepts learned.
Tips: Don't be panic.If you don't know anything directly say 'I don't know'. They ask you very easy questions.

General Tips: Don't be panic.Since this is skype interview you can be relaxed.Be cool and focussed .Listen to the interviewer questions carefully.
Skills: Database Management, Algorithms And Data Structures
College Name: VIT Vellore
Motivation: Company works on latest trends like azure,etc and they work on projects related to microsoft.

Interview Preparation Tips

Round: Test
Experience: 1st Round : 30 Aptitude Questions (Difficulty Level-HIGH) with nega
tive marking- My Score 15/30, Highest in the test
+ 2 Coding Questions ( Dyanamic Programming + N-Queens Problem)

Round: Technical Interview
Experience: Technical Interview- Questions based on recurssion DSA, HTML.

General Tips: Just know the project you have done in details , don't bluff
First Interview and got it in single shot.
Skill Tips: Karumanchi for DSA, w3 Schools for web related topics DBMS and SQL from Tutorial point.
Skills:
College Name: NIT Surathkal
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Naukri.com and was interviewed before Sep 2022. 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 Resume tips
Round 2 - Technical 

(2 Questions)

  • Q1. What are the important HTTP methods in postman ?
  • Ans. 

    Important HTTP methods in Postman include GET, POST, PUT, PATCH, and DELETE.

    • GET: Used to retrieve data from a server. Example: GET request to fetch user details.

    • POST: Used to submit data to a server. Example: POST request to create a new user.

    • PUT: Used to update data on a server. Example: PUT request to update existing user details.

    • PATCH: Used to partially update data on a server. Example: PATCH request to update user'...

  • Answered by AI
  • Q2. Explain the difference between functional and non-functional testing
  • Ans. 

    Functional testing focuses on testing the functionality of the software, while non-functional testing focuses on testing the performance, usability, and other non-functional aspects.

    • Functional testing ensures that the software functions as expected based on the requirements.

    • Non-functional testing evaluates aspects such as performance, usability, reliability, and scalability.

    • Examples of functional testing include unit t...

  • Answered by AI
Round 3 - Technical 

(2 Questions)

  • Q1. What is the assertions in postman and its importance
  • Ans. 

    Assertions in Postman are validation points to ensure the expected response from an API

    • Assertions in Postman are used to validate the response of an API request

    • They help ensure that the response meets the expected criteria

    • Common types of assertions include status code, response body content, response time, etc.

    • Examples of assertions in Postman: checking if status code is 200, verifying specific data in response body

  • Answered by AI
  • Q2. What are the seven principles of testing
  • Ans. 

    The seven principles of testing are guidelines that help testers in their testing activities.

    • Testing shows the presence of defects, not their absence.

    • Exhaustive testing is impossible.

    • Early testing saves time and money.

    • Defect clustering occurs.

    • Pesticide paradox - if the same tests are repeated over and over, eventually the same set of test cases will no longer find any new bugs.

    • Testing is context dependent.

    • Absence-of-er...

  • Answered by AI
Round 4 - HR 

(1 Question)

  • Q1. Common HR discussion

Skills evaluated in this interview

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

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 - 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 Resume tips
Round 2 - One-on-one 

(2 Questions)

  • Q1. Golang basics related questions
  • Q2. Concurrency related questions

Interview Preparation Tips

Interview preparation tips for other job seekers - Take offer from them but join them. Interviewer was too cocky to see that there can be other ways also.
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
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 Resume 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
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I was interviewed before Jan 2024.

Round 1 - One-on-one 

(1 Question)

  • Q1. Based on Deep learning
Round 2 - Technical 

(1 Question)

  • Q1. Questions related to Speech to Text, Whisper AI, Transformers, Deep learning
Round 3 - HR 

(1 Question)

  • Q1. Work culture fit and CEO round

Interview Preparation Tips

Interview preparation tips for other job seekers - Be honest throughout and make sure you know the concepts of latest tech related to AI/ML for the Machine learning roles
Contribute & help others!
anonymous
You can choose to be anonymous

Moolya Software Testing Interview FAQs

How many rounds are there in Moolya Software Testing Senior Software Tester interview?
Moolya Software Testing interview process usually has 1 rounds. The most common rounds in the Moolya Software Testing interview process are Technical.
What are the top questions asked in Moolya Software Testing Senior Software Tester interview?

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

  1. How API works expl...read more
  2. difference between regression and san...read more

Recently Viewed

SALARIES

Moolya Software Testing

JOBS

Smartedge IT Services

No Jobs

JOBS

Spectrum Techno Consultants

No Jobs

SALARIES

Moolya Software Testing

INTERVIEWS

Moolya Software Testing

No Interviews

INTERVIEWS

Moolya Software Testing

No Interviews

LIST OF COMPANIES

Moolya Software Testing

Locations

INTERVIEWS

Moolya Software Testing

No Interviews

INTERVIEWS

Moolya Software Testing

20 top interview questions

JOBS

Evoke HR Solutions

No Jobs

Tell us how to improve this page.

Moolya Software Testing Senior Software Tester Interview Process

based on 1 interview

Interview experience

2
  
Poor
View more

Interview Questions from Similar Companies

Indium Software Interview Questions
4.0
 • 161 Interviews
MAQ Software Interview Questions
1.9
 • 98 Interviews
Qualitest Interview Questions
3.6
 • 78 Interviews
Softenger Interview Questions
4.2
 • 52 Interviews
View all
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