Skip to content

Commit

Permalink
Microsoft Internship Interview Questions
Browse files Browse the repository at this point in the history
  • Loading branch information
tanaytoshniwal committed Oct 1, 2019
1 parent a9f16bb commit bd9d637
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion Microsoft/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,6 @@ ____
- Write a program to reverse digits of an integer.
- Write a function that calculates the day of the week for any particular date in the past or future.
- Given a binary tree and data value of a node. The task is to find the sum of cousin nodes of given node. If given node has no cousins then return -1.
-Given a positive number N. The task is to round N to nearest multiple of 10. Number can be so big and can contains 1000 of digits.
-Given a positive number N. The task is to round N to nearest multiple of 10. Number can be so big and can contains 1000 of digits.
- At an ATM Machine, you are given a amount to withdraw, and some denominations of the Notes available in the ATM Machine. Find the number of ways in which you can withdraw the amount.
- You are given 2 Linked List where each List represents a number, i.e, if the linked list of length 3 is represented as 2->4->1, than it represents the number 241. You need to implement a function that computes the sum of these 2 numbers(represented as a linked list) and the resultant number should also be represented as a linked list.

0 comments on commit bd9d637

Please sign in to comment.