DEA-C01 Exam Question 36

A data engineer notices that Amazon Athena queries are held in a queue before the queries run.
How can the data engineer prevent the queries from queueing?
  • DEA-C01 Exam Question 37

    A company needs to send customer call data from its on-premises PostgreSQL database to AWS to generate near real-time insights. The solution must capture and load updates from operational data stores that run in the PostgreSQL database. The data changes continuously.
    A data engineer configures an AWS Database Migration Service (AWS DMS) ongoing replication task. The task reads changes in near real time from the PostgreSQL source database transaction logs for each table. The task then sends the data to an Amazon Redshift cluster for processing.
    The data engineer discovers latency issues during the change data capture (CDC) of the task.
    The data engineer thinks that the PostgreSQL source database is causing the high latency.
    Which solution will confirm that the PostgreSQL database is the source of the high latency?
  • DEA-C01 Exam Question 38

    A financial company wants to use Amazon Athena to run on-demand SQL queries on a petabyte- scale dataset to support a business intelligence (BI) application. An AWS Glue job that runs during non-business hours updates the dataset once every day. The BI application has a standard data refresh frequency of 1 hour to comply with company policies.
    A data engineer wants to cost optimize the company's use of Amazon Athena without adding any additional infrastructure costs.
    Which solution will meet these requirements with the LEAST operational overhead?
  • DEA-C01 Exam Question 39

    When created, a stream logically takes an initial snapshot of every row in the source object and the contents of a stream change as DML statements execute on the source table.
    A Data Engineer, Sophie Created a view that queries the table and returns the CURRENT_USER and CURRENT_TIMESTAMP values for the query transaction. A Stream has been created on views to capture CDC.
    Tony, another user inserted the data e.g.
    insert into <table> values (1),(2),(3);
    Emily, another user also inserted the data e.g.
    insert into <table> values (4),(5),(6);
    What will happened when Different user queries the same stream after 1 hour?
  • DEA-C01 Exam Question 40

    Which Role inherits the privileges of the USERADMIN role via the system role hierarchy?