Open In App

Adobe Interview Experience For Internship 1 (On-Campus)

Last Updated : 22 Nov, 2023
Improve
Improve
Like Article
Like
Save
Share
Report

There were 3 rounds in the entire process.

Round 0:

Resume Shortlisting.

Round 1: (Online Assessment​)

The OA had 30 mcq questions which were on aptitude, dsa, oops, os, and networking. Most of the questions were on fundamentals. Apart from the mcqs there were 2 coding questions. One question was on the linked list (https://www.geeksforgeeks.org/program-to-delete-all-even-nodes-from-a-singly-linked-list/) and the other was on the array(You are given 2 vectors a and b of size m and n where the value j of the array at index I can be mapped as (i,j) on a 2d graph, you need to return the number of intersection points of the 2d array such that the next intersection point is larger than the previous one(eg A=(2,4,2,5,7,8,9) B=(3,4,2,5,7) then the output will be 3))

Round 2: (Technical Interview)

The interview was variable for each of the shortlisted candidates. Few had questions only regarding CV and few had only dsa questions. My interviewer just asked my DSA questions about different topics. One question was on arrays( Given an array from 1-n few elements have freq 1 and few have freq 2. Print the numbers with freq 2), one was on spiral matrix, another question was on level order traversal on trees and one question was on bfs traversal on a graph. (Easy level)


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

Similar Reads