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

based on 982 Reviews

Filter interviews by

OpenText Technologies Software Developer Intern Interview Questions and Answers

Updated 30 Nov 2024

OpenText Technologies Software Developer Intern Interview Experiences

6 interviews found

I applied via Company Website and was interviewed in Jan 2022. There were 4 interview rounds.

Round 1 - Aptitude Test 

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.

Round 2 - Technical 

(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 java and oops .
Round 3 - Coding Test 

(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 questions will be basic .no questions from tr...
Round 4 - HR 

(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
Process 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. There were 2 interview rounds.

Round 1 - Coding Test 

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.

Round 2 - Technical 

(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. And i was supposed to explain the approach an...
  • 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...

Software Developer Intern Interview Questions Asked at Other Companies

Q1. Sum Of Max And MinYou are given an array “ARR” of size N. Your ta ... read more
asked in CommVault
Q2. Sliding Maximum You are given an array 'ARR' of integers of lengt ... read more
asked in Amazon
Q3. Fish EaterThere is a river which flows in one direction. One day, ... read more
Q4. Program to check the validity of a PasswordNinjas are trying to h ... read more
Q5. Find K Closest ElementsYou are given a sorted array 'A' of length ... read more
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(1 Question)

  • Q1. Java and python based 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 Developer Intern Interview Questions & Answers

user image Rajesh Choudary Mukkamala

posted on 17 Apr 2024

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

I applied via Campus Placement

Round 1 - Coding Test 

Coding based on dsa

Round 2 - Technical 

(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

 (13)

 Software Engineer

 (12)

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

I applied via Campus Placement

Round 1 - Coding Test 

Two medium hackerrank questions

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

I applied via campus placement at Lovely Professional University (LPU) and was interviewed in Mar 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 tips
Round 2 - Coding Test 

1 HOURS , 2 QUESTIONS

Round 3 - HR 

(3 Questions)

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

Interview questions from similar companies

Interview experience
2
Poor
Difficulty level
-
Process Duration
-
Result
Not Selected
Round 1 - Coding Test 

Dsa mostly from arrays,trees.

Round 2 - HR 

(2 Questions)

  • Q1. Intro of the candidate
  • Q2. What Do iKnow that is not written in my resume.

Interview Preparation Tips

Interview preparation tips for other job seekers - Be yourself and be confident.
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Coding Test 

OnCampus Test including DSA Questions

Round 2 - One-on-one 

(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 Jan 2021.

Round 1 - Coding Test 

(1 Question)

Round duration - 150 minutes
Round difficulty - Medium

It was an online round consisting of 2 programming questions restricted to C++, Java, and C# and 10 MCQ's on Data structures, Algorithms, etc..

  • Q1. Prime Time Again

    You have been given two integers ‘DAY_HOURS’ and ‘PARTS’. Where ‘DAY_HOURS’ is the number of hours in a day and a day can be divided into ‘PARTS’ equal parts. Your task is to find total in...

  • Ans. Brute Force
    • This is a Naive/Brute Force approach
    • Create a 2-d array of size ‘P’ rows and ‘D/P’ columns and assign 1 to ‘D’ value in each cell.
    • Take an example with ‘D’ being 12 and ‘P’ being 2, then create an array [  [1,2,3,4,5,6]  [7,8,9,10,11,12]  ]
    • Keep track of the number of prime group instances using a ‘PRIME_GROUP’ variable, which would be initialized to 0.
    • We can easily observe that each column in th...
  • Answered by CodingNinjas
Round 2 - Video Call 

(3 Questions)

Round duration - 60 minutes
Round difficulty - Easy

  • Q1. Puzzle

    There is a room with a door (closed) and three light bulbs. Outside the room, there are three switches, connected to the bulbs. You may manipulate the switches as you wish, but once you open the door...

  • Q2. Third greatest element

    Given an array/list 'ARR' of ‘N’ distinct integers, you are supposed to find the third largest element in the given array 'ARR'.

    Input Format :
    The first line conta...
  • Ans. Sorting Based Approach

    The idea is to sort the array in non-decreasing order, and then return the third element from the back of the array.

     

    The steps are as follows :

    1. Sort the array in non-decreasing order.
    2. Return the third element from the back of the array.
    Space Complexity: O(logn)Explanation:

    O(1)

     

    We are not using any extra space. Thus, the overall space complexity will be O(1).

    Time Complexity: O(nlogn)Explan...
  • Answered by CodingNinjas
  • Q3. OOPS Questions

    Basic concepts on OOPS was asked like:
    Friend Function
    Inheritance
    Polymorphism
    Abstraction
    Encapsulation.

Round 3 - Video Call 

(2 Questions)

Round duration - 60 minutes
Round difficulty - Easy

  • Q1. Technical Questions

    This round was mainly based on my Projects and Tech Stack I used in my Projects.

  • Q2. OOPS Questions

    Basic concepts of OOPS were asked like Inheritance, Polymorphism, Abstraction, and Encapsulation.

Round 4 - HR 

(1 Question)

Round duration - 60 minutes
Round difficulty - Easy

  • Q1. Basic HR Questions

    What are your hobbies? or What are you passionate about? 

    What are your biggest achievements till date? 

Interview Preparation Tips

Professional and academic backgroundI applied for the job as SDE - Intern in HyderabadEligibility criteriaNo criteriaNCR Corporation interview preparation:Topics to prepare for the interview - OOPS, Aptitude, Data Structures, DBMS, Recursion, Dynamic Programming, PuzzlesTime required to prepare for the interview - 3 monthsInterview preparation tips for other job seekers

Tip 1 : Practice Data Structures and Algorithms.
Tip 2 : Practice Puzzles from GFG. 
Tip 3 : Should have good knowledge of OOPS.

Application resume tips for other job seekers

Tip 1 : Have some good projects on your resume.
Tip 2 : Do not anything false in your resume.
Tip 3 : Mention your coding profiles in your resume.

Final outcome of the interviewSelected

Skills evaluated in this interview

I was interviewed in Jan 2021.

Round 1 - Telephonic Call 

(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 constant rates—there are spots where they burn a ...

  • Q2. Technical Questions

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

Round 2 - Video Call 

(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 which occurs the maximum times in the given inpu...

  • Ans. Brute Force Approach

    Here, we can simply run two loops. The outer loop picks all elements one by one and the inner loop finds the frequency of the picked element and compares it with the maximum present so far.

     

    Algorithm:

     

    • Declare 4 variables as ‘maxFrequency’ , ‘currentFrequency’ , ‘maxElement’ , ‘currentElement’ and initialize them with 0
    • Run a loop from ‘i’ = ‘0’ to ‘N’
      • Set ‘currentElement’ as arr[i] and ‘curr...
  • Answered by CodingNinjas
  • 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 required. (K max solution/ Min heap solution)

Round 3 - Video Call 

(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 starting from left to right, then right to left ...

  • Ans. Iterative Approach

    Our very basic intuition is that we are going to traverse the given binary tree using level order traversal where we just need to modify one thing that for every alternate level we need to reverse the order that level. 

     

    Steps are as follows:

     

    1. Create an empty queue.
    2. For each node, first, the node is visited and then it’s child nodes are added in the queue if they exist(First in first out).
    3. ...
  • Answered by CodingNinjas
Round 4 - Video Call 

(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.

    Symmetric tree is a binary tree, whose mirro...

  • Ans. Inorder And Reverse Inorder

    We do two inorder traversals recursively of the tree simultaneously. For the first traversal, we traverse the left child first and then the right child, and in the second traversal, we traverse the right child first and then the left child. Let cur1 and cur2 be the current nodes of the first and second traversals respectively and initially both of them are passed as root. Then the algorithm f...

  • Answered by CodingNinjas
  • 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 rotated at some pivot point unknown to you. For ...

  • Ans. Naive Approach

    Naively traverse the array and find if ‘K’ is present in ARR or not. If ‘K’ is present in ARR return its index else return -1.

    Space Complexity: O(1)Explanation:

    O(1), i.e. constant space complexity. 

    Time Complexity: O(n)Explanation:

    O(N), where N is the length of the array/list. 

     

    We are iterating over the array/list ARR once. Hence, the time complexity is O(N).


    Java (SE 1.8)
    /*
    
    Time Compl...
  • Answered by CodingNinjas

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.

OpenText Technologies Software Developer Intern Interview Process

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
941 salaries
unlock blur

₹6 L/yr - ₹26 L/yr

Senior Software Engineer
876 salaries
unlock blur

₹12 L/yr - ₹36 L/yr

Associate Software Engineer
357 salaries
unlock blur

₹6.4 L/yr - ₹13 L/yr

Lead Software Engineer
312 salaries
unlock blur

₹16.5 L/yr - ₹50 L/yr

Software Developer
214 salaries
unlock blur

₹6 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