InterviewSolution
Saved Bookmarks
| 1. |
What will be the day of the week on 15th April 2029?1. Saturday2. Monday3. Tuesday4. Sunday |
||||||||||||||||||||||||||||||||||||||||||
|
Answer» Correct Answer - Option 4 : Sunday Month codes:
Code for Days:
Code for Centuries: 1600 → 6 1700 → 4 1800 → 2 1900 → 0 2000 → 6 2100 → 4 2200 → 2 2300 → 0 For, 15April2029, Date = 15 Code for April= 6 Code for Century = 6 2029= 2000 + 29 For, 2000 it is 6 For, 29it is 29 And, 29/ 4 = 7 Adding all these = 15+ 6+ 6 + 29+ 7= 63 63 / 7 = 0(here we consider the remainder) 0 is the code for Sunday. 15 April 2029is Sunday. Hence, Sundayis the correct answer. |
|||||||||||||||||||||||||||||||||||||||||||