Upload Button Icon Add office photos

Filter interviews by

Weavers Web Software QA Engineer Interview Questions and Answers

Updated 4 Mar 2025

Weavers Web Software QA Engineer Interview Experiences

1 interview found

Software QA Engineer Interview Questions & Answers

user image Sahabaj Ahammed

posted on 4 Mar 2025

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

I was interviewed in Feb 2025.

Round 1 - Technical 

(5 Questions)

  • Q1. Tell me about yourself.
  • Q2. What is the difference between Software Development Life Cycle (SDLC) and Software Testing Life Cycle (STLC)?
  • Ans. 

    SDLC focuses on software development phases, while STLC emphasizes testing phases to ensure quality.

    • SDLC encompasses all phases of software development, including planning, design, coding, and maintenance.

    • STLC is specifically concerned with the testing phases, including test planning, design, execution, and closure.

    • SDLC includes stages like requirement analysis, system design, implementation, and deployment.

    • STLC includ...

  • Answered by AI
  • Q3. What is the difference between smoke testing and sanity testing?
  • Ans. 

    Smoke testing checks basic functionality, while sanity testing verifies specific functionalities after changes.

    • Smoke testing is a preliminary test to check if the build is stable enough for further testing.

    • Sanity testing is a subset of regression testing focused on verifying specific functionalities after changes.

    • Example of smoke testing: Verifying that the application launches and the main features are accessible.

    • Exam...

  • Answered by AI
  • Q4. Are you familiar with automation testing and its frameworks?
  • Q5. Java basic questions

Interview questions from similar companies

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

I applied via Naukri.com and was interviewed before Mar 2023. There were 2 interview rounds.

Round 1 - Aptitude Test 

That was little difficult to crack.

Round 2 - Technical 

(5 Questions)

  • Q1. Software testing
  • Q2. Bug life cycle, SDLC, stlc, api, postman
  • Q3. Htttp methods, status code,
  • Q4. Verification vs validation, oopsconcepts,
  • Q5. Collection, selenium waits,

Interview Preparation Tips

Interview preparation tips for other job seekers - Gone through concepts of software testing including sql
Interview experience
1
Bad
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. Java concepts, oops concepts,
  • Q2. Selenium alert handling
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Not Selected

I was interviewed in Sep 2024.

Round 1 - Aptitude Test 

Math, relativity etc

Round 2 - Coding Test 

It was a basic coding test using Java and Selenium.

Round 3 - Technical 

(2 Questions)

  • Q1. What's your experience with automation testing
  • Ans. 

    I have extensive experience in automation testing using various tools and frameworks to enhance software quality and efficiency.

    • Proficient in Selenium WebDriver for web application testing, automating test cases for user interactions.

    • Utilized TestNG for managing test cases and generating reports, improving test organization and execution.

    • Implemented API testing using Postman and RestAssured, ensuring backend services f...

  • Answered by AI
  • Q2. How to automate API
  • Ans. 

    Automating APIs involves using tools and frameworks to test API endpoints for functionality, performance, and security.

    • Use tools like Postman or SoapUI for manual testing before automation.

    • Choose a programming language (e.g., Python, Java) and a testing framework (e.g., pytest, JUnit).

    • Utilize libraries like RestAssured (Java) or Requests (Python) to send HTTP requests.

    • Implement assertions to validate responses (e.g., s...

  • Answered by AI
Round 4 - HR 

(2 Questions)

  • Q1. Current CTC you have
  • Q2. Are you planning for relocation

Intern Interview Questions & Answers

Paytm Mall user image Monu Singh Yadav

posted on 22 Nov 2024

Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Coding Test 

Very impressive able to solve 100 coding questions within 10 mins

Round 2 - Technical 

(2 Questions)

  • Q1. Find min in array
  • Ans. 

    Find the minimum string in an array of strings.

    • Iterate through the array and compare each string to find the minimum.

    • Use a built-in function like sort() to sort the array and then return the first element.

    • Consider using a loop to compare each element with the current minimum.

  • Answered by AI
  • Q2. Find max in array
  • Ans. 

    Find the maximum value in an array of strings.

    • Convert the strings to numbers if needed before finding the maximum value.

    • Use a loop to iterate through the array and compare each element to find the maximum value.

  • Answered by AI

Skills evaluated in this interview

Interview experience
3
Average
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Campus Placement and was interviewed before Apr 2023. There were 2 interview rounds.

Round 1 - Technical 

(1 Question)

  • Q1. Basic array question
Round 2 - Technical 

(1 Question)

  • Q1. Find the first circular tour that visits all petrol pumps
  • Ans. 

    The first circular tour that visits all petrol pumps can be found using the concept of a circular linked list.

    • Create a circular linked list with each node representing a petrol pump

    • Calculate the difference between petrol available at each pump and the distance to the next pump

    • Start from a pump where the sum of differences is positive and traverse the circular linked list until completing the tour

  • Answered by AI

Skills evaluated in this interview

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

I applied via Campus Placement and was interviewed before Oct 2023. There were 3 interview rounds.

Round 1 - Aptitude Test 

First round was a aptitude test of 25 question

Round 2 - Technical 

(2 Questions)

  • Q1. Oops concept in java
  • Ans. 

    Oops concept in Java refers to Object-Oriented Programming principles like inheritance, encapsulation, polymorphism, and abstraction.

    • Inheritance allows a class to inherit properties and behavior from another class.

    • Encapsulation involves bundling data and methods that operate on the data into a single unit.

    • Polymorphism allows objects to be treated as instances of their parent class.

    • Abstraction hides the implementation d...

  • Answered by AI
  • Q2. Basic multi threading questions
Round 3 - Technical 

(2 Questions)

  • Q1. Code to make a pattern and explain each and every line of code
  • Ans. 

    Code to create a pattern and explain each line of code

    • Start by defining the number of rows and columns in the pattern

    • Use nested loops to iterate through each row and column

    • Decide the pattern you want to create and use conditional statements to determine the output for each position

  • Answered by AI
  • Q2. Puzzle: In how many minimum cut u can cut a cake in 8 piece

Skills evaluated in this interview

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 Dec 2023. There was 1 interview round.

Round 1 - Technical 

(4 Questions)

  • Q1. Basic SQL question.
  • Q2. Order of execution
  • Ans. 

    The order of execution refers to the sequence in which instructions or operations are executed in a program.

    • The order of execution is determined by the programming language and the specific code being executed.

    • Generally, code is executed line by line from top to bottom.

    • However, there are exceptions such as loops, conditionals, and function calls that can alter the order of execution.

    • In some programming languages, there...

  • Answered by AI
  • Q3. Window functions
  • Q4. Aggregate functions

Skills evaluated in this interview

Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. Level order tree traversal
  • Q2. Find the pair element from the array
  • Ans. 

    Find the pair element from the array

    • Iterate through the array and use a hashmap to store elements and their counts

    • Check if the current element's complement exists in the hashmap

    • Return the pair if found, otherwise return null

  • 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 Campus Placement and was interviewed before Jan 2024. There was 1 interview round.

Round 1 - Aptitude Test 

We had an aptitude test which involved 60 questions in 15 minutes. Of course, no one can solve this fast, but it was about the hit rate / accuracy and volume. Subsequent followed with two guesstimate based rounds and final as HR round which involved asking about college projects, extra curricular experiences and so on.

Weavers Web Interview FAQs

How many rounds are there in Weavers Web Software QA Engineer interview?
Weavers Web interview process usually has 1 rounds. The most common rounds in the Weavers Web interview process are Technical.
What are the top questions asked in Weavers Web Software QA Engineer interview?

Some of the top questions asked at the Weavers Web Software QA Engineer interview -

  1. What is the difference between Software Development Life Cycle (SDLC) and Softw...read more
  2. What is the difference between smoke testing and sanity testi...read more
  3. Are you familiar with automation testing and its framewor...read more

Tell us how to improve this page.

Weavers Web Software QA Engineer Interview Process

based on 1 interview

Interview experience

5
  
Excellent
View more

Interview Questions from Similar Companies

TCS Interview Questions
3.7
 • 10.4k Interviews
Accenture Interview Questions
3.8
 • 8.2k Interviews
Infosys Interview Questions
3.6
 • 7.6k Interviews
Wipro Interview Questions
3.7
 • 5.6k Interviews
Cognizant Interview Questions
3.7
 • 5.6k Interviews
Amazon Interview Questions
4.1
 • 5k Interviews
Capgemini Interview Questions
3.7
 • 4.8k Interviews
Tech Mahindra Interview Questions
3.5
 • 3.8k Interviews
HCLTech Interview Questions
3.5
 • 3.8k Interviews
Genpact Interview Questions
3.8
 • 3.1k Interviews
View all
Android Developer
5 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Web Designer
4 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Software Developer
3 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Quality Analyst
3 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Web Developer
3 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Explore more salaries
Compare Weavers Web with

Flipkart

4.0
Compare

Amazon

4.1
Compare

Snapdeal

3.8
Compare

Myntra

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