Premium Employer

i

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

Paisabazaar.com Verified Tick

Compare button icon Compare button icon Compare

Filter interviews by

Clear (1)

Paisabazaar.com QA Engineer Interview Questions, Process, and Tips

Updated 11 Apr 2024

Paisabazaar.com QA Engineer Interview Experiences

1 interview found

QA Engineer Interview Questions & Answers

user image Anonymous

posted on 11 Apr 2024

Interview experience
4
Good
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
No response

I applied via Naukri.com and was interviewed in Mar 2024. There was 1 interview round.

Round 1 - Technical 

(7 Questions)

  • Q1. 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

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

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

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

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

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

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

  • Answered by AI

Skills evaluated in this interview

QA Engineer Jobs at Paisabazaar.com

View all

Interview questions from similar companies

QA Engineer Interview Questions & Answers

Swiggy user image Kumar Mayank

posted on 25 Jul 2023

Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
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 Resume tips
Round 2 - Coding Test 

Binary Search questions were asked

Round 3 - Coding Test 

Peak in a mountain array question were asked

Round 4 - HR 

(2 Questions)

  • Q1. Salary Questions were asked
  • Q2. Salaryyy questions were asked

Interview Preparation Tips

Interview preparation tips for other job seekers - Be confident and dont loose hope at last you will get success

I applied via Campus Placement and was interviewed before Sep 2021. There was 1 interview round.

Round 1 - One-on-one 

(1 Question)

  • Q1. Basic details about you, how you convince customer to buy new policy, what will you do if customer not respond you and also dis respect you, etc

Interview Preparation Tips

Interview preparation tips for other job seekers - Be confident and stay clam while appearing for interview because they also check your patience

I applied via Referral and was interviewed before Jul 2021. There was 1 interview round.

Round 1 - HR 

(1 Question)

  • Q1. Self introduction, what's your qualification, how many years of experience.
  • Ans. 

    I am a highly qualified professional with several years of experience in the field.

    • I have a Bachelor's degree in Business Administration.

    • I have 5 years of experience working in the finance industry.

    • I am skilled in financial analysis, budgeting, and forecasting.

    • I have successfully managed large-scale projects and teams.

    • I am proficient in various financial software and tools.

    • I have a proven track record of achieving targ

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - I am currently working in Exide company, we have expectation for salary some past 2 years no increment no bonus etc.

I applied via Walk-in and was interviewed before Sep 2020. There were 3 interview rounds.

Interview Questionnaire 

4 Questions

  • Q1. Introduce yourself?
  • Q2. What are the core principles of Information Security?
  • Ans. 

    The core principles of Information Security are confidentiality, integrity, and availability.

    • Confidentiality: ensuring that information is only accessible to authorized individuals

    • Integrity: maintaining the accuracy and completeness of information

    • Availability: ensuring that information is accessible to authorized individuals when needed

    • Examples: encryption, access controls, backups, disaster recovery plans

  • Answered by AI
  • Q3. What is Virus and Malware?
  • Ans. 

    Virus and malware are malicious software designed to harm computer systems and steal data.

    • Virus is a self-replicating program that attaches itself to clean files and spreads throughout the system.

    • Malware is a broader term that includes viruses, spyware, adware, and other malicious software.

    • Malware can be used to steal sensitive information, damage files, or take control of a computer.

    • Examples of malware include Trojan ...

  • Answered by AI
  • Q4. What will you do if your laptop gets infected by virus?
  • Ans. 

    I will immediately disconnect from the internet and run a virus scan to remove the virus.

    • Disconnect from the internet to prevent further spread of the virus

    • Run a virus scan using an updated antivirus software

    • If the virus cannot be removed, seek help from IT support

    • Regularly backup important files to prevent data loss

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Answer every question confidentally.Go through the job description very well.Prepare IT Security concepts thoroughly.Do not be nervous.

Skills evaluated in this interview

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

(1 Question)

  • Q1. Create APIs for a Quiz platform
  • Ans. 

    Create APIs for a Quiz platform

    • Design RESTful APIs for creating, updating, deleting, and retrieving quizzes

    • Include endpoints for managing quiz questions, answers, and user responses

    • Implement authentication and authorization mechanisms for secure access

    • Utilize JSON format for data exchange between client and server

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare Spring boot development well

Skills evaluated in this interview

Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Selected Selected

I applied via Approached by Company and was interviewed before Jan 2023. There were 3 interview rounds.

Round 1 - Coding Test 

Design and code a parking lot application

Round 2 - Technical 

(1 Question)

  • Q1. Past work and digging around that. few changes in past work and how to implement them.
Round 3 - Technical 

(1 Question)

  • Q1. How to ensure that there is no data corruption when data is being streamed and processed asynchronously
  • Ans. 

    To ensure no data corruption during asynchronous streaming and processing, use data validation, error handling, and checksums.

    • Implement data validation techniques to check the integrity of the streamed data.

    • Handle errors and exceptions properly to prevent data corruption.

    • Use checksums or hash functions to verify the integrity of the data.

    • Implement reliable communication protocols like TCP/IP to ensure data integrity.

    • Co...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Keep your machine setup with IDE of your choice.
Keep a list of significant work you have done in the past. Keep all the details handy for them.

Skills evaluated in this interview

Round 1 - Group Discussion 

5 people including in gd

Round 2 - One-on-one 

(2 Questions)

  • Q1. What is your background
  • Q2. Why should we hire you

Interview Preparation Tips

Interview preparation tips for other job seekers - Good job , but timing is so strictly. You have to travel a lot
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via LinkedIn and was interviewed in Apr 2024. There were 2 interview rounds.

Round 1 - Coding Test 

Asked array questions medium level

Round 2 - HR 

(2 Questions)

  • Q1. About my internships
  • Q2. And projects in detail

Interview Preparation Tips

Interview preparation tips for other job seekers - No advice just prepare well

Associate Interview Questions & Answers

Swiggy user image mahesh nilkanth

posted on 26 Apr 2024

Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - One-on-one 

(1 Question)

  • Q1. What is your Dream job ?
Contribute & help others!
anonymous
You can choose to be anonymous

Paisabazaar.com Interview FAQs

How many rounds are there in Paisabazaar.com QA Engineer interview?
Paisabazaar.com interview process usually has 1 rounds. The most common rounds in the Paisabazaar.com interview process are Technical.
How to prepare for Paisabazaar.com QA Engineer 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 Paisabazaar.com. The most common topics and skills that interviewers at Paisabazaar.com expect are API Testing, Automation Testing, Database Testing, JMeter and Java Selenium.
What are the top questions asked in Paisabazaar.com QA Engineer interview?

Some of the top questions asked at the Paisabazaar.com QA Engineer interview -

  1. In Jmeter, what is Rampup per...read more
  2. Write an SQL query to find the 2nd largest sal...read more
  3. Write a program to find a prime num...read more

Recently Viewed

LIST OF COMPANIES

Paisabazaar.com

Locations

DESIGNATION

SALARIES

CMS IT Services

INTERVIEWS

Moglix

No Interviews

INTERVIEWS

Moglix

No Interviews

SALARIES

CMS IT Services

INTERVIEWS

HCLTech

No Interviews

SALARIES

Happiest Minds Technologies

INTERVIEWS

Digit Insurance

No Interviews

SALARIES

Hexaware Technologies

Tell us how to improve this page.

Paisabazaar.com QA Engineer Interview Process

based on 1 interview

Interview experience

4
  
Good
View more
Join Paisabazaar.com We make personal finance easy, convenient & transparent

Interview Questions from Similar Companies

HDFC Life Interview Questions
4.0
 • 612 Interviews
Swiggy Interview Questions
3.8
 • 428 Interviews
Udaan Interview Questions
4.0
 • 334 Interviews
CARS24 Interview Questions
3.5
 • 330 Interviews
Meesho Interview Questions
3.7
 • 328 Interviews
Blinkit Interview Questions
3.7
 • 181 Interviews
BlackBuck Interview Questions
3.8
 • 176 Interviews
View all
Paisabazaar.com QA Engineer Salary
based on 6 salaries
₹3 L/yr - ₹5.8 L/yr
29% less than the average QA Engineer Salary in India
View more details
QA Engineer

Gurgaon / Gurugram

4-7 Yrs

Not Disclosed

Explore more jobs
Sales Executive
816 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Associate Sales Consultant
709 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Team Lead
218 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Senior Executive
211 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Sales Consultant
208 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Explore more salaries
Compare Paisabazaar.com with

CreditMantri

3.3
Compare

CIBIL

4.2
Compare

Life Insurance Corporation of India

4.3
Compare

HDFC Life

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