Open In App

Adobe Interview Experience | Set 51 (For MTS Fresher)

Last Updated : 10 Jan, 2019
Improve
Improve
Like Article
Like
Save
Share
Report

Online Aptitude Round

Online Aptitude Round consisted of 60 questions. I did about 40 questions with 90% accuracy.

Online Coding Round

Online Coding Round consisted of 2 questions related to arrays and strings (very easy).

One question was related to total number of palindromic strings.

For both questions, coding platform was CoCubes.

Those who did both the questions were called for the interview.

The interview day started with a written round.

WRITTEN ROUND

It consisted of 5 questions.

  1. Something related to microprocessor (load, add etc)

  2. https://www.geeksforgeeks.org/dynamically-allocate-2d-array-c/

  3. Given n number of computers and connectivity between them (if computer a is connected to computer b or not). Write a program to find whether each computer in the network is connected to every other computer or not.

It can be done by bfs or dfs.

  1. Given a hexadecimal number in the form of a string. Convert it into decimal string.

  2. Given an array. WAP to find the starting index of the subset whose sum is closest to zero.

TECHNICAL

Round 1

Round 2

Round 3

HR Round

  • Why Adobe?

  • What are your hobbies, strengths, and weaknesses?

  • How do u react in stressful situations? and some other usual questions.

After this, I got waitlisted and after 4 months I got a call for one more interview.

Technical Round

  • Reversing linked list (both iterative and recursive solutions)

  • Detailed discussion about all of my projects

  • Some puzzles

  • Oops concepts

  • I was asked to write a code explaining overloading and overriding.

  • I was asked to write a python code for searching a particular string in each line of a given file.

  • I was asked, how many lines of code have I written in java, python and c++.

  • In how much time after 11 am, will both the minute and hour hand form an angle of 180 degree.

  • Some more questions on linked list.

Then the last round was HR Discussion.

After about 5 days, I got the email stating that I’d been selected.

SOME SUGGESTIONS FOR ADOBE

Prepare from geeksforgeeks thoroughly, especially c concepts and data structures.

They focus more towards your approach and the confidence with which you speak.



Like Article
Suggest improvement
Previous
Next
Share your thoughts in the comments

Similar Reads