Senior Sdet Engineer

Senior Sdet Engineer Interview Questions and Answers for Freshers

Updated 26 Mar 2024

Q1. Explain how to scroll web element

Ans.

To scroll a web element, use actions class to perform scroll actions

  • Create an instance of Actions class

  • Use moveToElement() method to move to the desired element

  • Perform scroll actions using sendKeys(Keys.ARROW_DOWN) or sendKeys(Keys.PAGE_DOWN)

  • Example: Actions actions = new Actions(driver); actions.moveToElement(element).sendKeys(Keys.ARROW_DOWN).perform();

Q2. What is testbed

Ans.

A testbed is a platform or environment used for testing software applications or hardware components.

  • Testbeds can simulate real-world scenarios to test the functionality and performance of software or hardware.

  • They can include a combination of hardware, software, and network configurations.

  • Testbeds are used to identify bugs, performance issues, and compatibility problems before releasing a product.

  • Examples of testbeds include virtual machines, physical devices, and cloud-base...read more

Q3. Explain xpath and types

Ans.

XPath is a language used for navigating XML documents and selecting nodes based on their properties.

  • XPath stands for XML Path Language

  • It is used to navigate through elements and attributes in an XML document

  • There are two types of XPath: Absolute XPath and Relative XPath

  • Absolute XPath starts from the root node, while Relative XPath starts from any node in the XML document

  • XPath expressions can be used to locate elements based on their attributes or position in the document

Q4. write a code on BFS

Ans.

Code for Breadth First Search algorithm

  • Use a queue to keep track of nodes to visit next

  • Visit each node's neighbors before moving to the next level

  • Mark visited nodes to avoid revisiting them

Senior Sdet Engineer Jobs

Senior SDET Engineer 2-4 years
Informatica
3.9
Bangalore / Bengaluru
Senior SDET Engineer 9-14 years
FYNXT
3.8
Chennai
Senior SDET Engineer 6-8 years
Turing
3.4
Remote
Are these interview questions helpful?
Interview Tips & Stories
Ace your next interview with expert advice and inspiring stories

Interview experiences of popular companies

3.7
 • 10.4k Interviews
3.7
 • 5.6k Interviews
4.1
 • 5k Interviews
4.0
 • 845 Interviews
4.4
 • 825 Interviews
3.7
 • 535 Interviews
4.3
 • 137 Interviews
3.7
 • 78 Interviews
3.7
 • 31 Interviews
3.9
 • 23 Interviews
View all

Calculate your in-hand salary

Confused about how your in-hand salary is calculated? Enter your annual salary (CTC) and get your in-hand salary

Senior Sdet Engineer Interview Questions
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
65 L+

Reviews

4 L+

Interviews

4 Cr+

Salaries

1 Cr+

Users/Month

Contribute to help millions

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