AWS Certified Solutions Architect – Professional (SAP-C02) — Question 397

A company has deployed an Amazon Connect contact center. Contact center agents are reporting large numbers of computer-generated calls. The company is concerned about the cost and productivity effects of these calls. The company wants a solution that will allow agents to flag the call as spam and automatically block the numbers from going to an agent in the future.

What is the MOST operationally efficient solution to meet these requirements?

Answer options

Correct answer: A

Explanation

Option A is the most operationally efficient solution because customizing the Contact Control Panel (CCP) to trigger the UpdateContactAttributes API via AWS Lambda allows agents to flag spam in real-time, storing the caller's number in Amazon DynamoDB. Subsequent calls can then be automatically blocked in the inbound contact flow by querying this DynamoDB table. Other options either rely on post-call analysis (Option B), require manual transfer steps that do not prevent the initial queue entry (Option C), or degrade the user experience for legitimate callers (Option D).