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 Work with us arrow

Compare button icon Compare button icon Compare

Filter interviews by

OpenText Technologies Interview Questions and Answers

Updated 28 Jul 2025
Popular Designations

143 Interview questions

A Software Engineer was asked
Q. What is jQuery?
Ans. 

jQuery is a fast, small, and feature-rich JavaScript library that simplifies HTML document traversal and manipulation, event handling, and animation.

  • jQuery is a JavaScript library.

  • It simplifies HTML document traversal and manipulation.

  • It provides easy event handling and animation.

  • jQuery is fast, small, and feature-rich.

View all Software Engineer interview questions
A Software Engineer was asked
Q. Write a program to sort a list of elements.
Ans. 

A program to sort an array of strings.

  • Use a sorting algorithm like bubble sort, insertion sort, or quicksort.

  • Compare strings using a comparison function.

  • Implement the sorting algorithm in a function that takes the array as input and modifies it in place.

View all Software Engineer interview questions
A Software Engineer was asked
Q. What is a CDN?
Ans. 

CDN stands for Content Delivery Network. It is a distributed network of servers that deliver web content to users based on their geographic location.

  • CDN improves website performance by reducing latency and increasing page load speed.

  • CDN caches content in multiple locations, allowing users to access it from a server closest to them.

  • CDN can handle high traffic loads and distribute it across multiple servers.

  • Popular ...

View all Software Engineer interview questions
A Software Engineer was asked
Q. What is a directive?
Ans. 

A directive is a programming construct that provides instructions to a compiler or interpreter.

  • Directives are used to control the behavior of a program or to provide additional information to the compiler or interpreter.

  • They are typically written as special comments or statements in the code.

  • Examples of directives include #include in C/C++ to include header files, #pragma to control compiler-specific behavior, and...

View all Software Engineer interview questions
A Software Engineer was asked
Q. What are services?
Ans. 

Services are software components that perform specific tasks or provide functionality to other software applications.

  • Services are self-contained and independent modules that can be accessed by other software components.

  • They can be used to handle business logic, data processing, communication with external systems, etc.

  • Examples of services include web services, microservices, RESTful APIs, and cloud services.

  • Servic...

View all Software Engineer interview questions
A Software Engineer was asked 3mo ago
Q. Wt about string and framework?
Ans. 

Strings are sequences of characters used in programming, while frameworks provide a structured environment for building applications.

  • Data Type: Strings are fundamental data types in programming, used to represent text. For example, 'Hello, World!' is a string.

  • String Manipulation: Frameworks often provide utilities for string manipulation, such as concatenation, slicing, and searching. For instance, in Python, you ...

View all Software Engineer interview questions

OpenText Technologies HR Interview Questions

22 questions and answers

Q. Tell me about the project.
Q. What kind of work were you doing in your current organization?
Q. Why do you want to join this company?
A Tools Developer was asked 3mo ago
Q. To reverse a string, tell me different ways in resolving it ?
Ans. 

Various methods exist to reverse a string, including built-in functions, loops, recursion, and using data structures.

  • Using Python slicing: `reversed_string = original_string[::-1]`

  • Using the built-in `reversed()` function: `reversed_string = ''.join(reversed(original_string))`

  • Using a loop: `reversed_string = '' for char in original_string: reversed_string = char + reversed_string`

  • Using recursion: `def reverse(s): r...

View all Tools Developer interview questions
Are these interview questions helpful?
A Senior Software Engineer was asked
Q. Write a Program to find a second max in the give list? and Time Complexity
Ans. 

Program to find second max in a list and its time complexity

  • Sort the list in descending order and return the second element

  • Traverse the list and keep track of the maximum and second maximum elements

  • Time complexity: O(n)

View all Senior Software Engineer interview questions
A NOC Engineer was asked
Q. Tell me about Bgp,ospf?
Ans. 

BGP and OSPF are routing protocols used in computer networks to exchange routing information and determine the best path for data to travel.

  • BGP (Border Gateway Protocol) is used to exchange routing information between different autonomous systems (AS) in the internet.

  • OSPF (Open Shortest Path First) is used within a single autonomous system to determine the best path for data to travel.

  • BGP uses a path vector algori...

View all NOC Engineer interview questions
A Product Manager was asked
Q. Background, Tech projects handled, How to leverage machine-learning in cyber-security?
Ans. 

Machine learning can be leveraged in cyber-security to detect and prevent cyber threats.

  • Machine learning algorithms can analyze large amounts of data to identify patterns and anomalies that may indicate a cyber attack.

  • By training machine learning models on historical data, they can learn to recognize known attack patterns and predict future attacks.

  • Machine learning can be used to automate the detection and respons...

View all Product Manager interview questions

OpenText Technologies Interview Experiences

180 interviews found

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

I appeared for an interview in Jun 2025, where I was asked the following questions.

  • Q1. The interview was scheduled on a Saturday, and the experience felt like college placement drive. I had to wait 4 hours before Round 1 even began. The HR was unresponsive - I had to reach out myself to chec...
  • Q2. Round 2 It was over it before it began. The interviewer seemed to be in hurry and uninterested. After asking each question, he barley listened to my responses and qucikly moved on, often asking vague or un...
Interview experience
5
Excellent
Difficulty level
Hard
Process Duration
Less than 2 weeks
Result
Selected Selected

I appeared for an interview in Jan 2025.

Round 1 - One-on-one 

(4 Questions)

  • Q1. Can you describe your experience and the best project you have worked on?
  • Ans. 

    I have extensive experience in UX design, with my best project being a mobile app redesign for a major e-commerce company.

    • Redesigned mobile app interface to improve user experience and increase conversions

    • Conducted user research and usability testing to inform design decisions

    • Collaborated with cross-functional teams to implement design changes

    • Resulted in a 20% increase in user engagement and a 15% increase in conversio...

  • Answered by AI
  • Q2. How do you evaluate the success of a project?
  • Ans. 

    I evaluate the success of a project by analyzing user feedback, metrics, and meeting project goals.

    • Collect and analyze user feedback through surveys, interviews, and usability testing

    • Track key metrics such as user engagement, conversion rates, and task completion

    • Compare project outcomes to initial goals and objectives

    • Iterate on design based on feedback and data to improve user experience

  • Answered by AI
  • Q3. Can you describe your approach to a design task and outline your process?
  • Ans. 

    My approach to a design task involves research, ideation, prototyping, testing, and iteration.

    • Conduct thorough research to understand user needs and goals

    • Generate ideas through brainstorming and sketching

    • Create prototypes to visualize concepts and gather feedback

    • Test prototypes with users to identify usability issues

    • Iterate on designs based on feedback and data

  • Answered by AI
  • Q4. What are the most valuable design experiences you have had recently as an interaction designer?
  • Ans. 

    One of the most valuable design experiences I had recently was leading a redesign project for a mobile app.

    • Led a redesign project for a mobile app, involving user research, wireframing, prototyping, and usability testing

    • Collaborated closely with cross-functional teams to gather feedback and iterate on designs

    • Implemented user-centered design principles to improve overall user experience and increase user engagement

  • Answered by AI
Round 2 - Assignment 

Design a test with a clearly outlined problem; you need to sketch your ideas and thoughts within one hour.

Round 3 - One-on-one 

(3 Questions)

  • Q1. Can you explain the design you created in the previous round?
  • Ans. 

    I designed a user-friendly mobile app for tracking daily water intake.

    • Focused on intuitive interface for easy input of water consumption

    • Incorporated visual reminders and progress tracking for motivation

    • Implemented a feature to set personalized water intake goals

    • Utilized color-coded visual cues for quick reference

    • Conducted user testing to gather feedback for improvements

  • Answered by AI
  • Q2. What are the various scenarios that may be presented to evaluate your thoughts and design skills?
  • Ans. 

    Various scenarios to evaluate UX design skills

    • User research and persona creation

    • Wireframing and prototyping

    • Usability testing and feedback analysis

    • Accessibility considerations

    • Collaboration with cross-functional teams

  • Answered by AI
  • Q3. What are the error cases that should be considered in the design?
  • Ans. 

    Consider error cases in design to ensure user experience is not negatively impacted.

    • Input validation errors (e.g. incorrect format, missing required fields)

    • Network errors (e.g. slow or no internet connection)

    • System errors (e.g. server downtime, database errors)

    • User errors (e.g. accidental deletion, incorrect actions)

    • Security errors (e.g. unauthorized access, data breaches)

  • Answered by AI
Round 4 - One-on-one 

(2 Questions)

  • Q1. What specific behaviours and qualities do you possess that demonstrate your fit for the company, and how can you elaborate on these in a broader context?
  • Ans. 

    I possess strong communication skills, a user-centered approach, and a proven track record of delivering successful UX designs.

    • Strong communication skills demonstrated through effective collaboration with cross-functional teams

    • User-centered approach evident in my portfolio showcasing intuitive and user-friendly designs

    • Proven track record of delivering successful UX designs, as evidenced by positive user feedback and in...

  • Answered by AI
  • Q2. What strategies should a designer understand?
  • Ans. 

    A designer should understand various strategies to effectively solve design problems.

    • User research and testing

    • Information architecture

    • Wireframing and prototyping

    • Visual design principles

    • Collaboration with stakeholders

  • Answered by AI
Round 5 - One-on-one 

(2 Questions)

  • Q1. What is your understanding of OpenText products ?
  • Ans. 

    OpenText products are a suite of enterprise software solutions for content management, digital experience, and business process automation.

    • OpenText Content Suite for managing enterprise content

    • OpenText Experience Suite for creating personalized digital experiences

    • OpenText Process Suite for automating business processes

    • OpenText Documentum for managing documents and records

    • OpenText Media Management for digital asset mana...

  • Answered by AI
  • Q2. What is your experience with workflows, and can you provide specific examples?
  • Ans. 

    I have extensive experience with designing and optimizing workflows to improve user experience.

    • Designed workflows for e-commerce platforms to streamline the checkout process and increase conversion rates

    • Optimized workflows for mobile applications to enhance user engagement and retention

    • Conducted user research to identify pain points in existing workflows and proposed solutions for improvement

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Ensure you possess a thorough understanding of the design projects you have worked on in your previous organization, as the panel will closely examine your thought process and design approach. Each round of questions will differ, so it is essential to remain humble and honest, and to clearly explain every aspect of your contributions during the design test and in real.
Interview experience
4
Good
Difficulty level
Hard
Process Duration
Less than 2 weeks
Result
Not Selected

I appeared for an interview in Jun 2025, where I was asked the following questions.

  • Q1. Design endpoints for certain requirements
  • Q2. Create db design for some set of tables, design it's relationship and create it using sql and follow up questions
  • Q3. Explain deadlock with the code, have you came across this in your application and how to overcome this or avoid it
  • Q4. Explain compile time polymorphism with code
  • Q5. Cpu usage of production application is very high, how will you tackle this in microservice architecture and several follow up questions
  • Q6. Two leetcode styled problems, 1 medium, 1 hard

Interview Preparation Tips

Interview preparation tips for other job seekers - I reached the second round of interviews, where most of my questions focused on SQL and database design, despite my having mentioned that I had limited experience in that area. However, for another candidate, I learned that he was asked only Java-related questions without any mention of databases. Therefore, my suggestion is to give your best effort; the outcome largely depends on what you get to asked and the interviewer, which can be a matter of luck.
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

I appeared for an interview in Sep 2024.

Round 1 - Technical 

(5 Questions)

  • Q1. Write a program in .NET that outputs the characters appearing more than two times consecutively in a given string.
  • Ans. 

    Program in .NET to output characters appearing more than two times consecutively in a given string.

    • Iterate through the string and check if the current character is the same as the previous one.

    • Keep track of the count of consecutive characters and output those that appear more than two times.

    • Use a StringBuilder to efficiently build the output string.

  • Answered by AI
  • Q2. If there are five microservices, labeled as microservice one, microservice two, microservice three, microservice four, and microservice five. Microservice three breaks. Requests from microservice two to ...
  • Ans. 

    Implement strategies to resolve backlog of requests from microservice two due to microservice three breaking.

    • Identify the root cause of the issue in microservice three and fix it.

    • Implement circuit breaker pattern to handle failures and prevent cascading failures.

    • Implement retries with exponential backoff for failed requests from microservice two to microservice three.

    • Scale up microservice three to handle increased load...

  • Answered by AI
  • Q3. What is an abstract class, and why is it necessary to use an abstract class when interfaces already exist?
  • Ans. 

    Abstract class is a class that cannot be instantiated and may contain abstract methods, while interfaces only define method signatures.

    • Abstract classes can have both abstract and non-abstract methods, providing a partial implementation for subclasses.

    • Interfaces can only have method signatures, requiring implementing classes to define the actual implementation.

    • Abstract classes can have constructors, member variables, an...

  • Answered by AI
  • Q4. What design patterns have you utilized in your projects?
  • Ans. 

    I have utilized design patterns such as Singleton, Factory, and Observer in my projects.

    • Singleton pattern for ensuring a class has only one instance

    • Factory pattern for creating objects without specifying the exact class

    • Observer pattern for defining a one-to-many dependency between objects

  • Answered by AI
  • Q5. Can you illustrate the architecture of your application?
  • Ans. 

    The application architecture follows a microservices design pattern with a front-end client communicating with multiple back-end services.

    • Front-end client communicates with back-end services via APIs

    • Back-end services are independent and handle specific functionalities

    • Data is stored in a distributed database for scalability

    • Use of containerization for deployment and scaling

    • Message queues for asynchronous communication be...

  • Answered by AI
Round 2 - Technical 

(10 Questions)

  • Q1. Given a list of strings that may contain duplicates, return a list of the duplicate strings using the most efficient approach.
  • Ans. 

    Use a hash set to efficiently find duplicate strings in a list.

    • Create a hash set to store unique strings.

    • Iterate through the list of strings, adding each string to the hash set.

    • If a string is already in the hash set, add it to the list of duplicates.

    • Return the list of duplicate strings.

  • Answered by AI
  • Q2. Could you explain what your application does and the types of technology it utilizes?
  • Ans. 

    Our application is a cloud-based project management tool that helps teams collaborate and track progress.

    • Utilizes React for front-end development

    • Uses Node.js for back-end development

    • Integrates with third-party APIs for additional functionality

  • Answered by AI
  • Q3. When should we use MS SQL and NoSQL databases?
  • Ans. 

    MS SQL for structured data, NoSQL for unstructured data or high scalability

    • Use MS SQL for structured data with complex relationships and transactions

    • Use NoSQL for unstructured data or high scalability requirements

    • Consider using a combination of both for different parts of the application

    • Example: Use MS SQL for financial transactions and NoSQL for user profiles

  • Answered by AI
  • Q4. Which NoSQL database would you choose as an alternative to Elasticsearch, and what are your reasons for that choice?
  • Ans. 

    MongoDB is a popular choice as an alternative to Elasticsearch due to its flexibility and scalability.

    • MongoDB is a document-oriented NoSQL database that allows for flexible schema design, making it a good fit for a wide range of use cases.

    • MongoDB also offers powerful indexing and querying capabilities, similar to Elasticsearch.

    • MongoDB's horizontal scalability and sharding capabilities make it suitable for handling larg...

  • Answered by AI
  • Q5. What are the differences between MongoDB and PostgreSQL?
  • Ans. 

    MongoDB is a NoSQL database while PostgreSQL is a relational database management system.

    • MongoDB is schema-less, allowing for flexible data models, while PostgreSQL enforces a predefined schema.

    • MongoDB uses a document-based data model with JSON-like documents, while PostgreSQL uses tables with rows and columns.

    • MongoDB is better suited for applications with large amounts of unstructured data, while PostgreSQL is better f...

  • Answered by AI
  • Q6. What are the differences between conventional URLs and attribute URLs in .NET Core Web API?
  • Ans. 

    Conventional URLs use query parameters while attribute URLs use route parameters in .NET Core Web API.

    • Conventional URLs use query parameters to pass data in the URL, while attribute URLs use route parameters in the route template.

    • Conventional URLs are more flexible as they allow for optional parameters, while attribute URLs are more rigid in their structure.

    • Attribute URLs are more readable and provide a cleaner way to ...

  • Answered by AI
  • Q7. What is the working mechanism of OAuth authorization?
  • Ans. 

    OAuth authorization is a protocol that allows a user to grant limited access to their resources without sharing their credentials.

    • OAuth allows a user to grant access to their resources to a third-party application without sharing their credentials.

    • It involves the exchange of tokens between the user, the third-party application, and the resource server.

    • OAuth uses authorization codes, access tokens, and refresh tokens to...

  • Answered by AI
  • Q8. What steps do you take to ensure that an application remains maintainable?
  • Ans. 

    To ensure maintainability, I follow coding best practices, use version control, write clean and modular code, document thoroughly, and conduct regular code reviews.

    • Follow coding best practices such as SOLID principles and design patterns

    • Use version control system like Git to track changes and collaborate with team members

    • Write clean and modular code to make it easier to understand and update

    • Thoroughly document code, in...

  • Answered by AI
  • Q9. Which design patterns have you utilized in your work?
  • Ans. 

    I have utilized design patterns such as Singleton, Factory, and Observer in my work.

    • Singleton pattern for ensuring a class has only one instance

    • Factory pattern for creating objects without specifying the exact class

    • Observer pattern for defining a one-to-many dependency between objects

  • Answered by AI
  • Q10. How does Repository Pattern help in maintaining your codebase
  • Ans. 

    Repository Pattern helps in separating data access logic from business logic, improving code maintainability.

    • Encapsulates the logic required to access data from the data source, providing a clean separation between data access and business logic.

    • Promotes code reusability by allowing different parts of the application to use the same data access logic without duplicating code.

    • Facilitates unit testing by enabling the moc...

  • Answered by AI

AI Engineer Interview Questions & Answers

user image Anonymous

posted on 13 Jul 2025

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

I appeared for an interview in Jun 2025, where I was asked the following questions.

  • Q1. You were asked to find the target number that is the sum of two numbers and return their index values.
  • Q2. What is the SQL query to find the common elements from two tables and return results from the first table?
  • Ans. 

    Use SQL JOIN to find common elements from two tables and return results from the first table.

    • Use INNER JOIN to find common records between two tables.

    • Example: SELECT a.* FROM TableA a INNER JOIN TableB b ON a.id = b.id;

    • This query returns all columns from TableA where there is a matching id in TableB.

    • Ensure that the join condition accurately reflects the common elements you want to compare.

  • Answered by AI
  • Q3. What is the SQL query to find the second highest salary in a table?
  • Ans. 

    To find the second highest salary, use SQL queries that leverage sorting and distinct values.

    • Use the 'DISTINCT' keyword to eliminate duplicate salaries.

    • Sort the salaries in descending order and limit the results.

    • A common query is: 'SELECT DISTINCT salary FROM employees ORDER BY salary DESC LIMIT 1 OFFSET 1;'

    • Alternatively, use a subquery: 'SELECT MAX(salary) FROM employees WHERE salary < (SELECT MAX(salary) FROM empl...

  • Answered by AI
  • Q4. What is the procedure for creating an API function that accepts JSON-structured data and updates the corresponding information in the database?
  • Ans. 

    Creating an API function to update database info using JSON data involves defining endpoints, parsing data, and executing updates.

    • Define the API endpoint (e.g., POST /updateRecord).

    • Use a web framework (e.g., Flask, Express) to handle requests.

    • Parse the incoming JSON data using libraries (e.g., json in Python).

    • Validate the data to ensure it meets required formats and constraints.

    • Connect to the database using an ORM (e.g...

  • Answered by AI

Intern Interview Questions & Answers

user image Anonymous

posted on 25 Oct 2024

Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Coding Test 

Two questions to solved (difficulty was easy to medium)
1) Based bit manipulaqtion
2) Based on recussion

Round 2 - Technical 

(6 Questions)

  • Q1. Asked to solved a string problem
  • Q2. Questions based on oops
  • Q3. Questions based on excepton hadling
  • Q4. Self introduction
  • Q5. About projects in resume
  • Q6. Would you be willing to work in banglore?
  • Ans. 

    Yes, I am willing to work in Bangalore.

    • I am open to relocating for the right opportunity.

    • I have heard great things about the tech industry in Bangalore.

    • I am excited about the prospect of working in a diverse and vibrant city like Bangalore.

  • Answered by AI
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

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

Round 1 - Coding Test 

Basic DSA from the hacker rank website

Round 2 - Technical 

(1 Question)

  • Q1. Basic to medium questions on javascript, nodejs, MySQL joints, html5 tags
Round 3 - Technical 

(1 Question)

  • Q1. Real life problems, Use cases

Interview Preparation Tips

Interview preparation tips for other job seekers - I have applied for Full stack developer role. Be strong at real time implementations and use cases
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. Opps, overloading and overriding, factory n singleton patteren
  • Q2. Collections HashMap internal working
Interview experience
1
Bad
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
No response

I applied via Naukri.com and was interviewed in Jul 2024. There were 3 interview rounds.

Round 1 - One-on-one 

(2 Questions)

  • Q1. More of your day to day activities as an engineering manager
  • Ans. 

    As an engineering manager, I oversee team performance, project delivery, and foster a collaborative environment.

    • Conduct daily stand-up meetings to track progress and address blockers.

    • Review project timelines and ensure alignment with business goals, e.g., adjusting deadlines based on team capacity.

    • Mentor and support team members in their professional development, such as providing feedback on code reviews.

    • Collaborate w...

  • Answered by AI
  • Q2. Status reporting, Matrices EM should maintain,Risks and Mitigations , Conflict Resolution,
Round 2 - Technical 

(2 Questions)

  • Q1. System Architecture
  • Q2. Basic Java collections like streams, collections , garbage collection , spring boot basic working
Round 3 - One-on-one 

(2 Questions)

  • Q1. Team management
  • Q2. Project execution

Lead Engineer Interview Questions & Answers

user image Anonymous

posted on 15 Oct 2024

Interview experience
2
Poor
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Not Selected

I applied via Approached by Company and was interviewed in Sep 2024. There were 4 interview rounds.

Round 1 - Technical 

(2 Questions)

  • Q1. Basic question on testing
  • Q2. Basic questions on java
Round 2 - Coding Test 

It was medium, I was able to solve

Round 3 - Coding Test 

It was a difficult one from leetcode and modified on the basis on the go, I was able to solve with some hints

Round 4 - Coding Test 

It was a difficult one and from leetcode and modified during the begining. I was partially able to solve. But the the Interviewer was expecting some exact answer, which might not interest him.

Top trending discussions

View All
Interview Hub
1w
a client servicing executive
FeedCard Image
Got a question about OpenText Technologies?
Ask anonymously on communities.

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 Javascript, Java, 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
What are the most common questions asked in OpenText Technologies HR round?

The most common HR questions asked in OpenText Technologies interview are -

  1. Tell me about yourse...read more
  2. Where do you see yourself in 5 yea...read more
  3. What are your strengths and weakness...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.

Tell us how to improve this page.

Overall Interview Experience Rating

3.8/5

based on 156 interview experiences

Difficulty level

Easy 21%
Moderate 67%
Hard 13%

Duration

Less than 2 weeks 67%
2-4 weeks 18%
4-6 weeks 7%
6-8 weeks 5%
More than 8 weeks 2%
View more
Join OpenText Technologies The Information Company.

Interview Questions from Similar Companies

Google Interview Questions
4.3
 • 910 Interviews
Amdocs Interview Questions
3.7
 • 534 Interviews
Adobe Interview Questions
3.8
 • 249 Interviews
Chetu Interview Questions
3.4
 • 205 Interviews
24/7 Customer Interview Questions
3.5
 • 179 Interviews
Dassault Systemes Interview Questions
3.9
 • 179 Interviews
AVASOFT Interview Questions
2.7
 • 176 Interviews
Oracle Cerner Interview Questions
3.6
 • 163 Interviews
VMware Software Interview Questions
4.4
 • 145 Interviews
View all

OpenText Technologies Reviews and Ratings

based on 1.1k reviews

3.6/5

Rating in categories

3.3

Skill development

3.9

Work-life balance

3.5

Salary

3.2

Job security

3.6

Company culture

2.9

Promotions

3.3

Work satisfaction

Explore 1.1k Reviews and Ratings
Sr. Software Engineer

Bangalore / Bengaluru

6-11 Yrs

₹ 7.5-38.7 LPA

Lead Quality Assurance Engineer

Bangalore / Bengaluru

8-13 Yrs

Not Disclosed

Sr. Systems Administrator

Bangalore / Bengaluru

4-6 Yrs

Not Disclosed

Explore more jobs
Software Engineer
1.1k salaries
unlock blur

₹12.2 L/yr - ₹21 L/yr

Senior Software Engineer
1k salaries
unlock blur

₹22.2 L/yr - ₹40 L/yr

Associate Software Engineer
415 salaries
unlock blur

₹8 L/yr - ₹13.3 L/yr

Lead Software Engineer
391 salaries
unlock blur

₹29.4 L/yr - ₹52 L/yr

Software Developer
261 salaries
unlock blur

₹10.9 L/yr - ₹20 L/yr

Explore more salaries
Compare OpenText Technologies with

Amdocs

3.7
Compare

Automatic Data Processing (ADP)

4.0
Compare

24/7 Customer

3.5
Compare

Google

4.3
Compare
write
Share an Interview