I was called through referral. Hiring process at this office is ambiguous. I was interviewed for two teams and was not given any feedback at any point. First team only two rounds happened which was mainly focussed on testing. Second team was hiring for automation QA, and there were four rounds which I went to attend. They wanted someone with Java and Linux experience and I know python well. Based on problem solving I cleared 3 rounds, but Java would have helped to cross the bar. I’m new to Linux so couldn’t answer fundamental questions like OS based questions about how the program/software is installed in a computer, what is registry, and how OS interacts with a software. I did mention that I’m a newbie but I guess it was not considered. Following are the generic questions asked in all the interviews:
API Testing
Oops concepts
Test case writing
Project description
Career goals
Logical questions based on binary search, linked list, swap two numbers without temp
Selenium locators and login test script
Polymorphism, exceptions in Java
Hackerrank questions for 60 minutes
Hope this helps.
Interview questions [1]
Question 1
What are exceptions in java? What kind of exceptions have you faced? How did you handle them?
Why we use final block in try catch?
I applied online. I interviewed at OpenText (Hyderābād) in Sep 2025
Interview
Hr said 2 rounds of technical virtual interview and one directory round. Sent the link for interview by evening and it was scheduled the next day. I haven't cleared first round as I was bit tensed but asked the basics of Java and manual testing along with java programs
Interview questions [6]
Question 1
About baseline to automate the test cases and what the process you follow to select the test cases for Automation
I applied through a recruiter. The process took 1 day. I interviewed at OpenText (Bengaluru) in Mar 2025
Interview
First they take automation testing interview round they ask java and selenium and which frame work you use and CI/CD pipline like have ever use jenkins and how pipline created and how you run your test case then second round they take manual testing
Interview questions [1]
Question 1
Which frame work you use?
What implicit wait/explicit wait write the commands
How to handle dynamic element
How handle alert popup
how to handle multiple window
Api testing Json format some question asking
Write the automate script for browser lunch and login and logout
What is CI/CD pipeline why we used
How to run test script in Jenkins
After run test script in Jenkins in console log what are the thing you observe
Tell me the test case for mark pen
They ask joins query
They ask some normal sql query
They what are testing you perform in data base testing
Tell how do end to end testing if get and new feature
How to do performance testing like tree structure
I applied in-person. I interviewed at OpenText (Bengaluru) in Sep 2024
Interview
1. Program round : 2 program needs to be solved and submitted in 45 mins
2. Technical Round 1 : All questions from java will be asked and one more program related to DSA medium complex. Time and Space Complexity was asked
Interview questions [1]
Question 1
1. Write a program to validate a paranthese in a string. send result as valid only if open bracket comes before close bracket. and if both the brackets are in the string then send valid String s = "{][(})"
2. Java OOPS concept
3. Compilation error and Run time error
4. what will be output based on program