/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 is the best approach to read last committed data without locking in RDBMS?

2 / 7

What does the term “Medallion Architecture” mean?

3 / 7

What are the differences between BERT and GPT LLM architectures?

4 / 7

What does the term “AI winter” refer to?

5 / 7

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

6 / 7

What was the initial LeNet-5 neural network use case?

7 / 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())

Your score is

The average score is 48%

0%

© 1991-2026 ELEKS, All rights reserved