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

View all 364 questions

Adobe Interview Experiences

Popular Designations

234 interviews found

Computer Scientist Interview Questions & Answers

user image Sharmee Biswas

posted on 26 Jun 2024

Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Coding Test 

1st round was based on DSA and mostly leetcode medium questions

Round 2 - Technical 

(1 Question)

  • Q1. Finish the react application with the given functionalities
  • Ans. 

    The react application needs to be completed with given functionalities.

    • Implement state management using Redux or Context API

    • Create components for different sections of the application

    • Fetch data from an API and display it in the application

    • Add routing using React Router for navigation

    • Implement form handling for user input

  • Answered by AI

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)

HCL Healthcare

Rated 4.5 for Work-Life Balance by our employees on AmbitionBox

Success to our employee's well-being? A work-life balance that's simply unbeatable.

Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(1 Question)

  • Q1. About projects in the resume detailed explanation
Adobe Interview Questions and Answers for Freshers
illustration image
Interview experience
3
Average
Difficulty level
Hard
Process Duration
4-6 weeks
Result
Not Selected

I applied via Company Website and was interviewed in Sep 2023. There were 2 interview rounds.

Round 1 - One-on-one 

(1 Question)

  • Q1. Managerial standard questions
Round 2 - Technical 

(2 Questions)

  • Q1. System design and architecture
  • Q2. Propose architecture for an application
  • Ans. 

    Propose architecture for an application

    • Identify the requirements and constraints of the application

    • Choose appropriate technologies and frameworks based on requirements

    • Design a scalable and modular architecture

    • Consider security, performance, and maintainability

    • Implement microservices architecture for flexibility and scalability

  • Answered by AI

Engineering Manager Interview Questions asked at other Companies

Q1. System Design - how would design a trading system, what db, cloud you would consider and why? how would ensure data is real time not near real time? How would you set up devOps for this ?
View answer (1)

Intern Interview Questions & Answers

user image Anonymous

posted on 3 Nov 2024

Interview experience
1
Bad
Difficulty level
-
Process Duration
-
Result
-
Round 1 - HR 

(2 Questions)

  • Q1. Tell about yourself
  • Ans. 

    I am a recent graduate with a degree in Computer Science and a passion for coding and problem-solving.

    • Recent graduate with a degree in Computer Science

    • Passionate about coding and problem-solving

    • Experience with programming languages like Java, Python, and C++

    • Completed internships at tech companies such as Google and Microsoft

  • Answered by AI
  • Q2. Skills that you know

Interview Preparation Tips

Interview preparation tips for other job seekers - Please study

Intern Interview Questions asked at other Companies

Q1. Case. There is a housing society “The wasteful society”, you collect all the household garbage and sell it to 5 different businesses. Determine what price you will pay to the society members in Rs/kg, given you want to make a profit of 20% ... read more
View answer (8)

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)

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

I applied via Company Website and was interviewed in May 2024. There was 1 interview round.

Round 1 - Coding Test 

Coding test that is from html,CSS, javascript

Front end Developer Interview Questions asked at other Companies

Q1. Non-Decreasing Array Problem Statement Given an integer array ARR of size N, determine if it can be transformed into a non-decreasing array by modifying at most one element. An array is defined as non-decreasing if ARR[i] <= ARR[i + 1] f... read more
View answer (3)

Get interview-ready with Top Adobe Interview Questions

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

I applied via Naukri.com and was interviewed in Mar 2024. There was 1 interview round.

Round 1 - HR 

(2 Questions)

  • Q1. He asked me to give a introduction
  • Q2. He asked me to tell something about my last job

Interview Preparation Tips

Interview preparation tips for other job seekers - Round 1 was hr round then vna round took place after that final round , overall experience was quite good

Customer Service Representative Interview Questions asked at other Companies

Q1. 4) What is the difference between BPO and KPO?
View answer (3)

Jobs at Adobe

View all

Consultant Interview Questions & Answers

user image harish sridharan

posted on 16 Mar 2024

Interview experience
3
Average
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Not Selected

I applied via Campus Placement and was interviewed in Feb 2024. There were 3 interview rounds.

Round 1 - Aptitude Test 

Focus on all basic aptitude concepts

Round 2 - Technical 

(1 Question)

  • Q1. Stack parenthesis
Round 3 - HR 

(1 Question)

  • Q1. Have you attended hackerrank
  • Ans. 

    Yes, I have attended Hackerrank for coding challenges and practice.

    • I have completed coding challenges on Hackerrank to practice my skills

    • I have participated in coding competitions on Hackerrank

    • I have used Hackerrank to prepare for technical interviews

  • Answered by AI

Consultant Interview Questions asked at other Companies

Q1. How would you pass an entry for travel expenses incurred and paid by employee and was reimbursed? How would the end to end flow happens
View answer (8)
Interview experience
4
Good
Difficulty level
Hard
Process Duration
Less than 2 weeks
Result
No response

I applied via LinkedIn and was interviewed before Sep 2023. There were 3 interview rounds.

Round 1 - Group Discussion 

Work life balance among employees

Round 2 - Technical 

(2 Questions)

  • Q1. Unique path in a grid
  • Ans. 

    Find the number of unique paths in a grid from top left to bottom right

    • Use dynamic programming to store the number of paths to each cell

    • At each cell, the number of paths is the sum of paths from the cell above and the cell to the left

    • Example: For a 3x3 grid, there are 6 unique paths

  • Answered by AI
  • Q2. Maximum product in subarrray
  • Ans. 

    Find the maximum product of a subarray within an array of strings.

    • Iterate through the array and keep track of the maximum product so far

    • Consider both positive and negative numbers in the subarray

    • Handle edge cases like all negative numbers or empty array

  • Answered by AI
Round 3 - HR 

(2 Questions)

  • Q1. Questions on projects
  • Q2. Question on sql and dbms

Skills evaluated in this interview

Top Adobe Software Developer Interview Questions and Answers

Q1. Delete the Middle Node from a Singly Linked List Given a singly linked list of integers, the task is to remove the middle node from this list. Input: The first line of input includes an integer 'T' which denotes the number of test cases. Ea... read more
View answer (1)

Software Developer Interview Questions asked at other Companies

Q1. Maximum Subarray Sum Problem Statement Given an array of integers, determine the maximum possible sum of any contiguous subarray within the array. Example: Input: array = [34, -50, 42, 14, -5, 86] Output: 137 Explanation: The maximum sum is... read more
View answer (42)

Interview Questions & Answers

user image Anonymous

posted on 17 Mar 2024

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

I applied via Campus Placement and was interviewed in Sep 2023. There were 3 interview rounds.

Round 1 - Aptitude Test 

Computer Fundamentals

Round 2 - Technical 

(2 Questions)

  • Q1. 1. Java basics 2. Project details 3. OOP concepts 4. AWS basics
  • Q2. Data structures sorting
Round 3 - HR 

(2 Questions)

  • Q1. Tell me about yourself
  • Q2. Strengths and Weakness
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Coding Test 

Overall ok It was 30 min duration

Devops Engineer Interview Questions asked at other Companies

Q1. Reverse the String Problem Statement You are given a string STR which contains alphabets, numbers, and special characters. Your task is to reverse the string. Example: Input: STR = "abcde" Output: "edcba" Input: The first line of input cont... read more
View answer (3)
Contribute & help others!
anonymous
You can choose to be anonymous

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.

Recently Viewed

PHOTOS

InsuranceDekho

3 office photos

LIST OF COMPANIES

Credit Bajaar

Overview

COMPANY BENEFITS

Mahindra Finance

No Benefits

COMPANY BENEFITS

Mahindra Finance

No Benefits

SALARIES

Apollo Hospitals

No Salaries

SALARIES

Apollo Hospitals

No Salaries

SALARIES

Apollo Hospitals

SALARIES

Apollo Hospitals

COMPANY BENEFITS

Shapoorji Pallonji Group

No Benefits

Tell us how to improve this page.

Adobe Interview Process

based on 156 interviews

Interview experience

4.1
  
Good
View more

Sun Pharmaceutical Industries

Join us and thrive in a company culture that inspires and empowers.

Explore Interview Questions and Answers for Top Skills at Adobe

Interview Questions from Similar Companies

IBM Interview Questions
4.0
 • 2.3k Interviews
Oracle Interview Questions
3.7
 • 846 Interviews
SAP Interview Questions
4.2
 • 283 Interviews
Salesforce Interview Questions
4.0
 • 221 Interviews
VMware Software Interview Questions
4.4
 • 145 Interviews
ServiceNow Interview Questions
4.1
 • 120 Interviews
Intuit Interview Questions
3.5
 • 77 Interviews
Autodesk Interview Questions
4.2
 • 38 Interviews
Gen Interview Questions
4.0
 • 17 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

3.9

Company culture

3.2

Promotions

3.5

Work satisfaction

Explore 1.1k Reviews and Ratings
Member of Technical Staff 2

Noida

2-5 Yrs

₹ 14-41 LPA

Software Development Engineer

Bangalore / Bengaluru

5-8 Yrs

Not Disclosed

Executive Assistant

Bangalore / Bengaluru

8-10 Yrs

Not Disclosed

Explore more jobs
Computer Scientist
441 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Technical Consultant
278 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Software Engineer
254 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Computer Scientist 2
231 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Senior Technical Consultant
204 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Explore more salaries
Compare Adobe with

Salesforce

4.0
Compare

Oracle

3.7
Compare

Microsoft Corporation

4.0
Compare

Amazon

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