AMCAT Cheat Sheet 2026
The 30 highest-yield AMCAT facts, distilled from real exam questions. Print it, save it as a PDF, or study it here — free, no sign-up.
120 questions
150 min time limit
60% to pass
- The HCF of 48 and 72 is: → 24
- A car depreciates by 10% every year. If its current value is $18,000, what will it be worth after 2 years? → $14,580
- What is the purpose of the ARP (Address Resolution Protocol)? → To convert IP addresses to MAC addresses on a local network
- A hash table with chaining resolves collisions by: → Maintaining a linked list at each bucket
- A train travels 360 miles in 6 hours. What is its average speed in miles per hour? → 60
- What does 'coupling' refer to in the context of OOP design? → The degree of interdependence between software modules or classes
- A non-deterministic finite automaton (NFA) has 5 states. What is the maximum number of states in an equivalent DFA obtained by the subset construction method? → 32
- Five friends sit in a row. P sits to the right of Q and to the left of R. S sits to the right of R. T sits to the left of Q. Who sits in the middle? → P
- Which data structure operates on a Last In, First Out (LIFO) principle? → Stack
- What is the result of 7 % 3 in most programming languages? → 2
- What is the role of the start symbol in a formal grammar? → It is the non-terminal from which all derivations begin
- If the compound interest on a sum for 2 years at 10% per annum is $210, what is the principal? → $1000
- In a certain code, 'go to school' is written as 'la fa ka' and 'go back home' is written as 'la ma na'. What is the code for 'go'? → la
- What is the time complexity of inserting an element at the beginning of a singly linked list? → O(1)
- A document has 5 pages. Page 1 has 300 words, Page 2 has 250, Page 3 has 310, Page 4 has 290, Page 5 has 280. What is the average word count per page? → 286
- Choose the word that best fills the blank: 'The CEO's _______ leadership style inspired employees to exceed their targets consistently.' → charismatic
- In a row of 40 students, if Ravi is 15th from the left, what is his position from the right? → 26th
- Fill in the blank: The manager requested that the report ___ submitted by Friday. → be
- If the day before yesterday was Thursday, what day will it be the day after tomorrow? → Monday
- When a child class acquires the properties and behaviors of a parent class, this OOP concept is called: → Inheritance
- Which data type in C is used to store a single character? → char
- Which sequence of letters follows the pattern: A, Z, B, Y, C, X, D, __? → W
- Series: 1, 1, 2, 3, 5, 8, 13, __. What comes next? → 21
- Find the number that does NOT belong: 2, 4, 8, 15, 16, 32 → 15
- Which disk scheduling algorithm processes requests in the order of the shortest seek time from the current head position? → SSTF (Shortest Seek Time First)
- What is the space complexity of a recursive Fibonacci function (without memoization)? → O(n)
- If 15% of a number is 45, what is the number? → 300
- A is taller than B. C is taller than A. D is shorter than B. Who is the tallest? → C
- What is the worst-case time complexity of Binary Search? → O(log n)
- Which of the following is true about a VIEW in SQL? → A view is a virtual table based on the result of a SELECT query
Turn these facts into recall: