DEVASC 200-901 Weekly Quiz — Set 04 (Q16–Q20): Developing Applications & Automating Workflows on Cisco Core Platforms

Q16) REST pagination & rate limits (client behavior)

You’re consuming a Cisco platform REST API that documents pagination and rate limiting. What is the most robust client behavior?

A. Request the maximum page size and ignore all limit headers
B. Follow the server’s pagination mechanism and honor rate-limit guidance (retry/backoff)
C. Fan out concurrent requests to finish faster and retry 429s immediately
D. Switch to webhooks to automatically receive paginated results


Q17) Containers: isolation & resource control

Which Linux features primarily provide process isolation and resource control for Docker-style containers?

A. Type-1 hypervisors with separate guest kernels per container
B. Namespaces and cgroups, with layered images via a union file system
C. SNMP MIBs controlling host resources exposed to containers
D. Containers each run their own kernel, isolated from the host


Q18) Webex authentication pattern (headless service)

A back-end service (no user present) must post operational alerts into a Webex space. Which authentication pattern best fits?

A. OAuth Integration (authorization code grant)
B. Bot token
C. Personal Access Token from a developer’s account (production)
D. Guest Issuer for creating ephemeral guest users that post


Q19) Hardening NTP for automation-friendly infra

Which NTP design aligns with DEVASC-recommended security and resiliency?

A. One upstream server; authentication disabled
B. At least three higher-stratum servers; enable encrypted auth; restrict associations via ACLs
C. Two random public servers; rely on unauthenticated broadcasts
D. Use SNMP time-of-day polling instead of NTP


Q20) Diagrams, IaC, and CI/CD

In an infrastructure-as-code workflow, what’s the recommended way to manage evolving network diagrams and topologies?

A. Store diagrams only in a wiki; avoid version control for simplicity
B. Keep diagrams in Git; represent topologies as YAML (e.g., VIRL/CML) and use them in CI/CD pipelines
C. Use spreadsheets for diagrams; version by filename suffixes
D. Keep diagrams on a jump host; update manually during changes

Comments

No comments yet. Why don’t you start the discussion?

Leave a Reply

Your email address will not be published. Required fields are marked *