Open Ai & Chat gpt

Open Ai & Chat gpt

Go beyond simple chat. Test your knowledge of Large Language Models, API implementation, and advanced AI integration with our 75+ MCQ challenge.


  1. Who is the creator of ChatGPT?

    • Google
    • Microsoft
    • OpenAI
    • Meta
  2. What does GPT stand for?

    • General Purpose Text
    • Generative Pre-trained Transformer
    • Global Program Tool
    • Graphic Processing Technology
  3. Which model was the first to make ChatGPT globally famous?

    • GPT-1
    • GPT-2
    • GPT-3.5
    • GPT-Mini
  4. What is a 'Prompt' in the context of ChatGPT?

    • A computer virus
    • The input or instruction given to the AI
    • A hardware port
    • A type of screen
  5. How does OpenAI measure text processed by the API?

    • Words
    • Lines
    • Tokens
    • Megabytes
  6. Which role is used in Chat Completions to set the behavior of the AI?

    • user
    • assistant
    • system
    • admin
  7. What does the 'Temperature' parameter control?

    • The server room heat
    • The randomness and creativity of the output
    • The speed of generation
    • The price per token
  8. A Temperature setting of '0' makes the model:

    • Very creative
    • Deterministic and repetitive
    • Super fast
    • Offline
  9. Which parameter limits the maximum length of the generated response?

    • min_tokens
    • max_tokens
    • length_limit
    • stop_limit
  10. The 'Presence Penalty' parameter is used to:

    • Decrease the cost
    • Encourage the model to talk about new topics
    • Force the model to stay silent
    • Add emojis
  11. What is 'Fine-tuning'?

    • Deleting a model
    • Training a pre-trained model on a specific dataset for a custom task
    • Changing the API key
    • Adjusting the volume
  12. In OpenAI Embeddings, what is a 'Vector'?

    • A type of virus
    • A mathematical list of numbers representing text meaning
    • A line of code
    • A hardware part
  13. What is 'Function Calling' in the OpenAI API?

    • Calling OpenAI on the phone
    • Allowing the model to output a JSON object to call external tools
    • A Python function name
    • A way to delete code
  14. Which API is used to manage long-running conversations with state?

    • Assistant API
    • Completion API
    • Search API
    • Moderation API
  15. In the Assistant API, what is a 'Thread'?

    • A hardware core
    • A conversation session between a user and an Assistant
    • A type of CSS
    • A security vulnerability