Upload Button Icon Add office photos

Adobe

Compare button icon Compare button icon Compare

Filter interviews by

Adobe Interview Questions, Process, and Tips

Updated 5 Mar 2025

Top Adobe Interview Questions and Answers

  • Q1. There are N cities spread in the form of circle. There is road connectivity b/w city 1 and 2, then city 2 and 3 and so on till city n and 1. Each ith city has a petrol pu ...read more
  • Q2. Write a client server simple code. How will you handle multiple requests? Will increasing number of threads solve the problem. What should be the optimal number of thread ...read more
  • Q3. 33) You are given two hour glasses(those glasses are filled with sand). One hour glass gets emptied by 4 minutes another by 7 minutes. Find how will you calculate 9 minut ...read more
View all 103 questions

Adobe Interview Experiences

Popular Designations

234 interviews found

Interview experience
5
Excellent
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Campus Placement and was interviewed before May 2023. There were 3 interview rounds.

Round 1 - Coding Test 

It was basic DSA round consisting of DP question and Graph question.

Round 2 - Technical 

(1 Question)

  • Q1. 2 Technical Rounds with standard DSA of around 1300 codeforces level. OS was also asked.
Round 3 - HR 

(1 Question)

  • Q1. Final HR round asking general questions about myself and my future goals.

Interview Preparation Tips

Interview preparation tips for other job seekers - Have faith in yourself and have unique approach towards problem solving.

Top Adobe Member Technical Staff Interview Questions and Answers

Q1. Maximum Sum Problem Statement You are given an array ARR of N integers. Your task is to perform operations on this array until it becomes empty, and maximize the sum of selected elements. In each operation, select an element from the array ... read more
View answer (1)

Member Technical Staff Interview Questions asked at other Companies

Q1. Next Smallest Palindrome Problem Statement Find the next smallest palindrome strictly greater than a given number 'N' represented as a string 'S'. Explanation: You are given a number in string format, and your task is to determine the small... read more
View answer (1)
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Campus Placement and was interviewed before Sep 2023. There was 1 interview round.

Round 1 - HR 

(2 Questions)

  • Q1. Questions related to Projects in Resume
  • Q2. 2 Leetcode Medium questions

Top Adobe Product Intern Interview Questions and Answers

Q1. Power Calculation Problem Statement Given a number x and an exponent n, compute xn. Accept x and n as input from the user, and display the result. Note: You can assume that 00 = 1. Input: Two integers separated by a space, x and n. Output: ... read more
View answer (1)

Product Intern Interview Questions asked at other Companies

Q1. Power Calculation Problem Statement Given a number x and an exponent n, compute xn. Accept x and n as input from the user, and display the result. Note: You can assume that 00 = 1. Input: Two integers separated by a space, x and n. Output: ... read more
View answer (1)

Sdet Interview Questions & Answers

user image Anonymous

posted on 20 Mar 2023

Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Keep your resume crisp and to the point. A recruiter looks at your resume for an average of 6 seconds, make sure to leave the best impression.
View all tips
Round 2 - Coding Test 

Coding practice is a must . DSA concept is a must .

Round 3 - Aptitude Test 

Coding Test 2 which involved a basic array ques . Checked logic ability

Interview Preparation Tips

Interview preparation tips for other job seekers - DSA practice ,confidence , try to think hard . Practice coding .

Sdet Interview Questions asked at other Companies

Q1. Given a M x N 2D array containing random alphabets and a function Dict(string word) which returns whether the 'word' is a valid English word. Find all possible valid words you can get from the 2D array, where the alphabets are adjacent to e... read more
View answer (1)

What people are saying about Adobe

View All
an associate consultant
1w
Salary structure at Adobe
How much Adobe pays for Field Service Engineer 1?
Got a question about Adobe?
Ask anonymously on communities.

I applied via Naukri.com and was interviewed in Apr 2022. There were 4 interview rounds.

Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Keep your resume crisp and to the point. A recruiter looks at your resume for an average of 6 seconds, make sure to leave the best impression.
View all tips
Round 2 - Group Discussion 

One topic was given and candidate has to speak on it... This is to check communication skills basically

Round 3 - Technical 

(1 Question)

  • Q1. 1.Blue screen of death 2. Difference between ipv4 and ipv6 3. Mac address 4. Ip address 5. Virtualisation 6. What do you understand by cookies on website
  • Ans. 

    Technical support interview questions on Blue screen of death, IPv4 vs IPv6, MAC address, IP address, virtualisation, and cookies on websites.

    • Blue screen of death is an error screen displayed on Windows operating systems when a system error occurs.

    • IPv4 and IPv6 are both internet protocol versions used to identify devices on a network, but IPv6 has a larger address space and better security features.

    • MAC address is a uni...

  • Answered by AI
Round 4 - One-on-one 

(1 Question)

  • Q1. Couldn't get through second round... So not given 3 Rd round

Interview Preparation Tips

Interview preparation tips for other job seekers - Brush up your technical skills very well... This only will sail you through interview
.. good luck

Skills evaluated in this interview

Technical Support Engineer Interview Questions asked at other Companies

Q1. Admin Questions :- What is Relationships what are types of relationships
View answer (4)

Adobe interview questions for popular designations

 Software Developer

 (19)

 Product Intern

 (10)

 Computer Scientist

 (8)

 Member Technical Staff

 (6)

 Software Engineer

 (6)

 Software Developer Intern

 (6)

 Computer Scientist 2

 (6)

 Product Manager

 (5)

I applied via LinkedIn and was interviewed in Apr 2022. There was 1 interview round.

Round 1 - One-on-one 

(4 Questions)

  • Q1. Brief Introduction about Roles & Responsibilities, Project Domain, Work experience,
  • Q2. Explain Your Project, Module-wise Test planning discussion for any app (I chose OLA)
  • Q3. Couple of question about API & SQL - I was not able to ans so she moved to Manual basics concepts
  • Q4. Basics of coding & Java

Interview Preparation Tips

Topics to prepare for Adobe Software Quality Engineer 2 interview:
  • Manual Testing
  • API
  • Java
  • Domain knowledge
  • puzzles
  • Previoius work experiece
  • Case Study
  • SQL Query
Interview preparation tips for other job seekers - Be Prepared, The interview was easy if I took it seriously i would get selected.

Get interview-ready with Top Adobe Interview Questions

Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Recruitment Consulltant and was interviewed before Apr 2023. There was 1 interview round.

Round 1 - One-on-one 

(2 Questions)

  • Q1. Find left view of binary tree. Two sum problem
  • Ans. 

    Left view of a binary tree is the set of nodes visible when the tree is viewed from the left side.

    • Traverse the binary tree level by level using BFS or DFS.

    • Keep track of the first node encountered at each level (leftmost node).

    • Store the leftmost nodes in an array to get the left view of the binary tree.

  • Answered by AI
  • Q2. Three sum follow up question

Skills evaluated in this interview

Computer Scientist Interview Questions asked at other Companies

Q1. If a subarray exist whose sum = k | leetcode(560)
View answer (1)

Jobs at Adobe

View all
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Referral and was interviewed before Mar 2023. There were 5 interview rounds.

Round 1 - Coding Test 

Hackker Rank test with 20 MCQ and 2 coding questions

Round 2 - Coding Test 

Coding Interview question - ugly number, kadane algorithm

Round 3 - Coding Test 

More coding questions with LRU and Design a data structure with o(1) insertion, deletion, search time and few technical questions

Round 4 - Project Experience 

(1 Question)

  • Q1. Questions regarding previous project experience.
Round 5 - Behavioral 

(1 Question)

  • Q1. 1 DSA question and questions based on project and some puzzles as well as some one word answers.

Top Adobe Member Technical Staff Interview Questions and Answers

Q1. Maximum Sum Problem Statement You are given an array ARR of N integers. Your task is to perform operations on this array until it becomes empty, and maximize the sum of selected elements. In each operation, select an element from the array ... read more
View answer (1)

Member Technical Staff Interview Questions asked at other Companies

Q1. Next Smallest Palindrome Problem Statement Find the next smallest palindrome strictly greater than a given number 'N' represented as a string 'S'. Explanation: You are given a number in string format, and your task is to determine the small... read more
View answer (1)
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Not Selected

I applied via Recruitment Consulltant and was interviewed in Aug 2022. There were 3 interview rounds.

Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Keep your resume crisp and to the point. A recruiter looks at your resume for an average of 6 seconds, make sure to leave the best impression.
View all tips
Round 2 - Coding Test 

Coding test was assigned to me in first round of interview. 4 questions total with time limit.

Round 3 - Case Study 

Case study - related to suite reselling and products improvisation.

Interview Preparation Tips

Interview preparation tips for other job seekers - All was good. Lastly rejected in the final round of interview

Product Manager Interview Questions asked at other Companies

Q1. You see the number of people cancelling the order increasing. Cancel window 24 hours. What would you do?
View answer (27)

Product Owner Interview Questions & Answers

user image rashmirathi

posted on 15 Mar 2023

Interview experience
5
Excellent
Difficulty level
Hard
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Job Portal and was interviewed before Mar 2022. There were 3 interview rounds.

Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Keep your resume crisp and to the point. A recruiter looks at your resume for an average of 6 seconds, make sure to leave the best impression.
View all tips
Round 2 - Group Discussion 

Be prepared to the topic for which you are appearing. Remember the first impression is last so be prepared on talking about yourself. Rehearse it before once and keep in mind that every minute in interview is important so don't talk about things which is not relevant.

Round 3 - Assignment 

Showcase your achievements and talk about individual contributions in the projects you have worked on.

Interview Preparation Tips

Interview preparation tips for other job seekers - Give as much time to the interviewer to reflect on the things you have talked about. Don't use fillers in your sentences like..My name is...aaah...David...uhhh...and...I...am...uhhhh...from....aaahhh..parallel....aaahhh...universe...aaahhh :P

Product Owner Interview Questions asked at other Companies

Q1. What are the prioritization techniques you use to arrange backlog items?
View answer (3)

I applied via LinkedIn and was interviewed in Jun 2022. There were 4 interview rounds.

Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Keep your resume crisp and to the point. A recruiter looks at your resume for an average of 6 seconds, make sure to leave the best impression.
View all tips
Round 2 - HR 

(1 Question)

  • Q1. Your experience, salary expectations etc
Round 3 - Technical 

(1 Question)

  • Q1. My work experience, questions from resume, SQL queries
Round 4 - Behavioral 

(1 Question)

  • Q1. Situational , behavioural questions

Interview Preparation Tips

Interview preparation tips for other job seekers - Be confident and prepare your resume well

Senior Business Analyst Interview Questions asked at other Companies

Q1. Difference between annuity and pension, types of annuity and pension, actions done on a policy, policy flow, RI insurance and it’s types and difference between them. Coinsurance, what are the charges when u cancel policy in 1st year vs 3rd ... read more
View answer (1)

Adobe Interview FAQs

How many rounds are there in Adobe interview?
Adobe interview process usually has 2-3 rounds. The most common rounds in the Adobe interview process are One-on-one Round, Technical and Coding Test.
How to prepare for Adobe interview?
Go through your CV in detail and study all the technologies mentioned in your CV. Prepare at least two technologies or languages in depth if you are appearing for a technical interview at Adobe. The most common topics and skills that interviewers at Adobe expect are Adobe, Javascript, Python, HTML and Product Management.
What are the top questions asked in Adobe interview?

Some of the top questions asked at the Adobe interview -

  1. There are N cities spread in the form of circle. There is road connectivity b/w...read more
  2. Write a client server simple code. How will you handle multiple requests? Will ...read more
  3. Suppose there is an unsorted array. What will be the maximum window size, such ...read more
How long is the Adobe interview process?

The duration of Adobe interview process can vary, but typically it takes about less than 2 weeks to complete.

Tell us how to improve this page.

Adobe Interview Process

based on 156 interviews

Interview experience

4.1
  
Good
View more

Explore Interview Questions and Answers for Top Skills at Adobe

Interview Questions from Similar Companies

Oracle Interview Questions
3.7
 • 857 Interviews
Amdocs Interview Questions
3.7
 • 515 Interviews
Zoho Interview Questions
4.3
 • 511 Interviews
SAP Interview Questions
4.2
 • 282 Interviews
Salesforce Interview Questions
4.0
 • 226 Interviews
24/7 Customer Interview Questions
3.5
 • 176 Interviews
Dassault Systemes Interview Questions
4.0
 • 162 Interviews
View all

Adobe Reviews and Ratings

based on 1.1k reviews

3.9/5

Rating in categories

3.7

Skill development

3.9

Work-life balance

3.8

Salary

3.8

Job security

4.0

Company culture

3.2

Promotions

3.5

Work satisfaction

Explore 1.1k Reviews and Ratings
Manager, Specialist Sales

Noida

10-15 Yrs

Not Disclosed

Professional Services Consultant 2

Bangalore / Bengaluru

5-8 Yrs

Not Disclosed

Machine Learning Engineer 4, Firefly GenAI Services

Noida,

Bangalore / Bengaluru

8-10 Yrs

Not Disclosed

Explore more jobs
Computer Scientist
452 salaries
unlock blur

₹20 L/yr - ₹70 L/yr

Technical Consultant
287 salaries
unlock blur

₹13.2 L/yr - ₹30 L/yr

Computer Scientist 2
260 salaries
unlock blur

₹29.4 L/yr - ₹101 L/yr

Software Engineer
259 salaries
unlock blur

₹8 L/yr - ₹30 L/yr

Senior Software Engineer
210 salaries
unlock blur

₹10 L/yr - ₹33.8 L/yr

Explore more salaries
Compare Adobe with

Salesforce

4.0
Compare

Oracle

3.7
Compare

Microsoft Corporation

4.0
Compare

Amazon

4.0
Compare
Did you find this page helpful?
Yes No
write
Share an Interview