
OpenText Technologies


OpenText Technologies Interview Questions and Answers for Freshers
Q1. find the largest no. in arrary
Find the largest number in an array of strings.
Convert each string in the array to a number using parseInt()
Use Math.max() to find the largest number in the array
Q2. Find All Subsets
Given an array arr
consisting of 'N' distinct integers, your task is to generate all possible non-empty subsets of the given array.
You can return the subsets in any order.
Input:
The first lin...read more
Generate all possible non-empty subsets of a given array of distinct integers.
Use recursion to generate all subsets by including or excluding each element in the array.
Maintain a current subset and iterate through the array to generate subsets.
Print each subset as it is generated to get all possible non-empty subsets.
Q3. Reverse Linked List Problem Statement
Given a singly linked list of integers, return the head of the reversed linked list.
Example:
Initial linked list: 1 -> 2 -> 3 -> 4 -> NULL
Reversed linked list: 4 -> 3 -> 2...read more
Reverse a singly linked list of integers and return the head of the reversed linked list.
Iterate through the linked list and reverse the pointers to point to the previous node instead of the next node.
Keep track of the current, previous, and next nodes while traversing the linked list.
Update the head of the reversed linked list to be the last node encountered.
Ensure to handle edge cases like an empty linked list or a single node in the list.
Q4. Frequency of words in sentences.
Analyzing the frequency of words in sentences.
Split the sentence into words using spaces as delimiter
Create a dictionary to store word frequencies
Iterate through the words and update the frequency count in the dictionary
Return the dictionary with word frequencies
Q5. basic personality of someone
The basic personality of someone refers to their fundamental traits, behaviors, and characteristics.
Personality is a combination of traits, such as introversion or extroversion, openness, conscientiousness, agreeableness, and neuroticism.
It can also include behaviors, such as being organized, punctual, or assertive.
Characteristics like being optimistic, empathetic, or ambitious are also part of someone's personality.
Personality can influence how someone interacts with others,...read more
Q6. Fundamentals of computer science
Fundamentals of computer science cover basic concepts and principles in computing.
Includes topics like algorithms, data structures, programming languages, and computer architecture.
Understanding of computational complexity, software engineering principles, and computer networking is essential.
Knowledge of operating systems, databases, and cybersecurity is also important.
Examples: Sorting algorithms like bubble sort, data structures like linked lists, programming languages lik...read more
Q7. Java programming experience
I have experience with Java programming through coursework and personal projects.
Completed multiple Java programming assignments in university courses
Developed a simple Java application for a personal project
Familiar with object-oriented programming concepts in Java
Top HR Questions asked in OpenText Technologies for Freshers
Interview Process at OpenText Technologies for Freshers

Top Interview Questions from Similar Companies








Reviews
Interviews
Salaries
Users/Month

