/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

What happens when this code runs?


import asyncio


async def work(name):
    print(f"{name} start")
    await asyncio.sleep(1)
    print(f"{name} end")


async def main():
    await work("A")
    await work("B")


asyncio.run(main())

2 / 7

A baker wants to model the number of raisins found in each muffin they bake. He knows that on average, there are 5 raisins per muffin, and raisins are distributed randomly and independently. Which probability distribution is most appropriate to model the number of raisins in a single muffin?

3 / 7

What does the term “AI winter” refer to?

4 / 7

When it is reasonable to use the Leave-One-Out Cross-Validation (LOOCV)?

5 / 7

What does the term “Medallion Architecture” mean?

6 / 7

What is the best approach to read last committed data without locking in RDBMS?

7 / 7

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

Your score is

The average score is 48%

0%

© 1991-2026 ELEKS, All rights reserved