Upload Button Icon Add office photos

Adobe

Compare button icon Compare button icon Compare

Filter interviews by

Adobe Computer Scientist Interview Questions, Process, and Tips

Updated 13 Jan 2025

Top Adobe Computer Scientist Interview Questions and Answers

Adobe Computer Scientist Interview Experiences

8 interviews found

Computer Scientist Interview Questions & Answers

user image Shrey Tiwari

posted on 17 Jul 2024

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

(2 Questions)

  • Q1. Basic questions on Javascript
  • Q2. Basic questions on React

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

asked in Adobe
Q1. If a subarray exist whose sum = k | leetcode(560)
asked in Adobe
Q2. Break linkedlist into two lists(positive and negative)
asked in Adobe
Q3. Merge K-Sorted Linked List
Q4. implement bfs in graph
asked in Adobe
Q5. Finish the react application with the given functionalities
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Coding Test 

Included Medium 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 Jan 2024. There was 1 interview round.

Round 1 - One-on-one 

(1 Question)

  • Q1. Asked various questions around c++ programming and oops concepts

Adobe interview questions for designations

 Computer Scientist 2

 (6)

 Data Scientist

 (2)

 Computer Science Engineer

 (1)

 Computer Teacher

 (1)

 Software Developer

 (23)

 Software Engineer

 (7)

 Software Developer Intern

 (6)

 Member Technical Staff

 (6)

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

I applied via Approached by Company and was interviewed in Aug 2021. There were 6 interview rounds.

Round 1 - One-on-one 

(2 Questions)

  • Q1. Merge K-Sorted Linked List
  • Ans. 

    Merge K-Sorted Linked List

    • Create a min heap of size k

    • Insert the first element of each linked list into the heap

    • Pop the minimum element from the heap and add it to the result list

    • Insert the next element from the linked list of the popped element into the heap

    • Repeat until all elements are processed

  • Answered by AI
  • Q2. Leetcode(139): Word break
Round 2 - One-on-one 

(2 Questions)

  • Q1. Matrix: given start and end, matrix filled with directions -> to identify if a path possible from start to end
  • Q2. Insert, delete, get random in O(1) | leetcode(380)
Round 3 - One-on-one 

(3 Questions)

  • Q1. Design Cache, Basic C++
  • Q2. Break linkedlist into two lists(positive and negative)
  • Ans. 

    To break a linked list into two lists, we can traverse the list and add nodes to respective lists based on their value.

    • Traverse the linked list and add nodes to positive or negative list based on their value

    • Create two empty lists for positive and negative nodes

    • Iterate through the linked list and add nodes to respective lists

    • Join the two lists at the end to get the final result

  • Answered by AI
  • Q3. If a subarray exist whose sum = k | leetcode(560)
  • Ans. 

    Given an array of integers, find if a subarray exists whose sum equals to k.

    • Use a hashmap to store the prefix sum and its frequency.

    • Iterate through the array and check if the difference between current prefix sum and k exists in the hashmap.

    • If it exists, then a subarray with sum k exists.

    • Time complexity: O(n), Space complexity: O(n).

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

(1 Question)

  • Q1. Open ended technical question, related to graph, maths and heap
Round 5 - One-on-one 

(2 Questions)

  • Q1. Open ended technical question related to strings and search
  • Q2. 2 - Mathematics puzzles
Round 6 - HR 

(2 Questions)

  • Q1. What are your salary expectations?
  • Q2. Share details of your previous job.

Interview Preparation Tips

Topics to prepare for Adobe Computer Scientist interview:
  • Data Structures
  • Algorithms
  • Design
Interview preparation tips for other job seekers - Although it depends on team and interviewer, but mostly based on DSA. Only apply if you are comfortable in solving atleast some of the leetcode medium/hard problems.

Skills evaluated in this interview

Computer Scientist Jobs at Adobe

View all

I applied via Approached by company and was interviewed in Jan 2022. There were 3 interview rounds.

Round 1 - Coding Test 

Do as much medium level problems from leetcode as possible

Round 2 - Coding Test 

Same as round 1

Round 3 - C++ 

(2 Questions)

  • Q1. Get knowledge of advanced c++ topics
  • Q2. Virtual destructor, inheritance

Interview Preparation Tips

Interview preparation tips for other job seekers - Be confident throughout the interview.
Make sure to communicate what you are thinking and what you are trying to solve.
Ask for more than you deserve.
Negotiate when it comes to salary

Computer Scientist Interview Questions & Answers

user image Anshul Chauhan

posted on 13 Dec 2017

I applied via Approached by Company and was interviewed in Jun 2017. There were 5 interview rounds.

Interview Questionnaire 

5 Questions

  • Q1. Design Patterns, system and topology design round.
  • Q2. Algos and problem solving. Scalable solutions.
  • Q3. More problem solving. DP problems and quite non trivial. This was taken by a director.
  • Q4. Just some behavioral questions.
  • Q5. 3 puzzles in total. One about gold bar, another about truth table and I don't remember the third one.

Interview Preparation Tips

General Tips: This is a great company so expect some tough interview rounds. It mainly depends on your interviewer, so no point in learning questions. Don't lie in the interview.
Skills: Problem Solving, Analytical Skills, Decision Making Skills
Duration: <1 week

Interview questions from similar companies

Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
6-8 weeks
Result
Selected Selected

I applied via Job Fair and was interviewed before Feb 2023. There were 3 interview rounds.

Round 1 - One-on-one 

(3 Questions)

  • Q1. Computer science
  • Q2. Dyiookhtdwyuuikkkjnvv
  • Q3. Yyuyffhiioihfewq
Round 2 - Technical 

(2 Questions)

  • Q1. Yok thanks uhui
  • Q2. Gfdyiiookouyrewadfyyyyu
Round 3 - Group Discussion 

Druiokjhfdddhhjjiiooooooo

Interview Preparation Tips

Interview preparation tips for other job seekers - Dtyjiiuyrefohfryuiii

Adobe Interview FAQs

How many rounds are there in Adobe Computer Scientist interview?
Adobe interview process usually has 2-3 rounds. The most common rounds in the Adobe interview process are One-on-one Round, Coding Test and Technical.
How to prepare for Adobe Computer Scientist 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, C++, Computer Science, Javascript and Automation Testing.
What are the top questions asked in Adobe Computer Scientist interview?

Some of the top questions asked at the Adobe Computer Scientist interview -

  1. If a subarray exist whose sum = k | leetcode(5...read more
  2. Break linkedlist into two lists(positive and negati...read more
  3. Merge K-Sorted Linked L...read more

Tell us how to improve this page.

Adobe Computer Scientist Interview Process

based on 5 interviews

1 Interview rounds

  • Coding Test Round
View more

Interview Questions from Similar Companies

IBM Interview Questions
4.0
 • 2.4k Interviews
Oracle Interview Questions
3.7
 • 897 Interviews
Amdocs Interview Questions
3.8
 • 531 Interviews
Zoho Interview Questions
4.3
 • 514 Interviews
SAP Interview Questions
4.2
 • 308 Interviews
Salesforce Interview Questions
4.1
 • 272 Interviews
24/7 Customer Interview Questions
3.5
 • 175 Interviews
Globant Interview Questions
3.8
 • 171 Interviews
View all
Adobe Computer Scientist Salary
based on 441 salaries
₹20 L/yr - ₹70.5 L/yr
14% more than the average Computer Scientist Salary in India
View more details

Adobe Computer Scientist Reviews and Ratings

based on 26 reviews

4.0/5

Rating in categories

4.0

Skill development

3.8

Work-life balance

3.7

Salary

4.0

Job security

4.0

Company culture

3.4

Promotions

3.3

Work satisfaction

Explore 26 Reviews and Ratings
Computer Scientist-I (C++)

Noida

4-7 Yrs

₹ 25-65 LPA

Computer Scientist-II (DevOps)

Noida

7-12 Yrs

Not Disclosed

Computer Scientist-I (Java)

Noida

5-10 Yrs

₹ 36-45 LPA

Explore more jobs
Computer Scientist
441 salaries
unlock blur

₹20 L/yr - ₹70.4 L/yr

Technical Consultant
266 salaries
unlock blur

₹13.4 L/yr - ₹30.2 L/yr

Software Engineer
257 salaries
unlock blur

₹8.5 L/yr - ₹28.5 L/yr

Computer Scientist 2
225 salaries
unlock blur

₹28 L/yr - ₹101 L/yr

Senior Technical Consultant
207 salaries
unlock blur

₹15.4 L/yr - ₹46 L/yr

Explore more salaries
Compare Adobe with

Salesforce

4.1
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