Graduate Recruitment Test (GRT) — Questions and Answers
Question 1: A pie chart shows market share: Company A has 35%, B has 25%, C has 20%, and D has the remainder. If total market revenue is $8 million, how much does Company D earn?
- $1.4 million
- $1.6 million (Correct answer)
- $1.2 million
- $1.8 million
Correct answer: $1.6 million
Company D has 100% - 35% - 25% - 20% = 20% share; 20% of $8M = $1.6 million.
Question 2: What is the primary purpose of standardized procedures in Abstract Reasoning?
- To benefit only management
- To slow down work processes
- To create unnecessary bureaucracy
- To ensure consistency, safety, and quality across all practitioners (Correct answer)
Correct answer: To ensure consistency, safety, and quality across all practitioners
Standardized procedures ensure that all practitioners deliver consistent, safe, and high-quality outcomes.
Question 3: How do you handle a situation where a team member is not contributing equally to a project?
- I report the team member’s lack of contribution to the manager immediately.
- I take over their responsibilities to ensure the project is completed on time.
- I discuss the issue openly with the entire team, highlighting their lack of contribution.
- I address the issue privately with the team member to understand and resolve the problem. (Correct answer)
Correct answer: I address the issue privately with the team member to understand and resolve the problem.
Addressing the issue privately with the team member is a respectful and constructive approach. It allows for a direct conversation to understand the underlying reasons for their lack of contribution and find a solution, without causing public embarrassment or escalating the situation unnecessarily.
Question 4: What does ACID stand for in the context of database transactions?
- Atomicity, Concurrency, Isolation, Dependability
- Availability, Consistency, Integrity, Durability
- Accuracy, Consistency, Integrity, Distribution
- Atomicity, Consistency, Isolation, Durability (Correct answer)
Correct answer: Atomicity, Consistency, Isolation, Durability
ACID properties guarantee that database transactions are processed reliably: Atomicity (all-or-nothing), Consistency (valid state), Isolation (independent execution), Durability (persisted changes).
Question 5: A bar chart shows sales of 500, 750, 600, and 900 units in four quarters. What is the mean quarterly sales figure?
- 662.5
- 725
- 712.5
- 687.5 (Correct answer)
Correct answer: 687.5
Mean = (500 + 750 + 600 + 900) / 4 = 2750 / 4 = 687.5.
Question 6: A developer notices that their REST API endpoint is vulnerable to SQL injection. Which mitigation technique is most effective?
- Encoding output with Base64
- Parameterized queries (prepared statements) (Correct answer)
- Rate limiting the API endpoint
- Input length validation
Correct answer: Parameterized queries (prepared statements)
Parameterized queries separate SQL code from user input, preventing malicious SQL from being executed by the database engine.
Question 7: A two-way table shows survey results: 60 men and 40 women prefer Brand A; 30 men and 70 women prefer Brand B. What percentage of all respondents prefer Brand A?
- 40%
- 55%
- 50% (Correct answer)
- 45%
Correct answer: 50%
Brand A total = 60 + 40 = 100; total respondents = 60 + 40 + 30 + 70 = 200; 100/200 = 50%.
Question 8: If all Bloops are Razzies, and all Razzies are Lazzies, which of the following must be true?
- All Bloops are Lazzies (Correct answer)
- No Lazzies are Bloops
- Some Razzies are not Lazzies
- All Lazzies are Bloops
Correct answer: All Bloops are Lazzies
By transitivity: if Bloops ⊆ Razzies and Razzies ⊆ Lazzies, then Bloops ⊆ Lazzies.
Question 9: A manager says: 'We should not adopt this new software because we have always done things the old way.' Which fallacy does this represent?
- Bandwagon fallacy
- False analogy
- Circular reasoning
- Appeal to tradition (Correct answer)
Correct answer: Appeal to tradition
Appeal to tradition assumes that because something has always been done a certain way, it must continue to be done that way, without evaluating its merits.
Question 10: A dataset shows monthly customer complaints: 18, 22, 15, 30, 25. What is the median number of complaints?
- 30
- 25
- 18
- 22 (Correct answer)
Correct answer: 22
Sorted: 15, 18, 22, 25, 30 — the middle (third) value is 22.
Question 11: What is the most important foundational concept in Abstract Reasoning?
- Understanding core principles and their practical application in Abstract Reasoning (Correct answer)
- Memorizing all rules without understanding
- Ignoring established guidelines
- Only following instructions from supervisors
Correct answer: Understanding core principles and their practical application in Abstract Reasoning
Core principles provide the foundation for all decision-making and practice in Abstract Reasoning.
Question 12: A grouped bar chart shows that Department X spent $50,000 on salaries and $30,000 on materials; Department Y spent $70,000 on salaries and $20,000 on materials. Which department spent more overall?
- Department Y with $90,000 (Correct answer)
- Department X with $80,000
- Both spent the same
- Department X with $90,000
Correct answer: Department Y with $90,000
Department X total = $80,000; Department Y total = $90,000, so Department Y spent more.
Question 13: A politician claims: 'Crime rates fell after I took office, proving my policies work.' What additional information would MOST weaken this claim?
- The politician won office with a large majority of votes
- The crime rate had fluctuated in previous years
- Crime rates fell by similar amounts in neighboring regions with different policies (Correct answer)
- Crime statistics are collected by an independent agency
Correct answer: Crime rates fell by similar amounts in neighboring regions with different policies
If crime fell equally in places without the politician's policies, it suggests the decline is due to broader factors rather than those specific policies.
Question 14: A study shows that employees who drink coffee in the morning are 20% more productive. The company concludes it should provide free coffee to boost productivity. What is the main flaw in this reasoning?
- Correlation does not imply causation (Correct answer)
- The study sample was too large
- Productivity cannot be measured accurately
- Coffee is too expensive to provide for free
Correct answer: Correlation does not imply causation
The study shows a correlation between coffee drinking and productivity, but does not prove that coffee causes the productivity increase.
Question 15: Which approach is most effective for problem-solving in Abstract Reasoning?
- Ignoring the problem until it resolves itself
- Always asking someone else
- Random trial and error
- Systematic analysis followed by evidence-based decision making (Correct answer)
Correct answer: Systematic analysis followed by evidence-based decision making
Systematic, evidence-based approaches lead to more reliable solutions than ad hoc methods.
Question 16: Which of the following is an example of a 'false dichotomy' fallacy?
- 'You're either with us or against us — there is no middle ground.' (Correct answer)
- 'The economy grew last quarter, so the policy is working.'
- 'Most employees prefer flexible hours.'
- 'Studies show that exercise reduces stress levels.'
Correct answer: 'You're either with us or against us — there is no middle ground.'
A false dichotomy presents only two options as if no other possibilities exist, when in reality there may be a spectrum of choices.
Question 17: Which scenario best illustrates high agreeableness as a personality trait?
- Willingly helping colleagues and maintaining harmonious relationships (Correct answer)
- Refusing to compromise on your position during negotiations
- Prioritizing personal goals over team needs at all times
- Expressing disagreement loudly in group settings
Correct answer: Willingly helping colleagues and maintaining harmonious relationships
High agreeableness is characterized by cooperation, empathy, and a tendency to prioritize harmonious relationships.
Question 18: What is the importance of communication skills in Abstract Reasoning?
- Communication is only important for managers
- Technical skills are sufficient without communication
- Communication skills cannot be learned
- Clear communication prevents errors, builds relationships, and ensures understanding among all parties (Correct answer)
Correct answer: Clear communication prevents errors, builds relationships, and ensures understanding among all parties
Effective communication is essential for coordination, error prevention, and stakeholder relationships.
Question 19: A company's revenue was $2.4 million in Q1 and $3.0 million in Q2. What is the percentage increase from Q1 to Q2?
- 25% (Correct answer)
- 20%
- 15%
- 30%
Correct answer: 25%
Percentage increase = (3.0 - 2.4) / 2.4 × 100 = 0.6 / 2.4 × 100 = 25%.
Question 20: In a deductive argument, if both premises are true and the argument is valid, the conclusion is:
- Necessarily true (Correct answer)
- Possibly true
- Probably true
- True only if supported by evidence
Correct answer: Necessarily true
In a valid deductive argument, if both premises are true, the conclusion must be true — that is what makes deductive reasoning conclusive.
Question 21: A chart shows website traffic: 12,000 visits in January, declining by 5% each month. Approximately how many visits occurred in March?
- 10,800
- 10,830 (Correct answer)
- 11,000
- 11,400
Correct answer: 10,830
February = 12,000 × 0.95 = 11,400; March = 11,400 × 0.95 = 10,830.
Question 22: During a high-pressure deadline, a team member makes a significant error. What is the most effective response?
- Point out the error publicly to prevent it from happening again
- Ignore it and hope it doesn't affect the final output
- Fix the error yourself and reprimand the team member later
- Calmly identify the error, work collaboratively to fix it, and debrief afterward (Correct answer)
Correct answer: Calmly identify the error, work collaboratively to fix it, and debrief afterward
Addressing errors calmly and collaboratively under pressure maintains team morale and ensures the issue is actually resolved.
Question 23: Your workload has become unsustainable and is affecting your well-being. What is the most professional response?
- Resign without discussing the issue
- Schedule a conversation with your manager to discuss workload, priorities, and potential solutions (Correct answer)
- Say nothing and continue until you burn out
- Start declining all tasks without explanation
Correct answer: Schedule a conversation with your manager to discuss workload, priorities, and potential solutions
Proactively discussing workload with your manager is the most constructive way to address sustainability.
Question 24: Which data structure is most efficient for implementing a priority queue?
- Hash Table
- Stack
- Binary Heap (Correct answer)
- Linked List
Correct answer: Binary Heap
A Binary Heap supports O(log n) insertion and O(log n) deletion of the minimum/maximum element, making it ideal for priority queues.
Question 25: In asymmetric encryption, which key is used to encrypt a message intended for a recipient?
- The sender's private key
- The sender's public key
- The recipient's public key (Correct answer)
- The recipient's private key
Correct answer: The recipient's public key
In asymmetric encryption, the sender encrypts the message with the recipient's public key, and only the recipient's private key can decrypt it.
Question 26: You discover a significant error in a report that has already been distributed to stakeholders. The error was made by another team member. What do you do?
- Do nothing—stakeholders may not notice
- Correct the report yourself and redistribute without mentioning the error
- Blame the team member in an email to stakeholders
- Inform your manager and the team member so a corrective notice can be issued (Correct answer)
Correct answer: Inform your manager and the team member so a corrective notice can be issued
Escalating promptly ensures stakeholders receive accurate information and the team can address the root cause.
Question 27: A stacked bar chart shows total project hours: Planning 15%, Execution 55%, Review 20%, Reporting 10%. If the project took 400 hours total, how many hours were spent on Review and Reporting combined?
- 110
- 120 (Correct answer)
- 100
- 130
Correct answer: 120
Review + Reporting = 20% + 10% = 30%; 30% of 400 = 120 hours.
Question 28: An argument concludes that because Event A happened before Event B, Event A must have caused Event B. What is this called?
- Post hoc ergo propter hoc (Correct answer)
- Straw man fallacy
- Hasty generalization
- Appeal to authority
Correct answer: Post hoc ergo propter hoc
Post hoc ergo propter hoc is the fallacy of assuming causation simply because one event preceded another.
Question 29: What are the key regulatory requirements affecting Abstract Reasoning?
- Regulations are optional guidelines
- Only federal regulations apply
- There are no regulations
- Compliance with applicable laws, industry standards, and licensing requirements specific to the field (Correct answer)
Correct answer: Compliance with applicable laws, industry standards, and licensing requirements specific to the field
Practitioners must comply with all applicable regulations, which may include federal, state, and industry-specific requirements.
Question 30: What is the most important foundational concept in Situational Judgment?
- Memorizing all rules without understanding
- Ignoring established guidelines
- Only following instructions from supervisors
- Understanding core principles and their practical application in Situational Judgment (Correct answer)
Correct answer: Understanding core principles and their practical application in Situational Judgment
Core principles provide the foundation for all decision-making and practice in Situational Judgment.
Question 31: Which word is the odd one out: Maple, Oak, Rose, Birch, Elm?
- Oak
- Birch
- Rose (Correct answer)
- Maple
Correct answer: Rose
Rose is a flowering plant/shrub, while all others are deciduous trees.
Question 32: Which of the following best describes an 'ad hominem' argument?
- Appealing to popular opinion as evidence
- Attacking the person making the argument rather than the argument itself (Correct answer)
- Drawing a conclusion before examining the evidence
- Using irrelevant statistics to support a claim
Correct answer: Attacking the person making the argument rather than the argument itself
An ad hominem fallacy attacks the character or credibility of the person rather than addressing the substance of their argument.
Question 33: You observe a colleague engaging in a minor ethical violation. What should you do?
- Address it privately with the colleague first, then escalate if it continues (Correct answer)
- Report it anonymously without first speaking to the colleague
- Ignore it since it is minor and not your responsibility
- Confront them publicly to deter future violations
Correct answer: Address it privately with the colleague first, then escalate if it continues
Addressing ethical issues privately first is respectful and often resolves the situation before escalation is needed.
Question 34: A client becomes rude during a meeting. What is the most professional response?
- Excuse yourself from the meeting immediately
- Respond with equal directness to assert boundaries
- Ask another team member to take over without explanation
- Remain calm, acknowledge their concern, and steer the conversation constructively (Correct answer)
Correct answer: Remain calm, acknowledge their concern, and steer the conversation constructively
Remaining composed and redirecting the conversation professionally defuses tension and demonstrates emotional self-regulation.
Question 35: What quality metrics are most important in Abstract Reasoning?
- No metrics are needed
- Only financial metrics
- Measurable outcomes, process compliance, and stakeholder satisfaction (Correct answer)
- Only speed of completion
Correct answer: Measurable outcomes, process compliance, and stakeholder satisfaction
Quality in Abstract Reasoning is measured through multiple dimensions including outcomes, processes, and satisfaction.
Question 36: What is the significance of documentation in Abstract Reasoning?
- Documentation is unnecessary busy work
- It provides a record for accountability, quality assurance, and legal compliance (Correct answer)
- Only required during audits
- Only management needs to document
Correct answer: It provides a record for accountability, quality assurance, and legal compliance
Proper documentation supports accountability, enables quality review, and satisfies legal requirements.
Question 37: What quality metrics are most important in Verbal Reasoning?
- Measurable outcomes, process compliance, and stakeholder satisfaction (Correct answer)
- Only financial metrics
- No metrics are needed
- Only speed of completion
Correct answer: Measurable outcomes, process compliance, and stakeholder satisfaction
Quality in Verbal Reasoning is measured through multiple dimensions including outcomes, processes, and satisfaction.
Question 38: You are assigned to a group project but one member consistently misses deadlines. What is the most professional response?
- Exclude them from future tasks without explanation
- Report them to your supervisor immediately
- Complete their work yourself without saying anything
- Address the issue directly with the team member and discuss solutions (Correct answer)
Correct answer: Address the issue directly with the team member and discuss solutions
Directly addressing the issue gives the team member a chance to correct their behavior and maintains team cohesion.
Question 39: How should risk be managed in Abstract Reasoning?
- Through identification, assessment, mitigation strategies, and ongoing monitoring of potential risks (Correct answer)
- By ignoring potential problems
- Risk management is not necessary
- By avoiding all risk entirely
Correct answer: Through identification, assessment, mitigation strategies, and ongoing monitoring of potential risks
Effective risk management involves a systematic process of identifying, evaluating, and addressing potential threats.
Question 40: You disagree with a decision made by your manager. What is the most appropriate action?
- Ignore the decision and act as you see fit
- Escalate immediately to senior leadership
- Request a private meeting to respectfully share your perspective (Correct answer)
- Complain to other team members
Correct answer: Request a private meeting to respectfully share your perspective
Raising concerns privately and respectfully shows professionalism and gives management the chance to consider your viewpoint.
Question 41: How should ethical dilemmas be handled in Abstract Reasoning?
- Follow established ethical guidelines, consult with supervisors, and prioritize stakeholder welfare (Correct answer)
- Always choose the cheapest option
- Ignore ethical concerns
- Make decisions based solely on personal preference
Correct answer: Follow established ethical guidelines, consult with supervisors, and prioritize stakeholder welfare
Ethical decision-making requires following professional guidelines and prioritizing the welfare of all stakeholders.
Question 42: What role does continuing education play in Abstract Reasoning?
- It is optional and rarely helpful
- Only required for new practitioners
- Only beneficial for management
- Keeping practitioners current with evolving best practices and new developments (Correct answer)
Correct answer: Keeping practitioners current with evolving best practices and new developments
Continuing education ensures practitioners stay current with advances in their field.
Question 43: A company’s revenue increased by 20% last year. If the revenue was $50,000 at the beginning of the year, what is the revenue at the end of the year?
- $70,000
- $65,000
- $55,000
- $60,000 (Correct answer)
Correct answer: $60,000
To find the revenue at the end of the year, first calculate the 20% increase. 20% of $50,000 is (0.20 * $50,000) = $10,000. Add this increase to the initial revenue: $50,000 + $10,000 = $60,000. Therefore, the revenue at the end of the year is $60,000.
Question 44: What are the key regulatory requirements affecting Situational Judgment?
- Only federal regulations apply
- There are no regulations
- Compliance with applicable laws, industry standards, and licensing requirements specific to the field (Correct answer)
- Regulations are optional guidelines
Correct answer: Compliance with applicable laws, industry standards, and licensing requirements specific to the field
Practitioners must comply with all applicable regulations, which may include federal, state, and industry-specific requirements.
Question 45: Your team is celebrating a project success, but you privately know that one team member contributed very little. What is the most appropriate behavior at the celebration?
- Refuse to attend the celebration
- Discuss the individual's contribution with other colleagues at the event
- Participate in the team celebration and address the performance issue separately through proper channels (Correct answer)
- Publicly call out the underperforming team member at the event
Correct answer: Participate in the team celebration and address the performance issue separately through proper channels
Celebrations are not the appropriate venue for performance discussions—address issues through the proper management process.
Question 46: A line graph shows electricity consumption (kWh): Mon 120, Tue 95, Wed 110, Thu 130, Fri 105. Which day showed the greatest drop from the previous day?
- Friday
- Thursday
- Wednesday
- Tuesday (Correct answer)
Correct answer: Tuesday
Monday to Tuesday dropped by 25 kWh, which is the largest single-day decrease.
Question 47: How does technology impact modern practices in Abstract Reasoning?
- Technology replaces all human judgment
- Technology is only useful for record keeping
- Technology improves efficiency, accuracy, and access to information while requiring new skills (Correct answer)
- Technology has no impact on this field
Correct answer: Technology improves efficiency, accuracy, and access to information while requiring new skills
Technology enhances capabilities while also requiring practitioners to develop new competencies.
Question 48: All managers at the firm have MBAs. Sarah has an MBA. What can be correctly concluded?
- All people with MBAs are managers
- Sarah is definitely a manager at the firm
- Sarah is not a manager at the firm
- Sarah may or may not be a manager at the firm (Correct answer)
Correct answer: Sarah may or may not be a manager at the firm
Having an MBA is a necessary condition for being a manager at the firm, but it is not sufficient — Sarah could have an MBA without being a manager there.
Question 49: Which HTTP status code indicates that a resource has been permanently moved to a new URL?
- 302
- 307
- 304
- 301 (Correct answer)
Correct answer: 301
HTTP 301 (Moved Permanently) tells clients and search engines to update their links to the new URL.
Question 50: What makes a professional competent in Abstract Reasoning?
- A combination of education, practical experience, ongoing learning, and adherence to professional standards (Correct answer)
- Only formal education matters
- Only certifications matter
- Only experience matters
Correct answer: A combination of education, practical experience, ongoing learning, and adherence to professional standards
Competence requires the integration of knowledge, skills, experience, and professional conduct.
Question 51: A graph shows that a city's population grew from 250,000 in 2010 to 310,000 in 2020. At the same annual growth rate, what will the population be in approximately 2025?
- 340,000
- 342,000 (Correct answer)
- 330,000
- 350,000
Correct answer: 342,000
Growth over 10 years = 60,000; annual growth = 6,000; 2025 population ≈ 310,000 + (5 × 6,000) = 340,000 (linear approximation gives 340,000, but compound gives ~342,000).
Question 52: A company's revenue grew from $500,000 to $650,000. What is the percentage increase?
- 30% (Correct answer)
- 35%
- 28%
- 25%
Correct answer: 30%
Increase = $150,000; percentage = (150,000/500,000) × 100 = 30%.
Question 53: Complete the analogy: JANUARY is to MONTH as MONDAY is to:
- Year
- Calendar
- Week
- Day (Correct answer)
Correct answer: Day
January is a specific month; Monday is a specific day.
Question 54: Five items are ranked 1 to 5. Item C is ranked higher than Item D. Item A is ranked lower than Item B. Item B is ranked higher than Item C. Which item is ranked highest?
- Item A
- Item B (Correct answer)
- Item D
- Item C
Correct answer: Item B
B > C > D and B > A, so Item B is higher than all others that are explicitly compared.
Question 55: A client is angry about a service failure that was not your team's fault. They call you directly. What is the best first response?
- Explain that it was not your team's fault and redirect blame
- Argue with the client about the facts
- Transfer the call immediately without speaking to them
- Apologize on behalf of the organization, listen to their concerns, and commit to investigating (Correct answer)
Correct answer: Apologize on behalf of the organization, listen to their concerns, and commit to investigating
Empathetic listening and a commitment to investigate de-escalates the situation regardless of fault.
Question 56: How does technology impact modern practices in Numerical Reasoning?
- Technology replaces all human judgment
- Technology improves efficiency, accuracy, and access to information while requiring new skills (Correct answer)
- Technology is only useful for record keeping
- Technology has no impact on this field
Correct answer: Technology improves efficiency, accuracy, and access to information while requiring new skills
Technology enhances capabilities while also requiring practitioners to develop new competencies.
Graduate Recruitment Test (GRT)
A cognitive ability assessment used by employers to screen graduates and professionals, evaluating logical reasoning, abstract thinking, data interpretation, critical thinking, and situational judgement skills.
Exam Rules
- You can skip questions and return to them later
- Flag questions for review before submitting
- No feedback shown until you submit the entire exam
- Unanswered questions count as wrong — answer everything
- 10 pretest questions are mixed in and don't affect your score
- Timer auto-submits when time runs out
- Your progress is auto-saved every 30 seconds