Upload Button Icon Add office photos

Adobe

Compare button icon Compare button icon Compare

Filter interviews by

Clear (1)

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
Q4. Clone a Linked List with Random Pointers Given a linked list wher ... read more
asked in Coforge
Q5. coding question of finding index of 2 nos. having total equal to ... read more

Interview questions from similar companies

Interview Questionnaire 

1 Question

  • Q1. What PCA, Decision tree and computer vision
  • Ans. 

    PCA is a dimensionality reduction technique, decision tree is a classification algorithm, and computer vision is a field of study focused on enabling computers to interpret and understand visual information.

    • PCA is used to reduce the number of variables in a dataset while retaining the most important information.

    • Decision trees are used to classify data based on a set of rules and conditions.

    • Computer vision involves usin...

  • Answered by AI

Skills evaluated in this interview

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

I applied via Company Website and was interviewed in Dec 2023. There were 3 interview rounds.

Round 1 - Coding Test 

Standard question from sql and python in hackerrank

Round 2 - Technical 

(2 Questions)

  • Q1. Reverse a linked list
  • Ans. 

    Reverse a linked list by changing the direction of pointers

    • Start with three pointers: current, previous, and next

    • Iterate through the linked list, updating pointers to reverse the direction

    • Return the new head of the reversed linked list

  • Answered by AI
  • Q2. Question based on joins and subquery
Round 3 - HR 

(2 Questions)

  • Q1. More question about project
  • Q2. What do you know about genAI

Interview Preparation Tips

Interview preparation tips for other job seekers - Keep it simple and be honest

Skills evaluated in this interview

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

(3 Questions)

  • Q1. About projects and then questions related to ML and DL. Mostly focused on DL part
  • Q2. What is the difference between Adam optimizer and Gradient Descent Optimizer?
  • Ans. 

    Adam optimizer is an extension to the Gradient Descent optimizer with adaptive learning rates and momentum.

    • Adam optimizer combines the benefits of both AdaGrad and RMSProp optimizers.

    • Adam optimizer uses adaptive learning rates for each parameter.

    • Gradient Descent optimizer has a fixed learning rate for all parameters.

    • Adam optimizer includes momentum to speed up convergence.

    • Gradient Descent optimizer updates parameters b...

  • Answered by AI
  • Q3. When to use Relu and when not?
  • Ans. 

    Use ReLU for hidden layers in deep neural networks, avoid for output layers.

    • ReLU is commonly used in hidden layers to introduce non-linearity and speed up convergence.

    • Avoid using ReLU in output layers for regression tasks as it can lead to vanishing gradients.

    • Consider using Leaky ReLU or Sigmoid for output layers depending on the task.

    • ReLU is computationally efficient and helps in preventing the vanishing gradient prob...

  • Answered by AI

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
4
Good
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Selected Selected

I was interviewed 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
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
  • Ans. 

    LLMs can be finetuned by adjusting hyperparameters, training on specific datasets, and using techniques like transfer learning.

    • Adjust hyperparameters such as learning rate, batch size, and number of layers to improve performance.

    • Train the LLM on domain-specific datasets to improve its understanding of specialized language.

    • Utilize transfer learning by starting with a pre-trained LLM model and fine-tuning it on a smaller...

  • Answered by AI

Skills evaluated in this interview

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?
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
Contribute & help others!
anonymous
You can choose to be anonymous

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, Data Analysis, Data Modeling, Data Science and Digital Marketing.
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

Recently Viewed

INTERVIEWS

Wipro

No Interviews

SALARIES

Dixon Technologies

REVIEWS

TruckX Technologies

No Reviews

SALARIES

Avalon Technologies

SALARIES

IBM

REVIEWS

Avalon Technologies

No Reviews

REVIEWS

Coupa Software Inc

No Reviews

SALARIES

TruckX Technologies

SALARIES

Avalon Technologies

SALARIES

Avalon Technologies

Tell us how to improve this page.

Adobe Data Scientist Interview Process

based on 2 interviews

Interview experience

4
  
Good
View more
Adobe Data Scientist Salary
based on 32 salaries
₹11.6 L/yr - ₹44 L/yr
99% more than the average Data Scientist Salary in India
View more details
Computer Scientist
455 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Technical Consultant
279 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Software Engineer
255 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Computer Scientist 2
245 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Senior Technical Consultant
213 salaries
unlock blur

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