Filter interviews by
I applied via Naukri.com and was interviewed in Aug 2020. There were 3 interview rounds.
Smoke testing is a quick and shallow test to check if the critical functionalities of the application are working. Sanity testing is a more comprehensive test to check if the new changes or fixes have not affected the existing functionalities.
Smoke testing is done to ensure that the application is stable enough for further testing.
Sanity testing is done to ensure that the new changes or fixes have not introduced any ne...
Enough testing is done when all the requirements are met and the risk of defects is acceptable.
Ensure all requirements are tested
Use risk analysis to determine acceptable defect rate
Consider time and budget constraints
Review test coverage and results
Get feedback from stakeholders
Delete removes specific rows from a table, Drop deletes the entire table, and Truncate deletes all rows from a table.
Delete is a DML operation while Drop and Truncate are DDL operations.
Delete can be rolled back, while Drop and Truncate cannot be rolled back.
Delete operation is slower compared to Drop and Truncate.
Delete operation maintains the transaction log, while Drop and Truncate do not.
Delete operation triggers d...
Differed state in JIRA is a state where an issue is waiting for an action or decision before it can be moved to the next state.
Issues in differed state are not actively being worked on.
They are waiting for a decision or action from someone else.
Examples of differed state include 'Waiting for Customer' or 'Blocked'.
Top trending discussions
I applied via Monster and was interviewed before Oct 2020. There were 3 interview rounds.
General aps questions were asked
I applied via Walk-in and was interviewed in Jul 2024. There were 2 interview rounds.
I applied via Naukri.com
I applied via Referral and was interviewed in Dec 2024. There was 1 interview round.
Extract the 14 characters before @ in a given URL
Use string manipulation to extract characters before @ symbol
Consider edge cases like no @ symbol or less than 14 characters before @
Handle special characters like %20 or %40
Regex pattern to match at least one capital letter, one small case letter, one digit, and one special character.
Use the regex pattern: (?=.*[A-Z])(?=.*[a-z])(?=.*[0-9])(?=.*[^A-Za-z0-9])
Example: Password@123
Code to output each word with vowel count in a given string.
Split the string into words using space as delimiter
Iterate through each word and count the number of vowels
Store the word and its vowel count in an array of strings
To find the maximum diagonal sum in a 2X2 Matrix, sum the elements of the main diagonal and the opposite diagonal.
Sum the elements of the main diagonal (top left to bottom right) and the opposite diagonal (top right to bottom left).
Compare the sums of both diagonals and return the maximum sum.
Example: For a 2X2 Matrix [[1, 2], [3, 4]], the main diagonal sum is 1+4=5 and the opposite diagonal sum is 2+3=5. The maximum d
To find the selected option text from a dropdown in Selenium, you can use the getFirstSelectedOption() method.
Use the Select class to work with dropdown elements in Selenium
Use the getFirstSelectedOption() method to get the selected option
Retrieve the text of the selected option using getText() method
Find duplicates in a dropdown along with their occurrence/frequency.
Iterate through the dropdown options and store each option in a hashmap with its frequency.
Identify options with frequency greater than 1 as duplicates.
Return the duplicates along with their occurrence/frequency.
Resolve merge conflicts in git by using git commands and tools.
Pull the latest changes from the remote repository
Use 'git status' to identify conflicting files
Open the conflicting files and manually resolve the conflicts
Add the resolved files to the staging area using 'git add'
Commit the changes with a merge message using 'git commit'
Use git cherry-pick command to bring specific commit changes to your branch.
Identify the commit hash of the specific changes you want to bring to your branch.
Checkout to the branch where you want to apply the changes.
Use 'git cherry-pick <commit-hash>' command to apply the specific commit changes to your branch.
To switch to a frame in Selenium, use driver.switchTo().frame() method. To come out of a frame, use driver.switchTo().defaultContent() method.
Use driver.switchTo().frame() method to switch to a frame
Use driver.switchTo().defaultContent() method to come out of a frame
Example: driver.switchTo().frame("frameName");
Example: driver.switchTo().defaultContent();
Java code to find a substring in an array of strings
Use the contains() method to check if a string contains the substring
Iterate through the array of strings and check each string for the substring
Use the indexOf() method to find the index of the substring within the string
Write getter setter for a scenario in a Senior QA Engineer interview
Create private variables for the data you want to get and set
Create public getter methods to access the private variables
Create public setter methods to modify the private variables
I applied via Referral and was interviewed in Mar 2024. There was 1 interview round.
Interview was very good, asked coding questions and testing principles
Customer Service Representative
17
salaries
| ₹0 L/yr - ₹0 L/yr |
Senior Software Engineer
15
salaries
| ₹0 L/yr - ₹0 L/yr |
Software Engineer
14
salaries
| ₹0 L/yr - ₹0 L/yr |
Data Analyst
9
salaries
| ₹0 L/yr - ₹0 L/yr |
Technical Lead
9
salaries
| ₹0 L/yr - ₹0 L/yr |
Delhivery
Flipkart
Amazon
Reliance Retail