Filter interviews by
I applied via LinkedIn and was interviewed in Apr 2024. There were 2 interview rounds.
Yes, I use console to locate elements in a web page for debugging and testing purposes.
Yes, I use console commands like document.querySelector() or document.getElementById() to locate elements on a web page.
Console is helpful for quickly testing and verifying element selectors before implementing them in automated tests.
Using console to locate elements can help in identifying issues with element selection and improve t
API authentication can be done using various methods like API keys, OAuth tokens, and JWT tokens.
Use API keys to authenticate requests by including the key in the request header.
Implement OAuth for secure authorization and authentication.
Utilize JWT tokens for stateless authentication by generating tokens upon successful login.
Comparing two databases and two files involves analyzing their structure, content, and integrity.
Compare the schema of the databases to ensure they have the same tables, columns, and relationships.
Check the data in the databases and files to identify any discrepancies or missing information.
Use checksums or hash functions to compare the contents of the files for differences.
Consider using tools like SQL queries, file c...
To exit recursion in programming, a base case is defined to stop the recursive calls.
Define a base case that will stop the recursive calls.
Ensure that the base case is reached during the recursion.
Return a value or perform an action when the base case is met.
TestNG tags can pass data using parameters in testng.xml file or through DataProviders.
Use parameters in testng.xml file to pass data to test methods
Use DataProviders to pass data dynamically to test methods
Example:
Automating email and one time passcode involves using automation tools and scripting to send emails and generate passcodes.
Use automation tools like Selenium or Puppeteer to automate the process of logging into email accounts and sending emails.
Utilize scripting languages like Python or JavaScript to generate one time passcodes and send them via email.
Implement API calls to interact with email servers and send emails p...
Yes, I use the console to locate elements in web pages for debugging and testing purposes.
I use the console to inspect elements and identify unique attributes like IDs, classes, or XPath.
I can use commands like document.getElementById(), document.querySelector(), or $() to locate elements.
I also use the console to test CSS selectors and verify if elements are being correctly identified.
Top trending discussions
Selenium is an open-source automation testing framework used for web applications.
Selenium supports multiple programming languages like Java, Python, C#, etc.
It consists of Selenium WebDriver, Selenium IDE, and Selenium Grid.
Selenium WebDriver is used for automating web applications by interacting with the web elements.
Selenium IDE is a record and playback tool for creating test cases.
Selenium Grid is used for parallel...
Checked exceptions are checked at compile time, while unchecked exceptions are not.
Checked exceptions must be either caught or declared in the method signature using 'throws' keyword.
Unchecked exceptions do not need to be explicitly handled.
Examples of checked exceptions include IOException, ClassNotFoundException.
Examples of unchecked exceptions include NullPointerException, ArrayIndexOutOfBoundsException.
Exceptions in Selenium are errors that occur during test execution, such as ElementNotVisibleException or TimeoutException.
Selenium WebDriver throws exceptions when it encounters errors during test execution.
Common exceptions include NoSuchElementException, ElementNotVisibleException, TimeoutException, StaleElementReferenceException, and WebDriverException.
Handling exceptions in Selenium can be done using try-catch blo...
Waits in Selenium are used to synchronize tests with the browser's state.
Waits help to handle synchronization issues in Selenium tests
There are two types of waits in Selenium - Implicit Wait and Explicit Wait
Implicit Wait sets a default waiting time for the entire test script
Explicit Wait allows the test to wait for a certain condition to be met before proceeding
Using dynamic programming to check if a string is a palindrome.
Create a 2D array to store the results of subproblems
Iterate through the string and fill the array based on whether substrings are palindromes
Check the array to determine if the entire string is a palindrome
I applied via Naukri.com and was interviewed in May 2024. There was 1 interview round.
I worked as a software developer at a tech company, focusing on test automation and quality assurance.
Developed automated test scripts using Selenium for web applications
Collaborated with developers to identify and fix bugs in the code
Participated in daily stand-up meetings to discuss project progress
Conducted regression testing to ensure software quality
Utilized Jira for tracking and managing testing tasks
Expected CTC is the anticipated salary package for the position.
Research industry standards for SDET roles
Consider your experience, skills, and location when negotiating CTC
Be prepared to discuss salary expectations during the interview process
I have worked on tools such as Selenium, JUnit, TestNG, Postman, and Jenkins.
Selenium
JUnit
TestNG
Postman
Jenkins
I have 5 years of experience in total.
5 years of experience in software development and testing
2 years as a QA engineer and 3 years as an SDET
Experience with automation testing tools like Selenium and JUnit
Reverse string without using loop
Use recursion to reverse the string
Base case: if string length is 0 or 1, return the string
Recursive case: return the last character + reverse(rest of the string)
Implement a parenthesis balancing algorithm using a stack
Use a stack to keep track of opening parentheses
When encountering a closing parenthesis, pop from stack and check if it matches the closing parenthesis
If stack is empty or mismatched parentheses, return false
If all parentheses are balanced, return true
based on 1 interview
Interview experience
Senior Software Engineer
2.1k
salaries
| ₹0 L/yr - ₹0 L/yr |
Technical Lead
1.5k
salaries
| ₹0 L/yr - ₹0 L/yr |
Software Engineer
1.3k
salaries
| ₹0 L/yr - ₹0 L/yr |
Network Engineer
450
salaries
| ₹0 L/yr - ₹0 L/yr |
Senior Technical Lead
370
salaries
| ₹0 L/yr - ₹0 L/yr |
TCS
Infosys
Wipro
HCLTech