Courseiva

Cisco Designing and Implementing Secure Cloud Access for Users and Endpoints (SCAZT, 300-740, CCNP Security) (SCAZT) (SCAZT) — Questions 76150

316 questions total · 5pages · All types, answers revealed

Page 1

Page 2 of 5

Page 3
76
Multi-Selectmedium

Which THREE criteria can be used to classify a 'Shadow IT' application in Cisco Umbrella?

Select 3 answers
A.Volume of traffic
B.Category (e.g., File Sharing)
C.User's password hash
D.Device serial number
E.Risk level
AnswersA, B, E

High traffic volume often flags an app for review.

Why this answer

Shadow IT identification is based on traffic volumes, application category, and risk scores assigned by Umbrella.

77
Multi-Selecthard

Which THREE items are necessary for troubleshooting a failed 'Umbrella AD Connector' sync?

Select 3 answers
A.Logs located on the server running the connector
B.Connector service account permissions
C.The physical server motherboard model
D.Domain Controller accessibility
E.The local printer driver version
AnswersA, B, D

Primary source for troubleshooting sync errors.

Why this answer

Sync issues require checking the connectivity to the DC, the service account permissions, and the logs on the connector server.

78
MCQmedium

You need to ensure that an orchestration workflow is only triggered during business hours. Which logical component allows you to restrict execution?

A.Decision Node
B.Filter Node
C.Loop Node
D.Wait Node
AnswerA

A decision node evaluates conditions to determine the execution path.

Why this answer

A 'Decision' or 'Conditional' node can evaluate time-based metadata or environment variables to control flow execution.

79
MCQmedium

What is the primary function of the 'CASB' category in Cisco Umbrella's web policy?

A.To scan emails for malware.
B.To govern application usage and control data movement.
C.To filter malicious DNS queries.
D.To provide VPN connectivity to the cloud.
AnswerB

CASB controls enable granular governance of SaaS access.

Why this answer

The CASB category in Umbrella allows admins to enforce policies specifically for cloud applications, such as blocking uploads to unsanctioned tenants.

80
MCQhard

You are analyzing an incident in SecureX. You see an 'Observable' marked in red. What does this indicate?

A.Suspicious but unverified
B.Clean/Benign
C.Unknown status
D.High-severity malicious indicator
AnswerD

Red signifies a verified malicious status.

Why this answer

Red observables typically indicate a high-severity threat or a known malicious indicator based on intelligence feeds.

81
Multi-Selectmedium

Which TWO features are part of the Cisco Secure Access suite for remote users?

Select 2 answers
A.Physical Router Management
B.Zero Trust Network Access (ZTNA)
C.Wireless Controller provisioning
D.Secure Web Gateway (SWG)
E.Local DHCP Server
AnswersB, D

ZTNA provides secure access to private applications.

Why this answer

Secure Access includes both ZTNA (Zero Trust Network Access) and SWG (Secure Web Gateway) functionality.

82
Multi-Selecthard

When defining a 'Decision' node in SecureX orchestration, which THREE types of comparison operators are commonly available?

Select 3 answers
A.Equals
B.Not equals
C.Binary conversion
D.Regex match
E.Greater than
AnswersA, B, E

Checks for an exact match.

Why this answer

Decision nodes support common logic operators such as equality, inequality, and numeric comparisons to control workflow branches.

83
MCQmedium

How does Duo protect an application that does not support modern authentication protocols?

A.By installing a local agent on the cloud application server
B.By using the Authentication Proxy to perform RADIUS/LDAP validation
C.By redirecting the user to a SAML 2.0 gateway
D.By forcing the user to use a VPN
AnswerB

This is the classic way to protect legacy systems.

Why this answer

Duo uses the Authentication Proxy to wrap or intercept traffic (like RADIUS) and force an MFA prompt.

84
MCQmedium

You are configuring a Cisco Cloudlock policy to detect sensitive PII in a Salesforce instance. Which configuration step ensures that the policy specifically triggers when sensitive data is uploaded to a public-facing object?

A.Configure an API-based firewall rule to block all inbound traffic from Salesforce.
B.Apply a global blocklist for all Salesforce users.
C.Set the policy scan interval to 'Real-time' and enable TLS decryption.
D.Enable the PII inspection engine and set the exposure filter to 'Public'.
AnswerD

Correct. The exposure filter is the mechanism used to restrict policy enforcement to publicly accessible data.

Why this answer

Cisco Cloudlock allows scoping of policies to specific application objects and exposure levels. Selecting the 'Public' exposure flag ensures that only data accessible to unauthorized external users triggers the alert.

85
MCQhard

When deploying a secure remote access solution, how do you handle 'Split Tunneling' safely in a Zero Trust environment?

A.Disable split tunneling to ensure all traffic is inspected.
B.Use a ZTNA agent to tunnel only application-specific traffic while keeping web traffic direct.
C.Force all traffic through the corporate VPN, regardless of destination.
D.Allow all traffic to the internet without any inspection.
AnswerB

This allows for secure application access without hair-pinning all user traffic.

Why this answer

By using a ZTNA agent, you can define specific application tunnels, effectively creating a 'split' where only authorized traffic goes through the secure path while general web traffic goes direct.

86
MCQhard

You are designing a playbook that isolates a host based on its IP. What is the standard practice for handling the dynamic IP address of an endpoint using DHCP?

A.Use GUID or Hostname
B.Map IPs via DNS
C.Query the DHCP server first
D.Use the IP only if it is static
AnswerA

Persistent identifiers prevent issues caused by IP churn.

Why this answer

Instead of IP addresses, use persistent identifiers like Hostname, MAC address, or Secure Endpoint GUID to ensure the correct device is targeted.

87
MCQeasy

What is the primary benefit of the Cisco Umbrella 'Global Network' architecture?

A.It acts as an ISP replacement
B.It eliminates the need for bandwidth
C.It automatically updates the OS
D.It provides low-latency connectivity via Anycast
AnswerD

Anycast routes traffic to the optimal PoP.

Why this answer

The anycast network ensures users connect to the nearest data center, minimizing latency and providing high availability.

88
MCQhard

You are building a custom integration in SecureX orchestration to fetch identity data from an external IDP. If the IDP uses OAuth2, which field must be secured using the 'Credential' object type?

A.Redirect URI
B.Authorization URL
C.Client Secret
D.Client ID
AnswerC

Client Secrets are sensitive and must be stored in Credential objects.

Why this answer

The Client Secret must always be stored in a Credential object, which is encrypted and masked in the orchestration environment.

89
Multi-Selectmedium

When investigating a file hash in SecureX Threat Response, which TWO sources can provide intelligence?

Select 2 answers
A.Windows Update history
B.Cisco Talos
C.Local DNS logs
D.System uptime logs
E.Third-party threat feeds
AnswersB, E

Talos is the primary intelligence source.

Why this answer

SecureX Threat Response integrates with both Cisco-native intelligence (Talos) and third-party threat feeds to provide context.

90
Multi-Selecthard

When configuring an OAuth policy in Cisco Cloudlock, which TWO actions can be taken against third-party applications granted access to user data?

Select 2 answers
A.Quarantine the application
B.Force an OS update on the app server
C.Revoke authorization
D.Update the app's source code
E.Enable two-factor authentication for the app
AnswersA, C

Quarantining restricts the app's scope until reviewed.

Why this answer

Cloudlock provides the ability to audit third-party app permissions and revoke them if the application is deemed risky.

91
Multi-Selecthard

When setting up a DLP policy for cloud storage, which TWO elements should be defined to ensure accurate classification of sensitive data?

Select 2 answers
A.Hardware acceleration settings.
B.Scope of the policy (e.g., specific folders or users).
C.Data patterns (e.g., regex, predefined templates).
D.SaaS application uptime SLAs.
E.Physical server rack location.
AnswersB, C

Correct. This limits the scan to the relevant data subset.

Why this answer

DLP policies rely on content inspection patterns (regex/keywords) and scope (the folders/apps) to function correctly.

92
MCQmedium

A network architect is deploying Cisco Umbrella SIG to enforce Zero Trust access. Which mechanism provides the initial posture assessment before allowing a user to access a SaaS application via the Secure Web Gateway?

A.Umbrella Virtual Appliance
B.Cloud-delivered Firewall
C.Umbrella DNS Policies
D.AnyConnect/Secure Client Posture Module
E.Umbrella SIG API
AnswerD

The Secure Client Posture module evaluates device criteria to ensure compliance before authorizing access.

Why this answer

The Cisco Umbrella Roaming Client or AnyConnect module performs device posture checks before establishing the tunnel.

93
MCQmedium

A firm is adopting SASE and needs to secure mobile devices. Which component of the Cisco SASE suite is best suited to protect mobile endpoints?

A.Cisco Secure Client (formerly AnyConnect) with Umbrella roaming module.
B.Cisco Meraki Systems Manager.
C.Cisco Cloudlock.
D.Cisco Stealthwatch.
AnswerA

This client ensures that traffic from the device is always routed through the Umbrella SIG.

Why this answer

The Cisco Umbrella roaming client (integrated with the AnyConnect/Cisco Secure Client) provides consistent protection for mobile devices off-network.

94
MCQeasy

What is the primary benefit of the Duo Universal Prompt compared to the traditional iframe-based prompt?

A.It is a hosted redirect that provides a more secure and consistent experience
B.It supports offline authentication only
C.It removes the need for mobile devices
D.It requires less bandwidth
AnswerA

The redirect ensures the user interacts with a secure, Duo-controlled domain.

Why this answer

The Universal Prompt is a modern, hosted redirect that improves security and provides a consistent interface across all applications.

95
Multi-Selectmedium

You are auditing a Cisco Cloudlock deployment for O365. Which TWO methods can be used to remediate a file that violates a Data Loss Prevention policy?

Select 2 answers
A.Delete the file
B.Block the user account in Active Directory
C.Change the file owner
D.Change sharing level to Private
E.Re-encrypt the file with a new key
AnswersA, D

Cloudlock can trigger a delete command via API to remove the sensitive document.

Why this answer

Cloudlock provides automated remediation actions including changing the permission level of the file or deleting the file entirely.

96
MCQhard

When integrating Cisco Secure Endpoint with SecureX, which API key type is recommended for long-term integration stability?

A.User-level personal access tokens
B.Hardcoded XML credentials
C.Temporary session tokens
D.OAuth 2.0 Client Credentials
AnswerD

This is the secure, standard method for machine-to-machine integration.

Why this answer

For long-term integration stability, using an API client with specifically scoped permissions (Read/Write as needed) via the API credentials console is best practice.

97
Multi-Selectmedium

Which TWO pieces of information are required for a 'Network Identity' in Umbrella?

Select 2 answers
A.The internal DHCP server IP
B.The local VLAN ID
C.A friendly name for the location
D.The ISP account number
E.Public IP address
AnswersC, E

Used for reporting labels.

Why this answer

A network identity is defined by the public IP address and a descriptive name to identify the location in reports.

98
MCQeasy

What is the benefit of the 'One-Click Investigation' feature in the SecureX browser extension?

A.It automatically blocks the IP
B.It installs the Secure Endpoint agent
C.It bypasses the login screen
D.It allows fast pivots from web pages into the Threat Response console
AnswerD

This is the primary value of the browser extension pivot.

Why this answer

The extension allows analysts to highlight an indicator (IP, URL, file) on any webpage and right-click to send it directly to Threat Response.

99
MCQhard

You have integrated Cisco Secure Firewall with SecureX. You want to automate the addition of a suspicious IP address to a dynamic object group. Which component in the FMC API architecture is primarily used for this?

A.Policy API
B.System API
C.Event API
D.Network Object API
AnswerD

The Network Object API is used to manage and update IP objects.

Why this answer

FMC allows management of network objects via the REST API, enabling dynamic updates to object groups used in access control policies.

100
MCQeasy

Which feature in Cisco Cloudlock allows you to identify if a SaaS user is logging in from an anonymizer or TOR exit node?

A.SaaS application object mapping.
B.File content scanning.
C.Encryption key management.
D.User Behavior Analytics (UBA) anomaly detection.
AnswerD

Correct. UBA identifies impossible travel and suspicious login sources like TOR nodes.

Why this answer

Cisco Cloudlock's Threat Intelligence engine correlates user login logs with known malicious IP reputation lists.

101
MCQhard

A security auditor notices that Duo authentication logs show an 'Authentication Succeeded' status, but the user was denied access to the SaaS application. Which policy setting is the most likely cause?

A.Device health policy violation detected after MFA
B.Incorrect username provided during MFA
C.Duo Authentication Proxy is down
D.Expired Duo license
AnswerA

Duo permits the MFA request to pass, then checks the health policy before passing the claim to the service provider.

Why this answer

If authentication succeeds but access is denied, the Duo policy likely includes a post-authentication check, such as device health or geo-blocking, that failed.

102
MCQmedium

How do you verify if your cloud-native security posture meets a specific compliance framework like PCI-DSS within the Cisco platform ecosystem?

A.Manually verify each firewall rule
B.Utilize the 'Compliance Dashboard' or report templates in Secure Cloud Analytics
C.Enable all security features in Umbrella
D.Ping all endpoints
AnswerB

These tools have built-in mappings for common compliance standards like PCI-DSS.

Why this answer

The Security Analytics platforms and SecureX provide compliance-specific dashboard templates or report filters that map technical controls to compliance requirements.

103
MCQhard

You notice that some of your users are bypassing the Umbrella SIG by using a personal VPN. What is the most effective way to prevent this with Cisco products?

A.Block 'Proxy and Filter Avoidance' categories in the Web Policy
B.Install a local firewall on all machines
C.Set the TTL on DNS queries to 0
D.Disable the user's internet
AnswerA

This policy category specifically blocks VPN/proxy tools.

Why this answer

Blocking known VPN/Proxy categories within the Web Policy is the standard way to restrict unauthorized tunnel usage.

104
MCQmedium

You are troubleshooting a missing event in Cisco Secure Cloud Analytics (formerly Stealthwatch Cloud). Which configuration should you verify to ensure the cloud gateway is successfully pushing traffic metadata?

A.Active Directory integration settings
B.The local firewall rules on the monitored instance
C.VPC Flow Logs enablement
D.SecureX API token synchronization
AnswerC

Without enabling VPC flow logs, no traffic metadata can be sent to the analytics platform.

Why this answer

The flow collector or cloud gateway configuration on the target VPC/VNet is critical to ensure traffic is being mirrored and sent to the analytics platform.

105
MCQhard

You are designing a secure hybrid cloud environment and need to ensure that traffic between the public cloud and private data center is inspected. Which architecture pattern is most effective?

A.Use a public load balancer without any security policies.
B.Rely on the cloud provider's default security groups only.
C.Allow all traffic to bypass the firewall for maximum speed.
D.Centralized inspection via a Transit Gateway with an integrated cloud firewall.
AnswerD

Transit Gateways provide a centralized point to force traffic through a virtual firewall appliance for inspection.

Why this answer

Implementing a cloud-native firewall in the VPC/VNet, paired with a transit gateway, allows for consistent inspection of all cross-environment traffic.

106
Multi-Selecthard

Which TWO methods are natively supported within Cisco SecureX Orchestration for passing data between disparate security tools in a single workflow?

Select 2 answers
A.Passing data through JSON variables across workflow activities.
B.Exporting data to a shared CSV file on a local drive.
C.Using physical USB keys to transfer data between servers.
D.Hardcoding credentials into each individual activity block.
E.Mapping output of one activity as input to another using the workflow editor.
AnswersA, E

JSON data objects are the standard way to map inputs and outputs between nodes.

Why this answer

SecureX Orchestration uses JSON-formatted input/output variables and 'Atomic Actions' (pre-built integration blocks) to share data across different product modules.

107
MCQmedium

When configuring a SecureX integration for a third-party product, what is the 'Client ID' used for?

A.To authenticate the API request
B.To identify the user's browser version
C.To set the dashboard theme
D.To map the integration to a specific geographic region
AnswerA

Client ID is a standard part of OAuth2-style authentication.

Why this answer

The Client ID, along with the Client Secret, is used to authenticate the SecureX platform to the third-party API so it can pull the necessary data.

108
Multi-Selectmedium

Which TWO components are essential for implementing a Zero Trust Network Access (ZTNA) model using Cisco Duo and Secure Access?

Select 2 answers
A.Duo Authentication Proxy
B.Cisco Secure Firewall Management Center
C.Cisco Secure Access Connector
D.Cisco ISE
E.Umbrella Virtual Appliance
AnswersA, C

Essential for integrating legacy apps into the ZTNA flow.

Why this answer

ZTNA requires both identity verification (Duo) and policy-based access control (Secure Access).

109
MCQeasy

When designing a Secure Access Service Edge (SASE) architecture, which principle best describes the shift from traditional hub-and-spoke networking?

A.On-premise appliance chaining
B.Strict MPLS segmentation
C.Direct-to-cloud connectivity
D.Identity-agnostic security
E.Centralized backhauling
AnswerC

SASE enables users to connect directly to the cloud edge, minimizing latency.

Why this answer

SASE emphasizes connecting users directly to cloud resources rather than backhauling traffic to a central DC.

110
MCQmedium

During a Duo enrollment phase, a user is required to install the Duo Mobile app. What is the main security purpose of the app in the MFA flow?

A.To track the user's location at all times
B.To facilitate encrypted push notifications and act as a secure token
C.To scan the user's local network for unauthorized devices
D.To act as a remote desktop client for cloud apps
AnswerB

The app acts as a verified, trusted device for MFA.

Why this answer

The app provides a secure channel for Push notifications and generates TOTP codes, enabling cryptographically secure identity verification.

111
Multi-Selecthard

Which TWO items can trigger an orchestration workflow in SecureX?

Select 2 answers
A.A change in the user's desktop background
B.A change in the local network gateway uptime
C.A manual keyboard shortcut on the user's laptop
D.A specific security event or alert captured by an integration
E.An incoming webhook from a third-party source
AnswersD, E

Alerts are a common trigger for automated response.

Why this answer

Workflows can be triggered by external webhooks or by specific events (like a security alert) detected by an integration module.

112
MCQmedium

When a threat response workflow completes, what is the best practice for auditing the action?

A.Update Casebook with findings
B.Send an email to all users
C.Take a backup of the database
D.Delete the workflow logs
AnswerA

Updating the case provides a clear audit trail for investigators.

Why this answer

Adding a note or updating the associated Casebook incident is the standard way to provide an audit trail of automated actions.

113
MCQhard

A user on a corporate laptop is unable to reach a specific SaaS application that is blocked by the Cisco Secure Access SIG. How can you verify the specific rule causing this block?

A.Use the Activity Search tool in the Secure Access dashboard
B.Check the firewall NAT table
C.Run 'nslookup' on the destination
D.Check the local endpoint hosts file
E.Review the Umbrella roaming client logs on the device
AnswerA

This provides granular visibility into policy matches.

Why this answer

The Activity Search tool in the Secure Access dashboard allows administrators to query logs and see the exact policy and rule ID that triggered the block.

114
MCQhard

You have configured a DLP policy in Cisco Cloudlock that flags files shared with external users. You notice files shared with 'Anyone with the link' are not being flagged. What is the most likely configuration error?

A.The scope of the policy is set to 'internal' only.
B.SSL inspection is not enabled.
C.The user is an administrator.
D.The API token for the SaaS has expired.
AnswerA

If the policy scope does not include public or link-based sharing, it will ignore those files.

Why this answer

Cloudlock policies require the specific permission level (e.g., 'Public' or 'Anyone with link') to be explicitly selected in the 'Exposure' criteria of the policy engine.

115
MCQeasy

Which Cisco product provides the primary telemetry source for endpoint-based threat response?

A.Umbrella
B.Firepower Management Center
C.Secure Endpoint
D.Stealthwatch
AnswerC

Secure Endpoint is the core tool for endpoint response.

Why this answer

Cisco Secure Endpoint (formerly AMP for Endpoints) is the primary source for endpoint telemetry and action execution.

116
MCQhard

You are implementing Cisco Secure Access and want to use PAC files for browsers. Where must the PAC file be hosted for automatic proxy configuration?

A.Inside the browser settings directly
B.On the Secure Access cloud gateway
C.On an accessible HTTP/HTTPS web server
D.In the local Windows Registry
AnswerC

The browser fetches the script from a reachable location.

Why this answer

PAC files must be accessible via an HTTP/HTTPS URL, typically hosted on a web server or a managed service provided by the vendor.

117
MCQeasy

When evaluating cloud security reference architectures, what is the primary purpose of a 'Cloud Access Security Broker' (CASB)?

A.To act as a secondary DNS server for the enterprise.
B.To manage physical access to cloud data centers.
C.To enforce security policies and provide visibility into SaaS and cloud applications.
D.To perform load balancing for cloud traffic.
AnswerC

This is the core function of a CASB.

Why this answer

A CASB sits between cloud service consumers and providers to enforce security policies, ensuring visibility, compliance, and threat protection.

118
MCQmedium

You have detected a compromised account in Google Workspace via Cloudlock. Which automated response action can immediately prevent further data exfiltration from this user account?

A.Change user's DNS settings.
B.Delete the user's primary mailbox.
C.Suspend User account.
D.Clear browser cache for the user.
AnswerC

Correct. Suspending the account immediately revokes access to the SaaS app.

Why this answer

The 'Disable User' or 'Suspend User' action is the standard response to isolate a compromised identity and prevent further access.

119
Multi-Selectmedium

Which THREE of the following are primary benefits of integrating Cisco products into the SecureX dashboard?

Select 3 answers
A.Unified visibility across the security portfolio
B.Automated security orchestration
C.Simplified threat investigation workflows
D.Automatic hardware repair for Cisco appliances
E.Reduced internet bandwidth consumption
AnswersA, B, C

Centralized visibility is a core benefit.

Why this answer

SecureX provides centralized visibility, faster investigation, and streamlined automation across the security stack.

120
Multi-Selectmedium

Which THREE actions can be performed by the Cisco Cloudlock UBA engine?

Select 3 answers
A.Monitor mass file download events
B.Perform port scanning
C.Flag logins at unusual times
D.Block outbound DNS requests
E.Detect impossible travel
AnswersA, C, E

Flags potential data exfiltration attempts.

Why this answer

UBA tracks user activity and can flag anomalies like impossible travel, mass file downloads, and unusual access times.

121
MCQhard

You are configuring an email notification step in a SOAR playbook. You want the email to include the results of a previous 'Search IP' activity. How do you reference the IP address in the email body?

A.[previous_node.output_key]
B.%previous_node.output_key%
C.{{previous_node.output_key}}
D.${previous_node.output_key}
AnswerD

This is the standard variable referencing syntax.

Why this answer

In SecureX orchestration, output variables from previous nodes are referenced using the syntax ${node_name.output_key}.

122
Multi-Selectmedium

When setting up an automated response workflow in Cisco SecureX, which THREE of the following are valid trigger sources for initiating a playbook?

Select 3 answers
A.An automated login notification from a local workstation.
B.Webhooks from third-party security tools.
C.Manual trigger from the SecureX dashboard.
D.A physical alarm triggered by a datacenter door sensor.
E.A scheduled event (cron-based trigger).
AnswersB, C, E

Webhooks are a standard ingress point for orchestration triggers.

Why this answer

Cisco SecureX Orchestration can be triggered by external webhooks, internal events from connected security modules (such as Secure Endpoint or Threat Response), and scheduled time-based triggers.

123
MCQeasy

When integrating Cisco Secure Firewall Management Center (FMC) with SecureX, which protocol is primarily used for the exchange of threat intelligence and orchestration commands?

A.NetFlow
B.SNMPv3
C.Syslog
D.REST API
AnswerD

FMC exposes REST APIs for integration with orchestration platforms.

Why this answer

SecureX utilizes APIs, primarily RESTful, to communicate with FMC for threat intelligence and orchestration.

124
MCQmedium

When designing a SOAR workflow, what is the best practice for handling errors in a network isolation script?

A.Implement an Error Catch block
B.Set the workflow to loop on failure
C.Force terminate the workflow
D.Disable all notifications
AnswerA

This ensures the workflow continues or fails gracefully.

Why this answer

Using an 'Error Handling' block or 'Try-Catch' logic allows the playbook to log the error and notify an administrator rather than crashing.

125
MCQeasy

Which feature in Cisco SecureX allows for the visualization of threats across multiple security products, including cloud and on-premises tools?

A.Casebook
B.Orchestration
C.Threat Response
D.Device Inventory
AnswerC

Threat Response is the core visualization engine in SecureX.

Why this answer

The Threat Response feature in SecureX provides a unified view of threats, correlating data from various integrated tools.

126
Multi-Selecthard

Which THREE actions can be taken by an administrator if a user's mobile device is reported as stolen?

Select 3 answers
A.Force re-enrollment for the user
B.Deactivate the specific mobile device in the Duo Admin Panel
C.Wipe the device remotely
D.Block the user account temporarily
E.Disable the user's AD account via the Duo dashboard
AnswersA, B, D

Ensures the user sets up a new, safe device.

Why this answer

Administrators can deactivate the device, force a re-enrollment, or block the user account entirely to prevent unauthorized access.

127
MCQmedium

Which protocol and format are used for the payload when triggering an incoming webhook for a SecureX orchestration workflow?

A.HTTP POST with JSON
B.MQTT with binary data
C.gRPC with Protobuf
D.HTTP GET with XML
AnswerA

JSON over HTTP POST is the standard for SecureX webhooks.

Why this answer

SecureX webhooks expect JSON payloads via HTTP POST requests to initiate automated tasks.

128
MCQhard

You are integrating a third-party SIEM with SecureX. If the SIEM does not have a native integration, how can you ingest its alerts into SecureX?

A.Map via SQL Query
B.Use an API Connector
C.Enable Syslog Forwarding
D.Configure a Webhook Trigger
AnswerD

Webhooks act as the entry point for external data.

Why this answer

Custom webhooks allow external systems to push data into SecureX using an HTTP POST request to a defined webhook URL.

129
MCQeasy

Which capability is provided by the Cisco Umbrella 'Reporting' tab?

A.Configuration of VPN tunnels
B.Visibility into blocked domains and security categories
C.Automated remediation of endpoint viruses
D.Real-time packet inspection of encrypted traffic
AnswerB

Umbrella reporting is designed to show DNS activity, blocks, and threat categories.

Why this answer

The Reporting tab in Umbrella allows administrators to visualize DNS requests, blocked domains, and security categories.

130
MCQmedium

You are deploying Duo Passwordless authentication. Which factor must be verified on the endpoint before a user can successfully authenticate?

A.The user must be connected to the corporate VPN
B.The endpoint must have a Cisco AnyConnect client installed
C.The endpoint must have the Duo Authentication Proxy installed
D.The endpoint must have an active WebAuthn-compliant platform authenticator
AnswerD

WebAuthn platform authenticators such as Windows Hello or TouchID are mandatory for passwordless.

Why this answer

Duo Passwordless requires WebAuthn-compatible platforms (like macOS TouchID or Windows Hello) to store the cryptographic keys.

131
MCQmedium

Which capability of the Cisco Umbrella SIG ensures that sensitive data, such as PII or credit card numbers, does not leave the organization via web traffic?

A.Firewall-as-a-Service (FWaaS)
B.Cloud-based Data Loss Prevention (DLP)
C.DNS-layer security
D.Intelligent Proxy
AnswerB

DLP inspects payloads to prevent unauthorized exfiltration.

Why this answer

Cisco Umbrella's Data Loss Prevention (DLP) capability inspects outgoing traffic for sensitive information based on pre-defined or custom data patterns.

132
Multi-Selecteasy

Which TWO conditions must be met for a user to be effectively managed by the Umbrella Roaming Client?

Select 2 answers
A.The organization's policy must be configured in the dashboard
B.The device must have the roaming client installed
C.The device must be on the local LAN
D.The user must be logged in as an administrator
E.The device must be a server
AnswersA, B

Policies determine the agent's behavior.

Why this answer

The client must be installed on the device and the organization must be registered in the dashboard.

133
MCQmedium

What is the primary benefit of using 'Parameters' within a SecureX orchestration workflow?

A.Defining global constants
B.Hardcoding values
C.Dynamic input at runtime
D.Securing credentials
AnswerC

Parameters make the workflow flexible and reusable.

Why this answer

Parameters allow workflows to be dynamic, enabling you to pass inputs at runtime without changing the hardcoded logic.

134
MCQeasy

Where do you manage the Umbrella Roaming Client deployment configuration?

A.Dashboard > Reporting
B.Dashboard > Policies
C.Dashboard > Settings > API
D.Dashboard > Deployments
AnswerD

Deployments is the centralized location for agents.

Why this answer

The Umbrella dashboard under 'Deployments' allows for the management and download of the Roaming Client installers.

135
MCQmedium

When troubleshooting DNS queries in Umbrella, which command is most useful on a local machine to see if it is using the Umbrella resolvers?

A.ping 8.8.8.8
B.ipconfig /flushdns
C.nslookup debug.opendns.com
D.tracert 208.67.222.222
AnswerC

This is the standard test for Umbrella DNS resolution.

Why this answer

Running 'nslookup debug.opendns.com' confirms if the query is being answered by the Umbrella infrastructure.

136
Multi-Selectmedium

Which THREE features are provided by the Cisco Umbrella 'Deployments' menu?

Select 3 answers
A.Virtual appliance setup
B.Custom logo upload for the login page
C.Hardware firmware update schedule
D.Network tunnel configuration
E.Roaming client configuration
AnswersA, D, E

VA management is handled here.

Why this answer

The Deployments menu allows you to manage roaming clients, virtual appliances, and network tunnels.

137
MCQmedium

Which Cisco technology should be used to provide visibility and threat detection for traffic traversing between cloud workloads in a VPC?

A.Cisco Umbrella
B.Cisco AnyConnect
C.Cisco Secure Workload (Tetration)
D.Cisco Duo
AnswerC

Secure Workload provides granular visibility into inter-workload traffic.

Why this answer

Cisco Tetration (Secure Workload) provides micro-segmentation and deep observability of traffic between workloads to detect anomalies and threats.

138
Multi-Selecteasy

Which THREE types of traffic are typically protected by a SIG?

Select 3 answers
A.Internal VoIP phone calls
B.DNS queries
C.Local printer traffic
D.HTTP/HTTPS web traffic
E.Non-web traffic (e.g., FTP, SSH via tunnels)
AnswersB, D, E

Core functionality of Umbrella.

Why this answer

SIGs protect web (HTTP/S), DNS, and in some models, non-web traffic that is routed through the gateway.

139
MCQhard

An administrator wants to audit all Duo administrative actions. Which log provides this information?

A.Authentication Log
B.Telephony Log
C.Trust Monitor Log
D.Administrator Actions Log
AnswerD

This logs all changes to policy, users, and applications by admins.

Why this answer

The 'Administrator Actions' log in the Duo Admin Panel specifically tracks changes made by administrators.

140
MCQmedium

In Cisco Cloudlock, why would you use a 'Custom Regex' pattern in a DLP policy?

A.To detect non-standard sensitive data formats.
B.To increase the storage limit.
C.To scan files faster.
D.To bypass file encryption.
AnswerA

Standard templates don't cover unique internal data.

Why this answer

Custom Regex patterns allow you to define organization-specific sensitive data formats, such as employee ID numbers or unique project code formats, that aren't in standard templates.

141
MCQhard

A security engineer is worried about 'MFA fatigue' attacks. Which Duo configuration is the best defense?

A.Disabling Duo Push and requiring phone calls only
B.Increasing the MFA timeout to 60 seconds
C.Enabling Duo Push with Number Matching
D.Setting 'Remembered Devices' to 1 year
AnswerC

This requires explicit input from the user.

Why this answer

Number matching requires the user to interact with the login screen, proving they are looking at the actual request.

142
Multi-Selecthard

When designing for high availability in a SASE architecture, which THREE strategies are recommended?

Select 3 answers
A.Dual ISP connections at the branch
B.Anycast network usage
C.Redundant IPsec tunnels to different Umbrella data centers
D.Assigning static IPs to all cloud users
E.Disabling all security features to improve uptime
AnswersA, B, C

Redundant internet links prevent downtime if one ISP fails.

Why this answer

Using multiple ISP connections, anycast routing, and redundant cloud tunnels ensures high availability.

143
MCQmedium

You are setting up cloud network segmentation. In the context of Secure Access, how are groups of resources isolated from each other?

A.By assigning different DNS suffixes
B.By using Access Rules and Policies
C.By physical VLANs
D.By physical cable separation
AnswerB

Policies define the isolation logic between segments.

Why this answer

Security Policies and Access Rules are used to control traffic flows between segments in the cloud environment.

144
Multi-Selecthard

When configuring Cisco Duo for SaaS application access, which THREE conditions can be used in a 'Policy' to restrict access to a sensitive application?

Select 3 answers
A.File size limit
B.Operating System version
C.MFA strength
D.Geographic location
E.Application bandwidth usage
AnswersB, C, D

Duo checks if the OS is updated to meet security requirements.

Why this answer

Duo allows for granular access control based on user location, device security posture, and authentication methods.

145
MCQmedium

You are integrating Cisco Secure Access with an IdP. What protocol is used to facilitate this authentication?

A.LDAP
B.SNMP
C.SAML 2.0
D.ICMP
AnswerC

SAML is the industry standard for cloud IdP integration.

Why this answer

SAML (Security Assertion Markup Language) is the standard protocol used by Cisco Secure Access for cloud-based identity federation.

146
Multi-Selectmedium

Which THREE actions can be taken in an Umbrella policy based on content categories?

Select 3 answers
A.Block access
B.Warn the user
C.Send an email alert to the user
D.Allow access
E.Encrypt the traffic
AnswersA, B, D

Prevents the user from visiting the site.

Why this answer

Categories can be blocked, allowed, or set to 'Warn', which prompts the user before continuing.

147
MCQmedium

What is the purpose of 'Internal Networks' in the Umbrella dashboard?

A.To cache internal traffic
B.To define user groups
C.To identify traffic from specific office locations
D.To segment internal VLANs
AnswerC

Internal Networks allow per-location policy/reporting.

Why this answer

Internal Networks allow you to group your office egress IP addresses so that policy can be applied specifically to those locations.

148
MCQmedium

What is the primary function of the 'Duo Network Gateway'?

A.To act as a firewall for the cloud application
B.To sync local AD groups to the cloud
C.To perform load balancing for the Duo service
D.To provide secure access to on-premises apps without a VPN
AnswerD

It creates a secure tunnel for web-based apps.

Why this answer

The Duo Network Gateway is a remote access solution that allows users to access private, on-premises applications without a VPN.

149
MCQeasy

Which interface in Cisco SecureX allows users to manually trigger an orchestration workflow?

A.Settings Tab
B.Reporting Tab
C.Workflows Tab
D.Help Tab
AnswerC

This section provides the ability to execute workflows on demand.

Why this answer

The 'Workflows' tab or the 'Action' menu in the Casebook allows users to manually launch a workflow.

150
MCQeasy

Which of the following describes the 'Duo Central' portal?

A.A local server component for handling RADIUS
B.A security tool for scanning endpoints
C.A user-facing portal that provides a single point of access to apps
D.A tool for administrators to manage Duo policies
AnswerC

It provides a consistent experience for accessing cloud apps.

Why this answer

Duo Central is a user-facing dashboard that provides a single, secure gateway for users to access their applications.

Page 1

Page 2 of 5

Page 3

All pages