Filter interviews by
I was interviewed in Jul 2023.
Git is a version control system used for tracking changes in code, while GitHub is a platform for hosting Git repositories and collaborating on code.
Git is a distributed version control system that allows developers to track changes in code and collaborate with others.
GitHub is a web-based platform that provides hosting for Git repositories, allowing developers to store, share, and collaborate on code.
Git can be used l...
Array is a fixed-size data structure while ArrayList is a dynamic-size data structure in Java.
Array is a static data structure with a fixed size, while ArrayList is a dynamic data structure that can grow or shrink in size.
Arrays can hold primitive data types and objects, while ArrayList can only hold objects.
Arrays require a specified size during initialization, while ArrayList can dynamically resize itself.
Arrays use ...
Variables in Postman are used to store and reuse values throughout requests and scripts.
Variables can be defined at different scopes such as global, collection, environment, and local.
Variables can be set using the syntax {{variable_name}}.
Variables can be used in request URLs, headers, body, and scripts.
Examples: {{baseUrl}}, {{accessToken}}, {{randomNumber}}
Top trending discussions
I applied via Naukri.com
Bug life cycle is the process of identifying, reporting, fixing, retesting, and closing a software bug.
Bug identification: Bug is identified by QA engineer during testing.
Bug reporting: QA engineer reports the bug with detailed information.
Bug fixing: Developer fixes the bug based on the reported details.
Bug retesting: QA engineer retests the fixed bug to ensure it is resolved.
Bug closing: Once the bug is confirmed fix
Query to find duplicate records in a database table
Use GROUP BY clause with HAVING COUNT() function to identify duplicate records
Select columns to display duplicate records
Example: SELECT column1, column2, COUNT(*) FROM table_name GROUP BY column1, column2 HAVING COUNT(*) > 1
Use a file copy command to copy one file to another
Use the 'cp' command in Unix/Linux systems
Syntax: cp source_file destination_file
Example: cp file1.txt file2.txt
Program to count letters in a word using array of strings
Create an array to store the count of each letter in the word
Iterate through each letter in the word and increment the count in the array
Return the array with the count of each letter
To find elements not available in DOM in Selenium, use try-catch block to handle NoSuchElementException.
Use try-catch block to handle NoSuchElementException when trying to find elements not available in DOM.
Catch the exception and handle it appropriately in the code.
Use WebDriverWait with ExpectedConditions to wait for the element to be present before interacting with it.
I applied via Naukri.com and was interviewed in Oct 2024. There was 1 interview round.
Maths. reasoning, logical etc
Java coding and logical testing
The question is asking to provide the output response based on given input values.
Understand the input values provided
Analyze the expected output based on the input values
Apply any relevant logic or rules to determine the output response
I am looking for a competitive salary based on my experience and skills.
Research industry standards for SDET Engineer salaries
Consider my level of experience and skills
Factor in location and cost of living
Negotiate based on benefits and perks offered by the company
I have 5 years of experience in software development and testing, with a focus on automation and quality assurance.
5 years of experience in software development and testing
Specialize in automation and quality assurance
Proficient in programming languages such as Java and Python
Experience with testing frameworks like Selenium and JUnit
Worked on various projects to improve testing processes and efficiency
I applied via Campus Placement and was interviewed in May 2024. There was 1 interview round.
Hackerearth test 2 automata questions , 7 automata fix and 8 mcq
posted on 4 Feb 2024
I applied via Referral and was interviewed before Feb 2023. There were 3 interview rounds.
Quant and verbal ability
Questions from DSA and webdevelopement
I applied via Recruitment Consulltant and was interviewed before Aug 2023. There was 1 interview round.
Test harness is a software tool used to run automated tests on software applications.
Test harness provides a framework for running test cases and reporting results.
It includes test data, test scripts, and a way to execute tests.
Test harness can simulate user interactions and test different scenarios.
Examples of test harness tools include JUnit for Java and NUnit for .NET.
To write a test case for a scenario, identify the objective, define test steps, determine expected results, and validate the outcome.
Identify the objective of the test case
Define the test steps to be executed
Determine the expected results for each step
Validate the outcome against the expected results
Include preconditions and postconditions if necessary
Bajaj Finserv
Wells Fargo
JPMorgan Chase & Co.
HSBC Group