Upload Button Icon Add office photos

Mirraw

Compare button icon Compare button icon Compare

Filter interviews by

Mirraw Interview Questions and Answers

Updated 6 Jun 2025
Popular Designations

9 Interview questions

A Business Analyst was asked 6mo ago
Q. How do you calculate cost price?
Ans. 

Cost price is the price at which a product or service is purchased or produced.

  • Cost price is calculated by adding the cost of production or purchase of the item along with any additional costs such as transportation or packaging.

  • For example, if a company buys a product for $50, spends $10 on transportation, and $5 on packaging, the cost price would be $65.

  • Cost price is important for businesses to determine the pro...

View all Business Analyst interview questions
A Senior Software Tester was asked 8mo ago
Q. What are the differences between the Agile and Waterfall models?
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 promote...

View all Senior Software Tester interview questions
A Senior Software Tester was asked 8mo ago
Q. What is the 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...

View all Senior Software Tester interview questions
A Senior Software Tester was asked 8mo ago
Q. What do you know about the types of keys?
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.

View all Senior Software Tester interview questions
A Senior Software Tester was asked 8mo ago
Q. What are the different types of joins?
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.

View all Senior Software Tester interview questions
A Senior Software Tester was asked 8mo ago
Q. 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 cre...

View all Senior Software Tester interview questions
A Senior Software Tester was asked 8mo ago
Q. What are the test scenarios for an 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

View all Senior Software Tester interview questions
Are these interview questions helpful?
A Senior Software Tester was asked 8mo ago
Q. What is the difference between Regression Testing and 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 fea...

View all Senior Software Tester interview questions
A Fashion Merchandiser was asked
Q. Education last experience
Ans. 

I have a Bachelor's degree in Fashion Merchandising and 2 years of experience working as a merchandiser for a high-end boutique.

  • Bachelor's degree in Fashion Merchandising

  • 2 years of experience as a merchandiser

  • Worked for a high-end boutique

View all Fashion Merchandiser interview questions

Mirraw Interview Experiences

7 interviews 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 ...
  • Ans. 

    In a Waterfall methodology, changes to the registration page require careful consideration and potential re-evaluation of project phases.

    • Waterfall methodology is linear; changes can disrupt the flow.

    • If the client requests changes, assess the impact on the project timeline.

    • Example: Adding a new field for 'phone number' may require revisiting design and testing phases.

    • Communicate with the client about potential delays an...

  • Answered by AI
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 experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Aptitude Test 

They provided 1 graph and have to calculate percentage , capacity etc

Round 2 - One-on-one 

(1 Question)

  • Q1. Calculate cost price
  • Ans. 

    Cost price is the price at which a product or service is purchased or produced.

    • Cost price is calculated by adding the cost of production or purchase of the item along with any additional costs such as transportation or packaging.

    • For example, if a company buys a product for $50, spends $10 on transportation, and $5 on packaging, the cost price would be $65.

    • Cost price is important for businesses to determine the profitab...

  • Answered by AI

Interview Questions & Answers

user image Shoaib Shaikh

posted on 29 Feb 2024

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

3 DSA QUESTIONS WERE GIVEN TO SOLVE

Round 2 - Technical 

(1 Question)

  • Q1. On the basis of your resume questions were asked approx for 30 minutes
Round 3 - One-on-one 

(1 Question)

  • Q1. Behaviour questions were asked related to learning , past experience etc
Interview experience
3
Average
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Naukri.com and was interviewed in Apr 2023. There were 2 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. C# basics and concept of oops
  • Q2. SQL queries simple join
Interview experience
5
Excellent
Difficulty level
Easy
Process Duration
More than 8 weeks
Result
Selected Selected

I appeared for an interview before Jun 2024, where I was asked the following questions.

  • Q1. You need to know basic excel rest they will teach you
  • Q2. Your basic understanding

Interview Preparation Tips

Interview preparation tips for other job seekers - You can join very well cultured and friendly
Interview experience
5
Excellent
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Company Website and was interviewed before Jan 2023. There was 1 interview round.

Round 1 - HR 

(5 Questions)

  • Q1. My introduction and my qualification and my sales pitch and my past experiences
  • Q2. First question is about my introduction and my qualifications and my past experiences
  • Q3. Hr ask about how to sales a product
  • Q4. Sell me this watch?
  • Q5. Whats your passion

Interview Preparation Tips

Interview preparation tips for other job seekers - Finall round same question
Interview experience
3
Average
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Naukri.com and was interviewed before Jun 2022. There were 2 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 - HR 

(1 Question)

  • Q1. Education last experience
  • Ans. 

    I have a Bachelor's degree in Fashion Merchandising and 2 years of experience working as a merchandiser for a high-end boutique.

    • Bachelor's degree in Fashion Merchandising

    • 2 years of experience as a merchandiser

    • Worked for a high-end boutique

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Don't join mirraw

Top trending discussions

View All
Interview Tips & Stories
2w
toobluntforu
·
works at
Cvent
Can speak English, can’t deliver in interviews
I feel like I can't speak fluently during interviews. I do know english well and use it daily to communicate, but the moment I'm in an interview, I just get stuck. since it's not my first language, I struggle to express what I actually feel. I know the answer in my head, but I just can’t deliver it properly at that moment. Please guide me
Got a question about Mirraw?
Ask anonymously on communities.

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 experience
4
Good
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Selected Selected

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

Round 1 - HR 

(1 Question)

  • Q1. Why do you want to work with patterns
  • Ans. 

    I am passionate about analyzing data and identifying trends to drive sales growth.

    • I enjoy analyzing sales data to identify patterns and trends that can help drive sales growth

    • Working with patterns allows me to make data-driven decisions to improve sales strategies

    • Patterns can help me understand customer behavior and preferences, leading to more targeted sales approaches

  • Answered by AI

Interview Questionnaire 

3 Questions

  • Q1. What is Your Qualification?
  • Ans. 

    I hold a Bachelor's degree in Business Administration with a focus on Sales and Marketing, complemented by relevant certifications.

    • Bachelor's degree in Business Administration from XYZ University.

    • Completed a Sales Management certification that enhanced my negotiation skills.

    • Participated in workshops on digital marketing strategies, improving my online sales techniques.

    • Interned at ABC Corp, where I contributed to a 20% ...

  • Answered by AI
  • 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

Mirraw Interview FAQs

How many rounds are there in Mirraw interview?
Mirraw interview process usually has 2-3 rounds. The most common rounds in the Mirraw interview process are Technical, Aptitude Test and One-on-one Round.
How to prepare for Mirraw interview?
Go through your CV in detail and study all the technologies mentioned in your CV. Prepare at least two technologies or languages in depth if you are appearing for a technical interview at Mirraw. The most common topics and skills that interviewers at Mirraw expect are Python, Logistics, Operations, Supply Chain and SDLC.
What are the top questions asked in Mirraw interview?

Some of the top questions asked at the Mirraw interview -

  1. If there is a registration page is there on that page, Client wants to change o...read more
  2. What do you know about the types of ke...read more
  3. Difference between Functional and Non functional testin...read more

Tell us how to improve this page.

Overall Interview Experience Rating

4/5

based on 8 interview experiences

Difficulty level

Easy 67%
Moderate 33%

Duration

Less than 2 weeks 83%
More than 8 weeks 17%
View more

Interview Questions from Similar Companies

Indorama Interview Questions
3.9
 • 29 Interviews
Aza Fashions Interview Questions
3.7
 • 23 Interviews
Apache Footwear Interview Questions
3.8
 • 14 Interviews
JAY JAY MILLS Interview Questions
4.2
 • 14 Interviews
Hopscotch Interview Questions
3.4
 • 13 Interviews
Sahu Exports Interview Questions
4.2
 • 12 Interviews
Kazo Fashion Interview Questions
3.2
 • 11 Interviews
Being human Interview Questions
4.4
 • 9 Interviews
Patterns India Interview Questions
3.3
 • 9 Interviews
Sharda Exports Interview Questions
3.2
 • 8 Interviews
View all

Mirraw Reviews and Ratings

based on 71 reviews

3.3/5

Rating in categories

3.3

Skill development

2.9

Work-life balance

2.8

Salary

3.2

Job security

3.3

Company culture

2.6

Promotions

3.1

Work satisfaction

Explore 71 Reviews and Ratings
Business Analyst
23 salaries
unlock blur

₹3.4 L/yr - ₹5 L/yr

Software Developer
15 salaries
unlock blur

₹3 L/yr - ₹7 L/yr

Operations Executive
13 salaries
unlock blur

₹1.9 L/yr - ₹3.2 L/yr

Customer Support Executive
12 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
write
Share an Interview