Courseiva

Cisco Designing Cisco Security Infrastructure (SDSI, 300-745, CCNP Security, design-focused) (SDSI) (SDSI) — Questions 151225

298 questions total · 4pages · All types, answers revealed

Page 2

Page 3 of 4

Page 4
151
MCQhard

You are automating the lifecycle of Cisco Secure Firewall policies. Which tool should be selected to integrate security policy as code (SaC) into a GitHub Actions pipeline?

A.Cisco DNA Center GUI
B.Python native sockets
C.HashiCorp Terraform
D.Cisco Defense Orchestrator Portal
AnswerC

Terraform supports the FMC provider for policy-as-code.

Why this answer

Terraform, specifically the 'cisco-fmc' provider, is the industry standard for managing Cisco security infrastructure as code.

152
Multi-Selectmedium

Which THREE features of Cisco Secure Email help in mitigating email-based threats? (Select 3)

Select 3 answers
A.DHCP snooping
B.VLAN isolation
C.Cisco Threat Grid sandboxing
D.Outbreak filters
E.SenderBase reputation service
AnswersC, D, E

Sandboxing analyzes attachments for hidden malware.

Why this answer

Cisco Secure Email uses reputation, spam filtering, and sandboxing (Threat Grid) to stop threats.

153
MCQhard

Which component of Cisco XDR (formerly Cisco SecureX) is critical for normalizing data from different Cisco security products to enable automated orchestration?

A.Cloud-native storage
B.Local management agent
C.Unified Data Model
D.Packet inspection engine
AnswerC

Allows interoperability between products.

Why this answer

The 'Cisco XDR Unified Data Model' normalizes disparate logs into a standard format for correlation and automation.

154
MCQeasy

In DevSecOps, what is the role of an 'Artifact Repository' such as Artifactory in relation to security?

A.Store and secure immutable build artifacts
B.Manage user identities
C.Monitor real-time network traffic
D.Execute live security testing
AnswerA

Ensures integrity of the software supply chain.

Why this answer

Storing immutable, scanned, and signed artifacts ensures that the code deployed is exactly what was tested.

155
Multi-Selectmedium

Which TWO methods provide identification for IoT devices in an enterprise network?

Select 2 answers
A.802.1X (EAP-TLS).
B.Ignoring the device type.
C.Using public Wi-Fi access.
D.Device profiling (ISE).
E.MAC address spoofing.
AnswersA, D

Certificates provide the strongest identity.

Why this answer

IoT devices require various methods to be identified, ranging from profiling to certificate-based methods.

156
MCQmedium

When designing a VPN solution for a hybrid workforce, which protocol provides the most robust support for DTLS to minimize latency for real-time traffic?

A.Cisco Secure Client with DTLS enabled.
B.SSL VPN Clientless portal.
C.L2TP/IPsec.
D.IPsec IKEv1.
AnswerA

Cisco Secure Client (formerly AnyConnect) uses DTLS to handle real-time traffic efficiency.

Why this answer

AnyConnect (Cisco Secure Client) utilizes DTLS to prioritize latency-sensitive traffic over the standard TLS tunnel.

157
Multi-Selecthard

Which THREE of the following are best practices for securing a CI/CD pipeline itself?

Select 3 answers
A.Allow root access to all developers
B.Scan the pipeline code for vulnerabilities
C.Use isolated and ephemeral build runners
D.Use a secure secret management service
E.Use unencrypted communication channels
AnswersB, C, D

The pipeline itself is software.

Why this answer

Securing the runner, managing secrets, and scanning code are fundamental best practices.

158
Multi-Selectmedium

Which THREE factors are required to ensure the successful deployment of a Zero Trust microsegmentation architecture? (Choose THREE)

Select 3 answers
A.A flat network architecture
B.A centralized, automated enforcement policy engine
C.Visibility into every communication flow
D.Identification and classification of all workloads
E.Shared administrative credentials for all servers
AnswersB, C, D

Policy must be enforced systematically across the environment.

Why this answer

Zero Trust requires identity-based policies, visibility into every communication flow, and continuous monitoring/verification.

159
MCQmedium

When designing for microsegmentation using Cisco Secure Workload, what is the significance of 'Flow Visibility'?

A.It allows for the modeling and validation of security policies before enforcement
B.It automates the patching of vulnerabilities
C.It is used to bill users for bandwidth usage
D.It is used to identify the physical location of servers
AnswerA

Modeling policies based on real flow data prevents breaking production traffic.

Why this answer

Visibility is the prerequisite for building accurate policies. You must understand what is communicating before you can safely restrict it.

160
Multi-Selecthard

Which THREE technologies are used in Cisco's architecture for micro-segmentation?

Select 3 answers
A.Cisco ISE as the policy engine.
B.Scalable Group Tags (SGT).
C.Policy Enforcement Points (e.g., switches/firewalls).
D.Standard unmanaged switches.
E.Static IP ACLs on every port.
AnswersA, B, C

ISE defines the policy.

Why this answer

Micro-segmentation requires tagging and distributed enforcement.

161
Multi-Selectmedium

Which THREE capabilities are provided by Cisco Cloudlock to enhance SaaS security posture? (Choose THREE)

Select 3 answers
A.Real-time packet capture on the local network
B.Data Loss Prevention (DLP) for SaaS data
C.User and Entity Behavior Analytics (UEBA)
D.Hardening of physical server BIOS settings
E.Application auditing and vetting for third-party apps
AnswersB, C, E

DLP is a core capability of Cloudlock.

Why this answer

Cloudlock provides visibility, data protection (DLP), and threat protection for users and applications.

162
MCQmedium

Which design principle is essential when configuring Cisco Secure Firewall for SaaS application visibility?

A.Disable SSL decryption for all SaaS traffic to improve performance.
B.Enable Application Filtering policies using the cloud-delivered feed.
C.Install local agents on every endpoint.
D.Configure static IP-based rules for every SaaS provider.
AnswerB

Cisco's application database updates via cloud feeds to ensure SaaS visibility.

Why this answer

Cloud-native application visibility is enabled by the Cisco Secure Firewall's integration with the Cisco Talos Intelligence service for application classification.

163
MCQeasy

What is the primary function of an 'API Gateway' in a secure automated environment?

A.Host static websites
B.Store user data
C.Compile application code
D.Enforce security and rate limits on APIs
AnswerD

Protects back-end infrastructure.

Why this answer

The gateway acts as an enforcement point for authentication, rate-limiting, and logging for API calls.

164
MCQmedium

Which design principle should be followed when implementing micro-segmentation in a data center?

A.Keep all servers in the same VLAN for simplicity.
B.Segment based only on IP addresses.
C.Disable all firewalls for maximum performance.
D.Implement identity-based segmentation at the workload level.
AnswerD

This allows for granular control regardless of IP addresses or VLANs.

Why this answer

Micro-segmentation is most effective when it is identity-based and granular.

165
MCQeasy

A design requirement for a SOC environment is to have real-time visibility into who is on the network. Which Cisco tool is best for this?

A.Cisco SecureX.
B.Cisco Umbrella.
C.Cisco Firepower Management Center.
D.Cisco Identity Services Engine (ISE).
AnswerD

ISE is the source of truth for identity and device location in Cisco networks.

Why this answer

Cisco ISE (Identity Services Engine) tracks all authentication and device connectivity events in real-time.

166
MCQhard

When designing an API gateway strategy, why is it important to implement 'Rate Limiting' at the gateway level?

A.To ensure that all users have the same experience
B.To increase the speed of the backend services
C.To simplify the authentication process
D.To protect backend services from being overwhelmed
AnswerD

Service protection is the main goal of rate limiting.

Why this answer

Rate limiting protects backend services from being overwhelmed by traffic, preventing both accidental and malicious DoS/DDoS attacks.

167
MCQeasy

In the context of AI-driven security, what does 'False Positive Reduction' primarily achieve?

A.Increased hardware throughput
B.Improved analyst efficiency
C.Lower bandwidth consumption
D.Faster packet forwarding
AnswerB

Reduces time wasted on non-threats.

Why this answer

It minimizes unnecessary alerts, allowing security teams to focus on high-fidelity, real threats.

168
MCQeasy

A design requirement specifies that all remote access must be verified through device health checks. Which Cisco tool allows for this posture assessment?

A.Cisco Identity Services Engine (ISE) pxGrid.
B.Cisco Umbrella roaming client.
C.Cisco AnyConnect Secure Client with Compliance Module.
D.Cisco Secure Firewall VPN portal.
AnswerC

The Compliance Module checks for antivirus, OS patches, etc., before granting access.

Why this answer

Cisco AnyConnect (now Secure Client) performs device posture checks using the AnyConnect Compliance Module.

169
Multi-Selectmedium

When designing security for SaaS applications using Cisco Cloudlock, which TWO capabilities are key to mitigating data exfiltration risks? (Choose TWO)

Select 2 answers
A.Monitoring for anomalous user behavior and account takeovers.
B.Enforcing consistent DLP policies across various SaaS platforms.
C.Replacing all SaaS applications with on-premises alternatives.
D.Blocking all outbound Internet traffic from the office network.
E.Hard-coding user credentials into the Cloudlock dashboard.
AnswersA, B

Behavioral analytics identifies account compromise or malicious usage patterns.

Why this answer

Cloudlock provides data protection through content inspection (DLP) and anomaly detection based on user behavioral analytics.

170
MCQmedium

When designing an endpoint security strategy, which Cisco tool provides visibility into fileless malware by monitoring system process behavior?

A.Cisco Umbrella
B.Cisco Stealthwatch
C.Cisco Secure Endpoint
D.Cisco Duo
AnswerC

Secure Endpoint monitors process behavior to identify fileless attacks.

Why this answer

Cisco Secure Endpoint (formerly AMP for Endpoints) uses behavioral analytics to detect fileless malware executing in memory.

171
MCQeasy

Which capability is provided by Cisco Cloudlock's integration with the SaaS platform via API?

A.Hardening of the SaaS application code
B.Visibility and remediation of data sharing and user activity
C.Deep packet inspection of all physical network traffic
D.Blocking DNS requests at the ISP level
AnswerB

This is the primary function of an API-based CASB.

Why this answer

Cloudlock uses APIs to monitor for file sharing, data exposure, and user behavior anomalies within the SaaS environment without requiring agent installation.

172
MCQhard

An organization experiences a surge in successful phishing attacks. The post-incident architecture adaptation requires automated email analysis. Which Cisco product provides the necessary API for integrating email sandboxing data into a SOAR platform?

A.Cisco Firepower Management Center REST API.
B.Cisco Defense Orchestrator API.
C.Cisco Secure Email API.
D.Cisco Identity Services Engine ERS API.
AnswerC

The API allows SOAR platforms to ingest threat data from Secure Email.

Why this answer

Cisco Secure Email (formerly ESA) offers extensive APIs for extracting threat intelligence and sandboxing results from Advanced Malware Protection (AMP).

173
MCQmedium

You are tasked with securing a SaaS application. The security policy requires that all documents containing credit card numbers be restricted from external sharing. Which Cloudlock feature is best suited to enforce this?

A.User activity monitoring
B.Identity and Access Management (IAM) integration
C.Data Loss Prevention (DLP) engine
D.DNS-layer security
AnswerC

The DLP engine inspects content for sensitive information patterns.

Why this answer

Cloudlock's DLP engine can identify patterns such as credit card numbers and trigger automatic remediation for files shared externally.

174
MCQeasy

Which Cisco platform provides a centralized view of security threats across the entire enterprise?

A.Cisco SecureX.
B.Cisco Catalyst Center.
C.Cisco Webex Control Hub.
D.Cisco DNA Center.
AnswerA

SecureX provides a unified security dashboard.

Why this answer

Cisco SecureX (now evolving into XDR) is the platform for unifying security visibility and orchestration.

175
MCQeasy

Which Cisco product is used to manage the configuration and security policy of multiple Firepower firewalls from a single console?

A.Cisco Defense Orchestrator (CDO).
B.Cisco Identity Services Engine (ISE).
C.Cisco Firepower Management Center (FMC).
D.Cisco SecureX.
AnswerC

FMC provides centralized policy, monitoring, and management for Firepower devices.

Why this answer

Cisco Firepower Management Center (FMC) is the centralized management tool for Cisco Secure Firewalls.

176
MCQmedium

A requirement for an incident response toolset is the ability to automatically contain a workstation upon detecting a specific malware threat. Which Cisco tool provides this 'isolate' capability?

A.Cisco AnyConnect.
B.Cisco Umbrella roaming client.
C.Cisco Secure Endpoint (AMP).
D.Cisco Secure Firewall.
AnswerC

The isolation feature in Secure Endpoint restricts network connectivity to the management console only.

Why this answer

Cisco Secure Endpoint (formerly AMP for Endpoints) has a native 'Isolate' feature.

177
Multi-Selecthard

Which TWO Cisco products provide integrated threat intelligence (Talos) to enhance incident response?

Select 2 answers
A.Cisco Secure Endpoint.
B.Cisco Secure Firewall.
C.Cisco AnyConnect.
D.Cisco Stealthwatch.
E.Cisco ISE.
AnswersA, B

Uses Talos to identify malicious file signatures.

Why this answer

Talos intelligence is a core feature of the Cisco security portfolio, particularly in Firepower and Secure Endpoint.

178
MCQeasy

Which Cisco feature is used to prevent unauthorized devices from connecting to the wired network by enforcing identity-based access control at the access switch port?

A.MAC Authentication Bypass
B.Port Security
C.DHCP Snooping
D.802.1X
AnswerD

802.1X provides authentication via RADIUS/ISE before granting access.

Why this answer

IEEE 802.1X is the standard for port-based network access control.

179
Multi-Selecthard

During a risk assessment, which THREE factors are considered critical for determining the design requirements of a secure infrastructure? (Choose three)

Select 3 answers
A.Regulatory and compliance requirements
B.Office physical location and square footage
C.Current threat intelligence and landscape
D.Employee headcount and department budget
E.Criticality of business data and assets
AnswersA, C, E

Drives the minimum security control standards.

Why this answer

Regulatory requirements, threat landscape, and business criticality are the three fundamental pillars for any security design requirement gathering process.

180
MCQmedium

When gathering requirements for a security design, a customer specifies they need to automate the containment of infected endpoints discovered by Cisco Secure Endpoint. Which API integration should the architect document?

A.Cisco Umbrella Investigate API
B.Cisco Secure Endpoint API
C.Cisco Secure Firewall API
D.Cisco ISE REST API
AnswerB

The API allows for programmatic isolation of endpoints based on threat events.

Why this answer

The Cisco Secure Endpoint API allows for automated isolation of endpoints, which is a common requirement for incident response automation.

181
MCQhard

An organization is deploying APIs on AWS and using Cisco API Security to protect them. The security team needs to detect 'Shadow APIs' that are being called but are not registered in the API documentation. How should the solution be configured?

A.Integrate API Security with the cloud traffic logs to perform behavior analysis and discovery
B.Manually add every route to the Swagger documentation file
C.Configure OAuth scopes to restrict access to the API Gateway
D.Enable WAF block mode for all undefined routes
AnswerA

By ingesting cloud traffic logs, Cisco API Security identifies active endpoints and highlights them as shadow APIs.

Why this answer

Cisco API Security performs discovery by analyzing traffic logs and API calls to identify endpoints that are active but missing from the defined schema.

182
MCQmedium

Which design component is necessary for implementing Cisco TrustSec across a multi-switch campus?

A.VLAN Trunking Protocol (VTP).
B.LLDP.
C.SXP (SGT Exchange Protocol).
D.802.1Q.
AnswerC

SXP propagates SGTs between devices.

Why this answer

SXP (SGT Exchange Protocol) is required to propagate SGT (Scalable Group Tag) information to switches that do not natively support hardware-based tagging.

183
MCQmedium

You are designing a SaaS security strategy using Cisco Cloudlock. A user reports that they are seeing alerts for 'unusual geo-location' on their Salesforce account. How does Cloudlock detect this?

A.By using UEBA to baseline and identify anomalous login activity
B.By blocking all international traffic
C.By analyzing the user's browser history
D.By tracking the user's GPS coordinates on their phone
AnswerA

UEBA is the standard method for detecting account anomalies.

Why this answer

Cloudlock uses UEBA (User and Entity Behavior Analytics) to baseline normal behavior and flag anomalies like logins from unexpected locations.

184
MCQeasy

When designing a secure remote access solution for a hybrid workforce, which Cisco AnyConnect feature should be prioritized to reduce the attack surface by verifying the posture of the device before granting access?

A.IKEv2 protocol support.
B.AnyConnect Posture Module.
C.Split-tunneling.
D.Dynamic Access Policies (DAP).
AnswerB

Posture checks verify the device security state before connection.

Why this answer

HostScan or the AnyConnect Posture module allows for pre-connection assessment.

185
Multi-Selecthard

Which TWO of the following identify risks associated with using AI for security automation?

Select 2 answers
A.Faster network throughput
B.Too many security updates
C.Adversarial machine learning / poisoning
D.Increased hardware cost
E.Model drift (loss of accuracy over time)
AnswersC, E

Attackers can manipulate the training data.

Why this answer

Model drift and adversarial machine learning (data poisoning) are two major concerns.

186
MCQmedium

A design requirement for risk mitigation in a data center requires micro-segmentation. Which Cisco technology is specifically designed to provide workload-level segmentation based on identity and policy?

A.Cisco Secure Workload.
B.Cisco Firepower NGFW.
C.Cisco AnyConnect.
D.Cisco TrustSec/SGTs.
AnswerA

Secure Workload is the primary Cisco solution for data center micro-segmentation.

Why this answer

Cisco Secure Workload (formerly Tetration) provides deep visibility and micro-segmentation for data center workloads.

187
Multi-Selectmedium

When designing a SaaS integration security plan, which THREE types of activities should be regularly reviewed in Cisco Cloudlock? (Choose THREE)

Select 3 answers
A.User login patterns and anomalies
B.Physical building security logs
C.External file sharing activities
D.Local printer configuration
E.Third-party application integration permissions
AnswersA, C, E

Login anomalies are a key indicator of compromise.

Why this answer

Reviewing data sharing, third-party app access, and account logins is the core of maintaining a secure SaaS environment.

188
MCQhard

Which design pattern best mitigates 'Broken Object Level Authorization' (BOLA) in a RESTful API?

A.Explicit authorization check at every endpoint that accepts an object ID
B.Implementing a strong API rate limit
C.Using random, non-sequential UUIDs for objects
D.Encrypting all API responses
AnswerA

The authorization check must be enforced at the function level for every object request.

Why this answer

BOLA is mitigated by verifying that the authenticated identity is authorized to perform operations on the specific resource ID provided in the API request.

189
MCQmedium

In a hybrid cloud environment, you need to extend security policies from your on-premises Cisco ACI fabric to your cloud-native workloads in AWS. Which component facilitates this policy consistency?

A.Cisco HyperFlex
B.null
C.Cisco Secure Firewall Virtual (formerly vFTD)
D.Cisco Cloud APIC
E.Cisco Nexus Dashboard
AnswerD

Cloud APIC provides a consistent policy abstraction layer for cloud environments.

Why this answer

Cisco ACI Anywhere (specifically the Cisco Cloud ACI controller) allows the extension of the ACI policy model (EPGs and Contracts) into public cloud environments like AWS, ensuring consistent segmentation.

190
MCQhard

A design architect is selecting a tool to monitor the security of a hybrid cloud environment. Which Cisco tool provides visibility into both on-premises and cloud (AWS/Azure) traffic flows?

A.Cisco ISE.
B.Cisco Secure Email.
C.Cisco Secure Network Analytics.
D.Cisco Secure Firewall.
AnswerC

Stealthwatch has agents and cloud collectors that cover hybrid environments.

Why this answer

Cisco Secure Network Analytics (Stealthwatch) supports both on-prem and cloud environments.

191
MCQhard

When designing a VPN for a multi-tenant cloud environment, which technology allows for the separation of routing tables to ensure traffic isolation between tenants?

A.VLAN tagging
B.VRF-Lite
C.Access Control Lists
D.IPsec Tunnels
AnswerB

VRF-Lite isolates routing traffic per tenant at the layer 3 level.

Why this answer

VRF-Lite (Virtual Routing and Forwarding) allows multiple instances of a routing table to coexist on the same router, providing tenant isolation.

192
Multi-Selectmedium

Which THREE items are included in a SOC 'Incident Response Tool' evaluation?

Select 3 answers
A.Cost of the software subscription.
B.Automation and orchestration capabilities.
C.The vendor's headquarters location.
D.Capability to integrate with existing security stack.
E.The number of employees in the vendor's marketing department.
AnswersA, B, D

Budget is always part of tool evaluation.

Why this answer

SOC tools must be evaluated for integration, ease of use, and automation capabilities.

193
Multi-Selectmedium

Which TWO features are essential for securing the management plane of a Cisco network device?

Select 2 answers
A.Using public IP addresses for management interfaces.
B.Access Control Lists (ACLs) applied to VTY lines.
C.Disabling all physical console ports.
D.Enabling Telnet for remote management.
E.Implementing SSH for encrypted remote access.
AnswersB, E

Restricting VTY access is a fundamental security practice.

Why this answer

Management plane security relies on limiting administrative access to specific networks and securing the communication channel.

194
MCQeasy

Which design factor is most important when deploying a large-scale Cisco Secure Firewall cluster?

A.Ensuring all firewalls have the same firmware version.
B.Ensuring adequate load balancing and capacity planning.
C.The color of the patch cables used.
D.The physical location of the firewalls.
AnswerB

Capacity and traffic flow management are critical for cluster design.

Why this answer

Proper load balancing and traffic distribution are essential for cluster performance and reliability.

195
MCQmedium

A company requires a control plane security design for their campus network. Which feature prevents unauthorized devices from claiming to be the default gateway?

A.Dynamic ARP Inspection (DAI).
B.Port Security.
C.IP Source Guard.
D.Control Plane Policing (CoPP).
AnswerA

DAI prevents unauthorized devices from intercepting traffic by spoofing ARP replies.

Why this answer

DHCP Snooping and Dynamic ARP Inspection (DAI) are primary defenses against man-in-the-middle attacks that target the control plane.

196
MCQmedium

Which Cisco feature is designed to protect the control plane of a router from being overwhelmed by traffic?

A.Access Control Lists (ACLs).
B.Traffic Shaping.
C.Control Plane Policing (CoPP).
D.NetFlow.
AnswerC

CoPP limits traffic to the control plane.

Why this answer

Control Plane Policing (CoPP) rate-limits traffic destined for the router's processor.

197
Multi-Selecthard

Which TWO Cisco products are part of the 'Secure Access' architecture that helps mitigate the risk of unauthorized remote access?

Select 2 answers
A.Cisco Umbrella.
B.Cisco AnyConnect Secure Client.
C.Cisco Stealthwatch.
D.Cisco Secure Endpoint.
E.Cisco Identity Services Engine (ISE).
AnswersB, E

AnyConnect provides the encrypted, verified tunnel for remote access.

Why this answer

Secure access relies on strong authentication (ISE) and encrypted transport (AnyConnect/Secure Client).

198
MCQmedium

In a DevSecOps pipeline, what is the benefit of 'Static Application Security Testing' (SAST)?

A.Managing user passwords
B.Identifying vulnerabilities in source code
C.Encrypting data in transit
D.Monitoring live production traffic
AnswerB

Foundational part of early detection.

Why this answer

SAST analyzes source code for security vulnerabilities *without* executing the code, catching flaws early.

199
Multi-Selectmedium

Which THREE of the following are essential components of a robust DevSecOps security architecture for Cisco infrastructure?

Select 3 answers
A.Infrastructure as Code (IaC)
B.Manual Review Committees
C.Continuous Monitoring
D.Automated Testing
E.Isolated air-gapped networks
AnswersA, C, D

Allows repeatable and auditable deployments.

Why this answer

Infrastructure as Code, Automated Testing, and Continuous Monitoring are core pillars of DevSecOps.

200
Multi-Selecthard

Which TWO Cisco technologies should be used to protect a data center against lateral movement of threats?

Select 2 answers
A.Cisco Umbrella.
B.Cisco Secure Network Analytics (Stealthwatch).
C.Cisco Secure Email.
D.Cisco AnyConnect.
E.Cisco Secure Workload (Tetration).
AnswersB, E

Detects lateral movement patterns in network flows.

Why this answer

Lateral movement is best countered by micro-segmentation and behavioral flow monitoring.

201
MCQeasy

Which Cisco product would you choose to gain visibility into your SaaS applications and enforce data security policies?

A.Cisco Umbrella
B.Cisco Secure Workload
C.Cisco Secure Firewall
D.Cisco Cloudlock
AnswerD

Cloudlock is the designated SaaS CASB.

Why this answer

Cisco Cloudlock is the industry-standard cloud-native CASB for SaaS visibility and security.

202
Multi-Selectmedium

Which TWO of the following capabilities does Cisco Secure Firewall (FMC) provide to support automated security workflows?

Select 2 answers
A.Integration with external Threat Intel feeds
B.Native container orchestration
C.Automated code refactoring
D.On-board AI training engine
E.REST API for object and rule management
AnswersA, E

Allows dynamic policy updates based on intel.

Why this answer

The FMC REST API and the ability to integrate with external threat intelligence feeds are critical for automation.

203
MCQmedium

Which Cisco technology should be included in an automated design to ensure 'Zero Trust' access for remote developers accessing internal development servers?

A.Cisco Secure Access
B.Cisco Catalyst Center
C.Cisco IOS-XE
D.Cisco Webex
AnswerA

Enforces identity-based Zero Trust access.

Why this answer

Cisco Secure Access (or Duo with VPN) provides the identity-centric access control required for Zero Trust.

204
MCQmedium

Which Cisco feature is used to ensure that only authorized devices can connect to the network?

A.Cisco Umbrella.
B.Cisco ISE (802.1X).
C.Cisco Firepower IPS.
D.Cisco Stealthwatch.
AnswerB

ISE uses 802.1X to verify device credentials before allowing network port access.

Why this answer

802.1X, managed by Cisco ISE, is the standard for device authorization.

205
MCQeasy

Which of the following is a key requirement for implementing successful DevSecOps in a large organization?

A.Manual approval for every commit
B.Cultural alignment between teams
C.Removing all open-source code
D.Restricting code access to security only
AnswerB

Security must be a shared responsibility.

Why this answer

Cultural alignment between developers and security teams is the foundational requirement for successful DevSecOps.

206
MCQmedium

You are integrating Cisco Umbrella into a CI/CD pipeline. Which API is most appropriate for programmatically blocking domains discovered by your automated security scan?

A.Umbrella Provisioning API
B.Umbrella Reporting API
C.Umbrella Destinations API
D.Umbrella Log Management API
AnswerC

Used to add/remove domains in block lists.

Why this answer

The Umbrella 'Destinations API' allows for the automated management of destination lists (blocked domains).

207
Multi-Selecthard

When designing a secure API lifecycle, which THREE activities should be automated in the CI/CD pipeline? (Choose THREE)

Select 3 answers
A.Disabling all logging for production performance
B.API contract/schema testing
C.Static Analysis Security Testing (SAST) for API code
D.Automated security policy provisioning for the API gateway
E.Manual code review of every commit by the CISO
AnswersB, C, D

Schema testing ensures API integrity.

Why this answer

Automating security in CI/CD ensures that vulnerabilities are caught before they reach production.

208
Multi-Selecthard

You are performing a security assessment of a containerized application architecture. Which TWO of the following configurations are critical for ensuring secure communication between pods in a Cisco ACI-managed Kubernetes environment? (Choose TWO)

Select 2 answers
A.Defining Contracts between EPGs to permit specific traffic types.
B.Disabling the ACI CNI plugin to allow native Kubernetes network policies.
C.Assigning pods to appropriate EPGs based on their function.
D.Configuring all pods to reside in a single flat, non-segmented network.
E.Using physical cabling to separate traffic by VLAN.
AnswersA, C

Contracts are the security policies that explicitly allow communication between EPGs.

Why this answer

In ACI-managed Kubernetes (CNA), security is enforced through Endpoint Groups (EPGs) and contracts that define communication policies between different service tiers.

209
MCQeasy

In the context of Cisco Cloudlock, what is a 'Shadow IT' application?

A.An application that is blocked by the firewall
B.A backup tool for the data center
C.A SaaS application connected to the enterprise environment without official IT authorization
D.A malicious script running on an endpoint
AnswerC

This is the classic definition of SaaS shadow IT.

Why this answer

A Shadow IT application is a third-party app that users have connected to their enterprise SaaS account without IT approval.

210
Multi-Selectmedium

Which THREE services does Cisco Umbrella provide to secure remote workers? (Select 3)

Select 3 answers
A.Host-based Antivirus
B.Local network DHCP service
C.Cloud Access Security Broker (CASB)
D.Secure Web Gateway (SWG)
E.DNS-layer security
AnswersC, D, E

Umbrella inspects SaaS application usage.

Why this answer

Umbrella provides DNS-layer security, SWG (web proxy), and CASB functionality.

211
MCQmedium

Which Cisco security solution utilizes AI-based 'Cognitive Intelligence' to detect threats in encrypted traffic without decrypting the payload?

A.Cisco Secure Firewall
B.Cisco Secure Cloud Analytics
C.Cisco Umbrella
D.Cisco Secure Email
AnswerB

Leverages Cognitive Intelligence for encrypted traffic analysis.

Why this answer

Cisco Secure Cloud Analytics (Stealthwatch) uses Cognitive Intelligence to analyze metadata and flow patterns in encrypted traffic.

212
Multi-Selecthard

Which TWO Cisco products are used to monitor and detect threats in a network environment?

Select 2 answers
A.Cisco Secure Network Analytics (Stealthwatch).
B.Cisco Secure Email.
C.Cisco ISE.
D.Cisco AnyConnect.
E.Cisco Secure Firewall (IPS).
AnswersA, E

Detects threats in traffic via flow analysis.

Why this answer

Threat detection is achieved through traffic inspection and behavioral flow analysis.

213
MCQhard

You are designing a management plane security strategy for Cisco networking devices. Which protocol is recommended to replace Telnet to ensure encrypted administrative sessions?

A.Netconf
B.SSH
C.SNMPv2c
D.HTTPS
AnswerB

SSH provides strong encryption for CLI access.

Why this answer

SSH (Secure Shell) provides encrypted management sessions, replacing insecure protocols like Telnet.

214
Multi-Selecthard

Which TWO Cisco products are used to monitor and detect threats in a network environment?

Select 2 answers
A.Cisco AnyConnect.
B.Cisco Secure Firewall (IPS).
C.Cisco Secure Email.
D.Cisco Secure Network Analytics (Stealthwatch).
E.Cisco ISE.
AnswersB, D

IPS detects threats in traffic packets.

Why this answer

Threat detection is achieved via traffic inspection and flow behavioral analysis.

215
Multi-Selecthard

When designing the architecture for a highly secure API ecosystem, which THREE security layers should be implemented? (Choose THREE)

Select 3 answers
A.Open-access policies for all internal microservices
B.Service Mesh for internal mTLS and authorization
C.Physical air-gapping of all servers
D.Centralized API security and observability platform
E.API Gateway/Ingress Controller for edge security
AnswersB, D, E

Service mesh ensures internal security.

Why this answer

A robust API security design incorporates ingress protection, service-to-service authentication, and continuous monitoring.

216
Multi-Selectmedium

Which TWO factors are vital for an effective firewall policy design?

Select 2 answers
A.Logical organization and rule documentation.
B.Disabling all logging.
C.Least privilege principle.
D.Using only IP addresses.
E.Permit all traffic by default.
AnswersA, C

Essential for maintainability.

Why this answer

Policy design must prioritize explicit rules and maintainable structure.

217
MCQhard

An organization experiences a breach where a malicious file was downloaded. Which Cisco product can be used to perform 'retrospective' analysis on that file's history across the organization?

A.Cisco Stealthwatch.
B.Cisco Secure Endpoint (AMP).
C.Cisco Secure Email.
D.Cisco Umbrella.
AnswerB

The file trajectory feature in AMP shows every endpoint where the file was seen and its history.

Why this answer

Cisco Secure Endpoint allows for retrospective analysis by showing the file trajectory.

218
MCQhard

Which Cisco API Security feature is used to prevent attackers from using automated scripts to brute-force API endpoints?

A.DNS-layer filtering
B.API rate limiting and behavioral analytics
C.JWT token encryption
D.Schema validation
AnswerB

These features detect and block the rapid-fire requests typical of brute-force scripts.

Why this answer

Rate limiting and behavioral analysis are the primary tools to stop automated script attacks against API endpoints.

219
MCQhard

You are designing a secure infrastructure for a SaaS-heavy office. What strategy best minimizes the impact on user experience while maintaining security?

A.Backhauling all traffic to the data center.
B.Implementing DIA with localized SASE security.
C.Using a client-based proxy for everything.
D.Bypassing all security for trusted SaaS apps.
AnswerB

DIA optimizes latency, and SASE provides distributed security.

Why this answer

Direct Internet Access (DIA) via SD-WAN coupled with a SASE-based security stack provides fast SaaS access while maintaining inspection.

220
MCQmedium

You are designing an IoT security strategy for a manufacturing site. Which approach best isolates unmanaged IoT devices from the enterprise network?

A.Deploy a transparent firewall in bridge mode at the distribution layer.
B.Implement Cisco ISE with SGT-based micro-segmentation.
C.Enable PortFast on all IoT switch ports.
D.Assign static VLANs to all IoT ports on access switches.
AnswerB

SGTs provide scalable, identity-aware segmentation regardless of physical location.

Why this answer

Using Cisco ISE to enforce dynamic segmentation via TrustSec (SGTs) allows for granular isolation of IoT devices.

221
Multi-Selectmedium

Which TWO design considerations are critical for a secure SD-WAN edge deployment?

Select 2 answers
A.Using local breakout for all internet traffic without inspection.
B.Deploying devices with default passwords.
C.Centralized security policy enforcement via vManage.
D.Automated IPsec tunnel encryption.
E.Disabling the control plane firewall.
AnswersC, D

vManage provides the control plane for secure policies.

Why this answer

Secure SD-WAN edge deployments require both physical protection and robust logical encryption policies.

222
Multi-Selectmedium

Which THREE factors influence the design of a SOC incident response plan?

Select 3 answers
A.Regulatory compliance requirements (e.g., GDPR).
B.The personal hobbies of the SOC analysts.
C.The price of the office furniture.
D.The technical capabilities of the security product stack.
E.The business impact of downtime for critical services.
AnswersA, D, E

Compliance dictates mandatory reporting and response steps.

Why this answer

IRP design is influenced by business needs, legal requirements, and technical capabilities.

223
MCQeasy

Which Cisco solution is primarily designed to provide visibility and control over SaaS application usage within an enterprise, specifically focusing on data loss prevention and threat detection?

A.Cisco Stealthwatch
B.Cisco Cloudlock
C.null
D.Cisco ISE
E.Cisco Firepower Management Center
AnswerB

Cloudlock is the designated CASB solution for SaaS security and visibility.

Why this answer

Cisco Cloudlock is a cloud-native CASB (Cloud Access Security Broker) specifically designed to provide visibility into SaaS applications, detect anomalous behavior, and enforce data loss prevention policies.

224
MCQhard

During a post-incident review, an architect identifies that Cisco Stealthwatch (Secure Network Analytics) failed to alert on lateral movement due to lack of visibility. Which design modification is required to ensure visibility into internal east-west traffic?

A.Update the Cisco Secure Endpoint policy to scan memory more frequently on all endpoints.
B.Enable NetFlow export from core and distribution layer switches to the Stealthwatch Flow Collector.
C.Increase the logging interval on the perimeter Cisco Firepower Management Center.
D.Integrate the Cisco ISE platform via pxGrid to force all internal hosts to re-authenticate.
AnswerB

NetFlow provides the metadata required for behavioral analysis of lateral movement.

Why this answer

Stealthwatch requires flow data (NetFlow/IPFIX/Stealthwatch Flow Sensor) from internal switches and routers to analyze east-west traffic patterns.

225
MCQmedium

Which feature enables Cisco switches to limit the amount of broadcast traffic received on a port?

A.Port Security.
B.Rate Limiting (QoS).
C.Storm Control.
D.Broadcast suppression.
AnswerC

Storm Control is the standard feature for broadcast management.

Why this answer

Storm Control prevents single ports from overwhelming the switch CPU or the network with excessive broadcast/multicast traffic.

Page 2

Page 3 of 4

Page 4

All pages