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 968 Reviews

Filter interviews by

OpenText Technologies Software Developer Intern Interview Questions and Answers

Updated 30 Nov 2024

6 interviews found

Sort by: Popular

I applied via Company Website and was interviewed in Jan 2022.

4 Interview Rounds

1

Aptitude Test Round

After resume shortlisting we had aptitude + coding test .it was an online test with only one coding question. The question was of easy to medium level mostly from array's.

2

Technical Round (1 Question)

  • Q1. Interview was medium level. Questions we asked from dbms, cn ,os ,coding. The coding questions were basic . normally they asked questions on pointer and then ja...read more
3

Coding Test Round (1 Question)

  • Q1. The questions were again from implementation of sql queries .some general questions on os. and then coding questions were asked and i had to code them all. the ...read more
4

HR Round (1 Question)

  • Q1. Some questions on me and my family was aked if you are till this round you are selected. they wont eliminate in this round.

Interview Preparation Tips

Interview preparation tips for other job seekers - practice coding well. and do basic questions on string arrays linkedlist . study cn,os,dbms necessarily.
Interview experience
5
Excellent
Difficulty level
Moderate
Duration
Less than 2 weeks
Result
Selected Selected

I applied via campus placement at Kalinga Institute of Industrial Technology, Khurda and was interviewed in May 2024.

2 Interview Rounds

1

Coding Test Round

Coding round was there. Two coding questions were asked to solve in 1 hour. The difficulty was easy to medium.Leetcode questions of arrays and strings.

2

Technical Round (2 Questions)

  • Q1. It was an online tech interview. There were two panelists. One asked me about my projects and gave me one coding question to solve which was based on matrices. ...read more
  • Q2. After solving the question. In the same interview zoom meet HR asked me something about me and my family and thats it.

Interview Preparation Tips

Interview preparation tips for other job seekers - Do coding regularly
Be confident
Communicate well
And just relax before 2 hours of the interview....You are going to do awesome...
Interview experience
4
Good
Difficulty level
-
Duration
-
Result
-

1 Interview Round

1

Technical Round (1 Question)

  • Q1. Java and python based questions

Software Developer Intern Interview Questions

user image Rajesh Choudary Mukkamala

posted on 17 Apr 2024

Interview experience
4
Good
Difficulty level
-
Duration
-
Result
-

I applied via Campus Placement

2 Interview Rounds

1

Coding Test Round

Coding based on dsa

2

Technical Round (3 Questions)

  • Q1. OOps question on inheritance
  • Q2. Trees ,DP and linkedlist qustion
  • Q3. Above mention quetions based on that

Interview Preparation Tips

Interview preparation tips for other job seekers - Foucus on dsa

OpenText Technologies interview questions for designations

 Software Engineer Intern

 (3)

 Software Developer

 (4)

 Senior Software Developer

 (2)

 Software Trainee Intern

 (1)

 Engineering Intern

 (5)

 Software Engineer Intern Trainee

 (1)

 Intern

 (12)

 Software Engineer

 (12)

Interview experience
4
Good
Difficulty level
Moderate
Duration
-
Result
-

I applied via Campus Placement

1 Interview Round

1

Coding Test Round

Two medium hackerrank questions

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

I applied via campus placement at Lovely Professional University (LPU) and was interviewed in Mar 2023.

3 Interview Rounds

1

Resume Shortlist Round

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
2

Coding Test Round

1 HOURS , 2 QUESTIONS

3

HR Round (3 Questions)

  • Q1. BASICS (5 TO 10 MINS)
  • Q2. INTRODUCTION (DETAILED)
  • Q3. PROJECTS ( 2 IN DETAILED)

Interview questions from similar companies

Interview experience
4
Good
Difficulty level
Moderate
Duration
Less than 2 weeks
Result
Not Selected

I applied via campus placement at Dayananda Sagar College of Engineering, Bangalore and was interviewed in Oct 2024.

4 Interview Rounds

1

Coding Test Round

3 coding dsa question
Difficulty is On your luck
My friends got easy level
I got medium level
Some got hard questions as well

2

Aptitude Test Round

Ssh round , quant and logical
Tip: bring your calculator

3

Technical Round (3 Questions)

  • Q1. Two Puzzle : bulb switching and candle
  • Q2. Dsa questions such as string reverse, binary search
  • Q3. Dbms and os core subject questions
4

HR Round (2 Questions)

  • Q1. How are you better than others
  • Q2. Why should we hire you

Interview Preparation Tips

Interview preparation tips for other job seekers - If you are a girl, the interview rounds will be much easier for you as this company promotes diversity hiring.
The main differing factor is technical round interview which totally depends on the interviewer's mood .
Girls do get priority in this round, they are asked easier questions and will be selected if able to answer 60-70% of the questions.
Note:- it's not like they will hire any girl but a bit easier comparatively
Interview experience
5
Excellent
Difficulty level
-
Duration
-
Result
-

2 Interview Rounds

1

Coding Test Round

OnCampus Test including DSA Questions

2

One-on-one Round (2 Questions)

  • Q1. Introduce yourself
  • Q2. DSA Question based on Dynamic Programming

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare for DSA

I was interviewed in Feb 2021.

4 Interview Rounds

1

Coding Test Round (2 Questions)

Round duration - 60 minutes
Round difficulty - Easy

  • Q1. Minimum Time To Solve The Problems There are 'N' number of subjects and the ith subject contains subject[i] number of problems. Each problem takes 1 uni...read more
  • Q2. Sum of Bit Difference Among all Pairs Given an array of size ‘N’ containing integer elements and let the elements of the given array be 'ARR1', 'ARR...read more
2

Coding Test Round (2 Questions)

Round duration - 60 minutes
Round difficulty - Medium

  • Q1. Sum of LCM You are given an integer ‘N’ , calculate and print the sum of : LCM(1,N) + LCM(2,N) + .. + LCM(N,N) where LCM(i,n) denotes the Least Common Multiple ...read more
  • Q2. Sudoku You are given a 9x9 sudoku. Your task is to solve sudoku and return the solution. A sudoku is a puzzle in which players insert the numbers one to nine in...read more
3

Video Call Round (2 Questions)

Round duration - 60 minutes
Round difficulty - Hard

  • Q1. Delete Node In A Linked List You are given a Singly Linked List of integers and a reference to the node to be deleted. Every node of the Linked List has a uniqu...read more
  • Q2. Aptitude Question Alok has three daughters. His friend Shyam wants to know the ages of his daughters. Alok gives him first hint. 1) The product of their ages is...read more
4

Video Call Round (2 Questions)

Round duration - 60 Minutes
Round difficulty - Easy

Timing was around 3 pm.

  • Q1. Maximum Subarray Sum You are given an array/list ARR consisting of N integers. Your task is to find the maximum possible sum of a non-empty subarray(contagious)...read more
  • Q2. Technical Questions 1) What are the different types of scaling? 2) Few SQL Queries  1) Getting top salary for a department 2) Queries based on Joins 3) Vir...read more

Interview Preparation Tips

Professional and academic backgroundI applied for the job as SDE - Intern in DelhiEligibility criterianoGoogle interview preparation:Topics to prepare for the interview - Confidence in Problem-Solving, Data Structures & Algorithms (PS/DS), Practice a few machine coding problems, Refine CS foundations notes, Fix common interview mistakes, Start coding a few problems on whiteboard or paper to get used to it.Time required to prepare for the interview - 8 MonthsInterview preparation tips for other job seekers

Tip 1 : Practice on white board 
Tip 2 : Spend daily some time 
Tip 3 : Practice previous questions

Application resume tips for other job seekers

Tip 1 : Resume should be short and neat
Tip 2 : Keep only thing in which you are sure you will answer all questions

Final outcome of the interviewRejected

Skills evaluated in this interview

I was interviewed in Jan 2021.

4 Interview Rounds

1

Telephonic Call Round (2 Questions)

Round duration - 90 Minutes
Round difficulty - Easy

It was a telephonic round. The interview asked me these questions.
 

  • Q1. Puzzle You have two ropes coated in oil to help them burn. Each rope will take exactly 1 hour to burn all the way through. However, the ropes do not burn at con...read more
  • Q2. Technical Questions

    1. Dynamic memory allocation for 2d array
    2. How polymorphism works in C++(Vptr and Vtable implementation)
     

2

Video Call Round (2 Questions)

Round duration - 60 Minutes
Round difficulty - Medium

The interviewer started asking me questions. He gave me 2 problems. He was giving hints in case of any issues.
 

  • Q1. Maximum Frequency Number Ninja is given an array of integers that contain numbers in random order. He needs to write a program to find and return the number whi...read more
  • Q2. System Design Question There is an online catalog of songs (Like Saavn or Gaana). How you will show favorite songs every day to users. An efficient algorithm re...read more
3

Video Call Round (2 Questions)

Round duration - 60 Minutes
Round difficulty - Medium

This was a technical interview. He gave me these questions one by one.
1. Again, how polymorphism works. Draw vtable and vptr
2. Producer consumer problem with synchronization
3. Difference between mutex, semaphore, and condition_variable.
4. Design parking lot system
5. Zigzag traversal of binary tree

  • Q1. System Design Question

    Design parking lot system

  • Q2. Zigzag Binary Tree Traversal Given a binary tree, return the zigzag level order traversal of the nodes' values of the given tree. Zigzag traversal means sta...read more
4

Video Call Round (2 Questions)

Round duration - 90 minutes
Round difficulty - Medium

1. He asked about the producer-consumer problem but I told him that the same question is asked in the previous round.
Then interviewer went asking lots of questions related to producer and consumer. Lots of discussions like what is a writer is not there and the only reader is there and you need to find out how many readers are currently reading from the buffer.
2. Discussions about C++11 features. How thread and async is different
3. Design your own shared_ptr(How you will handle ownership)
4. Check If the binary tree is symmetrical.
5. Find elements in a rotated sorted array and then optimize it.

  • Q1. Tree Symmetricity You are given a binary tree, where the data present in each node is an integer. You have to find whether the given tree is symmetric or not. S...read more
  • Q2. Search In Rotated Sorted Array You have been given a sorted array/list ARR consisting of ‘N’ elements. You are also given an integer ‘K’. Now the array is rotat...read more

Interview Preparation Tips

Professional and academic backgroundI applied for the job as SDE - Intern in NoidaEligibility criteriaNo criteriaAdobe interview preparation:Topics to prepare for the interview - Data Structures, Computer Networks, OOPS, System Design, Algorithms, Dynamic ProgrammingTime required to prepare for the interview - 12 MonthsInterview preparation tips for other job seekers

Tip 1 : Don't lie on your resume.
Tip 2 : Practice at least 400 different types of coding problems.
Tip 3 : Work on your communication skills.

Application resume tips for other job seekers

Tip 1 : Don't put false things on your resume.
Tip 2 : Mention some good projects on your resume.

Final outcome of the interviewSelected

Skills evaluated in this interview

OpenText Technologies Interview FAQs

How many rounds are there in OpenText Technologies Software Developer Intern interview?
OpenText Technologies interview process usually has 2-3 rounds. The most common rounds in the OpenText Technologies interview process are Coding Test, Technical and HR.
What are the top questions asked in OpenText Technologies Software Developer Intern interview?

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

  1. It was an online tech interview. There were two panelists. One asked me about m...read more
  2. the questions were again from implementation of sql queries .some general quest...read more
  3. Interview was medium level. Questions we asked from dbms, cn ,os ,coding. The c...read more

Tell us how to improve this page.

Interview Process at OpenText Technologies Software Developer Intern

based on 4 interviews in last 1 year

1 Interview rounds

  • Coding Test Round
View more

People are getting interviews through

based on 5 OpenText Technologies interviews
Campus Placement
Company Website
80%
20%
Moderate Confidence
?
Moderate Confidence means the data is based on a sufficient number of responses received from the candidates
OpenText Technologies Software Developer Intern Salary
based on 7 salaries
₹1.5 L/yr - ₹10 L/yr
At par with the average Software Developer Intern Salary in India
View more details

OpenText Technologies Software Developer Intern Reviews and Ratings

based on 5 reviews

3.0/5

Rating in categories

3.0

Skill development

3.3

Work-Life balance

2.9

Salary & Benefits

1.4

Job Security

2.5

Company culture

2.2

Promotions/Appraisal

2.8

Work Satisfaction

Explore 5 Reviews and Ratings
Software Engineer
939 salaries
unlock blur

₹6 L/yr - ₹26 L/yr

Senior Software Engineer
864 salaries
unlock blur

₹11.8 L/yr - ₹36 L/yr

Associate Software Engineer
354 salaries
unlock blur

₹6 L/yr - ₹13 L/yr

Lead Software Engineer
310 salaries
unlock blur

₹16.4 L/yr - ₹50 L/yr

Software Developer
222 salaries
unlock blur

₹6.3 L/yr - ₹21 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