Upload Button Icon Add office photos

Yahoo

Compare button icon Compare button icon Compare

Filter interviews by

Clear (1)

Yahoo Production Engineer Interview Questions and Answers

Updated 5 May 2024

Yahoo Production Engineer Interview Experiences

2 interviews found

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

(2 Questions)

  • Q1. What is distributed system
  • Ans. 

    A distributed system is a collection of independent computers that appear to the users as a single coherent system.

    • Consists of multiple computers connected through a network

    • Allows for parallel processing and fault tolerance

    • Examples include cloud computing, peer-to-peer networks, and distributed databases

  • Answered by AI
  • Q2. Jenkins to deploy the automation from git repo, procedure
  • Ans. 

    Use Jenkins pipeline to deploy automation from git repo

    • Create a Jenkins pipeline job

    • Configure the job to pull code from the git repository

    • Define the deployment steps in the Jenkinsfile

    • Use Jenkins plugins like Git plugin and Pipeline plugin for automation

    • Ensure proper permissions and credentials are set up for accessing the git repo

  • Answered by AI
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 Oct 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 Resume tips
Round 2 - Coding Test 

It was an easy test with 2 questions.

Round 3 - Technical 

(1 Question)

  • Q1. They asked mostly about how websites work, networking point is view

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare networks

Production Engineer Interview Questions Asked at Other Companies

Q1. How to solve the problem in robot means how to detect fault?
asked in Foxconn
Q2. If product a fails in last stage what is root cause ?
Q3. Minimum value measure by vernier caliper?
Q4. difference between mass production and batch production?
Q5. Did you know about soldering and what is the criteria for solderi ... read more

Interview questions from similar companies

Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Coding Test 

Dsa questions, oops, recursion, how js works,

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

(1 Question)

  • Q1. Tell me about ur self
  • Ans. 

    I am a dedicated and experienced Production Engineer with a strong background in manufacturing processes and continuous improvement.

    • Bachelor's degree in Mechanical Engineering

    • 5+ years of experience in production engineering

    • Proficient in CAD software and process optimization

    • Led a team to implement lean manufacturing principles, resulting in a 20% increase in production efficiency

  • Answered by AI
Interview experience
4
Good
Difficulty level
Hard
Process Duration
Less than 2 weeks
Result
No response

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

Round 1 - Group Discussion 

• Are you responsible for your own life?

Interview Preparation Tips

Interview preparation tips for other job seekers - Amazon is a great business: Please believe it and try it
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
Not Selected
Round 1 - Technical 

(3 Questions)

  • Q1. What is ACID in DBs ?
  • Ans. 

    ACID stands for Atomicity, Consistency, Isolation, and Durability in databases.

    • Atomicity ensures that all operations in a transaction are completed successfully or none at all.

    • Consistency ensures that the database remains in a consistent state before and after the transaction.

    • Isolation ensures that multiple transactions can be executed concurrently without affecting each other.

    • Durability ensures that once a transaction...

  • Answered by AI
  • Q2. What is the difference in checked and unchecked exceptions ?
  • Ans. 

    Checked exceptions are checked at compile time while unchecked exceptions are not checked at compile time.

    • Checked exceptions are subclasses of Exception class except RuntimeException and its subclasses.

    • Unchecked exceptions are subclasses of RuntimeException and Error classes.

    • Checked exceptions must be caught or declared in the method signature using 'throws' keyword.

    • Unchecked exceptions do not need to be caught or decl...

  • Answered by AI
  • Q3. Find the min difference between any two integers of 2 sorted list
  • Ans. 

    To find the minimum difference between any two integers of 2 sorted lists, iterate through both lists simultaneously and keep track of the minimum difference.

    • Iterate through both sorted lists simultaneously

    • Keep track of the minimum difference found so far

    • Update the minimum difference if a smaller difference is found

  • Answered by AI

Skills evaluated in this interview

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

I applied via Approached by Company and was interviewed in Sep 2023. There were 2 interview rounds.

Round 1 - Coding Test 

Traverse through a matrix of uppercase english alphabets to find a given word. you are allowed to make up to k jumps, and same position can be repeated too.

Round 2 - Technical 

(1 Question)

  • Q1. Compression of 0-1 matrix of particular size.
  • Ans. 

    Compression of 0-1 matrix involves reducing the size of the matrix by storing only the necessary information.

    • Use run-length encoding to compress the matrix by storing consecutive repeated values as a single value and count.

    • Identify patterns in the matrix that can be represented more efficiently.

    • Consider using sparse matrix representation if the matrix has a lot of zeros.

    • Implement efficient algorithms to compress and de...

  • Answered by AI

Skills evaluated in this interview

Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - One-on-one 

(2 Questions)

  • Q1. Question on trie
  • Q2. Question on intervals
Round 1 - Technical 

(1 Question)

  • Q1. What is actual rule is using to sale more products in this company
  • Ans. 

    The actual rule for selling more products in this company is to focus on customer needs and provide excellent customer service.

    • Focus on customer needs and preferences

    • Provide excellent customer service

    • Offer promotions and discounts

    • Maintain high product quality

    • Stay up-to-date with market trends

    • Build strong relationships with customers

    • Encourage customer feedback and use it to improve

    • Train sales staff to be knowledgeable a

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Nothing is hard work may take bow in life
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via Naukri.com and was interviewed before Jun 2023. There was 1 interview round.

Round 1 - Technical 

(2 Questions)

  • Q1. What is AI ?
  • Ans. 

    AI stands for Artificial Intelligence, which is the simulation of human intelligence processes by machines, especially computer systems.

    • AI involves the development of algorithms that can perform tasks that typically require human intelligence.

    • Examples of AI include speech recognition, image recognition, natural language processing, and autonomous vehicles.

    • AI can be categorized into narrow AI (focused on a specific task...

  • Answered by AI
  • Q2. Tell me about machine learning
  • Ans. 

    Machine learning is a branch of artificial intelligence that involves developing algorithms and models that can learn from and make predictions or decisions based on data.

    • Machine learning uses algorithms to analyze data, learn from it, and make predictions or decisions.

    • It is used in various fields such as healthcare, finance, marketing, and more.

    • Examples of machine learning applications include recommendation systems, ...

  • Answered by AI

Skills evaluated in this interview

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

Yahoo Interview FAQs

How many rounds are there in Yahoo Production Engineer interview?
Yahoo interview process usually has 2 rounds. The most common rounds in the Yahoo interview process are Technical, Resume Shortlist and Coding Test.

Recently Viewed

INTERVIEWS

CG Power and Industrial Solutions

No Interviews

INTERVIEWS

Zolo

No Interviews

JOBS

Vecmocon Technologies

No Jobs

JOBS

Allianz Services

No Jobs

INTERVIEWS

Yahoo

No Interviews

INTERVIEWS

Yahoo

No Interviews

SALARIES

Forbes Marshall

DESIGNATION

JOBS

HR Works Consultancy

No Jobs

SALARIES

Iris Software

No Salaries

Tell us how to improve this page.

Yahoo Production Engineer Interview Process

based on 2 interviews

Interview experience

4.5
  
Good
View more

Interview Questions from Similar Companies

Amazon Interview Questions
4.1
 • 5k Interviews
Google Interview Questions
4.4
 • 822 Interviews
Swiggy Interview Questions
3.8
 • 424 Interviews
Udaan Interview Questions
3.9
 • 333 Interviews
Uber Interview Questions
4.2
 • 149 Interviews
Expedia Group Interview Questions
3.8
 • 75 Interviews
LinkedIn Interview Questions
4.3
 • 65 Interviews
OLX Interview Questions
3.8
 • 57 Interviews
Facebook Interview Questions
4.3
 • 52 Interviews
View all
Yahoo Production Engineer Salary
based on 7 salaries
₹13.2 L/yr - ₹34 L/yr
572% more than the average Production Engineer Salary in India
View more details

Yahoo Production Engineer Reviews and Ratings

based on 2 reviews

3.8/5

Rating in categories

5.0

Skill development

5.0

Work-life balance

4.0

Salary

3.4

Job security

3.1

Company culture

2.8

Promotions

3.1

Work satisfaction

Explore 2 Reviews and Ratings
AD Operations Specialist
18 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Software Developer
12 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Software Engineer
11 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Technical Lead
11 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Associate Manager
10 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Explore more salaries
Compare Yahoo with

Google

4.4
Compare

Facebook

4.3
Compare

Microsoft Corporation

4.0
Compare

Amazon

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