Upload Button Icon Add office photos
Premium Employer

i

This company page is being actively managed by OpenText Technologies Team. If you also belong to the team, you can get access from here

OpenText Technologies Verified Tick

Compare button icon Compare button icon Compare

Filter interviews by

OpenText Technologies Interview Questions, Process, and Tips

Updated 1 Mar 2025

Top OpenText Technologies Interview Questions and Answers

View all 105 questions

OpenText Technologies Interview Experiences

Popular Designations

167 interviews found

Interview experience
1
Bad
Difficulty level
Easy
Process Duration
6-8 weeks
Result
No response

I applied via Campus Placement and was interviewed in Aug 2023. There were 2 interview rounds.

Round 1 - Coding Test 

2 coding questions on array and strings

Round 2 - Technical 

(2 Questions)

  • Q1. Projects done in college
  • Q2. About yourself and an introduction

Software Developer Interview Questions asked at other Companies

Q1. Maximum Subarray Sum Problem Statement Given an array of integers, determine the maximum possible sum of any contiguous subarray within the array. Example: Input: array = [34, -50, 42, 14, -5, 86] Output: 137 Explanation: The maximum sum is... read more
View answer (42)

QA Engineer Interview Questions & Answers

user image Anonymous

posted on 13 Aug 2024

Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Campus Placement and was interviewed before Aug 2023. There were 2 interview rounds.

Round 1 - One-on-one 

(2 Questions)

  • Q1. How to reverse the word
  • Ans. 

    To reverse a word, you can iterate through the characters of the word and build a new word by appending each character in reverse order.

    • Iterate through the characters of the word from the last character to the first character.

    • Append each character to a new string in reverse order.

    • Return the new string as the reversed word.

  • Answered by AI
  • Q2. How to delete a node
  • Ans. 

    To delete a node, first find the node to be deleted, then update the pointers of the previous and next nodes to skip the node to be deleted.

    • Find the node to be deleted by traversing the linked list

    • Update the 'next' pointer of the previous node to skip the node to be deleted

    • Update the 'previous' pointer of the next node to skip the node to be deleted

  • Answered by AI
Round 2 - HR 

(2 Questions)

  • Q1. Introduction of candidate profile
  • Q2. Generic Question for given role

Skills evaluated in this interview

QA Engineer Interview Questions asked at other Companies

Q1. 80 pairs of socks in a dark room, 40 black, 40 white, how many minimum number of socks need to be taken out to get 15 pairs of socks
View answer (9)
OpenText Technologies Interview Questions and Answers for Freshers
illustration image
Interview experience
1
Bad
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Keep your resume crisp and to the point. A recruiter looks at your resume for an average of 6 seconds, make sure to leave the best impression.
View all Resume tips
Round 2 - Technical 

(1 Question)

  • Q1. Java and Selenium basics,coding
Round 3 - Technical 

(1 Question)

  • Q1. Java Selenium basics and coding in depth
Round 4 - One-on-one 

(1 Question)

  • Q1. Full functionality of your current company and all innovative ideas from there

Interview Preparation Tips

Interview preparation tips for other job seekers - Please don't keep hopes on this company since I cleared all arounds till the director round but still dint offer and dint even inform and reply back also , extremely unprofessional and calling after 3 months gap between the rounds ,took in person interviews and still did not inform the result after repeated follow up ,grilled for 2 hours for the in person interview, appreciated in the interview and rejected later.

Senior QA Consultant Interview Questions asked at other Companies

Q1. Write a java program to remove the character which repeats in a string
View answer (1)
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Selected Selected

I was interviewed before Feb 2024.

Round 1 - One-on-one 

(1 Question)

  • Q1. Tell me about yourself

Leader Quality Assurance Engineer Interview Questions asked at other Companies

Q1. How to finalise an automation framework effectively
View answer (1)

OpenText Technologies interview questions for popular designations

 Senior Software Engineer

 (15)

 Associate Software Engineer

 (14)

 Intern

 (13)

 Software Engineer

 (12)

 QA Engineer

 (8)

 Software Developer Intern

 (6)

 Engineering Intern

 (5)

 Software Developer

 (4)

Interview experience
2
Poor
Difficulty level
-
Process Duration
-
Result
-

I was interviewed in Apr 2024.

Round 1 - Technical 

(1 Question)

  • Q1. Java related questions when the interview was not language specific

Principal Software Engineer Interview Questions asked at other Companies

Q1. Codng question:For the given stream of integers, calculate the avg,print top 10 elements and bottom 10 elements. It was not clearly mentioned on the problem. After poking more on the problem only provided the details.
View answer (1)

Get interview-ready with Top OpenText Technologies Interview Questions

Senior Software Engineer Interview Questions & Answers

user image Kripal deb Barman

posted on 17 Mar 2024

Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Coding Test 

Easy leetcode questions . Total 2 to answer.

Round 2 - One-on-one 

(1 Question)

  • Q1. Java , angular and project
Round 3 - HR 

(1 Question)

  • Q1. Salary discussion, notice period

Top OpenText Technologies Senior Software Engineer Interview Questions and Answers

Q1. Write a Program Nth term in a infinite series example: 2,4,8,2,4,8……..n…….infinite
View answer (3)

Senior Software Engineer Interview Questions asked at other Companies

Q1. K Largest Elements Problem Statement You are given an integer k and an array of integers that contain numbers in random order. Write a program to find the k largest numbers from the given array. You need to save them in an array and return ... read more
View answer (1)

Jobs at OpenText Technologies

View all
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via LinkedIn and was interviewed in Nov 2023. There were 3 interview rounds.

Round 1 - Coding Test 

HackerRank - 2 Questions - LinkedList(Medium), HashMap(Medium)

Round 2 - Technical 

(1 Question)

  • Q1. Questions on OOPS
Round 3 - HR 

(1 Question)

  • Q1. Why OpenText? How do you see yourself in next 5 years

Top OpenText Technologies Associate Software Engineer Interview Questions and Answers

Q1. Multithreading Concept in Java Programming Language
View answer (1)

Associate Software Engineer Interview Questions asked at other Companies

Q1. Triplets with Given Sum Problem Given an array or list ARR consisting of N integers, your task is to identify all distinct triplets within the array that sum up to a specified number K. Explanation: A triplet is a set {ARR[i], ARR[j], ARR[k... read more
View answer (2)
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Coding Test 

There should be 2 coding questions we have to solve that

Round 2 - Technical 

(1 Question)

  • Q1. They ask dsa questions

Top OpenText Technologies Software Engineer Interview Questions and Answers

Q1. how do you display different color in atable using css for odd even rows
View answer (1)

Software Engineer Interview Questions asked at other Companies

Q1. Bridge and torch problem : Four people come to a river in the night. There is a narrow bridge, but it can only hold two people at a time. They have one torch and, because it's night, the torch has to be used when crossing the bridge. Person... read more
View answer (196)
Interview experience
5
Excellent
Difficulty level
Hard
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Company Website and was interviewed in Jan 2023. There were 6 interview rounds.

Round 1 - Assignment 

Exam in codility portal and it is toughest exam. Have to prepare Basics of Java.. it will help in creating logics.

Round 2 - Technical 

(1 Question)

  • Q1. In Technical round 01.. we have to solve coding questions(more than 2) and that have to drafted in a notepad or in online editor. They are conscious on prompts for next steps. After that, They will ask Ja...
Round 3 - Technical 

(1 Question)

  • Q1. In Technical round 2, have to solve coding questions(more than 3)in notepad and execute in online editor(getting proper output is must). they will ask on Java theory questions more deep, GIT, defect cycle...
Round 4 - Behavioral 

(1 Question)

  • Q1. This is face to face round(can be virtual as well), They will ask technical questions and they will give program to execute. They will ask us to explain codility exam program to explain and execute in live...
Round 5 - Behavioral 

(1 Question)

  • Q1. Once all 4 rounds are done then we will chance to attend this, They will explain roles and responsibilities of the particular role. Then they will shoot one more Technical question or one coding question ...
Round 6 - Behavioral 

(1 Question)

  • Q1. They will check all round results and shoot some Managerial questions and behavioral questions. if they are satisfied then they will release offer.

Senior Quality Assurance Engineer Interview Questions asked at other Companies

Q1. How to manage projects compliance for clients point of view..
View answer (2)

Software Developer Interview Questions & Answers

user image Amarnath Kumar Sah

posted on 5 Oct 2023

Interview experience
2
Poor
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Naukri.com and was interviewed in Apr 2023. There were 3 interview rounds.

Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Keep your resume crisp and to the point. A recruiter looks at your resume for an average of 6 seconds, make sure to leave the best impression.
View all Resume tips
Round 2 - Coding Test 

Logical questions and framework questions

Round 3 - Technical 

(4 Questions)

  • Q1. Core java spring boot
  • Q2. Sql queries questions and framework
  • Q3. Hibernate questions and framework
  • Q4. Spring boot interview questions

Software Developer Interview Questions asked at other Companies

Q1. Maximum Subarray Sum Problem Statement Given an array of integers, determine the maximum possible sum of any contiguous subarray within the array. Example: Input: array = [34, -50, 42, 14, -5, 86] Output: 137 Explanation: The maximum sum is... read more
View answer (42)
Contribute & help others!
anonymous
You can choose to be anonymous

OpenText Technologies Interview FAQs

How many rounds are there in OpenText Technologies interview?
OpenText Technologies interview process usually has 2-3 rounds. The most common rounds in the OpenText Technologies interview process are Technical, Coding Test and HR.
How to prepare for OpenText Technologies interview?
Go through your CV in detail and study all the technologies mentioned in your CV. Prepare at least two technologies or languages in depth if you are appearing for a technical interview at OpenText Technologies. The most common topics and skills that interviewers at OpenText Technologies expect are Java, Javascript, Information Management, Oracle and Troubleshooting.
What are the top questions asked in OpenText Technologies interview?

Some of the top questions asked at the OpenText Technologies interview -

  1. Write a Program Nth term in a infinite series example: 2,4,8,2,4,8……..n…...read more
  2. Write a Program identify Max length of a substring from a given string and also...read more
  3. how do you display different color in atable using css for odd even r...read more
How long is the OpenText Technologies interview process?

The duration of OpenText Technologies interview process can vary, but typically it takes about less than 2 weeks to complete.

Recently Viewed

PHOTOS

InsuranceDekho

3 office photos

LIST OF COMPANIES

Credit Bajaar

Overview

JOBS

OpenText Technologies

No Jobs

INTERVIEWS

OpenText Technologies

No Interviews

SALARIES

Balkrishna Industries

INTERVIEWS

Balkrishna Industries

No Interviews

INTERVIEWS

Balkrishna Industries

No Interviews

JOBS

Bitcomm Technologies

No Jobs

Tell us how to improve this page.

OpenText Technologies Interview Process

based on 143 interviews

Interview experience

3.8
  
Good
View more

Interview Questions from Similar Companies

TCS Interview Questions
3.7
 • 10.4k Interviews
Infosys Interview Questions
3.6
 • 7.5k Interviews
Wipro Interview Questions
3.7
 • 5.6k Interviews
Tech Mahindra Interview Questions
3.5
 • 3.8k Interviews
HCLTech Interview Questions
3.5
 • 3.8k Interviews
LTIMindtree Interview Questions
3.8
 • 2.9k Interviews
Google Interview Questions
4.4
 • 823 Interviews
Mphasis Interview Questions
3.4
 • 790 Interviews
View all

OpenText Technologies Reviews and Ratings

based on 1k reviews

3.7/5

Rating in categories

3.3

Skill development

4.0

Work-life balance

3.5

Salary

3.3

Job security

3.7

Company culture

3.0

Promotions

3.4

Work satisfaction

Explore 1k Reviews and Ratings
Sr. SRE Manager

Bangalore / Bengaluru

7-8 Yrs

Not Disclosed

Sr. Software Engineer

Hyderabad / Secunderabad

5-7 Yrs

Not Disclosed

Director, Software Engineering

Bangalore / Bengaluru

20-22 Yrs

Not Disclosed

Explore more jobs
Software Engineer
968 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Senior Software Engineer
903 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Associate Software Engineer
362 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Lead Software Engineer
330 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Software Developer
221 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Explore more salaries
Compare OpenText Technologies with

TCS

3.7
Compare

Infosys

3.6
Compare

Wipro

3.7
Compare

HCLTech

3.5
Compare
Did you find this page helpful?
Yes No
write
Share an Interview