Exam Questions
28 sets · 223 questions — organized by topic.
- Q1.
Explain What is TallyPrime? and illustrate with a short TallyPrime program.
Hint: Aim for a definition + runnable snippet + sample output.
5 pts - Q2.
Write a TallyPrime program that demonstrates History of Tally in practice.
Hint: Include input, logic, and commented output lines.
8 pts - Q3.
Compare Features of TallyPrime with a related concept and state when each is preferable.
Hint: Build a tiny pros/cons table; give a use-case for each side.
5 pts - Q4.
Debug — given a broken snippet using Editions of Tally, identify the bug and fix it.
Hint: Explain the root cause in one line, then give the corrected code.
7 pts - Q5.
Design question — how would TallyPrime Interface scale for 1 million users?
Hint: Think about time/space complexity, caching, batching.
5 pts - Q6.
Explain Keyboard Shortcuts and illustrate with a short TallyPrime program.
Hint: Aim for a definition + runnable snippet + sample output.
5 pts - Q7.
Write a TallyPrime program that demonstrates Business Accounting Basics in practice.
Hint: Include input, logic, and commented output lines.
8 pts - Q8.
Compare Accounting Terminology with a related concept and state when each is preferable.
Hint: Build a tiny pros/cons table; give a use-case for each side.
5 pts
