8. What is the output of the multivendor SDK for
Cisco DNA Center platform?
1. Device driver
2. Device package
3. Software driver
4. Software package
9. Which component of the Cisco SD-WAN fabric
exposes a public REST API interface?
1. vSmart
2. vBond
3. vManage
4. vEdge
10. When initially authenticating to the Cisco SD-WAN
REST API, how are the username and password
encoded?
1. application/postscript
2. application/xml
3. application/json
4. application/x-www-form-urlencoded
FOUNDATION TOPICS
WHAT IS AN SDK?
An SDK (software development kit) or devkit is a set of
software development tools that developers can use to
create software or applications for a certain platform,
operating system, computer system, or device. An SDK
typically contains a set of libraries, APIs, documentation,
tools, sample code, and processes that make it easier for
developers to integrate, develop, and extend the
platform. An SDK is created for a specific programming
language, and it is very common to have the same
functionality exposed through SDKs in different
programming languages.
Chapter 6, “Application Programming Interfaces (APIs),”
describes what an API is, and Chapter 7 covers the most
common API framework these days, the REST API
framework. As a quick reminder, an application