Filter interviews by
I applied via Approached by Company and was interviewed before May 2023. There were 3 interview rounds.
Regression testing is the process of retesting a software application to ensure that new code changes have not adversely affected existing functionality.
It involves running previously executed test cases to verify that the existing features still work correctly after code changes.
Regression testing helps in identifying any defects introduced by new code changes.
Automated testing tools are often used to streamline the r...
Retesting is the process of testing a previously failed test case again after the defects have been fixed.
Retesting is done to ensure that the reported defects have been fixed correctly.
It focuses on the areas where defects were found during initial testing.
Retesting is usually performed by the same tester who found the defect.
It is a part of regression testing to verify that the fixes did not introduce new defects.
Exa...
Top trending discussions
posted on 21 Aug 2023
I applied via Walk-in and was interviewed before Aug 2022. There were 4 interview rounds.
Interview total 3 rounds
Voice recording contains amcat apptitude language skills
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();
I applied via Naukri.com and was interviewed in May 2024. There was 1 interview round.
I was interviewed in Oct 2024.
Interviewer gave a java program and asked output.
I applied via Campus Placement and was interviewed before Apr 2023. There were 4 interview rounds.
Basic Aptitude questions. Candidate with average knowledge can crack it.
Two programming questions were asked. Difficulty level was medium.
I applied via Naukri.com
I applied via Company Website and was interviewed before Jul 2021. There were 2 interview rounds.
Attended the codevita competition in final year of college.
based on 1 interview
Interview experience
based on 1 review
Rating in categories
Customer Care Executive
323
salaries
| ₹0 L/yr - ₹0 L/yr |
Customer Service Executive
178
salaries
| ₹0 L/yr - ₹0 L/yr |
Quality Analyst
125
salaries
| ₹0 L/yr - ₹0 L/yr |
Team Lead
125
salaries
| ₹0 L/yr - ₹0 L/yr |
Customer Support Executive
92
salaries
| ₹0 L/yr - ₹0 L/yr |
WNS
EXL Service
Genpact
TCS