Free 350-901 Exam Braindumps

Pass your Developing Applications using Cisco Core Platforms & APIs exam with these free Questions and Answers

Page 2 of 73
QUESTION 1

A cloud native project is being worked on in which all source code and dependencies are written in Python, Ruby, and/or JavaScnpt. A change in code triggers a notification to the CI/CD tool to run the CI/CD pipeline.
Which step should be omitted from the pipeline?

  1. A. Deploy the code to one or more environments, such as staging and/or production.
  2. B. Build one of more containers that package up code and all its dependencies.
  3. C. Compile code.
  4. D. Run automated tests to validate the correctness.

Correct Answer: A

QUESTION 2

How should a web application be designed to work on a platform where up to 1000 requests per second can be served?

  1. A. Use algorithms like random early detection to deny excessive requests.
  2. B. Set a per-user limit (for example, 5 requests/minute/user) and deny the requests from the users who have reached the limit.
  3. C. Only 1000 user connections are allowed; further connections are denied so that all connected users can be served.
  4. D. All requests are saved and processed one by one so that all users can be served eventually.

Correct Answer: D

QUESTION 3

DRAG DROP
Drag and drop the characteristics from the left onto the correct data processing techniques on the right, in the context of GDPR.
Select and Place:
350-901 dumps exhibit
Solution:
350-901 dumps exhibit

Does this meet the goal?

  1. A. Yes
  2. B. No

Correct Answer: A

QUESTION 4

An application is hosted on Google Kubernetes Engine. A new JavaScript module is created to work with the existing application. Which task is mandatory to make the code ready to deploy?

  1. A. Create a Dockerfile for the code base.
  2. B. Rewrite the code in Python.
  3. C. Build a wrapper for the code to “containerize” it.
  4. D. Rebase the code from the upstream git repo.

Correct Answer: D

QUESTION 5

While developing an application following the 12-factor app methodology, which approach should be used in the application for logging?

  1. A. Write a log to a file in the application directory.
  2. B. Write a log to a file in /var/log.
  3. C. Write the logs buffered to stdout.
  4. D. Write the logs unbuffered to stdout.

Correct Answer: D

Page 2 of 73

Post your Comments and Discuss Cisco 350-901 exam with other Community members: