Upload Button Icon Add office photos

Yahoo

Compare button icon Compare button icon Compare

Filter interviews by

Clear (1)

Yahoo Intern Interview Questions and Answers

Updated 31 Oct 2023

Yahoo Intern Interview Experiences

1 interview found

Intern Interview Questions & Answers

user image Anonymous

posted on 31 Oct 2023

Interview experience
5
Excellent
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 Resume tips
Round 2 - Technical 

(1 Question)

  • Q1. Cyber security related
Round 3 - Technical 

(1 Question)

  • Q1. Basic Scenario based questions

Interview questions from similar companies

I applied via Campus Placement and was interviewed before Apr 2020. There were 3 interview rounds.

Interview Questionnaire 

2 Questions

  • Q1. Given a sorted array of integers, find the frequency of 2 in the array in log(n) time.
  • Ans. 

    Find frequency of 2 in sorted array of integers in log(n) time.

    • Use binary search to find first and last occurrence of 2 in array.

    • Calculate frequency by subtracting last index from first index and adding 1.

    • Time complexity is O(log(n)).

  • Answered by AI
  • Q2. Given an array of numbers, for each index of the array, find the maximum frequency integer to the right of the array.
  • Ans. 

    Find the maximum frequency integer to the right of each index in an array of numbers.

    • Create a frequency map of the array.

    • Iterate through the array and for each index, find the maximum frequency integer to the right using the frequency map.

    • If there are no integers to the right, return -1.

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - 1. Get ready for facing data structures problems.
2. Some interviewers ask for the projects but without data structures, there is no way to pass the interview.
3. Have a decent understanding of the programming language you code in.

Skills evaluated in this interview

I was interviewed in Aug 2016.

Interview Questionnaire 

3 Questions

  • Q1. To reverse Linked List in pair of three.
  • Ans. 

    Reverse a linked list in pairs of three.

    • Create a function that takes the head of the linked list as input.

    • Traverse the linked list in pairs of three and reverse each pair.

    • Update the head of the linked list to the new head after reversing each pair.

    • Return the new head of the linked list.

  • Answered by AI
  • Q2. Search a number in sorted rotated array.
  • Ans. 

    Search a number in sorted rotated array.

    • Use binary search to find the pivot point where the array is rotated

    • Determine which half of the array the target number may be in

    • Perform binary search on the appropriate half of the array to find the target number

  • Answered by AI
  • Q3. A dynamic programming question was there to find a path in matrix.

Interview Preparation Tips

Round: Technical Interview
Experience: Interviewer mainly focused on problem solving skill.

Skills: Algorithm
College Name: KIIT University

Skills evaluated in this interview

Intern Interview Questions & Answers

Amazon user image Himani Anand1

posted on 28 Oct 2015

Interview Questionnaire 

1 Question

  • Q1. Binary Tree concepts

Interview Preparation Tips

Round: Test
Experience:
Tips:
Duration: 120 minutes
Total Questions: 22

Round: Technical Interview
Experience:
Tips:

General Tips:
Skill Tips:
Skills: Algorithmic Approach To Problem Solving, Data Structures, Core Courses Concepts
College Name: IIM Lucknow

Interview Preparation Tips

Skill Tips: prepare HR questions
Skills:
College Name: IIIT-Delhi

Interview Preparation Tips

Skills:
College Name: NIT Kurukshetra
Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Coding Test 

This was the best interview in my life with coding of easiest language python

Round 2 - Group Discussion 

There can be some who dont know how to behave in an group this round is for them

Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
No response
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 - Technical 

(1 Question)

  • Q1. Two medium leetcode question
Round 3 - Coding Test 

One medium leetcode question and design question

Interview Preparation Tips

Interview preparation tips for other job seekers - Do leetcode and some design questions
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Properly align and format text in your resume. A recruiter will have to spend more time reading poorly aligned text, leading to high chances of rejection.
View all Resume tips
Round 2 - One-on-one 

(2 Questions)

  • Q1. Tell me about a time when you had to work on a challenging project with a tight deadline.
  • Q2. Describe a situation in which you had to resolve a conflict with a colleague.
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Not Selected

I applied via Company Website and was interviewed before Jun 2023. There was 1 interview round.

Round 1 - Technical 

(2 Questions)

  • Q1. Given a target and a binary tree, return true if there is a path to target
  • Ans. 

    Check if there is a path in a binary tree to a given target

    • Start from the root node and traverse the tree using depth-first search (DFS)

    • Keep track of the current path sum and compare it with the target value

    • Return true if a path with the target sum is found, otherwise return false

  • Answered by AI
  • Q2. Square root of N
  • Ans. 

    The square root of a number N is a value that, when multiplied by itself, gives N.

    • The square root of 9 is 3, because 3 * 3 = 9

    • The square root of 16 is 4, because 4 * 4 = 16

    • The square root of 25 is 5, because 5 * 5 = 25

  • 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 Intern interview?
Yahoo interview process usually has 3 rounds. The most common rounds in the Yahoo interview process are Technical and Resume Shortlist.
What are the top questions asked in Yahoo Intern interview?

Some of the top questions asked at the Yahoo Intern interview -

  1. Cyber security rela...read more
  2. Basic Scenario based questi...read more

Recently Viewed

DESIGNATION

INTERVIEWS

Zolo

No Interviews

REVIEWS

JSW Bhushan Power & Steel

No Reviews

INTERVIEWS

Gramener

No Interviews

INTERVIEWS

Chai Point

No Interviews

DESIGNATION

INTERVIEWS

Cashify

No Interviews

REVIEWS

SGS

No Reviews

COMPANY BENEFITS

Sciative Solutions

No Benefits

COMPANY BENEFITS

Analytics Quotient

No Benefits

Tell us how to improve this page.

Yahoo Intern Interview Process

based on 1 interview

Interview experience

5
  
Excellent
View more

Interview Questions from Similar Companies

Amazon Interview Questions
4.1
 • 5k Interviews
Google Interview Questions
4.4
 • 821 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
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