ExamGecko
Home Home / Cisco / 200-901

Cisco 200-901 Practice Test - Questions Answers, Page 20

Question list
Search
Search

List of questions

Search

DRAG DROP

Drag and drop the function on the left onto the type of plane that handles the function on the right.


Question 191
Correct answer: Question 191

What is a functionality of the Waterfall method as compared to the Agile method for software development?

A.

Waterfall increases agility to implement faster while Agile promotes reliability.

A.

Waterfall increases agility to implement faster while Agile promotes reliability.

Answers
B.

A phase begins after the previous phase has ended in Waterfall while Agile phases run in parallel.

B.

A phase begins after the previous phase has ended in Waterfall while Agile phases run in parallel.

Answers
C.

Customers get feedback during the process in Waterfall while they can see the result at the end in Agile.

C.

Customers get feedback during the process in Waterfall while they can see the result at the end in Agile.

Answers
D.

Requirements can be updated in Waterfall while in Agile it should be gathered in the beginning.

D.

Requirements can be updated in Waterfall while in Agile it should be gathered in the beginning.

Answers
Suggested answer: B

What is a benefit of using functions in the code for the development process?

A.

better user experience in the end product

A.

better user experience in the end product

Answers
B.

improves code performance

B.

improves code performance

Answers
C.

easier to compile the code

C.

easier to compile the code

Answers
D.

faster code development

D.

faster code development

Answers
Suggested answer: D

What is the difference between YAML and JSON data structure?

A.

YAML uses spaces; JSON uses parentheses

A.

YAML uses spaces; JSON uses parentheses

Answers
B.

YAML uses indentation; JSON uses brackets and braces

B.

YAML uses indentation; JSON uses brackets and braces

Answers
C.

YAML uses brackets and braces; JSON uses indentation

C.

YAML uses brackets and braces; JSON uses indentation

Answers
D.

YAML uses parentheses; JSON uses spaces

D.

YAML uses parentheses; JSON uses spaces

Answers
Suggested answer: A

A developer is working on a feature for a new application. The changes in the existing branch named 'feat00304' must be integrated into a single commit with the current working primary branch named 'prodapp411926287'. Which git command must be used?

A.

git rebase --merge feat00304

A.

git rebase --merge feat00304

Answers
B.

git merge --squash feat00304

B.

git merge --squash feat00304

Answers
C.

git push --rebase feat00304

C.

git push --rebase feat00304

Answers
D.

git checkout --squash feat00304

D.

git checkout --squash feat00304

Answers
Suggested answer: B

A file that already exists in a local repository is updated. Which command must be executed to ensure that the changes in the file are included in the next Git commit?

A.

git update

A.

git update

Answers
B.

git merge

B.

git merge

Answers
C.

git add

C.

git add

Answers
D.

git rebase

D.

git rebase

Answers
Suggested answer: A

Into which type of Python data structure should common data formats be parsed?

A.

sequence

A.

sequence

Answers
B.

set

B.

set

Answers
C.

dictionary

C.

dictionary

Answers
D.

list

D.

list

Answers
Suggested answer: C

Several teams at a company are developing a new CRM solution to track customer interactions with a goal of improving customer satisfaction and driving higher revenue. The proposed solution contains these components:

• MySQL database that stores data about customers

• HTML5 and JavaScript UI that runs on Apache

• REST API written in Python

What are two advantages of applying the MVC design pattern to the development of the solution? (Choose two.)

A.

to enable multiple views of the same data to be presented to different groups of users

A.

to enable multiple views of the same data to be presented to different groups of users

Answers
B.

to provide separation between the view and the model by ensuring that all logic is separated out into the controller

B.

to provide separation between the view and the model by ensuring that all logic is separated out into the controller

Answers
C.

to ensure data consistency, which requires that changes to the view are also made to the model

C.

to ensure data consistency, which requires that changes to the view are also made to the model

Answers
D.

to ensure that only one instance of the data model can be created

D.

to ensure that only one instance of the data model can be created

Answers
E.

to provide only a single view of the data to ensure consistency

E.

to provide only a single view of the data to ensure consistency

Answers
Suggested answer: B, D

Which HTTP code group is issued when a request is received successfully, understood, and processed?

A.

2xx

A.

2xx

Answers
B.

3xx

B.

3xx

Answers
C.

4xx

C.

4xx

Answers
D.

5xx

D.

5xx

Answers
Suggested answer: A

A developer creates a web application that receives a username and password and uses them to sync the credentials to other services through HTTPS. API keys to services are part of the configuration files of the application, but the credentials to the database that stores the synchronization logs are obtained through an external vault service. What is the security issue in this scenario?

A.

Communication between the application and the services is not encrypted.

A.

Communication between the application and the services is not encrypted.

Answers
B.

The database credentials should be stored in the configuration files so that they are secured on the same server.

B.

The database credentials should be stored in the configuration files so that they are secured on the same server.

Answers
C.

The API keys are stored in the configuration files but should be stored in the vault service.

C.

The API keys are stored in the configuration files but should be stored in the vault service.

Answers
D.

The synchronization logs should be encrypted and not stored in a relational database.

D.

The synchronization logs should be encrypted and not stored in a relational database.

Answers
Suggested answer: A
Total 471 questions
Go to page: of 48