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.)

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.)A . Video upload requests should be routed to the endpoint using an intermediate hop. B. Video upload requests should be routed to the...

February 24, 2023 No Comments READ MORE +

Which Git command enables the developer to revert back to f414f31 commit to discard changes in the current working tree?

Which Git command enables the developer to revert back to f414f31 commit to discard changes in the current working tree?A . git reset-hard f414f31 B. git reset checkout-hard f414f31 C. git reset-soft f414f31 D. git checkout f414f31View AnswerAnswer: A Explanation: Reference: https://www.freecodecamp.org/news/the-ultimate-guide-to-git-reset-and-git-revert/

February 24, 2023 No Comments READ MORE +

Which two principles are included in the codebase tenet of the 12-factor app methodology? (Choose two.)

Which two principles are included in the codebase tenet of the 12-factor app methodology? (Choose two.)A . An application is always tracked in a version control system. B. There are multiple codebases per application. C. The codebase is the same across all deploys. D. There can be a many-to-one correlation...

February 24, 2023 No Comments READ MORE +

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

How should a web application be designed to work on a platform where up to 1000 requests per second can be served?A . Use algorithms like random early detection to deny excessive requests. B. Set a per-user limit (for example, 5 requests/minute/user) and deny the requests from the users who...

February 23, 2023 No Comments READ MORE +

Which connectivity method must be used?

A local data center deployment using Cisco NX-OS switches is scaling and requires automatic configuration at scale Configuration management must be set up for a Cisco NX-OS switch by using Ansible. The Ansible control server is currently located on a different subnet than the switch. The solution has these requirements...

February 23, 2023 No Comments READ MORE +

Refer to the exhibit.

Refer to the exhibit. Which RESTCONF verb changes the GigabitEthernet2 interface from 192.168.100.1/24 to 10.10.10.1/24A . POST B. PATCH C. GET D. HEADView AnswerAnswer: A

February 23, 2023 No Comments READ MORE +

Which set of API requests must be executed by a Webex Teams bot after receiving a webhook callback to process messages in a room and reply with a new message back to the same room?

Refer to the exhibit. Which set of API requests must be executed by a Webex Teams bot after receiving a webhook callback to process messages in a room and reply with a new message back to the same room? A) B) C) D) A . Option A B. Option B...

February 23, 2023 No Comments READ MORE +

In the three-legged OAuth2 process, after the authorization server presents a form to the resource owner to grant access, what is the next step?

In the three-legged OAuth2 process, after the authorization server presents a form to the resource owner to grant access, what is the next step?A . The resource owner authenticates and optionally authorizes with the authorization server. B. The user who owns the resource initiates a request to the OAuth client....

February 23, 2023 No Comments READ MORE +

Fill in the blanks to complete the Python script to enable the SSID with a name of “371767916” in the network resource “11111111” using the Meraki Dashboard API

FILL BLANK Fill in the blanks to complete the Python script to enable the SSID with a name of “371767916” in the network resource “11111111” using the Meraki Dashboard API. View AnswerAnswer:

February 23, 2023 No Comments READ MORE +

Fill in the blanks to complete the Python script to enable the SSID with a name of “371767916” in the network resource “11111111” using the Meraki Dashboard API

FILL BLANK Fill in the blanks to complete the Python script to enable the SSID with a name of “371767916” in the network resource “11111111” using the Meraki Dashboard API. View AnswerAnswer:

February 23, 2023 No Comments READ MORE +