Upload Button Icon Add office photos

Filter interviews by

Mirraw Senior Software Tester Interview Questions, Process, and Tips

Updated 28 Sep 2024

Mirraw Senior Software Tester Interview Experiences

1 interview found

Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

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

Round 1 - Technical 

(9 Questions)

  • Q1. Tell me about yourself
  • Ans. 

    I am a highly experienced Senior Software Tester with a strong background in manual and automated testing.

    • Over 8 years of experience in software testing

    • Proficient in manual testing, test automation, and performance testing

    • Skilled in using tools like Selenium, JIRA, and HP Quality Center

    • Strong analytical and problem-solving skills

    • Experience in testing web and mobile applications

  • Answered by AI
  • Q2. Difference between Regression & Retesting?
  • Ans. 

    Regression testing is testing the entire application after changes, while retesting is testing a specific bug fix.

    • Regression testing is done to ensure that new code changes do not affect existing functionality.

    • Retesting is done to verify that a specific bug or issue has been fixed.

    • Regression testing involves testing the entire application, while retesting focuses on a specific area.

    • Examples: After adding a new feature,...

  • Answered by AI
  • Q3. Difference between Functional and Non functional testing .
  • Ans. 

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

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

    • Non-functional testing evaluates aspects like performance, usability, reliability, and security.

    • Examples of functional testing include unit testing, integration testing, and syst...

  • Answered by AI
  • Q4. Test scenario of ATM machine
  • Ans. 

    Testing the functionality of an ATM machine by simulating various scenarios

    • Test withdrawing money within account balance

    • Test withdrawing money exceeding account balance

    • Test depositing money into account

    • Test checking account balance

    • Test entering invalid PIN

    • Test inserting damaged card

  • Answered by AI
  • Q5. What is Selenium?
  • Ans. 

    Selenium is a popular open-source tool used for automating web browsers.

    • Selenium is used for automating web browsers to test web applications.

    • It supports multiple programming languages like Java, Python, C#, etc.

    • Selenium WebDriver is the most commonly used component for writing automation scripts.

    • Selenium Grid allows running tests on different machines in parallel.

    • Selenium IDE is a record and playback tool for creating

  • Answered by AI
  • Q6. What do you know about the types of key ?
  • Ans. 

    Types of keys include primary keys, foreign keys, unique keys, and composite keys.

    • Primary key: uniquely identifies each record in a table, must be unique and not null.

    • Foreign key: links two tables together, enforces referential integrity.

    • Unique key: ensures that all values in a column are unique.

    • Composite key: combination of two or more columns to uniquely identify a record.

  • Answered by AI
  • Q7. Types of Join ?
  • Ans. 

    Types of Join include Inner Join, Left Join, Right Join, and Full Join.

    • Inner Join: Returns rows when there is a match in both tables.

    • Left Join: Returns all rows from the left table and the matched rows from the right table.

    • Right Join: Returns all rows from the right table and the matched rows from the left table.

    • Full Join: Returns rows when there is a match in one of the tables.

  • Answered by AI
  • Q8. Agile vs waterfall model difference
  • Ans. 

    Agile is iterative and flexible, while waterfall is sequential and rigid.

    • Agile involves continuous feedback and adaptation, while waterfall follows a linear approach.

    • Agile allows for changes throughout the development process, while waterfall requires detailed planning upfront.

    • Agile is better suited for projects with evolving requirements, while waterfall is ideal for projects with fixed requirements.

    • Agile promotes col...

  • Answered by AI
  • Q9. If there is a registration page is there on that page, Client wants to change or something they want to add right now u said that Waterfall methodology follow in that scenario what u will do u will follow ...
Round 2 - Assignment 

A mirraw website will be given to u and have to find a bug within 24 hours on a next day u have to submit through Email id.

Round 3 - Technical 

(1 Question)

  • Q1. Give me a severity and priority on Defect report which u have submitted.
  • Ans. 

    The severity of the defect is high as it impacts critical functionality, but the priority is low as there are workarounds available.

    • Severity: High - the defect impacts critical functionality and needs to be fixed urgently

    • Priority: Low - there are workarounds available for the defect, so it can be addressed later

  • Answered by AI

Interview Preparation Tips

Topics to prepare for Mirraw Senior Software Tester interview:
  • Functional Testing
  • Non functional testin
  • Test Cases
  • Test Scenarios
Interview preparation tips for other job seekers - I will share just prepare that only whatever u have mentioned in a resume they will ask about that if any technologies u have written.Prepare for Selenium,Java for this company interview.

Skills evaluated in this interview

Interview questions from similar companies

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

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

Round 1 - Coding Test 

What is the event queue in node js

Interview Preparation Tips

Interview preparation tips for other job seekers - be confident

Interview Questionnaire 

3 Questions

  • Q1. What is Your Qualification?
  • Q2. Have you any Experience ?
  • Q3. What is your expectations about Salary?

Interview Preparation Tips

Interview preparation tips for other job seekers - Should be Well Grooming and Formal Look
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 Jan 2024. There were 2 interview rounds.

Round 1 - Technical 

(2 Questions)

  • Q1. OOPS Concepts in any language.
  • Ans. 

    OOPS concepts are fundamental principles in object-oriented programming that help in organizing and designing code efficiently.

    • Encapsulation: Bundling data and methods that operate on the data into a single unit (class).

    • Inheritance: Ability of a class to inherit properties and behavior from another class.

    • Polymorphism: Ability to present the same interface for different data types.

    • Abstraction: Hiding the complex impleme...

  • Answered by AI
  • Q2. WAP of fibonacci series.
  • Ans. 

    The Fibonacci series is a sequence of numbers where each number is the sum of the two preceding ones.

    • Initialize an array to store the Fibonacci series

    • Start with the first two numbers (0 and 1) in the series

    • Use a loop to calculate the next number by adding the previous two numbers

    • Continue this process until reaching the desired length of the series

  • Answered by AI
Round 2 - Technical 

(1 Question)

  • Q1. Pattern program of star.
  • Ans. 

    Pattern program of star involves printing a specific pattern using asterisks.

    • Use nested loops to control the number of rows and columns

    • Increment the number of stars in each row based on the row number

    • Example: for a pattern like below, use nested loops to print the stars in each row: * ** ***

  • Answered by AI

Interview Preparation Tips

Topics to prepare for Sharda Exports Software Developer interview:
  • OOPS
  • Programming
  • SQL
Interview preparation tips for other job seekers - Overall, the interview went well, but it's important to have a clear understanding of the basic concepts.
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
4-6 weeks
Result
Not Selected

I applied via Recruitment Consulltant and was interviewed in May 2023. There were 6 interview rounds.

Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Properly align and format text in your resume. A recruiter will have to spend more time reading poorly aligned text, leading to high chances of rejection.
View all tips
Round 2 - One-on-one 

(1 Question)

  • Q1. Interview with immediate manager, rôle briefing
Round 3 - Assignment 

Assignment to give your understanding about the bend and creating a range plan

Round 4 - One-on-one 

(1 Question)

  • Q1. Technical round with lot of theoretical questions
Round 5 - One-on-one 

(1 Question)

  • Q1. Additional round with the director. Mostly aptitude based questions
Round 6 - One-on-one 

(1 Question)

  • Q1. Interview with the business head. Mix of technical and interpersonal relations

Interview Preparation Tips

Interview preparation tips for other job seekers - Be confident. The interviewers at hopscotch are very warm and friendly. All they look for in a candidate is the right attitude to work in a healthy workplace
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Campus Placement and was interviewed before May 2023. There were 5 interview rounds.

Round 1 - Aptitude Test 

Simple questions related to distance time, clock, probablity, mixture%, percentage

Round 2 - Coding Test 

Data structure doubly linked list related problem

Round 3 - Technical 

(1 Question)

  • Q1. Java core related question , asked to code in front
Round 4 - Technical 

(1 Question)

  • Q1. Some basic questions about get, post, create etc
Round 5 - HR 

(1 Question)

  • Q1. Common HR questions

I appeared for an interview in May 2017.

Interview Questionnaire 

3 Questions

  • Q1. Salary negociate
  • Q2. Given me situation.
  • Q3. Silly questions asked

Interview Preparation Tips

Round: Resume Shortlist
Experience: Self introduction and asked about my work profile.
Tips: Dnt be to honest and straight forward in the interview.

Round: HR Interview
Experience: They dnt have to much salary structure according to my experince and demand.
Tips: Be transparent when hr ask for negociate the salary employes work then company and brand growth if employes are not happy with their package i dnt think so they happy to work.

Round: Behavioural Interview
Experience: If u stuck being a manager what u do if u having trouble in the store while attending tha lots of clients with lack of manpower with u.
Tips: Be practical and give your ans genuinely dnt be fake and dnt try to impress your interviewer on that time which i did.

Round: Guesstimate Interview
Experience: Silly answers i given.
Tips: Dnt be afraid and dnt maniuplate urself in front of anyone.

Round: Group Activity
Experience: Asked for mock call.
Tips: Give your best when u perform dnt think its a interview.

Round: Not important
Experience: Not important
Tips: Not important

I applied via Naukri.com and was interviewed in Jan 2020. There were 5 interview rounds.

Interview Questionnaire 

2 Questions

  • Q1. How HR helps to Organisation development ?
  • Ans. 

    HR plays a crucial role in organizational development by aligning HR strategies with business goals and fostering a positive work culture.

    • HR helps in talent acquisition and retention, ensuring the right people are hired and retained to drive organizational growth.

    • HR develops and implements training and development programs to enhance employee skills and competencies.

    • HR promotes effective communication and collaboration...

  • Answered by AI
  • Q2. How HR helps to Organisation development
  • Ans. 

    HR plays a crucial role in organizational development by aligning HR strategies with business goals and fostering a positive work culture.

    • Developing and implementing HR policies and procedures

    • Recruiting and retaining top talent

    • Providing training and development opportunities

    • Creating a positive work environment

    • Ensuring compliance with laws and regulations

    • Encouraging diversity and inclusion

    • Managing change and facilitatin...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Based on your confidence

I applied via Referral and was interviewed before Jan 2020. There were 4 interview rounds.

Interview Questionnaire 

6 Questions

  • Q1. Self details
  • Q2. Resume stuff
  • Q3. Previous job responsibilities
  • Q4. About shoe making process
  • Q5. What's is development means
  • Ans. 

    Development is the process of creating software applications or systems.

    • It involves designing, coding, testing, and deploying software.

    • Developers use programming languages and tools to create software.

    • Development can be done for various platforms such as web, mobile, desktop, etc.

    • It requires problem-solving skills and attention to detail.

    • Examples of development include creating a website, building a mobile app, or desi

  • Answered by AI
  • Q6. Why do you want to join as a developer

Interview Preparation Tips

Interview preparation tips for other job seekers - It takes more than 2 months period of time to complete all the 5 rounds ..

Skills evaluated in this interview

I applied via Recruitment Consultant and was interviewed before Apr 2020. There were 3 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. Questions related to my total experience, family, thinking skills etc

Interview Preparation Tips

Interview preparation tips for other job seekers - Please check the JD before appearing for the interview.

Mirraw Interview FAQs

How many rounds are there in Mirraw Senior Software Tester interview?
Mirraw interview process usually has 3 rounds. The most common rounds in the Mirraw interview process are Technical and Assignment.
What are the top questions asked in Mirraw Senior Software Tester interview?

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

  1. What do you know about the types of ke...read more
  2. Difference between Functional and Non functional testin...read more
  3. Difference between Regression & Retesti...read more

Tell us how to improve this page.

Mirraw Senior Software Tester Interview Process

based on 1 interview

Interview experience

4
  
Good
View more

Interview Questions from Similar Companies

Indorama Interview Questions
4.0
 • 26 Interviews
Hopscotch Interview Questions
3.4
 • 13 Interviews
Apache Footwear Interview Questions
3.8
 • 13 Interviews
Sahu Exports Interview Questions
4.2
 • 12 Interviews
Kazo Fashion Interview Questions
3.2
 • 10 Interviews
JAY JAY MILLS Interview Questions
4.2
 • 10 Interviews
Being human Interview Questions
4.5
 • 9 Interviews
Sharda Exports Interview Questions
3.5
 • 8 Interviews
Obeetee Interview Questions
3.8
 • 8 Interviews
Pepe Jeans Interview Questions
4.3
 • 7 Interviews
View all
Business Analyst
21 salaries
unlock blur

₹3 L/yr - ₹4.5 L/yr

Operations Executive
20 salaries
unlock blur

₹1.8 L/yr - ₹3.2 L/yr

Software Developer
16 salaries
unlock blur

₹3 L/yr - ₹7 L/yr

Customer Support Executive
13 salaries
unlock blur

₹2.1 L/yr - ₹3 L/yr

Sales Executive
10 salaries
unlock blur

₹2.2 L/yr - ₹3 L/yr

Explore more salaries
Compare Mirraw with

Indorama

3.9
Compare

Pepe Jeans

4.3
Compare

JAY JAY MILLS

4.2
Compare

Kazo Fashion

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