How do you organize yourself?
Software Engineer In Test Interview Questions
1,623 software engineer in test interview questions shared by candidates
What happens if an element is not found using each method? How can you handle synchronization issues in Selenium? How do you handle pop-ups, alerts, or iframes using Selenium WebDriver?
I was given a coding test before the interview, it was asking to do some data manipulation with the given CSV. Basically I need to read the CSV which contains first name, last name, email etc. I need to group the people with same or similar last name and a valid email address. I also required to provide at least one test case. This test is in Java with eclipse.
Why do you apply for Ericsson ?
They ask to implement a home task to never ever come back.
If you have an array of 0s and 1s, create an algorithm to move all the 0s to the left side and all the 1s to the right side.
Given a string, convert it into a palindrome with the lease number of insertions possible.
code a function to perform snake sort, and then write unit testing
Given an array of characters, find the number of occurrences for a given word. The word may appear left-right, up-down at any point in the word (no diagnols).
Data structure which supports both map operations and array operations without time complexity penalty.
Viewing 241 - 250 interview questions