**Rules**
  • Single Attempt: You can attempt this quiz only once. Only the result of your first attempt will be considered.
  • Accurate Information: Please provide your correct name, email, and phone number to ensure your results match and you receive the appropriate discount.
  • Quiz Structure: This quiz consists of 30 questions, and you have a total of 15 minutes to complete it.
  • Answer All Questions: It is important to answer every question. There is no negative marking, so you will only receive marks for the correct answers.
  • No Copying: Do not copy-paste any part of the quiz. It has been made copy-protected.
  • Result Display: After completing the quiz, your result will be displayed as a percentage. The higher your percentage, the more discount you will be eligible for.
  • Discount Eligibility: Discounts are based on your quiz score percentage. The higher your score, the better the discount on our digital marketing course.
  • Quiz Integrity: Ensure the integrity of your answers to maintain fair play and accuracy in discount determination.
31

SSPI - Python and AI Automation Quiz

1 / 30

What is hoisted?

2 / 30

What is the result?
console.log(typeof NaN);

3 / 30

What does Promise.resolve(5) return?

4 / 30

Output?
console.log([] + []);

5 / 30

What is event bubbling?

6 / 30

What happens?
let a = {};let b = {};console.log(a == b);

7 / 30

What does === compare?

8 / 30

What is a closure?

9 / 30

What will this print?
console.log(0.1 + 0.2 === 0.3);

10 / 30

What is output?
console.log(typeof null);

11 / 30

What does box-sizing: border-box do?

12 / 30

Which unit is relative to root element?

13 / 30

What is the default flex-direction?

14 / 30

What does position: sticky depend on?

15 / 30

Specificity order (highest)?

16 / 30

What happens if multiple elements have the same id?

17 / 30

Which tag defines a self-contained composition?

18 / 30

Which element is not phrasing content?

19 / 30

What does __slots__ primarily do?

20 / 30

print(type(lambda x: x))

21 / 30

What is the time complexity of dictionary lookup in average case?

22 / 30

What will this print?
class A:
def __init__(self):
self.x = 1
a = A()
a.__dict__['x'] = 5 print(a.x)

23 / 30

Which statement about GIL in CPython is true?

24 / 30

What is the result?
print({1,2,3} & {3,4,5})

25 / 30

What will happen?
x = (i*i for i in range(3))print(list(x))print(list(x))

26 / 30

What is the output?
print(bool("False"), bool(""))

27 / 30

What does this return?
def func(x=[]):
x.append(1)
return x
print(func())print(func())

28 / 30

What will be the output?
a = [1, 2, 3]
b = a
b += [4]print(a)

29 / 30

What is the output?
x = [1, 2, 3]
y = x[:]
y.append(4)
print(x, y)

30 / 30

What will be the output?
a = 10
def change():
a = 20
change()
print(a)

Your score is

0%

For support, please contact us at:

📞 Call: 08586882849
📧 Email: sales@inspizone.co.in
🌐 Visit: inspizone.co.in

error: Content is protected !!