Hackerrank Exam Structure and Content 2 — Questions and Answers
Question 1: What is the passing score threshold for the HackerRank Python (Basic) certification?
- 51%
- 61%
- 71% (Correct answer)
- 81%
Correct answer: 71%
A score of 71% or higher is required to pass the HackerRank Python Basic certification.
Question 2: Which of the following best describes the HackerRank Python (Basic) certification format?
- Multiple-choice questions only
- Coding challenges solved in a browser-based IDE (Correct answer)
- Take-home assignments submitted via GitHub
- Live interview with a HackerRank assessor
Correct answer: Coding challenges solved in a browser-based IDE
The certification consists of coding challenges that candidates solve directly in HackerRank's browser-based code editor.
Question 3: How many attempts are allowed for the HackerRank Python (Basic) certification within a given period?
- Unlimited attempts at any time
- One attempt every 6 months (Correct answer)
- Three attempts per year
- One attempt per month
Correct answer: One attempt every 6 months
Candidates must wait 6 months before retaking the HackerRank Python Basic certification after a failed attempt.
Question 4: Which skill is NOT directly assessed in the HackerRank Python (Basic) certification?
- Scalar types and operators
- Database design and normalization (Correct answer)
- Functions and recursion
- Classes and objects
Correct answer: Database design and normalization
Database design is not covered; the exam focuses on core Python language constructs like data types, functions, and OOP basics.
Question 5: What type of certificate is issued upon successfully passing the HackerRank Python certification?
- A physical diploma mailed to the candidate
- A digitally verifiable certificate with a unique URL (Correct answer)
- An email confirmation only
- A PDF badge attached to the candidate's LinkedIn
Correct answer: A digitally verifiable certificate with a unique URL
HackerRank issues a digitally verifiable certificate accessible via a unique shareable URL.
Question 6: During the HackerRank Python certification, which of the following is permitted?
- Consulting external websites
- Using the HackerRank built-in documentation panel (Correct answer)
- Collaborating with another person
- Installing third-party Python packages
Correct answer: Using the HackerRank built-in documentation panel
Candidates may use HackerRank's built-in language reference, but external resources and collaboration are prohibited.
Question 7: Which Python concept is specifically tested under the 'Object-Oriented Programming' domain of the HackerRank Python Basic exam?
- Asynchronous programming with asyncio
- Inheritance and method overriding (Correct answer)
- Metaclass creation
- C extensions via ctypes
Correct answer: Inheritance and method overriding
Inheritance and method overriding are core OOP topics assessed in the Basic certification.
What is the passing score threshold for the HackerRank Python (Basic) certification?