Open In App

Adobe Interview Experience | Set 47

Last Updated : 12 Aug, 2024
Summarize
Comments
Improve
Suggest changes
Like Article
Like
Save
Share
Report
News Follow

Round 1(Telephonic)

  1. Dynamic memory allocation for 2d array
  2. How polymorphism works in C++(Vptr and Vtable implementation)
  3. Rope burning puzzle (Measure 45 mins)

Round 2(Skype)

  1. Find maximum repeating element in array. Elements will be always <= k where k is 0 <= k <= n
  2. There is online catalogue of songs (Like Saavn or Gaana). How you will show favorite songs every day to users. Efficient algorithm required. (K max solution/ Min heap solution)

Round 3 (F2F)

  1. Again, how polymorphism works. Draw vtable and vptr
  2. Producer consumer problem with synchronization (Full code)
  3. Difference between mutex, semaphore and condition_variable.
  4. Design parking lot system
  5. Zigzag traversal of binary tree

Round 4 (F2F)

  1. He asked producer consumer problem but I told that same question is asked in previous round.
    Then interviewer went asking lots of question related to producer and consumer. Lots of discussions like what is writer is not there and only reader is there and you need to find out how many readers are currently reading from buffer.
  2. Discussions about C++11 features. How thread and aysnc is different
  3. Design your own shared_ptr(How you will handle ownership)
  4. Check If binary tree is symmetrical.
  5. Find element in rotated sorted array and then optimize it.

Round 5(Hiring Manager)

  1. You are given a rotate function which basically will take any object like (2d image, 3d image, audio, video) and will rotate it by 180 degrees. You need to design the functionally. You only know what type of object is there. (Factory design pattern).
  2. Expression evaluation (Only constraint was that each operand will have different units). For ex-40 inches + 2*2cm +11/2mm + 12*2/6cm. You will have final unit which you need to convert.
  3. 3. 1 Puzzle

Round 6 (Director round)

  1. Why you want to leave current company and other behavioral questions.
  2. Design restaurant finder app. You just have User’s location and you need to find out all the nearby restaurants. You don’t have any external geolocation API. Lots of discussions about how you will divide the area and how you will store the data.



Previous Article
Next Article

Similar Reads

Adobe Shecodes Interview Experience | Adobe Assessment 2020
There were four tests under the Adobe Assessment round that are the following: Cognitive Assessment (MCQ with no negative marking)Technical Assessment (MCQ with no negative marking)Coding Assessment (Programming-total 2 questions)Gamified Assessment (Game-based assessment) Cognitive Assessment(20 minutes): This assessment was divided into 2 section
1 min read
Adobe Interview Experience (Adobe for Women)
I recently gave an interview with Adobe for the position of MTS 1 (Member of Technical Staff 1). Before I begin describing my experience, I'd like the readers to know that the outcome was positive and I'll be joining Adobe very soon. Having referred to interview experiences on GFG for interview preparation myself, I have always found them very usef
8 min read
Adobe Interview Experience | Set 54 (For Internship)
Round 1: The contest was held at hackerrank. Top 20 girls were selected for intern/fte interview through Adobe Codiva. Round 2: This was a telephonic round. The interviewer asked about my projects in detail. Then he gave me a puzzle- In an nxm matrix, if one starts from (0,0) then how many ways are there to reach (n-1,m-1). I was able to tell the c
1 min read
Adobe Interview Experience | Set 55 (On-Campus Full Time for MTS profile)
Adobe came in our college for MTS (Member of Technical Staff profile). Round 1: This was an online round conducted on Hackerrank platform.It had 3 coding questions.:- You need to buy cupcakes as you visit from one shop to another.You can either buy a cupcake, sell a cupcake or do nothing.You will be visiting Y shops.And initially you have X cupcake
7 min read
Adobe Interview Experience | Set 56 (Off-Campus Full Time for MTS profile)
Round 1: Online Hackerrank Test Round 2: Technical Round Asked about past project &amp; challenges faced. Opening an application as multiple processes but use them such as if one application is opened, another instance, process of same application cannot be opened till previous is closed. Solve with Semaphore. Puzzle : 100 balls are there, 50 are r
1 min read
Adobe Interview Experience | Set 48 (On-Campus)
Coding Round: A variation of Knapsack Easy string manipulation problem A brute-force based string matching problem Technical Round 1: Finding the length of a Linked-List with a cycle. Difference between a stack and a heap with respect to Virtual Memory Given a cube in 3D space with integer dimensions, print all the lattice points on the surface of
2 min read
Adobe Interview Experience | Set 49 (For Member of Technical Staff)
The complete process for Adobe - Member of Technical Staff consisted of 5 rounds. 1. Online Round 2. Round 1 3. Round 2 4. Round 3 5. Round 4 (HR round) Online Round (50 + 90 mins) 2 Separate online rounds were hosted on Hackerrank . Online Aptitude Round Online Aptitude Round consisted of 30 questions. Online Coding Round Online Coding Round consi
4 min read
Adobe Interview Experience | Set 50 (On-Campus)
Online Round (50 + 90 mins) 2 Separate online rounds were hosted on Hackerrank . Online Aptitude Round Online Aptitude Round consisted of 30 questions. Online Coding Round Online Coding Round consisted of 3 questions. You have to classify a string as “GOOD”, “BAD” or “MIXED”. A string is composed of lowercase alphabets and ‘?’. A ‘?’ is to be repla
3 min read
Adobe Interview Experience | Set 51 (For MTS Fresher)
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
3 min read
Adobe Interview Experience | Set 18 (For WBT Profile)
Following is my Interview experience in Adobe Bangalore for the profile of White Box Test Engineer. Written Round There were two parts technical and aptitude Aptitude questions(MCQ) were fairly easy, simple mathematical, geometrical problems, profit and loss etc Also Logical questions with paragraph..(R.S. Aggarwal is enough) 30 Technical questions
4 min read
Adobe Interview Experience | Set 19 (For MTS)
Written round: Same test every-time. 1st round: He asked me to write code for hello world in C. Then he asked where this printf is stored and how compiler knows where to check that thing. If printf declaration is moved to the program will it get executed. I told him that I am not aware of these things. Connect Nodes at Same Level without using extr
3 min read
Adobe Interview Experience | Set 21 for Software Engineer (Fresher)
Adobe Interview Experience for Software engineer (Testing profile, Fresher) Phase 1: shortlisting of resumes on basis of CGPA(7.5 in our case) Online Aptitude Test- link is mailed to email account, consists of 45 questions in 50 minutes, reasoning questions bit tough, but quant part is very easy. My advice for this test is started from the last que
3 min read
Adobe Interview Experience | Set 22 (On-Campus)
Adobe Interview Experience (On-Campus) Round 1: Coding round: 3 questions, 90 mins: Given k, n, m. where k is no. of coconuts you initially have. n is the some no. such that if you have &ge; n coconuts, you become stressed otherwise you become normal. m is the no. of shops. You go from 1st shop to mth shop without skipping any shop. At ith shop, ei
3 min read
Adobe Interview Experience | Set 23 (1 Year Experienced)
I recently interviewed at Adobe, Noida office and got the offer. I had 1-year work experience. It was a standard process comprising of an aptitude and technical test on Hackerrank. It's the same every time. You can have a look at the test in previous archives. Screening Aptitude Test Technical Test having 13 MCQs and 7 standard coding questions. In
5 min read
Adobe Interview Experience | Set 24 (On-Campus for MTS)
Adobe came for recruitment in my college. Here is my experience- First round was an online round- There were some aptitude questions and 3 coding questions. I remember only 1 ques out of the three. You are given the height of n towers and value k. You have to either increase or decrease the height of every tower by k. You need to minimize the diffe
3 min read
Adobe Interview Experience | Set 25 (On-Campus for MTS-1)
Initial Round: Aptitude Paper: 45 questions to solve in 50mins. The platform was Hackerrank. No negative marking. I solved around 35 approx. correctly. Online Coding: 3 questions to solve in 90mins. The platform was Hackerrank. Two of them I remember. Given a string with no spaces and random characters, we have to find that a given word can be form
6 min read
Adobe Interview Experience | Set 26 (On-Campus for MTS-1)
Adobe visited our campus for full-time Member of Technical Staff-I (MTS-1) First round consisted of an aptitude test and a coding test. The aptitude test had 45 minutes and 45 questions. The test was an average one. A tip starts the test from the last question they were really easy as compared to the starting 15 questions. The coding test had 3 que
3 min read
Adobe Interview Experience | Set 27 (On-Campus for Internship)
Round 1: Online Round 60 min. 8-9 Questions where asked. 6 Aptitude Questions: (1 point each) 2 coding questions:( 2 points each) (only pseudocode) Given the ID, starting time and ending time of racers, Output the no. of racers whose starting time is greater and ending time is less than a racer. Given a BST output the rank of the element in that tr
3 min read
Adobe Interview Experience | Set 28 (For MTS-2)
Written round: 3 hours of written test. First technical and then aptitude. Few technical questions that I can remember. int* a = (int*)60; int* b = (int*)40; printf("%d", a-b); Print the output. (Ans: 5) Given a boolean number in string form. WAP to output the 2's complement of the number in the same form(string). Convert a prefix expression to pos
5 min read
Adobe Interview Experience | Set 29 ( Off-Campus)
Written: Online Aptitude test, time = 45 mins questions = 60. Online Coding test, time = 2hrs, questions =7coding,13 technical multiple choice.7 coding ques. : To check if the parenthesis are balanced. Matrix has rows in the form of 1's followed by0's. Find the row with the maximum number of 1's Reverse a linked list Multiply two numbers using a mi
4 min read
Adobe Interview Experience | Set 30 (Off-Campus For Member Technical Staff)
Hi, I was recently interviewed for MTS at Adobe. Here is my interview experience: Online aptitude test Online technical test : It comprised of C MCQs and coding question(in any language). Coding questions were: To check if the parenthesis is balanced. Matrix has rows in the form of 1’s followed by0’s. Find the row with the maximum number of 1’s Rev
4 min read
Adobe Interview Experience | Set 31
I was interviewed by Adobe at hyderbad following is the experience F2F Round 1:- 1. What is MVC in angularjs ?(Angularjs was mentioned on my Resume so he asked me) 2. Write programme to find first repeating element in an array sol :- https://www.cdn.geeksforgeeks.org/find-first-repeating-element-array-integers/ 3. https://www.cdn.geeksforgeeks.org/
2 min read
Adobe Interview Experience | Set 32 (For MTS-1)
I was recently interviewed for MTS-1 at Adobe. Here is my interview experience: 1) Online written round 1. Aptitude test, time = 45 min, questions = 60. (Tip: Start from last question.) 2. Coding test, time = 2hrs, questions = 7 coding, 13 technical multiple choice. Multiple choice questions contained maximum questions related pointers. 7 coding qu
5 min read
Adobe Interview Experience | Set 33 (On-Campus)
Adobe came to my campus in April 2016 for Software Engineer(White Box Testing) profile. ONLINE ASSESSMENT ON HACKERRANK: First, they took 2 online tests.An aptitude test having 50 questions to be done in 45 minutes. It was pretty easy .Mostly questions were on logical reasoning based on seating arrangements,data interpretation,test cases ,find the
5 min read
Adobe Interview Experience | Set 34 (For MTS-1)
Recently I appeared in interview for MTS-1 Adobe. Here is my experience. Written Round: Very easy aptitude Questions on geometry, DI, profit loss etc. Main are the coding questions which were: 1. Paranthesis matching 2. Row with maximum 0s in a matrix with 0s and 1s where in each row 0s come before 1s 3. Multiply two numbers without using * operato
4 min read
Adobe Interview Experience | Set 35 (Off-Campus Drive)
Recently I appeared for adobe interview drive at Hyderabad. Here is the questions being asked to me. Round 1: Written test based on online hackerrank. MCQ choice questions on aptitude and 5 coding questions. Round 2: Telephonic discussion. Infinite streams of number, find top k numbers. OS scheduling policies. 9 balls puzzle to detect the faulty ba
2 min read
Adobe Interview Experience | Set 36 (Off-Campus Drive)
Online Written Test: Multiple choice questions on aptitude and programming 2 coding questions. F2F R1 1) Given a string of any length. print all possible combinations of string length k Hint use recursion 2) Given a matrix, print in spiral order. 3) Verify whether given tree is BST or not. Had solved as per the method 3 https://www.cdn.geeksforgeek
2 min read
Adobe Interview Experience | Set 37 (3.5 Years Experienced)
Online Written Test 20 MCQ + 5 Coding Questions F2F 1 1. There are two sorted arrays . Find the median of array obtained by Merging these two arrays. https://www.cdn.geeksforgeeks.org/median-of-two-sorted-arrays/ 2. Find Transpose of a Matrix. 3. Tell me about Garbage Collection . I told him about GC process and different types of GCs available. Th
2 min read
Adobe Interview Experience | Set 38 (4.6 Years Experienced)
Round 1: Q1. Implement memcpy function. How do you make compiler to give warning if user passes nomberOfBytes less then equal to zero. Q2. Write code to multiply two matrix. Q3. What is SIMD? Q4. What are different IPCs mechanisam. Q5. Find least common ancestor for N-ary tree, given pointer of two nodes. tree structure has parent pointer too. Q6.
2 min read
Adobe Interview Experience | Set 39 (1.5 Years Experienced)
Test Procedure: (Prior to interview date) 1. Online Written test. Time: 1:30 hrs Questions: 25(5- coding, 20- MCQ) MCQs were aptitude, Operating systems and output questions Coding were simple array manipulation. 2. F2F Interview(1 hrs) (Bangalore) Q1: Find the diameter of the of binary tree with least complexity(O(n)). https://www.cdn.geeksforgeek
2 min read