301b Exam Question 96

-- Exhibit -

-- Exhibit --
Refer to the exhibit.
Which profile could be removed or changed on this virtual server to reduce CPU load on the LTM device without increasing server side bandwidth usage?
  • 301b Exam Question 97

    -- Exhibit- -- Exhibit -

    Refer to the exhibit.
    An LTM Specialist is troubleshooting an issue with SSL and is receiving the error shown when connecting to the virtual server. When connecting directly to the pool member, clients do NOT receive this message, and the application functions correctly. The LTM Specialist exports theappropriate certificate and key from the pool member and imports them into the LTM device. The LTM Specialist then creates the Client SSL profile and associates it with the virtual server.
    What is the issue?
  • 301b Exam Question 98

    An LTM Specialist wants to allow access to the Always On Management (AOM) from the network.
    Which two methods should the LTM Specialist use to configure the AOM interface? (Choose two.)
  • 301b Exam Question 99

    An LTM Specialist configures the following iRule on an LTM device:
    when HTTP_REQUEST {
    if {[string tolower [HTTP::uri]] contains "/URI1/" } {
    pool Pool1
    } elseif {[string tolower [HTTP::uri]] contains "/URI2/" } { pool Pool2 } elseif {[string tolower [HTTP::uri]] contains "/URI3/" } { pool Pool3 } else { pool Pool4}
    }
    Given the following request: http://www.example.comURI1/index.html?fu=bar&pass=1234
    Which pool will be selected by the iRule?
  • 301b Exam Question 100

    An LTM Specialist is troubleshooting a problem on an eCommerce website. The user browses the online store using port 80, adding items to the shopping cart. The user then clicks the "Checkout" button on the site, which redirects the user to port 443 for the checkout process. Suddenly, the user's shopping cart is shown as empty. The shopping cart data is stored in memory on the server, and the default source address persistence profile is used on both virtual servers.
    How should the LTM Specialist resolve this issue?