Upload Button Icon Add office photos

DRiV

Compare button icon Compare button icon Compare

Filter interviews by

DRiV Manager Interview Questions and Answers

Updated 3 Dec 2024

DRiV Manager Interview Experiences

2 interviews found

Manager Interview Questions & Answers

user image Anonymous

posted on 3 Dec 2024

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

(2 Questions)

  • Q1. Regarding the work you have done before, if website content was handled by you
  • Q2. If any big event was handled by you. Share brief about the same.
Round 2 - HR 

(1 Question)

  • Q1. Typical HR questions

Manager Interview Questions & Answers

user image Anonymous

posted on 3 Dec 2024

Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
Selected Selected

I applied via LinkedIn and was interviewed before Dec 2023. There were 2 interview rounds.

Round 1 - Technical 

(2 Questions)

  • Q1. Information on projects/campaigns done?
  • Q2. Website Management
Round 2 - HR 

(1 Question)

  • Q1. Typical HR questions

Manager Interview Questions Asked at Other Companies

Q1. There is a chairman of a conglomerate. He has been on the post fo ... read more
asked in Axis Bank
Q2. How will you convince a school secretary to open account with you ... read more
Q3. What are kpi's?which are the kpi we use in daily basis
asked in HDFC Bank
Q4. what is FDI ,procedure how to settle the fund & why FDI need ... read more
Q5. There is a steel company with 2 plants in India. Now it has done ... read more

Interview questions from similar companies

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

I applied via Company Website and was interviewed before Mar 2023. There were 3 interview rounds.

Round 1 - Technical 

(1 Question)

  • Q1. Project architecture
Round 2 - Technical 

(1 Question)

  • Q1. Java oops concepts
Round 3 - Coding Test 

Strings and array concepts

Manager Interview Questions & Answers

Taco Bell user image Animesh Sarkar

posted on 2 Aug 2022

I applied via Walk-in and was interviewed in Jul 2022. There was 1 interview round.

Round 1 - Technical 

(2 Questions)

  • Q1. About my previous work experience
  • Q2. Pnl related questions

Interview Preparation Tips

Interview preparation tips for other job seekers - Strong pnl part more important for this sector

Interview Questionnaire 

2 Questions

  • Q1. Questions from C, Data structure, OS,Database
  • Q2. Technical + HR

Interview Preparation Tips

Round: Test
Experience: This round was simple.
It consist of 5 sections ..1.Aptitude (10 questions). 2.Operating System Basics and Unix Commands(16 questions) 3.Data Structure(9 questions) 4.Output C Questions(6 questions) 5.Programming questions out of 4 any 2 you can do.(2 questions from data structure and 2 from sorting)
Tips: If you know the basics of all these topics then you can easily clear this round.Try to score as more marks as possible because this score counts in the next round too.

Round: Technical Interview
Experience: Moderate
Tips: Be confident and don't get panic.If you don't know anything simply say no don't waste time.

Round: Technical Interview
Experience: Moderate

Skill Tips: Be Confident and keep calm.You must have the complete knowledge of the projects which you have written in your resume.
Skills: C, Data Structure, os, Database
College Name: VIT VELLORE
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Naukri.com and was interviewed before Jul 2022. There were 2 interview rounds.

Round 1 - HR 

(1 Question)

  • Q1. Why only taco bell for your career?
Round 2 - Technical 

(1 Question)

  • Q1. How you can manage inventory ? Process and types of inventory
  • Ans. 

    Inventory management involves overseeing the flow of goods from manufacturers to warehouses to retail outlets.

    • Implementing a reliable inventory management system to track stock levels and reorder when necessary

    • Categorizing inventory into types such as raw materials, work-in-progress, and finished goods

    • Utilizing forecasting techniques to predict demand and prevent overstocking or stockouts

    • Regularly conducting physical i...

  • Answered by AI

Intern Interview Questions & Answers

Seagate user image Shivani Mukunde

posted on 1 Aug 2024

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

(2 Questions)

  • Q1. Python program questions
  • Q2. OOPS based programming questions
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Not Selected

I applied via Campus Placement and was interviewed in Oct 2024. There was 1 interview round.

Round 1 - One-on-one 

(4 Questions)

  • Q1. What is polymorphism
  • Ans. 

    Polymorphism is the ability of a function or method to behave differently based on the object it is acting upon.

    • Polymorphism allows objects of different classes to be treated as objects of a common superclass.

    • It enables a single interface to be used for different data types or classes.

    • Examples include method overloading and method overriding in object-oriented programming.

  • Answered by AI
  • Q2. Find missing number from nth number array.
  • Ans. 

    Find missing number from nth number array.

    • Iterate through the array and calculate the sum of all numbers

    • Calculate the sum of numbers from 1 to n using the formula n*(n+1)/2

    • Subtract the sum of array from the sum of numbers from 1 to n to find the missing number

  • Answered by AI
  • Q3. Explain inheritance and it types
  • Ans. 

    Inheritance is a concept in object-oriented programming where a class inherits properties and behaviors from another class.

    • Inheritance allows a class to reuse code from another class.

    • Types of inheritance include single inheritance, where a class inherits from only one parent class, and multiple inheritance, where a class inherits from multiple parent classes.

    • Example: Class B inherits from Class A, so Class B can access

  • Answered by AI
  • Q4. Find 2nd max elements from aaray
  • Ans. 

    Find 2nd max element from array of strings

    • Sort the array in descending order

    • Skip the first element (max element)

    • Return the second element

  • Answered by AI

Skills evaluated in this interview

Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
Selected Selected

I applied via Campus Placement and was interviewed in Mar 2024. There was 1 interview round.

Round 1 - Technical 

(3 Questions)

  • Q1. What is hyperparameter tuning?
  • Ans. 

    Hyperparameter tuning is the process of selecting the best set of hyperparameters for a machine learning model.

    • Hyperparameters are parameters that are set before the learning process begins.

    • Hyperparameter tuning involves adjusting hyperparameters to optimize the model's performance.

    • Common techniques for hyperparameter tuning include grid search, random search, and Bayesian optimization.

  • Answered by AI
  • Q2. How do we train neural networks?
  • Ans. 

    Neural networks are trained using algorithms that adjust the weights and biases of the network based on the input data and desired output.

    • Neural networks are trained using a process called backpropagation, where the error between the predicted output and the actual output is used to adjust the weights and biases of the network.

    • Training data is fed into the neural network, and the network's output is compared to the des...

  • Answered by AI
  • Q3. What is overfitting?
  • Ans. 

    Overfitting occurs when a machine learning model learns the training data too well, including noise and outliers, leading to poor generalization on new data.

    • Overfitting happens when a model is too complex and captures noise in the training data.

    • It can be identified when a model performs well on training data but poorly on unseen data.

    • Techniques to prevent overfitting include cross-validation, regularization, and early ...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Don't join. Too much politics and racism. They only prefer regional candidates.

Skills evaluated in this interview

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

I applied via LinkedIn and was interviewed in Nov 2024. There were 2 interview rounds.

Round 1 - Aptitude Test 

Aptitude was quite easy with simple python questions

Round 2 - Coding Test 

Asked basic questions on numpy and pandas

Interview Preparation Tips

Topics to prepare for Seagate Intern interview:
  • Python
  • SQL
Interview preparation tips for other job seekers - Prepare for basic questions dont stress too much

DRiV Interview FAQs

How many rounds are there in DRiV Manager interview?
DRiV interview process usually has 2 rounds. The most common rounds in the DRiV interview process are HR and Technical.
What are the top questions asked in DRiV Manager interview?

Some of the top questions asked at the DRiV Manager interview -

  1. If any big event was handled by you. Share brief about the sa...read more
  2. Regarding the work you have done before, if website content was handled by ...read more
  3. Information on projects/campaigns do...read more

Tell us how to improve this page.

DRiV Manager Interview Process

based on 2 interviews

Interview experience

4
  
Good
View more

Interview Questions from Similar Companies

Seagate Interview Questions
3.3
 • 17 Interviews
Taco Bell Interview Questions
4.2
 • 15 Interviews
ALDI Interview Questions
4.5
 • 12 Interviews
Ricoh Interview Questions
3.8
 • 9 Interviews
Ibis Interview Questions
4.4
 • 7 Interviews
SONATRACH Interview Questions
3.7
 • 5 Interviews
View all
Assistant Manager
8 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Senior Executive
7 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Production Engineer
7 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Assistant Product Manager
5 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Production Team Leader
5 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Explore more salaries
Compare DRiV with

Ricoh

3.8
Compare

Taco Bell

4.2
Compare

Abbott Nutrition International

3.9
Compare

Ibis

4.4
Compare
Did you find this page helpful?
Yes No
write
Share an Interview