Cisco® 350-901 Exam Practice Questions (P. 4)
- Full Access (497 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 #31
Which two types of organization are subject to GDPR? (Choose two.)
- Aonly organizations that operate outside the EU
- Bany organization that offers goods or services to customers in the EUMost Voted
- Conly organizations that have offices in countries that are part of the EU
- Dany organization that operates within the EUMost Voted
- Eonly organizations that physically reside in the EU
Correct Answer:
BD
Reference:
https://www.cisco.com/c/en/us/products/security/comply-with-GDPR.html
BD
Reference:
https://www.cisco.com/c/en/us/products/security/comply-with-GDPR.html
send
light_mode
delete
Question #32
What is a benefit of continuous testing?
- Aincreases the number of bugs found in production
- Benables parallel testingMost Voted
- Cremoves the requirement for test environments
- Ddecreases the frequency of code check-ins
Correct Answer:
B
B
send
light_mode
delete
Question #33
What is a characteristic of a monolithic architecture?
- AIt is an application with multiple independent parts.
- BNew capabilities are deployed by restarting a component of the application.
- CA service failure can bring down the whole application.Most Voted
- DThe components are platform-agnostic.
Correct Answer:
C
Reference:
https://medium.com/koderlabs/introduction-to-monolithic-architecture-and-microservices-architecture-b211a5955c63
C
Reference:
https://medium.com/koderlabs/introduction-to-monolithic-architecture-and-microservices-architecture-b211a5955c63
send
light_mode
delete
Question #34
What are two principles according to the build, release, run principle of the twelve-factor app methodology? (Choose two.)
- ACode changes are able to be made at runtime.
- BSeparation between the build, release, and run phases.Most Voted
- CReleases should have a unique identifier.Most Voted
- DExisting releases are able to be mutated after creation.
- ERelease stage is responsible for compilation of assets and binaries.
Correct Answer:
BC
Reference:
https://www.bmc.com/blogs/twelve-factor-app/
BC
Reference:
https://www.bmc.com/blogs/twelve-factor-app/
send
light_mode
delete
Question #35
What is a well-defined concept for GDPR compliance?
- AData controllers must confirm to data subjects as to whether, where, and why personal data is being processed.Most Voted
- BPersonal data that was collected before the compliance standards were set do not need to be protected.
- CCompliance standards apply to organizations that have a physical presence in Europe.
- DRecords that are relevant to an existing contract agreement can be retained as long as the contract is in effect.
Correct Answer:
A
A
send
light_mode
delete
Question #36
Given an application that implements a basic search function as well as a video upload function, which two load-balancing approaches optimize the application's user experience? (Choose two.)
- AVideo upload requests should be routed to the endpoint using an intermediate hop.
- BSearch requests should be routed to the endpoint with lowest round-trip latency.Most Voted
- CVideo upload requests should be routed to the endpoint with lowest round-trip latency.
- DVideo upload requests should be routed to the endpoint with highest data throughput.Most Voted
- ESearch requests should be routed to the endpoint with highest data throughput.
Correct Answer:
CE
CE
send
light_mode
delete
Question #37
A developer is working on a bug fix. The existing branch named 'bugfix05328' needs to be merged with the current working primary branch named
'prim404880077'. All changes must be integrated into a single commit instead of preserving them as individual commits. Which git command must be used?
'prim404880077'. All changes must be integrated into a single commit instead of preserving them as individual commits. Which git command must be used?
- Agit checkout ג€" ג€"squash bugfix05328
- Bgit merge ג€" ג€"squash bugfix05328Most Voted
- Cgit rebase ג€" ג€"merge bugfix05328
- Dgit push ג€" ג€"rebase bugfix05328
Correct Answer:
B
B
send
light_mode
delete
Question #38
[1]
needs to be removed so that the commit is performed and branches merged. Which git command must be used to unstage the file?
[1]
[1]
[1]
[1]
needs to be removed so that the commit is performed and branches merged. Which git command must be used to unstage the file?
[1]
[1]
[1]
[1]
send
light_mode
delete
Question #39
A developer has completed the implementation of a REST API, but when it is executed, it returns a 401 error message.
What must be done on the API to resolve the issue?
What must be done on the API to resolve the issue?
- AAccess permission to the resource must be granted, before the request.
- BConfigure new valid credentials.Most Voted
- CThe requested API endpoint does not exist, and the request URL must be changed.
- DAdditional permission must be granted before the request can submitted.
Correct Answer:
D
D
send
light_mode
delete
Question #40

Refer to the exhibit. Many faults have occurred in the ACI environment and a sample of them needs to be examined.
Which API call retrieves faults 31 through 45?
- AGET https://apic-ip-address/api/class/faultInfo.json\?order-by=faultInst.severity|desc&page=1&page-size=15
- BGET https://apic-ip-address/api/class/faultInfo.json\?order-by=faultInst.severity|desc&page=2&page-size=15Most Voted
- CGET https://apic-ip-address/api/class/faultInfo.json\?order-by=faultInst.severity|desc&page-size=30
- DGET https://apic-ip-address/api/class/faultInfo.json\?order-by=faultInst.severity|desc&page=2&page-size=30
Correct Answer:
B
B
send
light_mode
delete
All Pages