Druva Insync Interview Questions

Druva Overview

  • www.druva.com
  • Santa Clara, California
  • 1,001-5,000 employees
  • 2008
  • Software Development

Druva Insync Interview Questions: The most crucial part of preparing for an interview is practice. Knowing what job interview questions you might be asked is essential – that way, you can craft your answers well in advance and feel confident in your responses when the pressure is on.

Wouldn’t it be great if you knew precisely what interview questions are asked for the Test Engineer and QA for Manual & Automation Positions? Unfortunately, we can’t read minds, but we’ll give you the next best thing: a list of previously asked Druva Insync interview questions and answers.

Post On:Innovalus Technologies Interview Questions
Post Type:Interview Questions
Published On:www.softwaretestingo.com
Applicable For:Freshers & Experience
Get Updates:Software Testingo Telegram Group

We have tried to share some of the manual testing interview questions, selenium interview questions & testing interview questions also, but we are recommending spending some quality time to get comfortable with what might be asked when you go for the Druva Insync interview.

Still, we need your love and support to make this platform more helpful to our fellow testers. So please share your recent interview questions and experience with us. You Can share those details by connecting with us at softwaretestingo.com@gmail.com.

Druva Insync Interview Questions

  • Explain the framework of your project.
  • How did you report failed test cases?
  • Create Xpath for dynamically changing elements.
  • Diff b/w absolute and relative XPath.
  • How do you handle pop-ups and frames?
  • Write a Script for writing failed test cases.
  • What are locators and types, and which one is your favorite?
  • Oops concept that you implemented in your framework

If we have five days to test the entire application, what is our Test Strategy, and do we have to deliver the project completely?
Ans: The strategy starts with risk analysis first to determine the functions with the highest risk and plan your test activities as guided by this analysis strategy to go for Risk-Based Testing. Identify the risks in the areas of User Experience, Financial factors, Business model, etc. And then pick up major features or scenarios from these as per the risk priority number.

You should analyze the application based on a Risk-based strategy and follow the MSCO approach – Must, Should, Could, Other test cases must be executed. First, you have to analyze whether five days is enough or not. 1. If not, you have to inform the client, due to some (dev, etc.) delay, I am going to implement risk-based testing.2. After that discussion only you have to start your risk-based testing

What is the difference between Data Driven Framework and Keyword Driven Framework?
Ans: In Data-Driven focus will be more on the running scripts with multiple inputs suitable for data critical application like banking apps and also suitable for apps that need more data to be added to apps like eCOM, whereas Keyword Driven focus will be more on the simplified way for writing script by just typing keywords instead of writing code, suitable.

When the Automation team is focused more on business logic than writing code (less coding knowledge is required)but handling complex actions and iteration is very difficult in keyword driven framework, and the application should be very stable single keyword-driven framework can be used to automate various websites.. with only updating the object repository. But in a data-driven framework whole test script needs to be rewritten along with object repository changes.

Can anyone explain to me the difference between XPath and CSS selectors?
Ans:

  • CSS is faster than XPath.
  • CSS is more consistent across all browsers and used for cross-browser testing than XPath.
  • CSS is more readable than XPath.
  • CSS can only traverse down the DOM(backward traverse is impossible), while XPath can traverse backward(up and Down in DOM).
  • CSS improves performance because it is faster.
  • CSS is better for IE than XPath.
  • CSS has deprecated contains method while XPath provides, which is very useful in locating dynamic web elements.
  • CSS is complex and challenging to write compared to XPath.The order of locators is ID, Name, CSS, and XPath.

We switch back to the main window or default content after switching to a new window or frame, but not in the case of Alert, even if we are switching to it.
Ans: When we switch to a new window or frame, we jump to another DOM. A new window is also a DOM, and a frame is also a DOM inside a DOM. This is the reason why we switch to them using selenium methods, it returns a WebDriver. When work is done in a new DOM, we need to switch back to the parent window. In case of an alert ( JavaScript alert) is not a new DOM.

When we switch to an alert, it returns a reference of type “Alert.” You perform desired action and proceed further without switching back, as it is not required. Note: driver.switchTo(). Window (“window handle”). It returns a WebDriver reference.

About Druva

Druva is the industry’s leading SaaS platform for data resiliency and the only vendor to ensure data protection across the most common data risks backed by a $10 million guarantee. Druva’s innovative approach to backup and recovery has transformed how data is secured, protected, and utilized by thousands of enterprises.

The Druva Data Resiliency Cloud eliminates the need for costly hardware, software, and services through a simple agile cloud-native architecture that delivers unmatched security, availability, and scale.

I love open-source technologies and am very passionate about software development. I like to share my knowledge with others, especially on technology that's why I have given all the examples as simple as possible to understand for beginners. All the code posted on my blog is developed, compiled, and tested in my development environment. If you find any mistakes or bugs, Please drop an email to softwaretestingo.com@gmail.com, or You can join me on Linkedin.

Leave a Comment