Upload Button Icon Add office photos
Engaged Employer

i

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

ShareChat Verified Tick

Compare button icon Compare button icon Compare

Filter interviews by

ShareChat Senior QA Engineer Interview Questions, Process, and Tips

Updated 17 Nov 2024

ShareChat Senior QA Engineer Interview Experiences

1 interview found

Interview experience
3
Average
Difficulty level
Moderate
Process Duration
4-6 weeks
Result
Selected Selected

I applied via Referral and was interviewed before Nov 2023. There were 2 interview rounds.

Round 1 - One-on-one 

(3 Questions)

  • Q1. Path and query parameter in api testing
  • Ans. 

    Path and query parameters are essential in API testing for specifying resource paths and filtering data.

    • Path parameters are part of the endpoint URL and are used to identify a specific resource.

    • Query parameters are added to the URL after a '?' and are used for filtering, sorting, or pagination.

    • Example: Path parameter - /users/{id}, Query parameter - /users?role=admin

    • Testing path parameters involves verifying that the c...

  • Answered by AI
  • Q2. Error codes in api testing
  • Ans. 

    Error codes in API testing are used to identify and communicate specific issues or problems that occur during the testing process.

    • Error codes help testers understand the root cause of failures in API calls

    • They provide a standardized way to communicate errors to developers and stakeholders

    • Examples of error codes include 400 Bad Request, 401 Unauthorized, 404 Not Found, etc.

  • Answered by AI
  • Q3. Tyews of testing, SDLC, STLC, Daily work
Round 2 - One-on-one 

(3 Questions)

  • Q1. Few basic SQL Queries
  • Q2. Difference between mobile and web app testing
  • Ans. 

    Mobile app testing involves testing applications on mobile devices, while web app testing involves testing applications on web browsers.

    • Mobile app testing includes testing on various mobile devices with different screen sizes and operating systems.

    • Web app testing focuses on compatibility with different web browsers and screen resolutions.

    • Mobile app testing may involve testing for offline functionality and push notifica...

  • Answered by AI
  • Q3. Negative test cases for money transaction
  • Ans. 

    Negative test cases for money transaction

    • Transaction amount exceeds account balance

    • Invalid account number provided

    • Transaction fails due to network issues

    • Transaction is blocked due to suspicious activity

  • Answered by AI

Interview Preparation Tips

Topics to prepare for ShareChat Senior QA Engineer interview:
  • API Testing
  • Mobile Application Testing
  • negative tesst scenarios
  • Backend Testing
  • Manual testing types techniques

Skills evaluated in this interview

Interview questions from similar companies

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

Interview experience
4
Good
Difficulty level
Hard
Process Duration
Less than 2 weeks
Result
Selected Selected

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

Round 1 - Aptitude Test 

35 Question
10 QA
10 SQL Related
5 Apptitude

Round 2 - Technical 

(1 Question)

  • Q1. Apptitude Question Basic QA Question
Round 3 - Technical 

(1 Question)

  • Q1. HR Round with Senior QA Manager Bug Reporting QA & QC Agile Methodologies Etc. Automation Testing Questions
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Recruitment Consulltant and was interviewed in Oct 2023. There was 1 interview round.

Round 1 - Aptitude Test 

Duration - 1 hour
Total questions - 50

Interview experience
5
Excellent
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Naukri.com and was interviewed before Dec 2023. There were 3 interview rounds.

Round 1 - Technical 

(2 Questions)

  • Q1. Types of software Testing
  • Ans. 

    Types of software testing include manual testing, automated testing, unit testing, integration testing, system testing, and acceptance testing.

    • Manual testing: Testing performed manually by QA engineers.

    • Automated testing: Testing performed using automation tools.

    • Unit testing: Testing individual units or components of a software.

    • Integration testing: Testing the integration of different components.

    • System testing: Testing ...

  • Answered by AI
  • Q2. What is smoke testing
  • Ans. 

    Smoke testing is a preliminary testing to check if the basic functionalities of a software application are working fine.

    • Performed at the beginning of the testing process

    • Focuses on basic functionality

    • Not exhaustive testing, just to check if the software can be further tested

    • Helps in identifying major issues early on

    • Usually automated for efficiency

  • Answered by AI
Round 2 - One-on-one 

(2 Questions)

  • Q1. What is regression testing
  • Ans. 

    Regression testing is the process of retesting a software application to ensure that new code changes have not adversely affected existing functionality.

    • Regression testing is performed after code changes to verify that the existing functionality still works as expected.

    • It helps in identifying any defects introduced by new code changes.

    • Regression testing can be automated to save time and effort.

    • Examples include running ...

  • Answered by AI
  • Q2. What is jira tool
  • Ans. 

    Jira is a popular project management tool used for tracking issues, managing tasks, and facilitating collaboration among team members.

    • Jira is commonly used in software development teams to track bugs, issues, and tasks.

    • It allows users to create, assign, prioritize, and track issues through customizable workflows.

    • Jira integrates with other tools like Confluence, Bitbucket, and Jenkins for seamless project management.

    • Use...

  • Answered by AI
Round 3 - HR 

(2 Questions)

  • Q1. How much salary you expect?
  • Ans. 

    I expect a competitive salary based on my experience, skills, and the market rate for software QA Engineers.

    • Research the average salary range for software QA Engineers in your location and industry.

    • Consider your level of experience, skills, and certifications when determining your salary expectations.

    • Be prepared to negotiate based on the company's budget and benefits package.

    • Provide a range rather than a specific numbe

  • Answered by AI
  • Q2. Why should we hire you?
  • Ans. 

    I have a strong background in software testing, excellent problem-solving skills, and a proven track record of delivering high-quality results.

    • I have a Bachelor's degree in Computer Science with a focus on software testing.

    • I have 3+ years of experience working as a QA Engineer, where I successfully identified and resolved numerous bugs in software applications.

    • I am proficient in using various testing tools and methodol...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Be confident. Interview was on very basic testing techniques and practice

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 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
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Indeed and was interviewed before Aug 2023. There were 3 interview rounds.

Round 1 - One-on-one 

(2 Questions)

  • Q1. What is Smog Testing
  • Ans. 

    Smog testing is a process to measure the amount of pollutants emitted by vehicles to ensure they meet environmental standards.

    • Smog testing is also known as emissions testing or vehicle inspection.

    • It is typically required by law to ensure vehicles are not emitting excessive pollutants into the air.

    • The testing process usually involves measuring the levels of pollutants such as carbon monoxide, hydrocarbons, and nitrogen ...

  • Answered by AI
  • Q2. What is SDLC lifecycle
  • Ans. 

    SDLC lifecycle is the process of planning, creating, testing, and deploying software.

    • SDLC stands for Software Development Life Cycle

    • It includes phases like planning, analysis, design, implementation, testing, and maintenance

    • Each phase has specific goals and deliverables

    • Examples of SDLC models include Waterfall, Agile, and DevOps

  • Answered by AI
Round 2 - Technical 

(1 Question)

  • Q1. Given was a case study of lift, need to make test cases regarding that.
Round 3 - HR 

(1 Question)

  • Q1. What is your marital status, family and current job.
  • Ans. 

    Married with two children, currently working as a QA Engineer.

    • Married with two children

    • Currently working as a QA Engineer

  • Answered by AI

Skills evaluated in this interview

Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Referral and was interviewed before Mar 2022. There were 4 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 

(1 Question)

  • Q1. Questions related to SQL, Manual concepts, test cases, Automation
Round 3 - Technical 

(1 Question)

  • Q1. SQL queries, Real-time scenarios, Manual and automation concepts, Java concepts
Round 4 - HR 

(1 Question)

  • Q1. About company and salary

Interview Preparation Tips

Interview preparation tips for other job seekers - be confident while answering, prepare for real-time scenarios.

I applied via Naukri.com and was interviewed before May 2020. There was 1 interview round.

Interview Questionnaire 

1 Question

  • Q1. Automation, Manual Testing, Payment Gateway

Interview Preparation Tips

Interview preparation tips for other job seekers - Be prepared

ShareChat Interview FAQs

How many rounds are there in ShareChat Senior QA Engineer interview?
ShareChat interview process usually has 2 rounds. The most common rounds in the ShareChat interview process are One-on-one Round.
What are the top questions asked in ShareChat Senior QA Engineer interview?

Some of the top questions asked at the ShareChat Senior QA Engineer interview -

  1. Difference between mobile and web app test...read more
  2. Negative test cases for money transact...read more
  3. path and query parameter in api test...read more

Tell us how to improve this page.

ShareChat Senior QA Engineer Interview Process

based on 1 interview

Interview experience

3
  
Average
View more

Interview Questions from Similar Companies

Swiggy Interview Questions
3.8
 • 430 Interviews
Udaan Interview Questions
4.0
 • 335 Interviews
Meesho Interview Questions
3.7
 • 329 Interviews
CARS24 Interview Questions
3.6
 • 325 Interviews
Blinkit Interview Questions
3.7
 • 179 Interviews
BlackBuck Interview Questions
3.8
 • 172 Interviews
Tata 1mg Interview Questions
3.7
 • 146 Interviews
Paisabazaar.com Interview Questions
3.4
 • 138 Interviews
Urban Company Interview Questions
3.4
 • 133 Interviews
Ninjacart Interview Questions
4.0
 • 94 Interviews
View all
ShareChat Senior QA Engineer Salary
based on 4 salaries
₹16.9 L/yr - ₹18 L/yr
44% more than the average Senior QA Engineer Salary in India
View more details

ShareChat Senior QA Engineer Reviews and Ratings

based on 2 reviews

4.7/5

Rating in categories

4.0

Skill development

4.0

Work-life balance

4.0

Salary

3.8

Job security

4.0

Company culture

3.5

Promotions

4.0

Work satisfaction

Explore 2 Reviews and Ratings
Senior Associate Operations
135 salaries
unlock blur

₹4 L/yr - ₹8.8 L/yr

Operations Associate
122 salaries
unlock blur

₹3.5 L/yr - ₹6.1 L/yr

Lead Operator
87 salaries
unlock blur

₹6 L/yr - ₹12.7 L/yr

Associate Manager
69 salaries
unlock blur

₹9.2 L/yr - ₹18 L/yr

Territory Sales Manager
68 salaries
unlock blur

₹4 L/yr - ₹8.8 L/yr

Explore more salaries
Compare ShareChat with

MOJ

3.4
Compare

Chingari

3.7
Compare

Roposo

4.4
Compare

MX Takatak

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