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

What people are saying about Adobe

View All
an associate consultant
3d
Salary structure at Adobe
How much Adobe pays for Field Service Engineer 1?
Got a question about Adobe?
Ask anonymously on communities.
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 Teacher

 (1)

 Software Developer

 (19)

 Member Technical Staff

 (6)

 Software Developer Intern

 (6)

 Software Engineer

 (6)

 Technical Consultant

 (5)

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 Questionnaire 

1 Question

  • Q1. Spring Collections Difference between list and set What is sorted mean in hashed set java Serialization Exceptions How can you give an exception to caller method Unix- how to move a folder without g...
  • Ans. 

    Interview questions for Software Developer related to Spring, Collections, Serialization, Exceptions, Unix, Annotations, Json, Build tools, Restful services, and more.

    • List and Set are both collection interfaces in Java. List allows duplicates and maintains insertion order while Set doesn't allow duplicates and doesn't maintain any order.

    • Sorted in Hashed Set means that the elements are stored in a sorted order based on ...

  • Answered by AI

Skills evaluated in this interview

I applied via Naukri.com and was interviewed in Jan 2021. There were 3 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. Javascript fundamentals and output questions Angular - routing, component, directive etc Sass

Interview Preparation Tips

Interview preparation tips for other job seekers - Positive experience

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, Computer Science, C++, 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
 • 852 Interviews
Amdocs Interview Questions
3.7
 • 514 Interviews
Zoho Interview Questions
4.3
 • 509 Interviews
SAP Interview Questions
4.2
 • 283 Interviews
Salesforce Interview Questions
4.0
 • 224 Interviews
24/7 Customer Interview Questions
3.5
 • 175 Interviews
View all
Adobe Computer Scientist Salary
based on 452 salaries
₹20 L/yr - ₹70 L/yr
14% more than the average Computer Scientist Salary in India
View more details

Adobe Computer Scientist Reviews and Ratings

based on 27 reviews

3.8/5

Rating in categories

3.7

Skill development

3.6

Work-life balance

3.6

Salary

3.8

Job security

3.9

Company culture

3.2

Promotions

3.3

Work satisfaction

Explore 27 Reviews and Ratings
Computer Scientist I

Noida

4-7 Yrs

₹ 27-55.04794 LPA

Computer Scientist 1

Noida

8-12 Yrs

₹ 26-60 LPA

Computer Scientist 1 (C++)

Noida

4-6 Yrs

₹ 25-95 LPA

Explore more jobs
Computer Scientist
452 salaries
unlock blur

₹20 L/yr - ₹70 L/yr

Technical Consultant
284 salaries
unlock blur

₹13.8 L/yr - ₹30 L/yr

Computer Scientist 2
259 salaries
unlock blur

₹29.4 L/yr - ₹101 L/yr

Software Engineer
257 salaries
unlock blur

₹8 L/yr - ₹30 L/yr

Senior Software Engineer
207 salaries
unlock blur

₹10 L/yr - ₹42 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