Add office photos
OpenText Technologies logo
Premium Employer

OpenText Technologies

Verified
3.7
based on 1k Reviews
Video summary
Filter interviews by
Fresher
Experienced
Clear (1)

OpenText Technologies Interview Questions and Answers for Freshers

Updated 3 Nov 2024
Popular Designations

Q1. find the largest no. in arrary

Ans.

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

Add your answer
right arrow

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

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.

Add your answer
right arrow

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

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.

Add your answer
right arrow

Q4. Frequency of words in sentences.

Ans.

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

Add your answer
right arrow
Discover OpenText Technologies interview dos and don'ts from real experiences

Q5. basic personality of someone

Ans.

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

Add your answer
right arrow

Q6. Fundamentals of computer science

Ans.

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

Add your answer
right arrow

Q7. Java programming experience

Ans.

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

Add your answer
right arrow
Contribute & help others!
Write a review
Write a review
Share interview
Share interview
Contribute salary
Contribute salary
Add office photos
Add office photos

Interview Process at OpenText Technologies for Freshers

based on 26 interviews
Interview experience
4.1
Good
View more
interview tips and stories logo
Interview Tips & Stories
Ace your next interview with expert advice and inspiring stories

Top Interview Questions from Similar Companies

 Publicis Sapient Logo
3.5
 • 448 Interview Questions
JPMorgan Chase & Co. Logo
4.0
 • 407 Interview Questions
UltraTech Cement Logo
4.2
 • 336 Interview Questions
Startek Logo
3.1
 • 180 Interview Questions
JLL Logo
4.1
 • 168 Interview Questions
FactSet Logo
3.9
 • 157 Interview Questions
View all
Recently Viewed
INTERVIEWS
OpenText Technologies
No Interviews
INTERVIEWS
OpenText Technologies
No Interviews
INTERVIEWS
OpenText Technologies
No Interviews
INTERVIEWS
Balkrishna Industries
No Interviews
JOBS
GE
No Jobs
SALARIES
Balkrishna Industries
INTERVIEWS
Balkrishna Industries
No Interviews
INTERVIEWS
Balkrishna Industries
No Interviews
INTERVIEWS
Balkrishna Industries
No Interviews
INTERVIEWS
Balkrishna Industries
No Interviews
Top OpenText Technologies Interview Questions And Answers
Share an Interview
Stay ahead in your career. Get AmbitionBox app
play-icon
play-icon
qr-code
Helping over 1 Crore job seekers every month in choosing their right fit company
75 Lakh+

Reviews

5 Lakh+

Interviews

4 Crore+

Salaries

1 Cr+

Users/Month

Contribute to help millions

Made with ❤️ in India. Trademarks belong to their respective owners. All rights reserved © 2024 Info Edge (India) Ltd.

Follow us
  • Youtube
  • Instagram
  • LinkedIn
  • Facebook
  • Twitter