PuzzlersWorld.com

  • Hacker Puzzle
  • Interview Puzzles
  • Number Puzzles
  • Maths Puzzles

Interview Questions

Together with logical puzzles and interview puzzles, an interviewee needs to prepare well for other interview questions as well. We created this section with the aim to share quality interview questions with answers with the goal to represent the questions in easy to read format. We will be sharing interview question which are generally asked in top notch companies like Google, Amazon, Yahoo, Microsoft etc.

Collection of Interview Questions

All Puzzles Solved Unsolved

Spinning Disc Direction Puzzle

October 7, 2020 by puzzler Leave a Comment

A spinning disc is painted black on one half and white on the other (i.e., the line forming the border between the black and white regions of the disc is a diameter of the disc). The disk is spinning on a turntable in an unknown direction at an unknown speed. You have special video cameras that can observe the color of a single point on the disc. How many cameras do you need to determine the direction the disc is spinning?

Checkout more Interview Questions, Logical Puzzles Tags: Unsolved Puzzles

Three blue and two red hats puzzle

November 3, 2015 by puzzler 1 Comment

3-blue-and-2-red-hatsAt a party, four people played a game. Three of them sat one behind the other, so that Abe saw Bill and Cal, and Bill only saw Cal, who sat in front and saw nobody else.

Dave had 5 hats which he showed to his three friends. Three of the hats were blue and two were red.

Now Dave placed a hat on the head of each of his three friends, putting aside the remaining two hats.

Then he asked Abe what color his hat was.

Abe said he couldn’t tell.

Bill was asked the color of his own hat, but he didn’t know for certain either.

Cal, though he couldn’t see any hat at all, gave the right answer when asked what color his hat was.

Do you know what color Cal’s hat was and how he reasoned to find out the correct answer?
[Read more…]

Checkout more Interview Questions Tags: Difficult, Hats Puzzles, Solved Puzzles

2nd smallest number from 32 numbers

May 27, 2014 by puzzler 20 Comments

You have 32 numbers. What is the least number of comparison needed to find the 2nd smallest out of them?

[Read more…]

Checkout more Interview Questions Tags: Snapdeal Interview Questions, Solved Puzzles

Find Number present only once

May 22, 2014 by puzzler 4 Comments

Write an algorithm to find out a number from an array of numbers where only one number occurs once and rest all occurs twice.

Note: Without using extra O(n) space and in O(n).
[Read more…]

Checkout more Interview Questions Tags: Snapdeal Interview Questions, Solved Puzzles

Average speed of train

May 17, 2014 by puzzler 5 Comments

average speed of train puzzle

average speed of train puzzle

A train is going at a speed of 60kmph towards Delhi and returned back at a speed of 30kmph. What is its average speed?
[Read more…]

Checkout more Interview Questions Tags: Snapdeal Interview Questions, Solved Puzzles

Output of the recursive program

May 6, 2014 by puzzler 1 Comment

what will be the output of this program

void print (int n)
{
	if (n>0)
	{
		printf(“hello”);
		print(n-1);
	}
	printf(“world”);
}

[Read more…]

Checkout more Interview Questions Tags: Recursion Questions, Snapdeal Interview Questions, Solved Puzzles

Full Binary Tree Solution – Google Code Jam

April 27, 2014 by puzzler Leave a Comment

This is the second problem in Google Code Jam 2014, Round 1A

This problem is based on all time favorite of interviewers Binary Tree, you need to find out the minimum number of node to delete to make the given binary tree(in graph form, for any connection in X and Y, you can consider X as child of Y or vice verse) as Full Binary Tree.
[Read more…]

Checkout more Google Code jam Tags: Binary Tree, Data Structures, Google Code Jam 2014, Solved Puzzles

Charging Chaos Solution – Google CodeJam

April 26, 2014 by puzzler 3 Comments

First problem in Google CodeJam 2014, Round 1A

Its about getting the minimum number of switch you need to do to get the desired electric flow.
[Read more…]

Checkout more Google Code jam Tags: Google Code Jam 2014, Solved Puzzles

Deceitful War Solution – Google Code Jam 2014

April 13, 2014 by puzzler 3 Comments

4th problem in google code jam qualification round 2014

Problem

Naomi and Ken sometimes play games together. Before they play, each of them gets Nidentical-looking blocks of wood with masses between 0.0kg and 1.0kg (exclusive). All of the blocks have different weights. There are lots of games they could play with those blocks, but they usually play something they call War.

[Read more…]

Checkout more Google Code jam Tags: Difficult, Solved Puzzles

Minesweeper Master Solution – Google Code jam 2014

April 12, 2014 by puzzler Leave a Comment

This is the third problem of google code jam qualification round 2014. This problem is based on very famous old game Minesweeper, i am pretty much sure you must have played it, its now time to create the board yourself, such that you know the position to click on, to win the game in just one click.

Problem

Minesweeper is a computer game that became popular in the 1980s, and is still included in some versions of the Microsoft Windows operating system. This problem has a similar idea, but it does not assume you have played Minesweeper.
[Read more…]

Checkout more Google Code jam Tags: Difficult, Solved Puzzles

  • 1
  • 2
  • 3
  • …
  • 5
  • Next Page »
Submit your Puzzle

You may also like

  • 3 SUM problem
  • Lawnmower Solution: Google codejam 2013 Qual Round
  • Falling Diamonds Solution: Google codejam 2013 Round 1B
  • Beautiful Strings solution: Facebook hacker Cup 2013 Qual Round
  • Manage Your Energey Solution: Google codejam 2013 Round 1A
  • Subjective Question set C/C++ – Part 1
  • Reverse a link list without using another
  • Objective Questions set C/C++ – Part 6
  • Average speed of train
  • Magic Trick Solution – Google Code Jam 2014

Categories

  • Aive hi Puzzles
  • Akbar and Birbal
  • Alphabetical Puzzles
  • Bollywood Puzzles
  • Google Code jam
  • Hindi Riddles
  • Interview Puzzles
  • Interview Questions
  • Logical Puzzles
  • Malayalam Puzzles
  • Maths Puzzles
  • Miscellaneous
  • Number Puzzles
  • Picture Puzzles
  • Riddles
  • Tamil Puzzles
  • Technical

Social

  • View puzzlersworld’s profile on Twitter
privacy policy

Copyright © 2023 · eleven40 Pro Theme on Genesis Framework · WordPress · Log in

  • Hacker Puzzle
  • Logo Puzzles
  • Optical Illusions
  • WhatsApp Puzzles
  • Picture Puzzles
  • Riddles
    ▼
    • Hindi Riddles
  • Bollywood Puzzles
  • Alphabetical Puzzles
  • Aive hi Puzzles
  • Interview Puzzles
  • Logical Puzzles
  • Interview Questions
    ▼
    • Data Structures
    • Binary Tree
    • Algorithms
    • Recursion Questions
    • Amazon Interview Questions
    • Snapdeal Interview Questions
    • Google Code jam
  • Technical
  • Akbar and Birbal
  • Number Puzzles
  • Maths Puzzles
  • Miscellaneous