Upload Button Icon Add office photos
Premium Employer

i

This company page is being actively managed by Zepto Team. If you also belong to the team, you can get access from here

Zepto

Compare button icon Compare button icon Compare
3.6

based on 924 Reviews

Filter interviews by

Zepto Quality Assurance Engineer 3 Interview Questions, Process, and Tips

Updated 10 Oct 2024

Zepto Quality Assurance Engineer 3 Interview Experiences

1 interview found

Interview experience
3
Average
Difficulty level
Hard
Process Duration
Less than 2 weeks
Result
No response

I applied via Approached by Company and was interviewed in Sep 2024. There was 1 interview round.

Round 1 - Technical 

(9 Questions)

  • Q1. Write negative testcases for cart value not greater equal to 1000
  • Ans. 

    Negative testcases for cart value less than 1000

    • Add a product with a price less than 1000 to the cart

    • Remove all products from the cart and check if the total value is less than 1000

    • Add multiple products to the cart but ensure the total value is less than 1000

  • Answered by AI
  • Q2. Write HTTP status codes
  • Ans. 

    HTTP status codes are standardized codes used to indicate the result of a HTTP request.

    • 1. 2xx - Success: Request was successful (e.g. 200 OK)

    • 2. 3xx - Redirection: Further action needs to be taken (e.g. 301 Moved Permanently)

    • 3. 4xx - Client Error: Request cannot be fulfilled (e.g. 404 Not Found)

    • 4. 5xx - Server Error: Server failed to fulfill a valid request (e.g. 500 Internal Server Error)

  • Answered by AI
  • Q3. How can you check backward compatibility in API (if BE changes are deployed on PROD)
  • Ans. 

    To check backward compatibility in API after BE changes are deployed on PROD, perform regression testing on existing functionalities.

    • Perform regression testing on existing API functionalities to ensure they still work as expected after BE changes

    • Check if any existing API endpoints have been deprecated or modified due to BE changes

    • Verify if any new API endpoints have been added and test their functionality

    • Ensure that th...

  • Answered by AI
  • Q4. GET, POST, PUT, PATCH difference
  • Ans. 

    GET retrieves data, POST submits data, PUT updates data, PATCH partially updates data

    • GET is used to retrieve data from a server

    • POST is used to submit data to a server

    • PUT is used to update existing data on a server

    • PATCH is used to partially update existing data on a server

  • Answered by AI
  • Q5. How to test netowork latency while testing mobile apps
  • Ans. 

    Use network monitoring tools and simulate different network conditions to test network latency in mobile apps.

    • Use network monitoring tools like Wireshark or Charles Proxy to analyze network traffic and identify latency issues.

    • Simulate different network conditions (3G, 4G, WiFi, etc.) using tools like Network Link Conditioner on iOS or Android Emulator on Android.

    • Measure latency by sending requests to a server and calcu...

  • Answered by AI
  • Q6. In which method data is more secure GET or POST?
  • Ans. 

    POST method is more secure than GET method for transmitting sensitive data.

    • POST method sends data in the request body, making it more secure as the data is not visible in the URL.

    • GET method sends data in the URL, which can be visible in browser history, server logs, and can be easily intercepted.

    • POST method is recommended for transmitting sensitive information like passwords, credit card details, etc.

    • GET method is comm...

  • Answered by AI
  • Q7. SQL: UPDATE the name of EMPLOYEE having 3rd high salary
  • Ans. 

    Update the name of employee with 3rd highest salary in SQL

    • Use a subquery to find the 3rd highest salary

    • Join the subquery with the EMPLOYEE table on salary to get the employee name

    • Use the UPDATE statement to update the name of the employee

  • Answered by AI
  • Q8. Scenario based question
  • Q9. What is RACE condition
  • Ans. 

    A RACE condition is a situation in which the outcome of a program depends on the order of execution of its components.

    • Occurs in concurrent programming when multiple threads access shared data and the outcome depends on the order of execution

    • Can lead to unpredictable behavior and bugs in the program

    • Example: Two threads trying to increment the same variable simultaneously can result in incorrect values due to race condit

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - prepare well for mobile app testing questions
API testing
database queries

Skills evaluated in this interview

Interview questions from similar companies

Interview Questionnaire 

5 Questions

  • Q1. Tell me about previous concern and what did You manage?
  • Q2. Tell me about yourself and what is your strength?
  • Q3. What do you have knowledge about warehouse management?
  • Ans. 

    Warehouse management involves overseeing the operations and processes within a warehouse to ensure efficient storage, handling, and distribution of goods.

    • Inventory management

    • Receiving and inspecting incoming shipments

    • Organizing and optimizing storage space

    • Implementing quality control measures

    • Coordinating with suppliers and logistics teams

    • Ensuring compliance with safety regulations

    • Implementing efficient picking and pack...

  • Answered by AI
  • Q4. What is FIFO, LIFO, MBQ and SKU?
  • Ans. 

    FIFO, LIFO, MBQ and SKU are inventory management terms.

    • FIFO stands for First-In-First-Out and is a method of inventory management where the oldest stock is sold first.

    • LIFO stands for Last-In-First-Out and is a method of inventory management where the newest stock is sold first.

    • MBQ stands for Minimum Buy Quantity and is the minimum quantity of a product that must be purchased in a single order.

    • SKU stands for Stock Keepi...

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

    HHD stands for Handheld Device. It refers to a portable electronic device that can be held in the hand and used for various purposes.

    • HHDs are commonly used in industries such as healthcare, logistics, and retail.

    • In healthcare, HHDs are used for tasks like patient monitoring, medication administration, and data collection.

    • In logistics, HHDs are used for inventory management, barcode scanning, and order tracking.

    • In retai...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - I gave three round telephonic interview and after that I selected and also having 10 years experience in Food Industry and also having 3 years experience in Big Basket so I got a chance in this company. Working culture is very good. My reporting manager is very helpful and giving support to me to get better carrier.

Skills evaluated in this interview

I applied via Naukri.com and was interviewed before Apr 2020. There were 3 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. What is FSSAI. What is the difference between Quality Assurance & Quality Control. Microbiological Analysis & Shelf life.
  • Ans. 

    FSSAI is the Food Safety and Standards Authority of India. Quality Assurance focuses on preventing defects, while Quality Control focuses on identifying and fixing defects. Microbiological Analysis is the study of microorganisms in food, while Shelf life refers to the period during which a product remains safe and retains its desired quality.

    • FSSAI is the regulatory body in India responsible for ensuring the safety and ...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Be confident over your answers and Be clear whatever your issues are.

Zepto Interview FAQs

How many rounds are there in Zepto Quality Assurance Engineer 3 interview?
Zepto interview process usually has 1 rounds. The most common rounds in the Zepto interview process are Technical.
What are the top questions asked in Zepto Quality Assurance Engineer 3 interview?

Some of the top questions asked at the Zepto Quality Assurance Engineer 3 interview -

  1. how can you check backward compatibility in API (if BE changes are deployed on ...read more
  2. how to test netowork latency while testing mobile a...read more
  3. In which method data is more secure GET or PO...read more

Tell us how to improve this page.

Interview Questions from Similar Companies

Amazon Interview Questions
4.1
 • 4.9k Interviews
Flipkart Interview Questions
4.0
 • 1.3k Interviews
Paytm Interview Questions
3.3
 • 744 Interviews
Swiggy Interview Questions
3.8
 • 414 Interviews
BigBasket Interview Questions
3.9
 • 344 Interviews
Udaan Interview Questions
4.0
 • 334 Interviews
Meesho Interview Questions
3.7
 • 317 Interviews
Zomato Interview Questions
3.8
 • 313 Interviews
BlackBuck Interview Questions
3.8
 • 171 Interviews
Blinkit Interview Questions
3.8
 • 166 Interviews
View all
Shift Incharge
366 salaries
unlock blur

₹2 L/yr - ₹4.5 L/yr

Team Lead
128 salaries
unlock blur

₹2 L/yr - ₹8 L/yr

Store Manager
118 salaries
unlock blur

₹2.2 L/yr - ₹8.5 L/yr

Senior Manager
118 salaries
unlock blur

₹13 L/yr - ₹30 L/yr

Store Incharge
85 salaries
unlock blur

₹2.3 L/yr - ₹4.5 L/yr

Explore more salaries
Compare Zepto with

Blinkit

3.7
Compare

Dunzo

3.4
Compare

BigBasket

3.9
Compare

Swiggy

3.8
Compare

Calculate your in-hand salary

Confused about how your in-hand salary is calculated? Enter your annual salary (CTC) and get your in-hand salary
Did you find this page helpful?
Yes No
write
Share an Interview