Coderbyte Report - Purvi Majoka
Coderbyte Report - Purvi Majoka
Assessment Report
Python Test 29th April (Placement)
SCORECARD
Multiple choice × 50% 63%
CHALLENGE SOLUTIONS
MULTIPLE CHOICE ANSWERS
Open-ended N/A
Cheating Overall
Likely
Pasted code Likely
Scorecard
10/10
Purvi Majoka
[email protected] Python3
SCORES
SKILL RATINGS AB Check
Cheating not detected
SCORECARD Run solution Easy
CHALLENGE SOLUTIONS
0/10
MULTIPLE CHOICE ANSWERS
Python3
No video recordings
Palindrome
Cheating not detected
Run solution Easy
7/10
Python3
Video
India
Array Addition I
Easy Challenge started, but not submitted
Python3
Video
India
× interpreted language
✔ Bytes
✔ Dictionary
× Value Error
✔ False
× False
12. Which function is used to check for the null values in a numpy array?
× NO ANSWER
✔ True
× Slicing
SKILL RATINGS
21. A dictionary should be a hashable item always.
SCORECARD
CHALLENGE SOLUTIONS ✔ True
MULTIPLE CHOICE ANSWERS
22. Set is mutable.
✔ True
× True
25. In case of a nested loop inner break statement can not terminate the outer loop.
× True
26. Which of the following functions can be used for bivariate or multivariate analysis?
✔ True
× True
29. A .py file can be used as a python script and a module too.
✔ True
30. Which of the following does not contain the duplicate values.
× NO ANSWER
Assessment Report
Python Test 29th April (Placement) 32. What will be the output of the following code snippet ?
a = [1, 2, 3, 4, 5]
sum = 0
SCORES
33. What will be the type of the variable sorted_numbers in the below code snippet?
SKILL RATINGS
numbers = (4, 7, 19, 2, 89, 45, 72, 22)
SCORECARD sorted_numbers = sorted(numbers)
print(sorted_numbers)
CHALLENGE SOLUTIONS
MULTIPLE CHOICE ANSWERS ✔ List
✔ 20
× [5, 6]