Drag steps to the numbered slots on the right, or tap a step then tap a slot.
DEA-C01 Data Ingestion and Transformation Practice Question
Order the steps to query data in Amazon Redshift Spectrum from an external table in Athena.
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
Create external schema in Redshift, then create external table, then grant permissions, then run the query, then verify results.
Start by creating the external schema in Redshift, then the external table, grant permissions, run the query, and verify results.
Answer analysis
Option-by-option breakdown
For each option: why learners choose it and why it is or isn't the right answer here.
- ✓
Create external schema in Redshift, then create external table, then grant permissions, then run the query, then verify results.
Why this is correct
This is the correct order because you must first define the schema to reference the external data catalog, then create the table within that schema, grant necessary permissions to the querying user, execute the query, and finally confirm the output.
- ✗
Run the query, then verify results, then create external table, then grant permissions, then create external schema.
Why it's wrong here
This is incorrect because you cannot run a query without first having the schema and table defined and permissions granted. The order is completely reversed.
- ✗
Create external table, then create external schema, then grant permissions, then run the query, then verify results.
Why it's wrong here
This is incorrect because you must create the external schema before creating the external table; the table belongs to a schema.
- ✗
Create external schema, then create external table, then run the query, then grant permissions, then verify results.
Why it's wrong here
This is incorrect because you must grant permissions on the schema and table before running the query; otherwise, the query will fail due to lack of access.
Go deeper
Related to this question
About these practice questions
This DEA-C01 question is part of Courseiva's 1,711-question bank — original exam-style content with full explanations and wrong-answer analysis, never real exam questions or exam dumps. Learn why practice questions differ from exam dumps →
Written by Johnson Ajibi, MSc IT Security
Senior Network & Security Engineer · founder of Courseiva
This DEA-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 DEA-C01 exam.