350-901 Developing Applications using Cisco Core Platforms & APIs

Loading demo links...

Showing 16–18 of 20 questions

Question 16 (Application Deployment and Security)

Refer to the exhibit. A developer wants to automatically deploy infrastructure for a containerized application. A .gitlab-ci.yml file must describe a pipeline that builds a container based on a supplied Dockerfile and executes an Ansible playbook on the configured container. What must be added where the code is missing to complete the script?

Table

Description automatically generated

Select an option, then click Submit answer.

  • Option A

  • Option B

  • Option C

  • Option D

Question 17 (Application Deployment and Security)

There is a requirement to securely store unique usernames and passwords. Given a valid username, it is also required to validate that the password provided is correct.

Which action accomplishes this task?

Select an option, then click Submit answer.

  • Encrypt the username, hash the password, and store these values.

  • Hash the username, hash the password, and store these values.

  • Encrypt the username, encrypt the password, and store these values.

  • Hash the username, encrypt the password, and store these values.

Question 18 (New Update)

What is an effective logging strategy according 10 the 12-factor app tenets?

Select an option, then click Submit answer.

  • Capture togs by the execution environment and route to a centralized destination

  • Tag and save togs in a local document database that has querying capabilities.

  • Back up log files in a high-availability remote cluster on the public cloud

  • Timestamp and save logs in a local time-series database that has querying capabilities