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

SDE - 2

Hyland
upvote
share-icon
3 rounds | 8 Coding problems

Interview preparation journey

expand-icon
Preparation
Duration: 6 months
Topics: Data Structure and Algorithms, Database management System, Computer Networks, Operating System, System Design, Prepare oops language (i.e. Java ,C++ ,Python etc)
Tip
Tip

Tip 1 : Be Strong with DSA
Tip 2 : Be Strong with OOPS and Core CS Fundamentals
Tip 3 : Do at least 2-3 projects

Application process
Where: Referral
Resume Tip
Resume tip

Tip 1 : One Page Resume
Tip 2 : Have some projects on your resume

Interview rounds

01
Round
Medium
Online Coding Interview
Duration90 minutes
Interview date23 Sep 2021
Coding problem2

1. Longest Common Prefix

Moderate
40m average time
60% success
0/80
Asked in companies
AdobeGrofersDunzo

You are given an array ‘ARR’ consisting of ‘N’ strings. Your task is to find the longest common prefix among all these strings. If there is no common prefix, you have to return an empty string.

A prefix of a string can be defined as a substring obtained after removing some or all characters from the end of the string.

For Example:
Consider ARR = [“coding”, ”codezen”, ”codingninja”, ”coders”]
The longest common prefix among all the given strings is “cod” as it is present as a prefix in all strings. Hence, the answer is “cod”.
Problem approach

I was solved this question with the help of trie data structure

Try solving now

2. Trapping Rain Water

Moderate
15m average time
80% success
0/80
Asked in companies
RazorpayMorgan StanleyUber

You have been given a long type array/list 'arr’ of size 'n’.


It represents an elevation map wherein 'arr[i]’ denotes the elevation of the 'ith' bar.



Note :
The width of each bar is the same and is equal to 1.
Example:
Input: ‘n’ = 6, ‘arr’ = [3, 0, 0, 2, 0, 4].

Output: 10

Explanation: Refer to the image for better comprehension:

Alt Text

Note :
You don't need to print anything. It has already been taken care of. Just implement the given function.
Problem approach

I was solved this question with the help of stack

Try solving now
02
Round
Easy
Video Call
Duration60 minutes
Interview date12 Jan 2021
Coding problem5

1. Count Frequency

Easy
15m average time
85% success
0/40
Asked in companies
AmazonSprinklrHewlett Packard Enterprise

You are given a string 'S' of length 'N', you need to find the frequency of each of the characters from ‘a’ to ‘z’ in the given string.

Example :

Given 'S' : abcdg
Then output will be : 1 1 1 1 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 
Problem approach

Solved with the help of hashing principal

Try solving now

2. System Design

Describe Solid principles

3. DBMS Questions

What is Query Optimization?

4. DBMS Question

SQL query to find third highest salary in company

5. System Design

1. Difference type of Access Modifiers in Java
2. Lambda expression 
3. Junit Implementation

03
Round
Easy
HR Round
Duration45 minutes
Interview date19 Jan 2021
Coding problem1

1. Basic HR Questions

Tell me about yourself.
Why do you want to work for our company?
What are your greatest strengths and weaknesses?
Why are you looking for a change?

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 recursion?

Choose another skill to practice
Similar interview experiences
Test engineer
2 rounds | 4 problems
Interviewed by Hyland
1832 views
0 comments
0 upvotes
company logo
SDE - 1
4 rounds | 8 problems
Interviewed by Amazon
8518 views
0 comments
0 upvotes
company logo
SDE - Intern
1 rounds | 3 problems
Interviewed by Amazon
3320 views
0 comments
0 upvotes
company logo
SDE - 2
4 rounds | 6 problems
Interviewed by Expedia Group
2580 views
0 comments
0 upvotes
Companies with similar interview experiences
company logo
SDE - 2
5 rounds | 12 problems
Interviewed by Walmart
29570 views
8 comments
0 upvotes
company logo
SDE - 2
3 rounds | 5 problems
Interviewed by Amazon
6677 views
1 comments
0 upvotes
company logo
SDE - 2
6 rounds | 8 problems
Interviewed by Amazon
5175 views
0 comments
0 upvotes