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
3.8

based on 978 Reviews

Filter interviews by

OpenText Technologies Software Engineer Interview Questions, Process, and Tips

Updated 12 Sep 2024

Top OpenText Technologies Software Engineer Interview Questions and Answers

View all 24 questions

OpenText Technologies Software Engineer Interview Experiences

12 interviews found

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

I applied via Naukri.com and was interviewed in Aug 2024. There was 1 interview round.

Round 1 - Technical 

(2 Questions)

  • Q1. 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 web ...

  • Answered by AI
  • Q2. Design 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

  • Answered by AI

Skills evaluated in this interview

Software Engineer Interview Questions & Answers

user image Pradeep Naik

posted on 19 May 2024

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

Java advanced and DSA questions were asked..

Round 2 - Coding Test 

Interviewer tested me on designing a REST API.

Round 3 - Coding Test 

Application infrastructure knowledge and java basic understanding. Multi threading

Round 4 - HR 

(1 Question)

  • Q1. HR + Technical.

Software Engineer Interview Questions Asked at Other Companies

asked in Qualcomm
Q1. Bridge and torch problem : Four people come to a river in the nig ... read more
asked in Capgemini
Q2. In a dark room,there is a box of 18 white and 5 black gloves. You ... read more
asked in TCS
Q3. Find DuplicateYou have been given an integer array/list(ARR) of s ... read more
Q4. Tell me something about yourself. Define encapsulation. What is i ... read more
asked in Paytm
Q5. Puzzle : 100 people are standing in a circle .each one is allowed ... read more
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

What people are saying about OpenText Technologies

View All
a senior software engineer
1w
How is CBA??
Interms of job security, WLB and salary hike, variable pay ?
Got a question about OpenText Technologies?
Ask anonymously on communities.

Software Engineer Interview Questions & Answers

user image Mahalakshmi B S

posted on 6 Feb 2024

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

I applied via Naukri.com and was interviewed in Aug 2023. There was 1 interview round.

Round 1 - Technical 

(1 Question)

  • Q1. Remove duplicate elements in an array Substring manipulation problem All the concepts of advanced java

OpenText Technologies interview questions for designations

 Senior Software Engineer

 (15)

 Associate Software Engineer

 (14)

 Software Engineer Intern

 (3)

 Lead Software Engineer

 (1)

 Principal Software Engineer

 (1)

 Software Quality Assurance Engineer

 (1)

 Software Engineer Level 1

 (1)

 Senior Software Engineer 2

 (1)

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 tips
Round 2 - Coding Test 

2 Moderate level coding questions

Round 3 - Technical 

(2 Questions)

  • Q1. Write a program to implement strcmp
  • Ans. 

    Program to implement strcmp

    • Use a loop to compare each character of the two strings

    • Return 0 if both strings are equal, -1 if s1s2

    • Handle null and empty strings appropriately

  • Answered by AI
  • Q2. Write a program to implement strcat
  • Ans. 

    Program to implement strcat

    • Declare two character arrays to store the strings to be concatenated

    • Use a loop to copy the first string into the result array

    • Use another loop to copy the second string into the result array after the first string

    • Terminate the result array with a null character

  • Answered by AI
Round 4 - Behavioral 

(2 Questions)

  • Q1. Previous Work experience
  • Ans. 

    I have 3 years of work experience as a Software Engineer.

    • Worked on developing and maintaining web applications using Java and Spring framework

    • Collaborated with cross-functional teams to gather requirements and deliver high-quality software solutions

    • Implemented unit tests and performed code reviews to ensure code quality and maintainability

    • Participated in Agile development methodologies and used tools like Jira for proj

  • Answered by AI
  • Q2. Projects you worked on previously
  • Ans. 

    Developed a web-based inventory management system for a retail company.

    • Used Java and Spring framework for backend development

    • Implemented responsive UI using HTML, CSS, and JavaScript

    • Integrated with third-party APIs for payment processing and shipping

    • Implemented user authentication and authorization

    • Optimized database queries for improved performance

  • Answered by AI
Round 5 - Behavioral 

(2 Questions)

  • Q1. Behavioral questions like how to plan career
  • Q2. Gave information and overview of the company and team

Interview Preparation Tips

Interview preparation tips for other job seekers - Learn simple algorithms which are used in daily coding

Skills evaluated in this interview

Get interview-ready with Top OpenText Technologies Interview Questions

Interview experience
4
Good
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Company Website and was interviewed before May 2023. There were 2 interview rounds.

Round 1 - Technical 

(2 Questions)

  • Q1. Some puzzles were asked like min count to cut cake into 8 parts
  • Q2. Basics of OOPs, Java, Threading, DSA (basic). Had 2 rounds with similar question set.
Round 2 - HR 

(1 Question)

  • Q1. Salary discussions, Joining date, basic behavioral qn

Software Engineer Jobs at OpenText Technologies

View all
Round 1 - Technical 

(2 Questions)

  • Q1. Explain working of Hashing data structure, complexities of various operations in ArrayList and LinkedList, Hashtable vs Hashset
  • Ans. 

    Explanation of Hashing, complexities of ArrayList and LinkedList, and comparison of Hashtable and Hashset.

    • Hashing is a technique to map data to a fixed-size table using a hash function.

    • ArrayList has O(1) time complexity for accessing elements, but O(n) for insertion and deletion.

    • LinkedList has O(1) time complexity for insertion and deletion, but O(n) for accessing elements.

    • Hashtable is synchronized and allows null valu...

  • Answered by AI
  • Q2. Threadsafe concepts, callable vs runnable

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare concepts of thread, and Java memory organisation

Skills evaluated in this interview

Software Engineer interview

user image edu-mania

posted on 16 Feb 2022

Interview experience
1
Bad
Difficulty level
Easy
Process Duration
2-4 weeks
Result
Selected Selected

I applied via Approached by Company and was interviewed before Oct 2022. There were 5 interview rounds.

Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Don’t add your photo or details such as gender, age, and address in your resume. These details do not add any value.
View all tips
Round 2 - Aptitude Test 

15-20 questions related to quant, basic cs concept

Round 3 - Coding Test 

2-3 question all basics, related to string

Round 4 - Technical 

(1 Question)

  • Q1. Basic Data structure, linked list and tree
Round 5 - Technical 

(1 Question)

  • Q1. String manipulation, String with stacks

Interview Preparation Tips

Interview preparation tips for other job seekers - They will waste time in long process. Don't hope much from this company. If you still want to go, prepare basic dsa/easy level but cover all topics of dsa

Interview Questionnaire 

1 Question

  • Q1. Basic Java Questions for fresher

Interview Preparation Tips

Interview preparation tips for other job seekers - Leant basic java for fresher job

OpenText Technologies Interview FAQs

How many rounds are there in OpenText Technologies Software Engineer 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 Resume Shortlist.
How to prepare for OpenText Technologies Software Engineer 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, Software Engineering, Hibernate and J2Ee.
What are the top questions asked in OpenText Technologies Software Engineer interview?

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

  1. how do you display different color in atable using css for odd even r...read more
  2. write a program to display words separated by sp...read more
  3. how do you develop CSS without using bootst...read more

Tell us how to improve this page.

OpenText Technologies Software Engineer Interview Process

based on 5 interviews in last 1 year

1 Interview rounds

  • Technical Round
View more

People are getting interviews through

based on 4 OpenText Technologies interviews
Job Portal
Company Website
50%
25%
25% candidates got the interview through other sources.
Moderate Confidence
?
Moderate Confidence means the data is based on a sufficient number of responses received from the candidates
OpenText Technologies Software Engineer Salary
based on 936 salaries
₹7 L/yr - ₹26 L/yr
79% more than the average Software Engineer Salary in India
View more details

OpenText Technologies Software Engineer Reviews and Ratings

based on 101 reviews

3.8/5

Rating in categories

3.3

Skill development

4.1

Work-Life balance

3.5

Salary & Benefits

3.5

Job Security

3.8

Company culture

2.9

Promotions/Appraisal

3.3

Work Satisfaction

Explore 101 Reviews and Ratings
Sr. Software Engineer

Bangalore / Bengaluru

2-5 Yrs

₹ 8.5-17 LPA

Software Engineer

Bangalore / Bengaluru

3-5 Yrs

₹ 5-17 LPA

Sr. Software Engineer

Bangalore / Bengaluru

5-8 Yrs

Not Disclosed

Explore more jobs
Software Engineer
938 salaries
unlock blur

₹7 L/yr - ₹26 L/yr

Senior Software Engineer
865 salaries
unlock blur

₹11.7 L/yr - ₹36 L/yr

Associate Software Engineer
352 salaries
unlock blur

₹6.7 L/yr - ₹13 L/yr

Lead Software Engineer
313 salaries
unlock blur

₹16.5 L/yr - ₹48 L/yr

Software Developer
221 salaries
unlock blur

₹6.2 L/yr - ₹22 L/yr

Explore more salaries
Compare OpenText Technologies with

TCS

3.7
Compare

Infosys

3.7
Compare

Wipro

3.7
Compare

HCLTech

3.5
Compare

Calculate your in-hand salary

Confused about how your in-hand salary is calculated? Enter your annual salary (CTC) and get your in-hand salary
Did you find this page helpful?
Yes No
write
Share an Interview