Code360 powered by Coding Ninjas X Naukri.com. Code360 powered by Coding Ninjas X Naukri.com
Adobe interview experience Real time questions & tips from candidates to crack your interview

SDE - 1

Adobe
upvote
share-icon
4 rounds | 8 Coding problems

Interview preparation journey

expand-icon
Journey
Hi all coding ninja users, My name is Jayshree, I'm excited to tell you about my journey. So was looking for change the jobs, I've applied threw linkedin, naukri and other many site. But i didn't get selected, later I found there was program running by Adobe about women in tech scholarship, and i got interview call by them, there were 4 round of interview.
Application story
I was looking for change the jobs, I've applied threw linkedin, naukri and other many site. But i didn't get selected, later I found there was program running by Adobe about women in tech scholarship, and i got interview call by them.
Why selected/rejected for the role?
Unfortunately, I didn't selected for the roll but overall it was good experience, I learnt many things
Preparation
Duration: 4 months
Topics: OOPS, DATA ANALYSIS, ALGORITHMS, System design, Web development
Tip
Tip

Tip 1 : do atleast some project
Tip 2 : develop problem solving skill

Application process
Where: Campus
Eligibility: No for experienced
Resume Tip
Resume tip

Tip 1: write what you know, and mentioned some project
Tip 2: don't put false things

Interview rounds

01
Round
Medium
Online Coding Interview
Duration20 minutes
Interview date18 Nov 2022
Coding problem3

1. DBMS Question

It was problem of SQL and plsql

Problem approach

Tip 1: clear your basics in sql
Tip 2: practice more queries

2. DSA

DSA questions all about pointing, recursion and some searching sorting algorithm

Problem approach

Tip 1: practice more n more mcq 
Tip 2:do dry run while solving mcq

3. OS Question

It was on Unix operating system about bash and kernal

Problem approach

Tip 1: clear your basics on operating system

02
Round
Medium
Online Coding Test
Duration25 minutes
Interview date19 Nov 2022
Coding problem2

This round is coding round, and it was all about 25 minutes, they have given me 3 coding problem where i need to solve any 2 coding problem with successful testcases in 25 minutes. I solved that

1. Sort Array

Easy
15m average time
80% success
0/40
Asked in companies
IntuitAdobeErnst & Young (EY)

You are given ‘N’ distinct integers in the form of an array ‘ARR’. You need to find whether it is possible to sort the given array by choosing a continuous subarray and reversing that subarray. You have to return “true” if it is possible to sort the array after reversing the subarray. Otherwise, return “false”.

For example:
Let ‘ARR’ be: [3, 2, 1]
We can pick the whole array as a subarray and reverse it to get the sorted array [1, 2, 3].
Problem approach

Tip 1: practice all sorting algorithm

Try solving now

2. Stack Implementation Using Array

Easy
20m average time
70% success
0/40
Asked in companies
Tata Consultancy Services (TCS)SprinklrAdobe

Stack is a data structure that follows the LIFO (Last in First out) principle. Design and implement a stack to implement the following functions:

1. Push(num): Push the given number in the stack if the stack is not full.

2. Pop: Remove and print the top element from the stack if present, else print -1.

3. Top: Print the top element of the stack if present, else print -1.

4. isEmpty: Print 1 if the stack is empty, else print 0.

5. isFull: Print 1 if the stack is full, else print 0.


You have been given ‘m’ operations which you need to perform in the stack. Your task is to implement all the functions of the stack.


Example:
We perform the following operations on an empty stack which has capacity 2:

When operation 1 1 is performed, we insert 1 in the stack.

When operation 1 2  is performed, we insert 2 in the stack. 

When operation 2 is performed, we remove the top element from the stack and print 2.

When operation 3 is performed, we print the top element of the stack, i.e., 3.

When operation 4 is performed, we print 0 because the stack is not empty.

When operation 5 is performed, we print 0 because the stack is size 1, which is not equal to its capacity.
Problem approach

Tip 1: practice more n more program of linked list, stacks and queues

Try solving now
03
Round
Medium
Online Coding Test
Duration30 minutes
Interview date24 Nov 2022
Coding problem2

This round also based on data structures and data analysis queries, it was around 30 to 35 minutes round

1. Symmetric Tree

Easy
20m average time
82% success
0/40
Asked in companies
OLX GroupCIS - Cyber InfrastructureIBM

You are given a binary tree, where the data present in each node is an integer. You have to find whether the given tree is symmetric or not.

Symmetric tree is a binary tree, whose mirror image is exactly the same as the original tree.

For Example:

sym_tree

Problem approach

Tip 1: practice questions of binary tree from lit code
 

Try solving now

2. DBMS Questions

This problem based on PLSQL where i need to make real time package including procedure, function and cursor.

04
Round
Easy
HR Round
Duration15 minutes
Interview date25 Nov 2022
Coding problem1

1. Basic HR Questions

She have asked me questions about my background, my college, and my previous question, salary discuss happened.

Here's your problem of the day

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

What does ROLLBACK do in DBMS?

Start a Discussion
Similar interview experiences
company logo
SDE - 1
3 rounds | 5 problems
Interviewed by Adobe
2618 views
0 comments
0 upvotes
company logo
SDE - 1
4 rounds | 10 problems
Interviewed by Adobe
847 views
0 comments
0 upvotes
company logo
SDE - 1
4 rounds | 11 problems
Interviewed by Adobe
733 views
0 comments
0 upvotes
company logo
SDE - 1
5 rounds | 8 problems
Interviewed by Adobe
809 views
0 comments
0 upvotes
Companies with similar interview experiences
company logo
SDE - 1
5 rounds | 12 problems
Interviewed by Amazon
104062 views
24 comments
0 upvotes
company logo
SDE - 1
4 rounds | 5 problems
Interviewed by Microsoft
49377 views
5 comments
0 upvotes
company logo
SDE - 1
3 rounds | 7 problems
Interviewed by Amazon
30808 views
6 comments
0 upvotes