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 experience
1
Bad
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

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

Round 1 - Technical 

(2 Questions)

  • Q1. Roles and Responsibilities
  • Q2. Exlpain your current project
Interview experience
4
Good
Difficulty level
-
Process Duration
Less than 2 weeks
Result
-

I applied via Job Portal and was interviewed before Feb 2023. There was 1 interview round.

Round 1 - Technical 

(1 Question)

  • Q1. Java concepts and ooops
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via Company Website and was interviewed in Jul 2024. There were 2 interview rounds.

Round 1 - Coding Test 

Apitude test with coding test two sql questions,

Round 2 - Technical 

(6 Questions)

  • Q1. What is ETL, Layers of ETL, Do you know any ETL automation tool
  • Ans. 

    ETL stands for Extract, Transform, Load. It is a process used to extract data from various sources, transform it into a consistent format, and load it into a target database.

    • ETL involves three main layers: Extraction, Transformation, and Loading.

    • Extraction: Data is extracted from various sources such as databases, files, APIs, etc.

    • Transformation: Data is cleaned, validated, and transformed into a consistent format.

    • Load...

  • Answered by AI
  • Q2. Python star pattern 1 12 123, Differnce between List and Dictionary
  • Ans. 

    Python star pattern 1 12 123 is a pattern printing question. List and Dictionary are data structures in Python.

    • Python star pattern 1 12 123 can be achieved using nested loops.

    • Lists are ordered collections of items, accessed by index. Dictionaries are key-value pairs, accessed by key.

    • Example: List - [1, 2, 3], Dictionary - {'a': 1, 'b': 2, 'c': 3}

  • Answered by AI
  • Q3. 10-12 Queries based on joins, max function etc, difference between rank, dense rank, row_number and its syntax, how to combine two columns without concat function. What is Alias. What is the use of partiti...
  • Q4. Do you know GCP? Do you know bigquery?
  • Ans. 

    Yes, I am familiar with Google Cloud Platform (GCP) and BigQuery.

    • I have experience working with GCP services such as Compute Engine, Cloud Storage, and BigQuery.

    • I have used BigQuery for analyzing large datasets and running complex queries.

    • I am familiar with setting up data pipelines and ETL processes using GCP services.

  • Answered by AI
  • Q5. Q based on resume Shell scripting commands what is -x what is chmod 757 on owner group and others
  • Q6. What is SDLC, STLC
  • Ans. 

    SDLC stands for Software Development Life Cycle and STLC stands for Software Testing Life Cycle.

    • SDLC is a process used by software development teams to design, develop, and test high-quality software.

    • STLC is a subset of SDLC focused specifically on the testing phase of the software development process.

    • SDLC includes phases like planning, analysis, design, implementation, and maintenance.

    • STLC includes phases like test pl...

  • Answered by AI

Interview Preparation Tips

Topics to prepare for DataMetica QA Engineer interview:
  • SQL
  • Python
  • Testing
  • Cloud
Interview preparation tips for other job seekers - Advance SQL and Testing Concepts, Basic Python and Cloud Concepts

Skills evaluated in this interview

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

I applied via LinkedIn and was interviewed in May 2024. There were 2 interview rounds.

Round 1 - One-on-one 

(2 Questions)

  • Q1. Smoke testing asked
  • Q2. Very basic not formatted
Round 2 - One-on-one 

(1 Question)

  • Q1. Not any special question
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - One-on-one 

(1 Question)

  • Q1. How are you different from other testers ?
  • Ans. 

    I have a strong background in automation testing and a keen eye for detail.

    • Extensive experience in automation testing using tools like Selenium and Appium

    • Ability to write complex test scripts and perform regression testing efficiently

    • Strong analytical skills to identify and troubleshoot issues effectively

    • Proven track record of finding critical bugs missed by other testers

  • Answered by AI
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-

I applied via Naukri.com

Round 1 - One-on-one 

(1 Question)

  • Q1. What is testing? All testing concepts.
  • Ans. 

    Testing is the process of evaluating a system or application to identify defects or errors.

    • Testing involves executing a system or application to find bugs or issues.

    • It ensures that the software meets the specified requirements and works as expected.

    • Types of testing include functional, non-functional, manual, and automated testing.

    • Examples of testing tools include Selenium, JUnit, and Postman.

  • Answered by AI

Skills evaluated in this interview

I applied via Naukri.com and was interviewed in Jun 2022. There was 1 interview round.

Round 1 - Technical 

(1 Question)

  • Q1. What's is authentication and authorisation
  • Ans. 

    Authentication is the process of verifying the identity of a user, while authorization is the process of granting access to specific resources.

    • Authentication confirms the identity of a user through credentials such as username and password.

    • Authorization determines what resources a user can access based on their role or permissions.

    • Examples of authentication include logging into a website or entering a PIN at an ATM.

    • Exa...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Interview is easy
10-15 mins first round
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 

String programs and oops consepts were asked in the interview

Round 3 - Technical 

(2 Questions)

  • Q1. Find dynamic xpath to find elemeny
  • Ans. 

    Dynamic xpath can be found using various methods like contains, starts-with, and ends-with.

    • Use contains() function to find an element with a partial match in its attribute value

    • Use starts-with() function to find an element with a match at the beginning of its attribute value

    • Use ends-with() function to find an element with a match at the end of its attribute value

    • Use variables to make the xpath dynamic and reusable

    • Use p...

  • Answered by AI
  • Q2. Find string convert and find special characters
  • Ans. 

    To find and convert a string while also identifying special characters.

    • Use string methods like replace() or regex to find and convert the string.

    • To identify special characters, use regex to match against a list of known special characters.

    • Consider using a library like Python's re module for more advanced regex matching.

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Good interview process , clear understanding of Oops concepts , Java string programs ,

Skills evaluated in this interview

Interview experience
4
Good
Difficulty level
-
Process Duration
Less than 2 weeks
Result
-

I applied via Job Portal and was interviewed before Feb 2023. There was 1 interview round.

Round 1 - Technical 

(1 Question)

  • Q1. Java concepts and ooops

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
 • 161 Interviews
MAQ Software Interview Questions
1.9
 • 97 Interviews
Qualitest Interview Questions
3.6
 • 78 Interviews
Softenger Interview Questions
4.2
 • 52 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

₹3.5 L/yr - ₹10.9 L/yr

Softwaretest Engineer
53 salaries
unlock blur

₹3 L/yr - ₹7.5 L/yr

Sdet
35 salaries
unlock blur

₹3 L/yr - ₹10.5 L/yr

Senior Test Engineer
19 salaries
unlock blur

₹6 L/yr - ₹15 L/yr

Sdet Automation Test Engineer
18 salaries
unlock blur

₹4 L/yr - ₹14.4 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