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

Software Engineer

Adobe
upvote
share-icon
3 rounds | 5 Coding problems

Interview preparation journey

expand-icon
Preparation
Duration: 3 Months
Topics: OS, Computer Networks, DSA, C++/ Java/ C, Debugging
Tip
Tip

Tip 1 : C programming basics
Tip 2 : Archives from online sources

Application process
Where: Campus
Eligibility: none
Resume Tip
Resume tip

Tip 1 : explain all the projects clearly
Tip 2 : expectation is more of close to hardware type work eg...compilers, C language, assembly level how it happens, how memory and pointers behave.

Interview rounds

01
Round
Easy
Online Coding Interview
Duration60 Minutes
Interview date2 Oct 2020
Coding problem2

Computer based test.

1. Zigzag Binary Tree Traversal

Easy
10m average time
90% success
0/40
Asked in companies
AmazonGoldman SachsFlexiEle Consulting Services (FE)

You are given a ‘Binary Tree’.


Return the level-order traversal of the Binary Tree.


Example:
Input: Consider the following Binary Tree:

Example

Output: 
Following is the level-order traversal of the given Binary Tree: [1, 2, 3, 5, 6, 4]


Problem approach

1. gave the brute force approach.
2. using level order traversal explained the approach.

Try solving now

2. Reverse String

Moderate
0/80
Asked in companies
Livekeeping (An IndiaMART Company)IBMMcAfee

You are given a string ‘S’. You are also given ‘M’ integers in an array ‘A’. You perform ‘M’ operations on this string. The operations are given in an array ‘A’ of size ‘M’.

You perform the operations in the order they appear in the array ‘A’. In the ‘i’th operation, you reverse the substring of ‘S’ from the position ‘A[i]’ to ‘len(S)’ - ‘A[i]’ - 1 (0 based).

Your task is to find the string after performing all the operations.

Example :
‘S’ = “aabcd”, ‘M’ = 2, ‘A’ = [0, 1]
After 1st operation i.e, reversing from [0, 4], ‘S’ = “dcbaa”.
After 2nd operation i.e, reversing from [1, 3], ‘S’ = “dabca”.
Hence, the answer is “dabca”.
Problem approach

reverse the given sentence normally and then reverse each word seperately.

Try solving now
02
Round
Easy
Online Coding Interview
Duration60 Minutes
Interview date2 Oct 2020
Coding problem2

F2f interview

1. Find prime numbers

Easy
15m average time
80% success
0/40
Asked in companies
HSBCOptumIBM

You are given a positive integer ‘N’. Your task is to print all prime numbers less than or equal to N.

Note: A prime number is a natural number that is divisible only by 1 and itself. Example - 2, 3, 17, etc.

You can assume that the value of N will always be greater than 1. So, the answer will always exist.

Problem approach

Sieve of Eratosthenes approach was used by me for this problem

Try solving now

2. Puzzle

Bridge crossing problem min time to cross 4 ppl across the bridge.

03
Round
Easy
Online Coding Interview
Duration30 Minutes
Interview date2 Oct 2020
Coding problem1

HR round

1. Operating System Based Questions

Explain: Scheduling algorithm, Paging algorithm, Synchronization

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
Software Engineer
2 rounds | 5 problems
Interviewed by Adobe
1443 views
0 comments
0 upvotes
company logo
Software Engineer
4 rounds | 8 problems
Interviewed by Adobe
1292 views
0 comments
0 upvotes
company logo
Software Developer
2 rounds | 4 problems
Interviewed by Adobe
4530 views
0 comments
0 upvotes
company logo
Software Engineer
5 rounds | 5 problems
Interviewed by Adobe
1005 views
0 comments
0 upvotes
Companies with similar interview experiences
company logo
Software Engineer
3 rounds | 7 problems
Interviewed by Optum
7976 views
1 comments
0 upvotes
company logo
Software Engineer
5 rounds | 5 problems
Interviewed by Microsoft
10148 views
1 comments
0 upvotes
company logo
Software Engineer
2 rounds | 4 problems
Interviewed by Amazon
4448 views
1 comments
0 upvotes