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