0% found this document useful (0 votes)
88 views

Fresher Coding Challenge PDF

The document describes a coding challenge to create a game for a birthday party where 5 participants each get 3 chances to pick random numbers from 1-100 and the person with the highest total score wins. The code should randomly assign numbers, use generic contestant names, not allow repeats, and optionally show scores after each pick and include any other relevant features. Applicants should code the logic in a language of their choice and submit it for review.
Copyright
© © All Rights Reserved
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
88 views

Fresher Coding Challenge PDF

The document describes a coding challenge to create a game for a birthday party where 5 participants each get 3 chances to pick random numbers from 1-100 and the person with the highest total score wins. The code should randomly assign numbers, use generic contestant names, not allow repeats, and optionally show scores after each pick and include any other relevant features. Applicants should code the logic in a language of their choice and submit it for review.
Copyright
© © All Rights Reserved
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 1

INNOMICK

TECHNOLOGY

Coding Challenge!

Please write the Logic and code in your preferred Language of choice: C#, JavaScript, Python,
JAVA, PHP, Asp .Net etc.. Your choice of Algorithm too…

In a birthday celebration, the organizers would like to conduct a game to entertain the crowd.
The game rules as follows:

• 1 to 100 numbers are available in a Jar.


• 5 Participants can contest in each slot / session.
• 5 slots are available.
• Each participant will get 3 chances to pick the number from the Jar.
• Need to count the numbers picked by individual contestants. Who receives the
highest number after counting, he /she is the winner.
• The winner should be displayed for each session.

Requirements must be considered:

Numbers should be assigned randomly.


Contestant names can be generic. (Ruby, Rails, Riya, Richard,...)
Only one number can be picked for each attempt. Same number should not repeat.

Optional Requirements:

After picking 3 numbers, the contestant can see his score.


Any other thing not mentioned above, you feel must!

We wish you all the Best and you can start writing the "Logical Code".

After finishing everything please paste the code in a Word Document and send an email to
[email protected] or you can reply to this email.

We will look into your code structure and how well you build the logic. No other criteria to
get shortlisted!

We are looking forward to interviewing you in the third round.

You might also like