Cisco Examn test 01 Flashcards
- Which of the following bash commands can be used to print the list of system variables? (Choose Two)
set
venv
show
printenv
Set,
Printenv
What is the usually the next step in a CI/CD pipeline after the build phase?
test
deploy
release
code
Deploy
The binary resulting from compiling and building your Dockerfile is known as an?
Directory
File
Image
Container
Image
Which type of application manages virtual machines on a host where each virtual machine may have a different operating system?
serverless function
container orchestrator
hypervisor
docker
hipervisor
The benefits of continuous testing are? (Choose Two)
A/ Ensures the quality and speed of the builds
B/Detect errors as soon as they occur in the systemCorrect Answer
C/Increased business risks
D/Detect errors as soon as they occur in the company
A,B
Which type of software infrastructure specifically facilitates the use of IoT applications?
Public clouds
On premises solutions
Hybrid clouds
Edge clouds
Edge Clouds
What types of variables are used in bash?
System variables
User-defined variables
Unknown variables
Class defined variable
System variables
User-defined variables
What are the different phases of the Waterfall model?
A/ Requirements, Design, Execution, Testing, and Release
B/ Requirements, Execution, Testing, and Release
C/ Requirements, Design, Execution and Release.
D/ Requirements, Design, Execution, Testing, and Rollback
A
What are JSON, XML, and YAML?
LaTeX formats that can be used to store structured data
Cisco router running or startup configuration file formats
Executable file formats
Text-file formats that can be used to store structured data
Text-file formats that can be used to store structured data
What is module and package in Python? (Choose Two)
In Python a module must be executable
The folder of Python program is a package of modulesCorrect Answer
A module name end with the suffix .text appended
In Python, module is the way to structure programCorrect Answer
The folder of Python program is a package of modulesCorrect Answer
In Python, module is the way to structure programCorrect Answer
The syntax of JSON is considered as a subset of the syntax of JavaScript including the following (Choose Two)
Curly braces
Dollar sign
Name/Value pairsCorrect Answer
Period
Curly braces
Name/Value pairsCorrect Answer
Which GIT command gets an existing Git repository
Git get https://someRepo.git
Git clone https://someRepo.git
Git mkdir https://someRepo.git
Git init -r https://someRepo.git
Git clone https://someRepo.git
The software development life cycle (SDLC) is the process of developing software starting from an idea and ending with delivery. What are common phases of an SDLC? (Choose Two)
Security
Code Review
Requirements & Analysis
Implementation
Requirements & Analysis
Implementation
Which two are benefits of version control?
Properly Storing Versions
Syntax review
Collaboration
Community engagement
Properly Storing Versions
Collaboration
gRPC is super fast and efficient because it uses which of the following?
Double Buffers
Circular Buffers
Protocol Buffers
Single Buffers
Protocol Buffers
Which is not a Rest API Method?
PUT
GET
PATCH
REMOVE
REMOVE
What status code will likely indicate that your application has hit an APIs rate-limit?
429
401
403
404
429
SOAP (Simple Object Access Protocol): uses which protocol as a format to transfer data?
Binary
JSON
XML
Text
XML
The two of most Common API Authentication Methods are? (Choose Two)
Clear text Authentication
Basic Authentication
Oauth Authentication
Biometric Authentication
Basic Authentication
Oauth Authentication
With Token Based Authentication you obtain a token by providing?(Choose Two)
ID
Usernamer
Password
Cookie
Usernamer
Password
You are getting a 400 BAD REQUEST status code on your PUT API call. What is the reason this is occurring?
There is a typo in the JSON Body
There is a typo in the URL path
You are using HTTP instead of HTTPS
There is a typo in the host name
There is a typo in the JSON Body
What does the RESTCONF protocol use for configuring data defined in YANG, using the datastore concepts defined in the NETCONF protocol?
SSL
WebSockets
HTTP
SSH
HTTP
Which of these Cisco SDKs work with ACI?
Incorrect answer
UCS
Instant Connect
IMC
Cobra
Cobra
What are some benefits provided by the Python-based webexteamssdk? (Choose two.)
This SDK is better supported than the Webex Teams APIs.
This SDK manages requests with pagination.
This SDK provides error reporting.Correct Answer
This SDK also integrates with the Webex Devices API.
This SDK gives you access to more API calls within Webex Teams.
This SDK manages requests with pagination.
This SDK provides error reporting.Correct Answer