/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 does the term “Medallion Architecture” mean?

2 / 7

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

3 / 7

What are the differences between BERT and GPT LLM architectures?

4 / 7

You are training a medical diagnostic classification model to detect a rare deadly disease. It is important to identify as many people who actually have the disease as possible, even if it means some healthy people are incorrectly flagged. Which evaluation metric should you focus on?

5 / 7

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

6 / 7

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

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-2025 ELEKS, All rights reserved