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

Updated 5 Oct 2024

Moolya Software Testing Senior QA Engineer Interview Experiences

1 interview found

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

Interview Questionnaire 

5 Questions

  • Q1. 1. Explain current project framework
  • Ans. 

    Our current project framework is based on Selenium WebDriver and TestNG.

    • We use Selenium WebDriver for automating web application testing.

    • TestNG is used for test management and reporting.

    • We follow Page Object Model design pattern for better code maintainability.

    • We use Maven for project build and dependency management.

    • We integrate with Jenkins for continuous integration and deployment.

  • Answered by AI
  • Q2. 2. WAP to reverse a string using while loop.
  • Ans. 

    WAP to reverse a string using while loop.

    • Declare a string variable and initialize it with the input string

    • Declare an empty string variable to store the reversed string

    • Use a while loop to iterate through the input string from the end to the beginning

    • Append each character to the empty string variable

    • Print the reversed string

  • Answered by AI
  • Q3. 3. WAP to print all the alphabets only from the below string - I/p: "selenium 123java456", o/p: "seleniumjava"
  • Ans. 

    Write a program to print all the alphabets from a given string.

    • Loop through each character in the string

    • Check if the character is an alphabet using isalpha() function

    • If it is an alphabet, add it to a new string

    • Print the new string

  • Answered by AI
  • Q4. 4. Cucumber hooks and background
  • Q5. 5. How do u start designing framework?
  • Ans. 

    Designing a framework involves identifying the scope, selecting the right tools, creating a structure, and implementing it.

    • Identify the scope of the framework

    • Select the right tools and technologies

    • Create a structure for the framework

    • Implement the framework and test it

    • Ensure the framework is scalable and maintainable

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - There were four rounds of interview -
1. Technical 1
2. Technical 2
3. Discussion with Project Director
4. HR Discussion

All the rounds were of 30 mins except the third one. It went for 15 mins discussion with project director.

Skills evaluated in this interview

I was interviewed in May 2021.

Interview Questionnaire 

1 Question

  • Q1. As per the job description

Interview Preparation Tips

Interview preparation tips for other job seekers - It was more than a hour technical round...interactive one
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Walk-in and was interviewed before Dec 2023. There was 1 interview round.

Round 1 - One-on-one 

(2 Questions)

  • Q1. What is your daily approach to testing?
  • Ans. 

    My daily approach to testing involves thorough planning, executing test cases, documenting results, and collaborating with team members.

    • I start by reviewing requirements and creating test cases

    • I execute test cases manually or using automation tools

    • I document test results and report any issues found

    • I collaborate with developers and other team members to ensure quality standards are met

  • Answered by AI
  • Q2. How do you develop a test strategy?
  • Ans. 

    Developing a test strategy involves defining objectives, identifying test types, prioritizing tests, and creating a plan.

    • Define objectives and goals of testing

    • Identify types of tests to be conducted (e.g. functional, performance, security)

    • Prioritize tests based on risk and criticality

    • Create a detailed test plan outlining resources, timelines, and responsibilities

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Please share your examples of issues you have encountered during your testing experiences.

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

I applied via Naukri.com and was interviewed in Aug 2020. There were 3 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. Mainly about framework and protractor details.

Interview Preparation Tips

Interview preparation tips for other job seekers - There were 3 rounds of technical interview. One HR interview. Processing was very nice and fast. I got the offer within a week. Client interview round was very nice. If you have indepth knowledge and understanding then you definitely crack the interview.

I was interviewed before Oct 2020.

Round 1 - Face to Face 

(1 Question)

Round duration - 40 minutes
Round difficulty - Medium

Asked about time complexity of algorithm, puzzles, DBMS, cutting edge technologies etc. What are indexes?

  • Q1. 

    Flip Bits Problem Explanation

    Given an array of integers ARR of size N, consisting of 0s and 1s, you need to select a sub-array and flip its bits. Your task is to return the maximum count of 1s that can b...

  • Ans. 

    Given an array of 0s and 1s, find the maximum count of 1s by flipping a sub-array at most once.

    • Iterate through the array and keep track of the maximum count of 1s obtained by flipping a sub-array.

    • Consider flipping a sub-array from index i to j and calculate the count of 1s in the resulting array.

    • Return the maximum count of 1s obtained by flipping a sub-array at most once.

  • Answered by AI
Round 2 - Face to Face 

(1 Question)

Round duration - 20 minutes
Round difficulty - Medium

Asked 1 standard algorithm

  • Q1. 

    Number of Islands Problem Statement

    You are provided with a 2-dimensional matrix having N rows and M columns, containing only 1s (land) and 0s (water). Your goal is to determine the number of islands in t...

  • Ans. 

    Count the number of islands in a 2D matrix of 1s and 0s.

    • Iterate through the matrix and perform depth-first search (DFS) to find connected 1s.

    • Mark visited cells to avoid redundant traversal.

    • Increment island count whenever a new island is encountered.

  • Answered by AI

Interview Preparation Tips

Professional and academic backgroundI applied for the job as Software Engineer in HyderabadEligibility criteriaAbove 65%MAQ Software interview preparation:Topics to prepare for the interview - Data Structure, Design and analysis of algorithms, DBMS, operating system, computer network, competitive programmingTime required to prepare for the interview - 1 MonthInterview preparation tips for other job seekers

Tip 1 : prepare for competitive programming
Tip 2 : know about standard algorithm
Tip 3 : must be good with dbms

Application resume tips for other job seekers

Tip 1 : must have projects, which you can explain to them
Tip 2 : have things on resume, that you are totally certain about.

Final outcome of the interviewSelected

Skills evaluated in this interview

I applied via Referral and was interviewed in Nov 2020. There were 3 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. What's my teammates count.

Interview Preparation Tips

Interview preparation tips for other job seekers - Quite and smooth easy way thanks to Praveen (B.O). Prepare your resume instead outside stuff 😅.
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 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

Moolya Software Testing Interview FAQs

How many rounds are there in Moolya Software Testing Senior QA Engineer 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 QA Engineer interview?

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

  1. find the maximum salary from the table and individual department in ...read more
  2. what is zero spr...read more

Tell us how to improve this page.

Moolya Software Testing Senior QA Engineer Interview Process

based on 1 interview

Interview experience

4
  
Good
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 Senior QA Engineer Salary
based on 13 salaries
₹7 L/yr - ₹19 L/yr
At par with the average Senior QA Engineer Salary in India
View more details

Moolya Software Testing Senior QA Engineer Reviews and Ratings

based on 2 reviews

5.0/5

Rating in categories

4.5

Skill development

5.0

Work-life balance

3.5

Salary

4.5

Job security

5.0

Company culture

3.0

Promotions

5.0

Work satisfaction

Explore 2 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