Premium Employer

Paisabazaar.com

3.5
based on 1.5k Reviews
Filter interviews by

INCREDIBLE MACHINE Interview Questions and Answers

Updated 11 Apr 2024
Popular Designations

Q1. In Jmeter, what is Rampup period

Ans.

Rampup period in JMeter is the time taken for all virtual users to start executing the test plan.

  • Rampup period is specified in seconds in JMeter test plan settings.

  • During the rampup period, JMeter gradually starts all virtual users to avoid overwhelming the server.

  • For example, if rampup period is set to 60 seconds and number of threads is 100, JMeter will start 1 thread every 0.6 seconds.

Add your answer

Q2. Write an SQL query to find the 2nd largest salary

Ans.

SQL query to find the 2nd largest salary

  • Use the ORDER BY clause to sort salaries in descending order

  • Use the LIMIT clause to get the second row

Add your answer

Q3. Write a program to find a prime number

Ans.

Program to find a prime number

  • Iterate through numbers starting from 2 up to the given number

  • Check if the number is divisible by any number other than 1 and itself

  • If not divisible, then it is a prime number

Add your answer

Q4. Write a program to find the factorial

Ans.

Program to find the factorial of a number

  • Use a loop to multiply numbers from 1 to the given number

  • Handle edge cases like 0 and negative numbers

  • Example: For input 5, factorial is 5*4*3*2*1 = 120

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

Q5. Difference between cookie and cache

Ans.

Cookies are small pieces of data stored on the client side, while cache is temporary storage of web documents on the server or client side.

  • Cookies are used to store user-specific information like login credentials, preferences, etc.

  • Cache is used to store frequently accessed web documents to reduce loading times.

  • Cookies are sent with every HTTP request, while cache is used to store resources locally to reduce server load.

  • Examples: Cookies are used to remember a user's login se...read more

Add your answer

Q6. Write test cases of Login API

Ans.

Test cases for Login API

  • Verify valid credentials login successfully

  • Verify invalid credentials show error message

  • Verify login with empty username or password

  • Verify login with special characters in username or password

  • Verify login with long username or password

Add your answer

Q7. API vs Webservice

Ans.

API is a general term for any set of rules that allow different software applications to communicate with each other. A web service is a type of API that is accessed over a network.

  • API is a set of rules and protocols that allow different software applications to communicate with each other.

  • Web service is a type of API that is accessed over a network, typically using HTTP.

  • API can be used for various purposes like accessing databases, hardware devices, or other software applica...read more

Add your answer
Contribute & help others!
Write a review
Share interview
Contribute salary
Add office photos
Interview Tips & Stories
Ace your next interview with expert advice and inspiring stories

Top QA Engineer Interview Questions from Similar Companies

3.9
 • 18 Interview Questions
4.0
 • 14 Interview Questions
3.9
 • 12 Interview Questions
3.8
 • 11 Interview Questions
4.9
 • 10 Interview Questions
3.8
 • 10 Interview Questions
View all
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
Get AmbitionBox app

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