An enterprise is using Amazon Redshift for its data warehousing needs. Recently, they have observed intermittent query performance issues. The Data Engineering Team needs to regularly monitor and analyze query performance to identify potential bottlenecks.
Which combination of actions and AWS services should the data engineering team use to effectively monitor and optimize query performance?
A data engineer is using Amazon Athena for querying customer engagement data stored in Amazon S3. The analyst needs to extract information about customer interactions for the year 2023 from a table called interaction_data. The initial query designed to fetch the total interactions per customer for 2023 is not yielding results for some customers known to have interactions in that year. The query needs adjustment to correctly reflect the entire dataset.
The original query is:
SELECT customer_id, sum(interactions)
FROM interaction_data
WHERE year = 2023
GROUP BY customer_id
How should the data engineer modify the Athena query to ensure it includes all relevant customer data for 2023?
A Data Engineering Team needs to help the security team to deliver logs from various AWS services in their production AWS account to a centralized logging AWS account for security analysis. They plan to use Amazon Kinesis Data Streams for real-time log processing and delivery.
To ensure secure and efficient log delivery between accounts, where should the Kinesis Data Stream be deployed and what security considerations should be taken into account?
A company stores sensitive documents in an Amazon S3 bucket. They need to ensure that these documents can only be accessed by requests originating from a specific range of IP addresses within their corporate network. The company wants to enforce this policy at the bucket level.
Which approach should the company use to restrict access to the S3 bucket based on the originating IP address?
A high-traffic news website is experiencing performance issues due to frequent, read-heavy queries to their main database, which stores frequently accessed user session data and website preferences. To enhance the website's responsiveness and reduce database load, they require a caching solution that provides high throughput and low latency for data retrieval.
Which AWS service should the website implement to efficiently cache frequently accessed data and improve application performance?
© Copyrights FreePDFQuestions 2026. All Rights Reserved
We use cookies to ensure that we give you the best experience on our website (FreePDFQuestions). If you continue without changing your settings, we'll assume that you are happy to receive all cookies on the FreePDFQuestions.