OpenText interview experience Real time questions & tips from candidates to crack your interview

SDE - 1

OpenText
upvote
share-icon
3 rounds | 3 Coding problems

Interview preparation journey

expand-icon
Journey
My experience with Coding Ninjas was great. As I am from ECE background going into programming was a bit tough..But Coding Ninjas made it very easy .I would definitely recommend Coding Ninjas if u want to excel in your career.
Application story
It came in my college for placements . I applied for it via the college portal. There were 3 rounds . 2 technical rounds and 1 HR rounds.
Why selected/rejected for the role?
In the first rounds mostly questions from DSA and OS were asked. You must have good knowledge of all DSA topics. Also you should know everything about your projects. Many questions are asked from projects.
Preparation
Duration: 8 months
Topics: OS , DBMS , Networks ,LLD , HLD , Graphs , LinkedList , Arrays ,Strings , DP
Tip
Tip

Tip 1 : Focus on basics 
Tip 2 : If u are looking for pure software based companies u should have deep knowledge of DSA

Application process
Where: Campus
Eligibility: Above 7 CGPA .
Resume Tip
Resume tip

Tip 1: You should mention your projects in a good way and highlight all the technology used
Tip 2:You should mention all the competition , hackathons u participated in

Interview rounds

01
Round
Medium
Online Coding Interview
Duration90 mins
Interview date7 Sep 2022
Coding problem1

It was from 8:00 pm to 9:30pm

1. Integer To Roman Numeral

Easy
10m average time
90% success
0/40
Asked in companies
AdobeFacebookPaytm (One97 Communications Limited)

Given an integer ‘N’, the task is to find its corresponding Roman numeral.

Roman numerals are represented by seven different symbols: I, V, X, L, C, D and M.

Symbol      Value
  I           1
  V           5
  X           10
  L           50
  C           100
  D           500
  M           1000

Example :

2 is written as II in the roman numeral, just two one’s added together. 
12 is written as XII, which is simply X(ten) + II(one+one). 
The number 27 is written as XXVII, which is XX + V + II.

Roman numerals are usually written largest to smallest from left to right. 
However, the numeral for four is not IIII. Instead, the number four is written as IV. Because the one is before the five we subtract it making four.
The same principle applies to the number nine, which is written as IX.

There are six instances where subtraction is used:

I can be placed before V (5) and X (10) to make 4 and 9.
X can be placed before L (50) and C (100) to make 40 and 90.
C can be placed before D (500) and M (1000) to make 400 and 900.
Problem approach

First i defined an integer array .
Then a string array containing roman interpretation of those integers.
then using a while loop till num>0
we would go till num is greater than a particular integer in integer array.
and add the corresponding roman representation to the answer

Try solving now
02
Round
Medium
Face to Face
Duration60 mins
Interview date10 Sep 2022
Coding problem1

it was from 12:30 pm to 1:30 pm

1. Linux based question

Questions on different types of os were asked. working of basic linux cmds were asked

Problem approach

Tip 1: Deep knowledge of OS is required
Tip 2: U should knowledge of How technologies work in the background
 

03
Round
Easy
HR Round
Duration30 mins
Interview date15 Sep 2022
Coding problem1

It was from 12:30 pm to 1:30 pm

1. HR Questions

Question on family background and whether willing to relocate were asked

Here's your problem of the day

Solving this problem will increase your chance to get selected in this company

Skill covered: Programming

What is the purpose of the < title > tag in HTML?

Choose another skill to practice
Similar interview experiences
company logo
SDE - 1
3 rounds | 7 problems
Interviewed by OYO
2897 views
0 comments
0 upvotes
company logo
SDE - 1
2 rounds | 3 problems
Interviewed by OpenText
1445 views
0 comments
0 upvotes
company logo
SDE - 1
3 rounds | 9 problems
Interviewed by Salesforce
2022 views
0 comments
0 upvotes
company logo
System Engineer
2 rounds | 2 problems
Interviewed by Tata Consultancy Services (TCS)
1792 views
0 comments
0 upvotes
Companies with similar interview experiences
company logo
SDE - 1
5 rounds | 12 problems
Interviewed by Amazon
110560 views
24 comments
0 upvotes
company logo
SDE - 1
4 rounds | 5 problems
Interviewed by Microsoft
54360 views
5 comments
0 upvotes
company logo
SDE - 1
3 rounds | 7 problems
Interviewed by Amazon
33288 views
6 comments
0 upvotes