nerdexam
Amazon

SAP-C02 · Question #668

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…

The correct answer is A. Customize the Contact Control Panel (CCP) by adding a flag call button that will invoke an AWS. The company needs an operationally efficient solution for Amazon Connect agents to flag spam calls and automatically block those numbers from reaching agents in the future.

Submitted by carter_n· Mar 6, 2026Continuous Improvement for Existing Solutions

Question

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?

Options

  • ACustomize the Contact Control Panel (CCP) by adding a flag call button that will invoke an AWS
  • BUse a Contact Lens for Amazon Connect rule that will look for spam calls. Use an Amazon
  • CUse an Amazon DynamoDB table to store the spam numbers. Create a quick connect that the
  • DModify the initial contact flow to ask for caller input. If the agent does not receive input, the agent

How the community answered

(34 responses)
  • A
    56% (19)
  • B
    12% (4)
  • C
    26% (9)
  • D
    6% (2)

Why each option

The company needs an operationally efficient solution for Amazon Connect agents to flag spam calls and automatically block those numbers from reaching agents in the future.

ACustomize the Contact Control Panel (CCP) by adding a flag call button that will invoke an AWSCorrect

Customizing the Contact Control Panel (CCP) with a 'flag call' button allows agents to instantly mark calls as spam, triggering an AWS Lambda function to add the number to a DynamoDB table. The contact flow can then query this table at the start of future calls to automatically block numbers, providing an efficient, agent-driven, and automated solution.

BUse a Contact Lens for Amazon Connect rule that will look for spam calls. Use an Amazon

Relying solely on Contact Lens rules to identify spam calls is complex and prone to inaccuracies, as detection based on call content or sentiment can be unreliable and doesn't provide a direct agent-flagging mechanism.

CUse an Amazon DynamoDB table to store the spam numbers. Create a quick connect that the
DModify the initial contact flow to ask for caller input. If the agent does not receive input, the agent

Concept tested: Amazon Connect CCP customization and integration for call blocking

Source: https://docs.aws.amazon.com/connect/latest/adminguide/ccp-developer-guide.html

Community Discussion

No community discussion yet for this question.

Full SAP-C02 Practice