
OpenText Software Engineer Interview Questions
& Process
Real candidates share what happened, how many rounds they had,
and how the experience turned out.
Based on 291 interview experiences · FREE TO READ
Candidate interview experiences
First-hand accounts from people who interviewed at OpenText.
Principal Software Engineer
The interview consisted of three technical rounds, one Director-level round, one VP-level round, one HR round, and one online test. I did very well in all the technical rounds. During each round, the interviewers asked me whether I had come through a referral, which made me realize how important referrals can be. I told them that I had applied online. All completed after a week I called recruiter , The way he speaks almost confirm the offer and a week later recruiter updated they stop proceeding this process and he ask me how the HR interview went??
- Tell me about system design.
- What is a HashMap problem?
- Tell me about Spring and core Java concepts.
Software Engineer
In 2024, I was called for a face-to-face round from Bengaluru to Hyderabad for a Software Engineer role. Although I didn't mention Java on my resume, they still selected it. Upon reaching, they asked if I had relevant Java experience. I stated I didn't but knew other programming languages, and they declined my application. In 2025, I interviewed for a UI role. They mentioned UI was 20% and the rest was backend, inquiring about my backend experience. The interview invitation stated 'UI developer' and mentioned 3 rounds focusing on JS fundamentals, but they seemed to disregard the role specification. It felt like they didn't care about the role at all. I'd advise being aware of this when interviewing with OpenText, or you might waste your time. I won't consider OpenText even if they offer me a position.
- They asked me a coding problem as soon as I arrived.
Software Engineer
The interview process at OpenText usually has a few steps to check your technical skills, how you solve problems, and if you fit in. It can be a bit different based on the job and where it is, but usually it goes like this: First, there's a call or video chat with a recruiter or manager to talk about your experience and why you want the job. Then, you might have a technical phone interview about your past work, school, and basic stuff in JavaScript, SQL, and OOP. Some jobs also have a take-home test, like a small project or coding problems. The last part is often an onsite interview with some team members, where you'll talk about tech stuff, do some problem-solving, and see if you'd be a good fit for the team and company culture.
- How about java spring boot java?
OpenText Software Engineer Interview Questions
Quoted word for word from OpenText interview reports.
“Is the binary representation of a given number a palindrome? For instance, 0 is Yes and 1 is No.”
Read reports →“Given an array of integers, find all pairs of integers whose difference equals K and return their indexes.”
Read reports →“Write a program to paint balloons using only two colors, blue (b) and red (r). Given an input string representing the balloon colors, determine the output. For example, if the input is 'rbrbb', the output should be 2, and if the input is 'rrrr', the output should be 0. The goal is to paint balloons of the same color together.”
Read reports →“Regarding git clone, does it save a copy locally on your machine or on GitHub?”
Read reports →“Can you remove duplicates from an array while preserving order and without using extra space? For example, given [ 1, 3, 2, 3, 3, 4, 2, 1, 2 ], the output should be [ 1, 3, 2, 4 ].”
Read report →“How would you prevent a user from inputting a character into an integer variable?”
Read report →“Can you count the set bits in the product of two integers A and B?”
Read report →“How would you modify a string so that each word appears on its own line?”
Read report →“What's an algorithm to find the maximum count of anagrams in a list like {"aab", "baa", "aba", "abc"} with O(n) complexity? I suggested Trie and wordMap but was pushed for O(n).”
Read report →Formats, difficulty and experience
Across all 291 OpenText interview reports.