Courseiva
Implementation And IntegrationhardMultiple ChoiceObjective-mapped

AIP-C01 Implementation And Integration Practice Question

You are integrating a SageMaker JumpStart model via the InvokeEndpoint API. The model is failing to process images due to a schema mismatch. Which format does the JumpStart image input expect by default for standard vision models?

Answer choices

Why each option matters

Answer the question above first, then reveal the full breakdown to understand why each option is right or wrong.

Correct answer & explanation

Base64 encoded string in the JSON input field

JumpStart vision models typically expect the image to be base64 encoded within the JSON payload.

Answer analysis

Option-by-option breakdown

For each option: why learners choose it and why it is or isn't the right answer here.

  • Base64 encoded string in the JSON input field

    Why this is correct

    Standard JumpStart vision models require base64 encoding.

  • A URL pointing to an S3 object

    Why it's wrong here

    While possible in some custom handlers, the standard API expects base64.

  • Multi-part form data

    Why it's wrong here

    JumpStart uses standard JSON payloads via SageMaker runtime.

  • Raw binary stream in the request body

    Why it's wrong here

    InvokeEndpoint requires a structured JSON format.

About these practice questions

One of 181 original AIP-C01 practice questions on Courseiva, each with a full explanation and wrong-answer analysis — not exam dumps or protected exam content. Learn why practice questions differ from exam dumps →

How Courseiva writes practice questions · Editorial policy

JA

Written and reviewed by Johnson Ajibi, MSc IT Security

Senior Network & Security Engineer · founder of Courseiva

Last reviewed August 2026 · checked against the official Amazon Web Services exam blueprint

This AIP-C01 practice question is part of Courseiva's free Amazon Web Services certification practice question bank. Courseiva provides original exam-style practice questions with explanations, topic-based practice, mock exams, readiness tracking, and study analytics to help learners prepare for the AIP-C01 exam.