Upload Button Icon Add office photos

Adobe

Compare button icon Compare button icon Compare

Filter interviews by

Adobe Data Scientist Interview Questions and Answers

Updated 29 Apr 2024

Adobe Data Scientist Interview Experiences

2 interviews found

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

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

Round 1 - Technical 

(1 Question)

  • Q1. How can Logistic regression be applied for multiclasstext classification
  • Ans. 

    Logistic regression can be applied for multiclasstext classification by using one-vs-rest or softmax approach.

    • One-vs-rest approach: Train a binary logistic regression model for each class, treating it as the positive class and the rest as the negative class.

    • Softmax approach: Use the softmax function to transform the output of the logistic regression into probabilities for each class.

    • Evaluate the model using appropriate...

  • Answered by AI

Skills evaluated in this interview

Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Selected Selected

I applied via LinkedIn and was interviewed before Apr 2023. There was 1 interview round.

Round 1 - Technical 

(1 Question)

  • Q1. How does fbpropher forecasting model works and how is can be used to forecsst trafffic
  • Ans. 

    fbprophet is a forecasting model developed by Facebook that uses time series data to make predictions.

    • fbprophet is an open-source forecasting tool developed by Facebook's Core Data Science team.

    • It is based on an additive model where non-linear trends are fit with yearly, weekly, and daily seasonality, plus holiday effects.

    • fbprophet can be used to forecast traffic by providing historical data on traffic patterns and usi...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Thourough with maths of forecasting techniques and parameter tuning

Data Scientist Interview Questions Asked at Other Companies

Q1. for a data with 1000 samples and 700 dimensions, how would you fi ... read more
Q2. Special Sum of Array Problem Statement Given an array 'arr' conta ... read more
asked in Affine
Q3. You have a pandas dataframe with three columns filled with state ... read more
asked in Walmart
Q4. Describe the data you would analyze to solve cost and revenue opt ... read more
Q5. Clone a Linked List with Random Pointers Given a linked list wher ... read more

Top trending discussions

View All
Interview Hub
1w (edited)
anshitanegi
·
ex -
Planet Spark
When HR’s Chinese English made me drop the interview!
So, I talked to the HR yesterday about the interview. I asked Please send me the location But their English… bro I was shocked! It was like talking to someone jisne english nahi kuch ar hi seekh liya ho, if the HR’s English is this I can only imagine the rest of the company I decided to drop the interview with this chinese english😶‍🌫️
FeedCard Image
Got a question about Adobe?
Ask anonymously on communities.

Interview questions from similar companies

I applied via Company Website and was interviewed before Apr 2021. 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 tips
Round 2 - One-on-one 

(1 Question)

  • Q1. Why Microsoft? What products do you use?
Round 3 - Technical 

(1 Question)

  • Q1. Discussion on projects written in resume and related problems. Some stats

Interview Preparation Tips

Interview preparation tips for other job seekers - Be ready to defend your points written in resume.

I applied via Approached by Company and was interviewed in Sep 2022. 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 tips
Round 2 - One-on-one 

(1 Question)

  • Q1. Basic DS question like how to handle missing features
  • Ans. 

    Handling missing features involves techniques like imputation, deletion, and using algorithms that support missing values.

    • Imputation: Replace missing values with mean, median, or mode. Example: If age is missing, use the average age of the dataset.

    • Deletion: Remove rows or columns with missing values. Example: Drop a column if more than 50% of its values are missing.

    • Using algorithms: Some algorithms like XGBoost can han...

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

(1 Question)

  • Q1. Case study based questions

Interview Preparation Tips

Interview preparation tips for other job seekers - Its very easy interview. Can easily crack if we have very basic knowledge in python, DS
Interview experience
3
Average
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 - Coding Test 

2 coding questions - one on binary tree and list operations.

Round 3 - Technical 

(2 Questions)

  • Q1. Xgboost explanation
  • Ans. 

    Xgboost is a popular machine learning algorithm known for its speed and performance in handling large datasets.

    • Xgboost stands for eXtreme Gradient Boosting, which is an implementation of gradient boosted decision trees.

    • It is widely used in Kaggle competitions and other machine learning tasks due to its efficiency and accuracy.

    • Xgboost is known for its ability to handle missing data, regularization techniques, and parall...

  • Answered by AI
  • Q2. Data structures question compulsory

Skills evaluated in this interview

What are the roles & responsibilities of a Data Scientist at Adobe?

Data Analysis & Modeling

  • Develop and build statistical models and algorithms
  • Extract valuable insights from large datasets
  • Support the execution of data science solutions to business problems

Read full roles & responsibilities

Interview experience
4
Good
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Selected Selected

I appeared for an interview in Oct 2023.

Round 1 - Coding Test 

Based on topological sort

Round 2 - Technical 

(1 Question)

  • Q1. Ml baiscs like LR, SVM
Round 3 - Technical 

(1 Question)

  • Q1. Ml design questions were asked
Round 4 - HR 

(1 Question)

  • Q1. Why do you want to join

Adobe HR Interview Questions

61 questions and answers

Q. Why should we hire you?
Q. Why do you want to work at Adobe?
Q. Why do you want to change jobs?
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
No response

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

Round 1 - HR 

(2 Questions)

  • Q1. Why you are interested in working for clipchamp at Microsoft/
  • Q2. How your career goals align with this role?
Are these interview questions helpful?
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - One-on-one 

(2 Questions)

  • Q1. Explain Decision Trees
  • Ans. 

    Decision Trees are a popular machine learning algorithm used for classification and regression tasks.

    • Decision Trees are a tree-like structure where each internal node represents a feature or attribute, each branch represents a decision rule, and each leaf node represents the outcome.

    • They are easy to interpret and visualize, making them popular for exploratory data analysis.

    • Decision Trees can handle both numerical and c...

  • Answered by AI
  • Q2. How will you finetune LLMs

Skills evaluated in this interview

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

I applied via Company Website and was interviewed in Jul 2024. There were 5 interview rounds.

Round 1 - One-on-one 

(1 Question)

  • Q1. Basic ml related questions,past project discussion
Round 2 - One-on-one 

(1 Question)

  • Q1. AI, ML related, statistical analysis of the graph.
Round 3 - Behavioral 

(1 Question)

  • Q1. Work culture, check
Round 4 - cross functional lob 

(1 Question)

  • Q1. Work culture, project discussion, scenario based questions
Round 5 - HR 

(1 Question)

  • Q1. Basic HR questions, why sap salary discussions
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Campus Placement and was interviewed before Nov 2023. There were 2 interview rounds.

Round 1 - Case Study 

Detailed project discussion and 1 dsa

Round 2 - Technical 

(1 Question)

  • Q1. Common ml questions

Interview Preparation Tips

Interview preparation tips for other job seekers - Study your projects well

Adobe Interview FAQs

How many rounds are there in Adobe Data Scientist interview?
Adobe interview process usually has 1 rounds. The most common rounds in the Adobe interview process are Technical.
How to prepare for Adobe Data 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, SQL, Web Analytics, Data Modeling and Python.
What are the top questions asked in Adobe Data Scientist interview?

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

  1. How does fbpropher forecasting model works and how is can be used to forecsst t...read more
  2. How can Logistic regression be applied for multiclasstext classificat...read more

Tell us how to improve this page.

Overall Interview Experience Rating

4/5

based on 2 interview experiences

Difficulty level

Moderate 100%

Duration

2-4 weeks 100%
View more
Adobe Data Scientist Salary
based on 45 salaries
₹16.6 L/yr - ₹30 L/yr
43% more than the average Data Scientist Salary in India
View more details

Adobe Data Scientist Reviews and Ratings

based on 1 review

5.0/5

Rating in categories

4.0

Skill development

5.0

Work-life balance

4.0

Salary

5.0

Job security

5.0

Company culture

4.0

Promotions

5.0

Work satisfaction

Explore 1 Review and Rating
Computer Scientist
492 salaries
unlock blur

₹34.5 L/yr - ₹60 L/yr

Technical Consultant
320 salaries
unlock blur

₹12.6 L/yr - ₹24 L/yr

Computer Scientist 2
316 salaries
unlock blur

₹45.2 L/yr - ₹80 L/yr

Software Engineer
285 salaries
unlock blur

₹13.9 L/yr - ₹25 L/yr

Software Developer
249 salaries
unlock blur

₹20.6 L/yr - ₹35.9 L/yr

Explore more salaries
Compare Adobe with

Salesforce

4.0
Compare

Oracle

3.6
Compare

Microsoft Corporation

3.9
Compare

Amazon

4.0
Compare
write
Share an Interview