i
DXC Technology
Filter interviews by
I was interviewed in Dec 2024.
I applied via Job Portal and was interviewed in Nov 2024. There was 1 interview round.
Selenium framework is a test automation tool used for web applications.
Selenium framework allows for automated testing of web applications.
It supports multiple programming languages like Java, Python, C#, etc.
Selenium WebDriver is a key component for interacting with web elements.
Test scripts can be written using Selenium IDE, WebDriver, or Grid.
Selenium framework can be integrated with tools like TestNG, JUnit, etc.,
I applied via Approached by Company
Project structure refers to the organization of files, folders, and resources within a software project.
Main folders like src (source code), test (test cases), lib (libraries), docs (documentation)
Subfolders for specific modules or components
Configuration files like pom.xml, package.json, etc.
Build scripts like Jenkinsfile, Dockerfile
Version control files like .gitignore, .gitattributes
README.md file for project overvi
Reverse a string in Java using StringBuilder's reverse method.
Create a StringBuilder object with the input string
Use the reverse() method of StringBuilder to reverse the string
Convert the reversed StringBuilder object back to a string using toString()
An interface in software development is a contract that defines the methods that a class must implement.
Interfaces in programming languages like Java, C#, and TypeScript provide a way to achieve abstraction and multiple inheritance.
Classes implementing an interface must provide concrete implementations for all the methods defined in the interface.
Interfaces allow for loose coupling between components, making code more
Framework structure refers to the organization of test automation code, including folders, files, libraries, and configurations.
Framework structure typically includes folders for test scripts, test data, page objects, utilities, and configurations.
It may involve separation of concerns, such as using Page Object Model for better maintainability.
Frameworks like TestNG or JUnit provide annotations to structure test cases ...
I am a dedicated Automation Test Engineer with 5 years of experience in creating and executing test cases for software applications.
Experienced in creating automated test scripts using tools like Selenium and Appium
Proficient in identifying bugs and issues in software applications
Skilled in writing test plans and test cases to ensure comprehensive test coverage
Strong knowledge of programming languages such as Java and ...
I applied via Referral and was interviewed in Apr 2024. There was 1 interview round.
HashMap allows null values and keys, while HashTable does not. HashMap is not synchronized, making it faster in performance compared to HashTable.
HashMap allows null values and keys, while HashTable does not.
HashMap is not synchronized, making it faster in performance compared to HashTable.
HashMap is preferred for non-thread-safe applications, while HashTable is preferred for thread-safe applications.
Stale Element Reference Exception occurs when an element is no longer attached to the DOM.
Occurs when an element is located in the DOM, but later becomes detached or deleted
Common in dynamic web applications where elements are frequently changing
Can be resolved by re-locating the element before interacting with it
Collection is an interface in Java that represents a group of objects, while Collections is a utility class in Java that contains static methods for operating on collections.
Collection is an interface in Java, while Collections is a utility class.
Collection is used to represent a group of objects, while Collections is used for operations on collections like sorting, searching, etc.
Example: List is a Collection interfac...
POM stands for Page Object Model. It is a design pattern used in test automation to create reusable and maintainable code.
POM helps in separating the test scripts from the web elements, making the code more organized and easier to maintain.
It improves code reusability by creating separate classes for each web page, containing all the elements and actions related to that page.
POM reduces code duplication and enhances te...
posted on 2 Jan 2025
I applied via Walk-in and was interviewed in Jul 2024. There were 2 interview rounds.
STLC is the Software Testing Life Cycle process which includes planning, designing, executing, and reporting of tests.
STLC involves planning, designing, executing, and reporting of tests
It includes phases like requirement analysis, test planning, test design, test execution, and test closure
Each phase has specific activities and deliverables to ensure quality of the software product
STLC helps in identifying defects ear...
Selenium WebDriver methods are used for automating web application testing by interacting with elements on a webpage.
WebDriver.get(String url) - Opens a webpage by providing the URL
WebElement.sendKeys(String text) - Enters text into a text field
WebElement.click() - Clicks on an element
WebDriver.findElement(By locator) - Locates a single element on the webpage
WebDriver.findElements(By locator) - Locates multiple element
I am a dedicated Automation Test Engineer with 5 years of experience in creating and executing automated test scripts.
5 years of experience in automation testing
Proficient in creating and executing automated test scripts
Strong knowledge of testing tools like Selenium and JUnit
Experience in testing web and mobile applications
Familiar with Agile methodology
I applied via Naukri.com and was interviewed in May 2024. There was 1 interview round.
Selenium is a popular open-source automation testing tool used for web application testing.
Selenium supports multiple programming languages like Java, Python, C#, etc.
It allows testers to write test scripts in a variety of IDEs like Eclipse, IntelliJ, etc.
Selenium can automate interactions with web browsers like Chrome, Firefox, etc.
It can perform various testing tasks such as form filling, button clicking, data extrac
Selenium is a suite of tools used for automating web browsers.
Selenium IDE: Record and playback tool for creating automated tests
Selenium WebDriver: Automation tool for writing test scripts in various programming languages
Selenium Grid: Distributes test execution on multiple machines for parallel testing
Selenium RC (Remote Control): Deprecated tool for running tests in multiple browsers
findelement is a method used in Selenium to locate a single web element on a webpage, while findelements is used to locate multiple web elements.
findelement returns the first matching element found on the webpage
findelements returns a list of all matching elements found on the webpage
findelement is used when only one element needs to be located, while findelements is used when multiple elements need to be located
Different types of wait include implicit, explicit, and fluent waits in automation testing.
Implicit wait: Waits for a certain amount of time before throwing a NoSuchElementException if the element is not found.
Explicit wait: Waits for a certain condition to be met before proceeding further in the code.
Fluent wait: Waits for a condition to be met with a defined polling frequency and timeout.
Example: Using implicit wait ...
Close is used to close a window or application, while wait is used to pause the execution for a specified amount of time.
Close is used to close a window or application after the test is completed
Wait is used to pause the execution for a specified amount of time, such as waiting for an element to load before proceeding
Example: driver.close() will close the current window, while Thread.sleep(5000) will pause the executio
Interview experience
based on 6 reviews
Rating in categories
Associate Professional Software Engineer
2.2k
salaries
| ₹2.6 L/yr - ₹7 L/yr |
Software Engineer
2k
salaries
| ₹2.4 L/yr - ₹11.7 L/yr |
Associate Professional
1.6k
salaries
| ₹0.8 L/yr - ₹7 L/yr |
Associate Software Engineer
1.2k
salaries
| ₹3 L/yr - ₹7 L/yr |
Professional 1
1.2k
salaries
| ₹3.4 L/yr - ₹14 L/yr |
Cognizant
Capgemini
TCS
Wipro