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

SDE - 1

OpenText
upvote
share-icon
2 rounds | 3 Coding problems

Interview preparation journey

expand-icon
Journey
Before cracking any interview you need to prepare your basics. So, I started doing all the vital topics and subjects like DBMS, DSA, Networking, and Operating Systems. After preparing the top 100 or 150 questions on each topic I prepared all my projects and resume which was the most important step,
Application story
I got this opportunity from the campus only, just applied via the campus portal and got the test assessment.
Why selected/rejected for the role?
I got selected because of the technical knowledge I have and the answers I gave, the interviewer was very much satisfied with my projects and the way I explained my projects to him
Preparation
Duration: 1 month
Topics: Database Management Systems, Data Structures and Algorithms, Operating System, Computer Networks
Tip
Tip

Tip 1 : Be honest
Tip 2 : Don't lie on your resume

Application process
Where: Campus
Eligibility: Minimum 7 CGPA and No backlogs
Resume Tip
Resume tip

Tip 1: Prepare your projects well
Tip 2: Don't lie about any project or role

Interview rounds

01
Round
Medium
Online Coding Interview
Duration60 mins
Interview date21 Mar 2023
Coding problem2

There were 2 coding questions based on DSA core concepts like maps, strings, and arrays.

1. Pair Sum

Easy
15m average time
90% success
0/40
Asked in companies
GrofersOlaJP Morgan

You are given an integer array 'ARR' of size 'N' and an integer 'S'. Your task is to return the list of all pairs of elements such that each sum of elements of each pair equals 'S'.

Note:

Each pair should be sorted i.e the first value should be less than or equals to the second value. 

Return the list of pairs sorted in non-decreasing order of their first value. In case if two pairs have the same first value, the pair with a smaller second value should come first.
Problem approach

use two pointer method

Try solving now

2. Remove String

Moderate
35m average time
60% success
0/80
Asked in companies
GoogleAmazonSamsung

You have been given a linked list where each node has a single character. You have also been given a string 'STR'.

You have to remove all the occurrences of string STR from the linked list.

Note:
1. Start checking from the end of the linked list and not from the beginning. For example, if the linked list is ( a, b, a ,b, a)  and the string is equal to “aba” , then the answer should be (a b), not (b a).

2. After removing an occurrence check again for new formations.
Problem approach

apply stl string library

Try solving now
02
Round
Easy
HR Round
Duration30 mins
Interview date6 Apr 2023
Coding problem1

It was a basic HR round

1. Basic HR Questions

Problem approach

Tip 1: Be confident 
Tip 2: Prepare your introduction
Tip 3: Don't lie on your resume

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
2898 views
0 comments
0 upvotes
company logo
SDE - 1
3 rounds | 3 problems
Interviewed by OpenText
1886 views
0 comments
0 upvotes
company logo
SDE - 1
3 rounds | 9 problems
Interviewed by Salesforce
2023 views
0 comments
0 upvotes
company logo
System Engineer
2 rounds | 2 problems
Interviewed by Tata Consultancy Services (TCS)
1793 views
0 comments
0 upvotes
Companies with similar interview experiences
company logo
SDE - 1
5 rounds | 12 problems
Interviewed by Amazon
110561 views
24 comments
0 upvotes
company logo
SDE - 1
4 rounds | 5 problems
Interviewed by Microsoft
54361 views
5 comments
0 upvotes
company logo
SDE - 1
3 rounds | 7 problems
Interviewed by Amazon
33289 views
6 comments
0 upvotes