Tip 1 : Practice as many as String Manipulation programs
Tip 2 : OOPS concepts and their practical usage
Tip 3 : Testing terminologies
Tip 1 : Try to build a single Page resume
Tip 2 : Include skills that are known to you
Introduction
Basic Testing questions and OOPS concepts
Selenium locators - xpath, css
Absolute, Relative Xpath
finding webelements in grid based tables
Selecting Dropdowns/Radio button
1) What are 4 pillars of OOPS in Java
2) What is Absolute, Relative Xpath
3) Class, Object, Constructor definitions
4) How to find multiple Webelements from the table grid in Selenium
5) Methods to select Dropdown, Checkboxes
1) Abstraction, Polymorphism, Encapsulation, Inheritance and explain definitions.
2) Absolute - From the starting of the DOM /
Relative - Direct x path using element tags //
3) State definitions
4) using getWebElements() method
Face To Face interview round with 2 interviewers
Timing : 11::00 AM
3-4 candidates around
Interviewers were professional




Break the problem into two parts.
Print the incremental pattern using 2 for loops
Print the decremental pattern using 2 for loops
Combine the two patterns
Using String replace() method and using regular expression
Implicitly wait - driver.manage().timeouts().implicitlyWait(0, TimeUnit.SECONDS);
Explicitly Wait -
WebElement dynamicElement = (new WebDriverWait(driver, 15))
.until(ExpectedConditions.presenceOfElementLocated(By.id("dynamicElement")));
Managerial round
Timing 12: 00 AM
Interview by Senior Manager
Torch and Bridge
There are 4 people (A, B, C, and D) who want to cross a bridge at night.
A takes 1 minute to cross the bridge.
B takes 2 minutes to cross the bridge.
C takes 5 minutes to cross the bridge.
D takes 8 minutes to cross the bridge.
There is only one torch with them and the bridge cannot be crossed without the torch. There cannot be more than two persons on the bridge at any time, and when two people cross the bridge together, they must move at the slower person’s pace.
Tip 1 : Think and take your time
Tip 2 : Use paper/pen to explain
How will you manage the Sanity & Regression suite in an effective manner?
Regression test selection
Regression test tracking mechanism
Monitoring changes
Periodic cleanup
Regular screening
Metrics analysis
Explain CI/CD infrastructure design used in your previous organization.
Tip 1 : Explain how to execute tests on VM.
Tip 2 : Explain Jenkins setup and link to the git repo.
HR round and offer collection
Timing : 10:00 AM
How do you see yourself in 5 years
How will you display inclusivity among the team
Relocation details
Tip 1 : Be calm with a smiling face
Tip 2 : Answer the questions with positive attitude
Tip 3 : Clear any doubts in your mind related to package, holidays, benefits

Here's your problem of the day
Solving this problem will increase your chance to get selected in this company
How do you remove whitespace from the start of a string?