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

Intern

Adobe
upvote
share-icon
2 rounds | 2 Coding problems

Interview preparation journey

expand-icon
Preparation
Duration: 2 Months
Topics: DBMS, Data Structures and Algorithms, OOPS Concept, Maths puzzles, Aptitude, CN, OS
Tip
Tip

Tip 1 : Whenever you code at any platform try to express that code verbally.
Tip 2 : Never leave any topic from any chapter / Subject.
Tip 3 : Practice previous interview questions from LeetCode.

Application process
Where: Other
Eligibility: NO
Resume Tip
Resume tip

Tip 1 : Try to interest your reader visually.
Tip 2 : A clean, professional format with a little style.

Interview rounds

01
Round
Medium
Video Call
Duration45 Minutes
Interview date4 Apr 2019
Coding problem1

The timing is in the afternoon, the environment is also chill as the interviewer is friendly in nature, Interviewer wants to check the mainly problem-solving skills of the candidate, and yeah it was good.

1. Remove K Digits

Moderate
25m average time
75% success
0/80
Asked in companies
FacebookMicrosoftMakeMyTrip

You are given a non-negative integer ‘num’ in the form of a string and provided with an integer ‘k’.


You need to find the smallest integer possible by removing exactly ‘k’ digits from ‘num.’


Note :
‘num’ does not have leading zeros except when ‘num’ equals zero.
Example:
Input: ‘num’ = ‘141’ , ‘k’ = 1.

Output: ‘11’

Explanation: By removing only 1 digit from ‘num’, 3 numbers can be formed: 14, 11, and 41. Out of which 11 is the smallest number.
Note :
You don’t have to print anything. It has already been taken care of. Just implement the given function.
Problem approach

1. In any question whenever we need to find the next greater or smaller number to an element, the stack is the go-to data structure.
2. In this question, we remove a digit on the left or when it is greater than the digit on the right. So, using a stack we find the next smaller number to a digit on its right. If it exits, we pop the digit on the left.

Try solving now
02
Round
Easy
HR Round
Duration45 minutes
Interview date19 Apr 2019
Coding problem1

So HR is also friendly in nature. He starts with:
1. Tell me about yourself. (You can start with your family history, then go on to your educational qualifications, and finally your professional advancement.)
2. Are you open to relocating to other parts of India?
3. What do you hope to get out of this internship?

1. Technical Questions

OSI Model layers, asked about what i had done in the field of networking, tools i had used ( wireshark, putty etc ) and their purpose, about different protocols, differences between things, pointers in details etc

Problem approach

Tip 1 : Tell the interviewer if you dont know something
Tip 2 : Ask for clarifications if you dont understand the question

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
3 rounds | 5 problems
Interviewed by Adobe
1689 views
0 comments
0 upvotes
company logo
Intern
3 rounds | 4 problems
Interviewed by Adobe
0 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
Intern
2 rounds | 2 problems
Interviewed by Microsoft
1499 views
0 comments
0 upvotes
company logo
Intern
3 rounds | 4 problems
Interviewed by Oracle
1298 views
0 comments
0 upvotes
company logo
Intern
2 rounds | 4 problems
Interviewed by Microsoft
0 views
0 comments
0 upvotes