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 and Answers

Updated 13 Jul 2025
Popular Designations

139 Interview questions

An Automation Test Lead was asked 10mo ago
Q. What is the Page Object Model?
Ans. 

Page Object Model is a design pattern used in test automation to create an object repository for web elements on a page.

  • It helps in separating the test scripts from the web elements, making the code more maintainable and reusable.

  • Each web page is represented as a class, and the web elements on the page are defined as variables within the class.

  • Methods are created within the class to perform actions on the web elem...

View all Automation Test Lead interview questions
A Software Engineer was asked 10mo ago
Q. Explain OAuth 2.0
Ans. 

OAuth 2.0 is an authorization framework that allows third-party applications to obtain limited access to a user's account.

  • OAuth 2.0 is used for delegated authorization, allowing a user to grant access to their resources without sharing their credentials.

  • It uses tokens (access token, refresh token) to grant access to resources on behalf of the user.

  • OAuth 2.0 is widely used in APIs, social media platforms, and other...

View all Software Engineer interview questions
A Software Engineer was asked 10mo ago
Q. Design a URL shortener.
Ans. 

Design a URL shortener service

  • Generate a unique short code for each long URL

  • Store the mapping of short code to long URL in a database

  • Redirect users from short URL to long URL when accessed

  • Consider implementing custom short domains for branding

  • Track analytics for shortened URLs for performance monitoring

View all Software Engineer interview questions
A Lead Engineer was asked 10mo ago
Q. What are some basic C# concepts?
Ans. 

C# is a versatile programming language with features like OOP, LINQ, and async programming, widely used for various applications.

  • Object-Oriented Programming (OOP): C# supports encapsulation, inheritance, and polymorphism. Example: class and object creation.

  • LINQ (Language Integrated Query): Allows querying collections in a concise way. Example: var results = from item in collection where item > 10 select item;

  • As...

View all Lead Engineer interview questions
A Senior QA Analyst was asked 11mo ago
Q. What frameworks were used in your previous company?
Ans. 

The company uses a hybrid framework combining elements of both BDD and keyword-driven testing.

  • Hybrid framework combines BDD and keyword-driven testing

  • BDD allows for collaboration between technical and non-technical team members

  • Keyword-driven testing simplifies test case creation and maintenance

View all Senior QA Analyst interview questions
A Lead Automation Architect was asked 11mo ago
Q. How do you select a dropdown option using Selenium?
Ans. 

Learn how to select dropdown options in Selenium using various methods.

  • Use the Select class: `Select dropdown = new Select(driver.findElement(By.id('dropdownId')));`

  • Select by visible text: `dropdown.selectByVisibleText('Option 1');`

  • Select by value: `dropdown.selectByValue('optionValue');`

  • Select by index: `dropdown.selectByIndex(0);`

  • Deselect options if it's a multi-select dropdown: `dropdown.deselectAll();`

View all Lead Automation Architect interview questions
A QA Engineer was asked 11mo ago
Q. How do you reverse a 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.

View all QA Engineer interview questions
Are these interview questions helpful?
A QA Engineer was asked 11mo ago
Q. How do you 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

View all QA Engineer interview questions
An Associate Software Engineer was asked 12mo ago
Q. What are the basic concepts of OOPs in Java?
Ans. 

Object-Oriented Programming (OOP) in Java focuses on concepts like classes, objects, inheritance, encapsulation, and polymorphism.

  • 1. Classes and Objects: A class is a blueprint for creating objects. Example: 'class Dog { }' creates a Dog object.

  • 2. Inheritance: Allows a new class to inherit properties and methods from an existing class. Example: 'class Puppy extends Dog { }'.

  • 3. Encapsulation: Bundles data and metho...

View all Associate Software Engineer interview questions
A Cloud Application Engineer was asked 12mo ago
Q. How do you deploy applications in a cloud environment?
Ans. 

Applications are deployed in cloud environment using tools like AWS Elastic Beanstalk, Docker, Kubernetes, etc.

  • Use AWS Elastic Beanstalk for easy deployment and scaling of web applications.

  • Containerize applications with Docker for portability and consistency across different environments.

  • Leverage Kubernetes for orchestration and management of containerized applications.

  • Automate deployment process with CI/CD tools ...

View all Cloud Application Engineer interview questions

OpenText Technologies Interview Experiences

179 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
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
  • 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.

Interview experience
4
Good
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
-

I applied via Approached by Company and was interviewed in Oct 2024. There was 1 interview round.

Round 1 - Technical 

(2 Questions)

  • Q1. Java internals, Multithreading
  • Q2. SQL, Project Related, Problem Solving

Top trending discussions

View All
Interview Tips & Stories
1w (edited)
a team lead
Why are women still asked such personal questions in interview?
I recently went for an interview… and honestly, m still trying to process what just happened. Instead of being asked about my skills, experience, or how I could add value to the company… the questions took a totally unexpected turn. The interviewer started asking things like When are you getting married? Are you engaged? And m sure, if I had said I was married, the next question would’ve been How long have you been married? What does my personal life have to do with the job m applying for? This is where I felt the gender discrimination hit hard. These types of questions are so casually thrown at women during interviews but are they ever asked to men? No one asks male candidates if they’re planning a wedding or how old their kids are. So why is it okay to ask women? Can we please stop normalising this kind of behaviour in interviews? Our careers shouldn’t be judged by our relationship status. Period.
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 One-on-one Round.
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 155 interview experiences

Difficulty level

Easy 21%
Moderate 67%
Hard 12%

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

Interview Questions from Similar Companies

Google Interview Questions
4.4
 • 899 Interviews
Amdocs Interview Questions
3.7
 • 533 Interviews
Adobe Interview Questions
3.9
 • 248 Interviews
Salesforce Interview Questions
4.0
 • 234 Interviews
Chetu Interview Questions
3.3
 • 198 Interviews
24/7 Customer Interview Questions
3.5
 • 179 Interviews
Dassault Systemes Interview Questions
3.9
 • 177 Interviews
AVASOFT Interview Questions
2.8
 • 175 Interviews
Oracle Cerner Interview Questions
3.6
 • 162 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
Lead Software Engineer

Bangalore / Bengaluru

8-13 Yrs

Not Disclosed

Sr. Systems Administrator

Bangalore / Bengaluru

4-6 Yrs

Not Disclosed

Sr. Quality Assurance Engineer

Bangalore / Bengaluru

10-12 Yrs

Not Disclosed

Explore more jobs
Software Engineer
1.1k salaries
unlock blur

₹12 L/yr - ₹21 L/yr

Senior Software Engineer
1.1k salaries
unlock blur

₹22.1 L/yr - ₹40 L/yr

Associate Software Engineer
414 salaries
unlock blur

₹8 L/yr - ₹13.3 L/yr

Lead Software Engineer
374 salaries
unlock blur

₹29.5 L/yr - ₹52 L/yr

Software Developer
262 salaries
unlock blur

₹10.8 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.4
Compare
write
Share an Interview