PuzzlersWorld.com

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

Snapdeal Interview Questions

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

4 letter words with atleast one vowel

May 24, 2014 by puzzler 1 Comment

How many different 4 letter words can be formed that have at least one vowel?

[Read more…]

Checkout more Alphabetical Puzzles, Logical Puzzles 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

Find 3 Fastest horses from 25 horses

May 16, 2014 by puzzler 46 Comments

There are 25 horses. We have to find out the fastest 3 horses. In one race maximum 5 horses can run. How many such races are required in minimum to get the result ?

find 3 fastest horses from 25 horses puzzle

find 3 fastest horses from 25 horses puzzle

[Read more…]

Checkout more Interview Puzzles 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

Submit your Puzzle

You may also like

    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