350-901 Exam Question 111


Refer to the exhibit. The presented application consists of a Nginx container and a load balancer service.
Which GitLab CI/CD configuration implements the Kubernetes deployment?
  • 350-901 Exam Question 112

    The Meraki API URL https://api.meraki.com/api/v0/networks/123456789/ssids/2 has been stored in the environment variable meraki_url and the API key has been stored in meraki_api_key. Which snippet presents the API call to configure, secure and enable an SSID using the Meraki API?
    A)

    B)

    C)

    D)
  • 350-901 Exam Question 113

    Refer to the exhibit.

    A Python script has these requirements
    * Retrieve a list of Bluetooth clients seen by the access pants on a network.
    * Print the content of the response
    * Retrieve the next page only if it is available in the response headers What must be added where the code is missing to get the remaining pages by using the next link from the link response header of the last request?
    A)

    B)

    C)

    D)
  • 350-901 Exam Question 114

    Refer to the exhibit.

    Which two functions are performed by the load balancer when it handles traffic originating from the Internet destined to an application hosted on the file server farm? (Choose two.)
  • 350-901 Exam Question 115

    Drag and drop the code from the bottom onto the box where the code is missing to construct a contact tracking application that dynamically returns all the Bluetooth clients on a given Meraki network. Not all options are used.