Upload Button Icon Add office photos

Adobe

Compare button icon Compare button icon Compare

Filter interviews by

Adobe Research and Development Interview Questions and Answers

Updated 27 Oct 2015

Adobe Research and Development Interview Experiences

1 interview found

Research and Development Interview Questions & Answers

user image Nalam Vssk Chaitanya

posted on 29 Aug 2015

I applied via campus placement at Indian Institute of Technology (IIT), Chennai

Interview Questionnaire 

3 Questions

  • Q1. 100 white eggs and 100 black eggs are distributed in 2 bags and now choosen a egg. The way to be distribute the eggs so that the probability of getting a black egg is maximum?
  • Ans. 

    Distribute 50 white and 100 black eggs in one bag and 50 white and 0 black eggs in the other bag.

    • Distribute the black eggs in one bag and white eggs in the other bag

    • Ensure that both bags have equal number of white eggs

    • The bag with black eggs will have a higher probability of getting a black egg

  • Answered by AI
  • Q2. Given an array of 1 to 30 numbers put minus before some numbers so that sum of elements in array is zero
  • Ans. 

    Add minus sign to some numbers in array to make sum zero

    • Identify the sum of all numbers in the array

    • If sum is already zero, return the array as is

    • If sum is positive, add minus sign to one or more positive numbers until sum becomes zero

    • If sum is negative, add minus sign to one or more negative numbers until sum becomes zero

  • Answered by AI
  • Q3. Given a binary tree print the left most element in each level. Note: Nodes need not have children. It's not complete binary tree
  • Ans. 

    Print the leftmost element in each level of a binary tree.

    • Use a queue to traverse the tree level by level.

    • At each level, print the first node in the queue.

    • Add the left and right child of the node to the queue if they exist.

    • Repeat until the queue is empty.

  • Answered by AI

Interview Preparation Tips

Round: Test
Experience: The test is conducted in hacker rank in Electrical DCF. The questions are asked in Probability, Coding, Data Structures and Algorithms.
Tips: Just go through your probability notes and DSA notes and your Advanced and Computer Programming lab assignments.
Duration: 60 minutes
Total Questions: 8

Round: Technical Interview
Experience: I stammerd a bit as it is my first interview but I was able to answer Q 1 and 3 and 2 with a small help as for 2 I was trying for answer which is "Not possible" as the sum of elements is odd.
Tips: Be cool the questions will be easy. You just have to think peacefully and answer them. Question asked doesn't mean it will have an answer.

Skills: Probability, Data Structures and Algorithms., Aptitude
Duration: 2.5
College Name: Indian Institute of Technology Madras
Motivation: I want to do Reasearch and get patents which will be useful for my Higher Studies.

Skills evaluated in this interview

Interview questions from similar companies

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

(1 Question)

  • Q1. Most related to Basic JavaScript Question
Round 2 - Technical 

(1 Question)

  • Q1. Managerial Round with one DSA question related to bits.

I applied via campus placement at Indian Institute of Technology (IIT), Chennai

Interview Preparation Tips

Round: Test
Experience: THE TEST WAS GOOD BUT SOME OF THE QUESTIONS TAKES SOME TIME ,IT WAS A BIT CONFUSING BUT I TOOK MY TIME AND DO IT AND DID MAXIMUM
Tips: THE QUESTIONS WERE MAINLY BASED ON CSE LIKE OPERATING SYSTEMS, C & JAVA PROGRMAMING ,IT WOULD BE BETTER TO PREPARE SOME TOPICS ON RECURSIVE ALGORITHMS AND HASTABLES THOUGH THEY DON'T COVER MUCH
Duration: 50 minutes
Total Questions: 25

Round: Technical Interview
Experience: IT WAS A LONG INTERVIEW WHICH WENT FOR 2 HRS. THE QUESTIONS MAINLY WERE BASED ON ARRAYS AND STRINGS AND THEY ARE MAINLY BASED ON OPTIMIZATION (ESPECIALLY STRINGS WHICH WAS "RUN LENGTH ENCODING")
Tips: ITS GOOD TO PREPARE QUESTIONS MAINLY ON TREES , STRINGS, ARRAYS

Skills: Algorithmic Approach To Problem Solving
Duration: 2
College Name: IIT Madras
Motivation: ITS THE WORLD #1 CRM COMPANY AND I WAS MAINLY INTERESTED IN APPLYING MY SKILLS TO HELP PEOPLE REGARDING SALES AND SERVICES AND ALSO WANTED TO HELP PEOPLE BUILD ENTERPRISES.WHICH SALESFORCE DOES AND THE CHARITY ACTIVITIES ALSO PEAKED MY INTEREST
Interview experience
5
Excellent
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 - Technical 

(2 Questions)

  • Q1. What do you understand about the company? What do you understand about finance?
  • Q2. What do you understand about Stocks?
  • Ans. 

    Stocks are ownership shares in a company that represent a portion of its assets and earnings.

    • Stocks are bought and sold on stock exchanges

    • Stock prices can fluctuate based on various factors such as company performance, market trends, and economic conditions

    • Investors can earn money through dividends or by selling their stocks at a higher price than they bought them for

    • Examples of well-known stocks include Apple, Amazon,

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Be calm
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Coding Test 

1 problem to be solved

Round 2 - One-on-one 

(2 Questions)

  • Q1. Questions related to JS engine and the mechanism implemented internally
  • Q2. Few questions related to React and some simple machine coding questions to solve

I applied via campus placement at Indian Institute of Technology (IIT), Chennai

Interview Preparation Tips

Round: Test
Experience: THE TEST WAS GOOD BUT SOME OF THE QUESTIONS TAKES SOME TIME ,IT WAS A BIT CONFUSING BUT I TOOK MY TIME AND DO IT AND DID MAXIMUM
Tips: THE QUESTIONS WERE MAINLY BASED ON CSE LIKE OPERATING SYSTEMS, C & JAVA PROGRMAMING ,IT WOULD BE BETTER TO PREPARE SOME TOPICS ON RECURSIVE ALGORITHMS AND HASTABLES THOUGH THEY DON'T COVER MUCH
Duration: 50 minutes
Total Questions: 25

Round: Technical Interview
Experience: IT WAS A LONG INTERVIEW WHICH WENT FOR 2 HRS. THE QUESTIONS MAINLY WERE BASED ON ARRAYS AND STRINGS AND THEY ARE MAINLY BASED ON OPTIMIZATION (ESPECIALLY STRINGS WHICH WAS "RUN LENGTH ENCODING")
Tips: ITS GOOD TO PREPARE QUESTIONS MAINLY ON TREES , STRINGS, ARRAYS

Skills: Algorithmic Approach To Problem Solving
Duration: 2
College Name: IIT Madras
Motivation: ITS THE WORLD #1 CRM COMPANY AND I WAS MAINLY INTERESTED IN APPLYING MY SKILLS TO HELP PEOPLE REGARDING SALES AND SERVICES AND ALSO WANTED TO HELP PEOPLE BUILD ENTERPRISES.WHICH SALESFORCE DOES AND THE CHARITY ACTIVITIES ALSO PEAKED MY INTEREST
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 Dec 2023. There were 2 interview rounds.

Round 1 - Aptitude Test 

Multiple puzzles were asked to test aptitude

Round 2 - Technical 

(2 Questions)

  • Q1. Explain OOPs concepts, discussed ach concept in detail.
  • Ans. 

    OOPs concepts refer to Object-Oriented Programming principles like Inheritance, Encapsulation, Polymorphism, and Abstraction.

    • Inheritance: Allows a class to inherit properties and behavior from another class.

    • Encapsulation: Bundling data and methods that operate on the data into a single unit.

    • Polymorphism: Ability to present the same interface for different data types.

    • Abstraction: Hiding the complex implementation detail

  • Answered by AI
  • Q2. Discussed sorting algorithms

Interview Preparation Tips

Interview preparation tips for other job seekers - Preape basics of coding and geometry based questions.
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(1 Question)

  • Q1. Most related to Basic JavaScript Question
Round 2 - Technical 

(1 Question)

  • Q1. Managerial Round with one DSA question related to bits.
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Coding Test 

1 problem to be solved

Round 2 - One-on-one 

(2 Questions)

  • Q1. Questions related to JS engine and the mechanism implemented internally
  • Q2. Few questions related to React and some simple machine coding questions to solve
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 Dec 2023. There were 2 interview rounds.

Round 1 - Aptitude Test 

Multiple puzzles were asked to test aptitude

Round 2 - Technical 

(2 Questions)

  • Q1. Explain OOPs concepts, discussed ach concept in detail.
  • Ans. 

    OOPs concepts refer to Object-Oriented Programming principles like Inheritance, Encapsulation, Polymorphism, and Abstraction.

    • Inheritance: Allows a class to inherit properties and behavior from another class.

    • Encapsulation: Bundling data and methods that operate on the data into a single unit.

    • Polymorphism: Ability to present the same interface for different data types.

    • Abstraction: Hiding the complex implementation detail

  • Answered by AI
  • Q2. Discussed sorting algorithms

Interview Preparation Tips

Interview preparation tips for other job seekers - Preape basics of coding and geometry based questions.

Adobe Interview FAQs

What are the top questions asked in Adobe Research and Development interview?

Some of the top questions asked at the Adobe Research and Development interview -

  1. 100 white eggs and 100 black eggs are distributed in 2 bags and now choosen a e...read more
  2. Given an array of 1 to 30 numbers put minus before some numbers so that sum of ...read more
  3. Given a binary tree print the left most element in each level. Note: Nodes need...read more

Tell us how to improve this page.

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
 • 532 Interviews
Zoho Interview Questions
4.3
 • 514 Interviews
SAP Interview Questions
4.2
 • 308 Interviews
Salesforce Interview Questions
4.0
 • 272 Interviews
24/7 Customer Interview Questions
3.5
 • 175 Interviews
Globant Interview Questions
3.8
 • 171 Interviews
View all
Computer Scientist
441 salaries
unlock blur

₹20 L/yr - ₹70.4 L/yr

Technical Consultant
265 salaries
unlock blur

₹13.5 L/yr - ₹30.2 L/yr

Software Engineer
256 salaries
unlock blur

₹8.5 L/yr - ₹28 L/yr

Computer Scientist 2
228 salaries
unlock blur

₹28.1 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