Upload Button Icon Add office photos

Adobe

Compare button icon Compare button icon Compare

Filter interviews by

Clear (1)

Adobe Staff Engineer Interview Questions and Answers

Updated 7 Jun 2024

Adobe Staff Engineer Interview Experiences

1 interview found

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

I applied via Approached by Company and was interviewed in Dec 2023. There was 1 interview round.

Round 1 - One-on-one 

(2 Questions)

  • Q1. The question were related to sql and power bi
  • Q2. How do you do data analysis before building the reports? What steps do you take?
  • Ans. 

    Before building reports, I conduct data analysis by following a structured process.

    • Define the objective of the analysis and the key questions to be answered

    • Collect relevant data from various sources

    • Clean and preprocess the data to ensure accuracy and consistency

    • Perform exploratory data analysis to identify patterns and trends

    • Use statistical methods and tools to analyze the data

    • Visualize the data using charts, graphs, a...

  • Answered by AI

Interview Preparation Tips

Topics to prepare for Adobe Staff Engineer interview:
  • SQL
  • Power Bi

Interview questions from similar companies

Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-

I was interviewed in Oct 2024.

Round 1 - One-on-one 

(3 Questions)

  • Q1. File system implementation question
  • Q2. Implement method which returns total usage
  • Ans. 

    Implement a method to return total usage

    • Create a method that calculates the total usage by summing up individual usage values

    • Ensure the method can handle different types of usage data (e.g. integers, floats)

    • Consider implementing error handling for invalid input data

    • Test the method with sample data to verify its accuracy

  • Answered by AI
  • Q3. A file will have special tag call container , list all the k container with max usgae
  • Ans. 

    List all containers with max usage of the special tag 'container'.

    • Identify all containers with the special tag 'container'.

    • Calculate the usage of each container.

    • Find the container(s) with the maximum usage.

  • Answered by AI

Skills evaluated in this interview

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 - One-on-one 

(1 Question)

  • Q1. Leetcode medium questions were asked
Interview experience
3
Average
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
No response

I applied via Company Website and was interviewed in Sep 2023. 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 Resume tips
Round 2 - Coding Test 

Strings and Arrays the interview was of 1hour and basics of java and framework was asked

Round 3 - Technical 

(1 Question)

  • Q1. No second round was scheduled for me.
Interview experience
3
Average
Difficulty level
Hard
Process Duration
2-4 weeks
Result
Not Selected

I applied via Referral and was interviewed before Feb 2023. There were 2 interview rounds.

Round 1 - Coding Test 

Search and sort alogorithm, remove duplicate item in array and how many times its repeated

Round 2 - Technical 

(1 Question)

  • Q1. Rotate array with how many times the array was rotated. testing questions. team management questions.

Interview Preparation Tips

Interview preparation tips for other job seekers - algorithm focused. leet code would be the best source for preparation
Interview experience
3
Average
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Campus Placement

Round 1 - Aptitude Test 

All questions cs fundamentals

Round 2 - Coding Test 

Basic coding questions

Round 3 - Technical 

(1 Question)

  • Q1. Technical interview
Round 4 - One-on-one 

(1 Question)

  • Q1. Second technical interview kind of managerial
Round 5 - HR 

(1 Question)

  • Q1. Basic hr questions
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(1 Question)

  • Q1. Tags management

I was interviewed in Nov 2021.

Round 1 - Video Call 

(2 Questions)

Round duration - 60 minutes
Round difficulty - Medium

In first round, I was not able to complete code but explained the solution. 
Tip : Try to practice coding even if you have 10 years of experience.

  • Q1. 

    Search In Rotated Sorted Array Problem Statement

    Given a rotated sorted array ARR of size 'N' and an integer 'K', determine the index at which 'K' is present in the array.

    Note:
    1. If 'K' is not present...
  • Q2. 

    Minimum Jumps Problem Statement

    Bob and his wife are in the famous 'Arcade' mall in the city of Berland. This mall has a unique way of moving between shops using trampolines. Each shop is laid out in a st...

Round 2 - Video Call 

(1 Question)

Round duration - 45 minutes
Round difficulty - Medium

Round 2 went very good. They gave a design question in this round.

  • Q1. Design a file searching functionality for Windows and Mac that includes indexing of file names.
Round 3 - Video Call 

(1 Question)

Round duration - 45 minutes
Round difficulty - Medium

The third round was also a design round.

  • Q1. How would you design a system for MakeMyTrip?

Interview Preparation Tips

Eligibility criteriaAbove 7 CGPAVMware Software India Private Limited interview preparation:Topics to prepare for the interview - Data Structures, Algorithms, System Design, Aptitude, OOPSTime required to prepare for the interview - 6 monthsInterview preparation tips for other job seekers

Tip 1 : Must do Previously asked Interview as well as Online Test Questions.
Tip 2 : Go through all the previous interview experiences from Codestudio and Leetcode.
Tip 3 : Do at-least 2 good projects and you must know every bit of them.

Application resume tips for other job seekers

Tip 1 : Have at-least 2 good projects explained in short with all important points covered.
Tip 2 : Every skill must be mentioned.
Tip 3 : Focus on skills, projects and experiences more.

Final outcome of the interviewRejected

Skills evaluated in this interview

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

I applied via Referral and was interviewed in Dec 2024. There was 1 interview round.

Round 1 - Technical 

(2 Questions)

  • Q1. It was ML system design where they asked me to design Quora
  • Q2. Code Kmeans from scratch
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via Recruitment Consulltant and was interviewed in Jun 2024. There was 1 interview round.

Round 1 - Technical 

(4 Questions)

  • Q1. Pollyfill for .reduce & Promise
  • Ans. 

    Polyfill for .reduce & Promise

    • For .reduce polyfill, create a function that takes an array, a callback function, and an initial value as arguments

    • Inside the function, loop through the array and apply the callback function to each element, updating the accumulator

    • For Promise polyfill, create a function that takes a callback function with resolve and reject parameters

    • Inside the function, call the callback function with re...

  • Answered by AI
  • Q2. Two sum problem
  • Q3. Move all zero to end & design Google photos life application
  • Ans. 

    Move all zeros to end of array & design Google Photos life application

    • Iterate through the array and move all zeros to the end

    • Design a user-friendly interface for Google Photos life application

    • Implement features like automatic photo backup, organization, and sharing

    • Utilize machine learning for image recognition and categorization

  • Answered by AI
  • Q4. About last project. Strength & weakness, Why I left with offer?

Interview Preparation Tips

Topics to prepare for ServiceNow Staff Software Engineer interview:
  • Javascript
  • google photos
  • System Design
Interview preparation tips for other job seekers - Basic DS, Be prepared for Hiring manager they are quite moody. Other interviewers was friendly and helpful. HM look rude to me.

Skills evaluated in this interview

Contribute & help others!
anonymous
You can choose to be anonymous

Adobe Interview FAQs

How many rounds are there in Adobe Staff Engineer interview?
Adobe interview process usually has 1 rounds. The most common rounds in the Adobe interview process are One-on-one Round.
What are the top questions asked in Adobe Staff Engineer interview?

Some of the top questions asked at the Adobe Staff Engineer interview -

  1. How do you do data analysis before building the reports? What steps do you ta...read more
  2. The question were related to sql and power...read more

Recently Viewed

SALARIES

Balaji Global

DESIGNATION

PHOTOS

Packaging India

No Photos

SALARIES

Datapro

REVIEWS

Sacroz Industires

No Reviews

SALARIES

Flosteer Engineers

No Salaries

JOBS

Scorpion Containers

No Jobs

SALARIES

Inscol Academy

No Salaries

PHOTOS

Tika Data Services

No Photos

SALARIES

Balaji Global

No Salaries

Tell us how to improve this page.

Adobe Staff Engineer Interview Process

based on 1 interview

Interview experience

4
  
Good
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.7
 • 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 Staff Engineer Salary
based on 4 salaries
₹45 L/yr - ₹90 L/yr
103% more than the average Staff Engineer Salary in India
View more details
Computer Scientist
438 salaries
unlock blur

₹22 L/yr - ₹70 L/yr

Technical Consultant
268 salaries
unlock blur

₹13.4 L/yr - ₹30.1 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