/7

Please pay attention that some questions have multiple choice


ELEKS quiz

Complete the test with a score of 40-100% to receive a prize.

The number of attempts remaining is 1

Please fill in the form

1 / 7

Which one term is NOT related to the Artificial Neural Networks:

2 / 7

Why Vision Transformers (ViT) often fail in object detection and segmentation tasks?

3 / 7

What does the term “AI winter” refer to?

4 / 7

What is faster in a transactional database:

5 / 7

Pick one answer that describes slowly changing dimensions Type 2. (SCD2)

6 / 7

What is the purpose of Global Interpreter Lock (GIL) in Python?

7 / 7

What will this code print ?


def counter():
    for i in range(5):
        yield i
    yield "done"

gen = counter()
print(next(gen))

for num in gen:
    if num == 2:
        break
    print(num)

print(list(gen))

Your score is

The average score is 48%

0%

© 1991-2026 ELEKS, All rights reserved