- (Exam Topic 2)
Into which type of Python data structure should common data formats be parsed?
Correct Answer:
C
- (Exam Topic 3)
Refer to the exhibit. Drag and drop the Dockerfile contents from the left onto the functions on the right that create a container image to run traceroute to track network path to specific targets. Not all options are used.
Solution:
Does this meet the goal?
Correct Answer:
A
- (Exam Topic 1)
Fill in the blanks to complete the Python script to update the Webex Teams membership of a room using the Python requests library import requests
Solution:
request, headers , payload
Does this meet the goal?
Correct Answer:
A
- (Exam Topic 3)
A developer pushes an application to production. The application receives a webhook over HTTPS without a secret. The webhook information contains credentials to service in cleartext. When the information is received, it is stored in the database with an SHA-256 hash. Credentials to the database are accessed at runtime through the use of a vault service. While troubleshooting, the developer sets the logging to debug to view the message from the webhook. What is the security issue in this scenario?
Correct Answer:
B
- (Exam Topic 2)
What does a load balancer distribute in a network environment?
Correct Answer:
B