Add office photos
Engaged Employer

UPDOER Technology

3.9
based on 6 Reviews
Filter interviews by

10+ 1Win Interview Questions and Answers

Updated 15 Nov 2024

Q1. What's the difference between Regression, Sanity and Smoke. which testing you will do when

Ans.

Regression, Sanity, and Smoke testing are different types of testing performed at different stages of the software development lifecycle.

  • Regression testing is performed to ensure that new code changes have not adversely affected existing functionality.

  • Sanity testing is a subset of regression testing and is performed to quickly determine if a new build is stable enough for more rigorous testing.

  • Smoke testing is performed to check if the critical functionalities of the software...read more

Add your answer

Q2. What is Test plan , Write a Test plan on Flipkart application

Ans.

A test plan is a document outlining the scope, approach, resources, and schedule for testing a software application.

  • Identify test objectives and scope

  • Define test strategies and methodologies

  • List resources and tools required for testing

  • Outline test schedule and milestones

  • Specify test cases and scenarios

  • Include risk assessment and mitigation plan

Add your answer

Q3. Give Five major Exception name which you encounter during automation

Ans.

Five major exceptions encountered in automation testing

  • NoSuchElementException

  • TimeoutException

  • StaleElementReferenceException

  • ElementNotVisibleException

  • ElementNotInteractableException

Add your answer

Q4. Write a programe to Reverse a String , then Reverse a specific word in String.

Ans.

Program to reverse a string and reverse a specific word in the string.

  • Create a function to reverse a string by iterating through each character and appending it to a new string in reverse order.

  • Create a function to reverse a specific word in the string by splitting the string into words, finding the specific word, and reversing it.

  • Combine the two functions to reverse the entire string and a specific word within it.

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

Q5. Write some Query in SQL , To print third largest salaries in Employee table

Ans.

Use SQL query to find the third largest salary in Employee table.

  • Use ORDER BY clause to sort salaries in descending order

  • Use LIMIT to get the third row

  • Consider handling ties if multiple employees have the same salary

Add your answer

Q6. Give Five Exception which you encounter in java

Ans.

Five common exceptions in Java programming language

  • NullPointerException - occurs when trying to access a method or property of a null object

  • ArrayIndexOutOfBoundsException - occurs when trying to access an index outside the bounds of an array

  • ArithmeticException - occurs when dividing by zero

  • FileNotFoundException - occurs when trying to access a file that does not exist

  • ClassCastException - occurs when trying to cast an object to a type that it is not

Add your answer
Are these interview questions helpful?

Q7. How will you automate the Dynamic location

Ans.

Automating dynamic location involves using relative locators and dynamic xpath to identify elements.

  • Use relative locators to find elements based on their relationship to other elements

  • Utilize dynamic xpath to locate elements that have changing attributes or values

  • Implement wait strategies to handle dynamic loading of elements

Add your answer

Q8. What main method are doing in java

Ans.

The main method in Java is the entry point for any Java application.

  • Main method must be declared as public static void main(String[] args)

  • It is the starting point for the execution of a Java program

  • It is where the program begins its execution

Add your answer
Share interview questions and help millions of jobseekers 🌟

Q9. Define Functional Testing and Regression Testing

Ans.

Functional Testing focuses on testing the functionality of the software, while Regression Testing ensures that new changes do not affect existing functionality.

  • Functional Testing verifies that the software functions as expected based on the requirements.

  • Regression Testing ensures that new code changes do not negatively impact existing functionality.

  • Functional Testing is typically done before Regression Testing in the software development lifecycle.

  • Examples of Functional Testi...read more

Add your answer

Q10. Define STLC and their all stages

Ans.

STLC stands for Software Testing Life Cycle, which consists of various stages for ensuring the quality of software.

  • STLC stands for Software Testing Life Cycle

  • It consists of stages like Requirement Analysis, Test Planning, Test Design, Test Execution, and Test Closure

  • Each stage has specific objectives and deliverables

  • Example: In Requirement Analysis, testers analyze the requirements and create test scenarios

Add your answer

Q11. What is Manual Testing

Ans.

Manual testing is the process of manually testing software for defects without the use of automation tools.

  • Involves executing test cases manually without automation tools

  • Requires human intervention to verify software functionality

  • Involves exploratory testing to uncover defects

  • Can be time-consuming but allows for flexibility and creativity in testing

  • Examples: regression testing, ad-hoc testing, usability testing

Add your answer

Q12. What is Monkey Testing

Ans.

Monkey testing is a random testing technique where the application is tested with random inputs to uncover unexpected bugs.

  • Involves randomly clicking buttons, entering data, and performing other actions in the application

  • Helps in uncovering bugs that may not be found with traditional testing methods

  • Can be automated using tools like Selenium with random input generators

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.7
 • 19 Interview Questions
3.9
 • 13 Interview Questions
4.8
 • 13 Interview Questions
4.1
 • 11 Interview Questions
3.8
 • 11 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