Premium Employer

Zepto

3.5
based on 996 Reviews
Filter interviews by

SkillEcted Interview Questions and Answers

Updated 10 Oct 2024
Popular Designations

Q1. 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 the API responses are consistent with the previous versions

  • T...read more

View 1 answer

Q2. 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 calculating the time taken for the response to be received.

  • Test...read more

Add your answer

Q3. 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 commonly used for retrieving data from the server without send...read more

Add your answer

Q4. 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

Add your answer
Discover SkillEcted interview dos and don'ts from real experiences

Q5. 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

Add your answer

Q6. 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 condition

Add your answer

Q7. 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

Add your answer

Q8. 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)

Add your answer
Contribute & help others!
Write a review
Share interview
Contribute salary
Add office photos

Interview Process at SkillEcted

based on 1 interviews
Interview experience
3.0
Average
View more
Interview Tips & Stories
Ace your next interview with expert advice and inspiring stories
Share an Interview
Stay ahead in your career. Get AmbitionBox app
qr-code
Helping over 1 Crore job seekers every month in choosing their right fit company
70 Lakh+

Reviews

5 Lakh+

Interviews

4 Crore+

Salaries

1 Cr+

Users/Month

Contribute to help millions

Made with ❤️ in India. Trademarks belong to their respective owners. All rights reserved © 2024 Info Edge (India) Ltd.

Follow us
  • Youtube
  • Instagram
  • LinkedIn
  • Facebook
  • Twitter