Cisco® 350-901 Exam Practice Questions (P. 3)
- Full Access (383 questions)
- Six months of Premium Access
- Access to one million comments
- Seamless ChatGPT Integration
- Ability to download PDF files
- Anki Flashcard files for revision
- No Captcha & No AdSense
- Advanced Exam Configuration
Question #21
DRAG DROP -

Refer to the exhibit. Drag and drop the steps from the left into the correct order of operation on the right for a successful OAuth2 three-legged authorization code grant flow.
Select and Place:


Refer to the exhibit. Drag and drop the steps from the left into the correct order of operation on the right for a successful OAuth2 three-legged authorization code grant flow.
Select and Place:

send
light_mode
delete
Question #22
A developer plans to create a new bugfix branch to fix a bug that was found on the release branch.
Which command completes the task?
Which command completes the task?
- Agit checkout -t RELEASE BUGFIX
- Bgit checkout -b RELEASE BUGFIX
- Cgit checkout -t BUGFIX RELEASE
- Dgit checkout -b BUGFIX RELEASEMost Voted
Correct Answer:
D
D
send
light_mode
delete
Question #23
Which Git command enables the developer to revert back to f414f31 commit to discard changes in the current working tree?
- Agit reset --hard f414f31Most Voted
- Bgit reset checkout --hard f414f31
- Cgit reset --soft f414f31
- Dgit checkout f414f31
Correct Answer:
A
Reference:
https://www.freecodecamp.org/news/the-ultimate-guide-to-git-reset-and-git-revert/
A
Reference:
https://www.freecodecamp.org/news/the-ultimate-guide-to-git-reset-and-git-revert/
send
light_mode
delete
Question #24

Refer to the exhibit. The presented application consists of a Nginx container and a load balancer service.
Which GitLab CI/CD configuration implements the Kubernetes deployment?
A.

B.

C.

D.

send
light_mode
delete
Question #25
An application has these characteristics:
* provide one service or function
* distributed database
* API gateway
* central repository for code
* configuration database
* uses session management
Which two design approaches contribute to the scalability of the application? (Choose two.)
* provide one service or function
* distributed database
* API gateway
* central repository for code
* configuration database
* uses session management
Which two design approaches contribute to the scalability of the application? (Choose two.)
- Asession management in a stateless architectureMost Voted
- Bmodular design iterationMost Voted
- Cdistributed computing with tightly coupled components
- Dbuilt to scale based on a star topology
- Eplanned before the first device is deployed
Correct Answer:
BC
BC
send
light_mode
delete
Question #26
How is AppDynamics used to instrument an application?
- AEnables instrumenting a backend web server for packet installation by using an AppDynamics agent.
- BRetrieves a significant amount of information from the perspective of the database server by using application monitoring.
- CProvides visibility into the transaction logs that can be correlated to specific business transaction requests.Most Voted
- DMonitors traffic flows by using an AppDynamics agent installed on a network infrastructure device.
Correct Answer:
D
D
send
light_mode
delete
Question #27

Refer to the exhibit. Which action will complete the workflow that represents how an API call sends multiple messages?
- A{PUT} messages(roomID)
- B{PUT} messages(BearerToken)
- C{POST} messages(roomID)
- D{POST} messages(BearerToken)Most Voted
Correct Answer:
B
B
send
light_mode
delete
Question #28
DRAG DROP -
Drag and drop the application requirement on the left onto the database type that should be selected for the requirement on the right.
Select and Place:

Drag and drop the application requirement on the left onto the database type that should be selected for the requirement on the right.
Select and Place:

send
light_mode
delete
Question #29

Refer to the exhibit. Which command resolves the merge conflict by removing the previous commit from the commit history?
A.

B.

C.

D.

send
light_mode
delete
Question #30
What is the function of dependency management?
- Aseparating code into modules that execute independently
- Butilizing a single programming language/framework for each code project
- Cautomating the identification and resolution of code dependenciesMost Voted
- Dmanaging and enforcing unique software version names or numbers
Correct Answer:
A
A
send
light_mode
delete
All Pages