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

SDE - 1

Adobe
upvote
share-icon
3 rounds | 6 Coding problems

Interview preparation journey

expand-icon
Journey
Initially I was not much more good at coding part. But later on with the help of many platforms like coding ninjas, gfg etc I practiced a lot and overcome this drawback and finally able to crack many interview. I was working in IT industry from last 6 years.
Application story
I have applied through Linkedin one day. Luckily my resume got shortlisted and was asked the HR to go through the all the rounds. I cracked all three rounds and finally got this position in Adobe.
Why selected/rejected for the role?
I was selected for this role as I was good in machine learning and data technology and Adobe was working in the development of some features related to data science. I was also good at coding part too. They saw my capability and problem solving skill. On these basis, I was selected.
Preparation
Duration: 12 months
Topics: Data Structures, OOPS, System Design, Algorithms, Operating System
Tip
Tip

Tip 1 : Practice two questions atleast per day. (Starting from Arrays)
Tip 2 : Focus on code optimisation once you are done with brute force
Tip 3 : Always be honest with interviewer. He is much more smarter than you.

Application process
Where: Referral
Eligibility: 7 CGPA
Resume Tip
Resume tip

Tip 1 : Only mention those topics in resume in which you are more confident. Don't put extra things to fill your CV.
Tip 2 : Mention atleast one project in your resume. Interviewer will test your skill on the basis of mentioned projects.

Interview rounds

01
Round
Medium
Online Coding Interview
Duration90 minutes
Interview date15 Sep 2022
Coding problem2

They asked two coding questions of level hard. Each question completion time was 45 min.

1. Sorted Matrix

Moderate
25m average time
85% success
0/80
Asked in companies
MicrosoftAmazonFidelity International

You are given an N x N matrix 'MAT' of positive integers, where every row and column is sorted in non-decreasing order.

Your task is to return a list containing all elements of the matrix in sorted order.

For example :

If the matrix is:

10 20 30 40
15 20 35 42
27 29 37 46
32 33 38 49

The output will be the elements of matrix in sorted order:
10 15 20 20 27 29 30 32 33 35 37 38 40 42 46 49

Follow Up:

Can you solve this in O((N ^ 2) * log(N)) time and O(N) space complexity?
Try solving now

2. Find the password

Easy
10m average time
90% success
0/40

Spider Man needs to retrieve a secret file stored in the computer of Dr. Octavius. He finds a clue to the password, but since he is running short on time, he asks you for help. Following is the clue provided-

Given ‘N’ DIGITS valued from 0 to 9, the password is the minimum possible sum of two numbers formed by using all the DIGITS only once.

For example - For DIGITS = [4, 3, 2, 7, 1, 9], the minimum sum is 385 which is obtained by adding numbers 137 and 249.

Can you help Spider Man find the password?

Note - The number of DIGITS is always greater than or equal to 2. Hence, the answer will always exist.

Try solving now
02
Round
Medium
Video Call
Duration120 minutes
Interview date16 Sep 2022
Coding problem3

In this round, the interviewer was an engineering manager. I started with the introduction and then moved to the projects. After seeing that my projects were in web development, he asked questions related to it.

1. Puzzle

There are two jugs, each of 4 and 3 liters respectively, without any measuring marks. How many minimum steps are required to have 2 liters of water into the 4 litre jug? (the jugs can be filled any number of times with water, and they can be emptied any number of times).

Problem approach

Here we need 2 litre water in 4 litre jug (not in any of the two jugs).

2. DSA Question

1. Which sorting algorithm do you like and explain it

2. What’s the difference between merge sort and quick sort and their use cases?

Problem approach

I chose merge sort. Explained divide and conquer concept and time complexities related to it.

3. OS Questions

What is thread in OS?

Is the node multithreaded? 

What is IPC? What are the different IPC mechanisms?

What is virtual memory?

03
Round
Medium
HR Round
Duration30 minutes
Interview date16 Sep 2022
Coding problem1

In this round, I gave my introduction to the interviewer who was very friendly. She asked me some very basic questions about me and my background.

1. Basic HR Questions

What are your strengths and weaknesses?

How to tackle pressure during work?

Why should we hire you?

Problem approach

Be honest during interview and keep your mind callm

Here's your problem of the day

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

Skill covered: Programming

How do you remove whitespace from the start of a string?

Choose another skill to practice
Similar interview experiences
company logo
SDE - 1
3 rounds | 5 problems
Interviewed by Adobe
3191 views
0 comments
0 upvotes
company logo
SDE - 1
4 rounds | 10 problems
Interviewed by Adobe
1198 views
0 comments
0 upvotes
company logo
SDE - 1
5 rounds | 8 problems
Interviewed by Adobe
1400 views
0 comments
0 upvotes
company logo
SDE - 1
4 rounds | 8 problems
Interviewed by Adobe
3464 views
0 comments
0 upvotes
Companies with similar interview experiences
company logo
SDE - 1
5 rounds | 12 problems
Interviewed by Amazon
115097 views
24 comments
0 upvotes
company logo
SDE - 1
4 rounds | 5 problems
Interviewed by Microsoft
58238 views
5 comments
0 upvotes
company logo
SDE - 1
3 rounds | 7 problems
Interviewed by Amazon
35147 views
7 comments
0 upvotes