F5 BIG-IP LTM Specialist: Maintain and Troubleshoot Free Practice Exam Questions

129 real F5 BIG-IP LTM Specialist: Maintain and Troubleshoot exam questions with answers and AI explanations. F5 certification prep — page 9 of 13.

  1. Question 95: What do the following iRule commands do when they are used in the same iRule? set hsl [HSL::open -proto UDP -pool syslog_server_pool] HSL::send $hsl "<190> [HT…
  2. Question 96: An LTM Specialist configures the following iRule on an LTM device: when HTTP_REQUEST { if {[string tolower [HTTP::uri]] contains "/URI1/" } { pool Pool1 } else…
  3. Question 97: Given the iRule: when HTTP_REQUEST { if {([HTTP::username] ne "") and ([HTTP::password] ne "") } { log local0. "client ip [IP::remote_addr] credentials provide…
  4. Question 98: A web application requires the client to provide the destination server and service identification. Which HTTP header will supply this information?
  5. Question 99: A web application is meant to log the URI of the resource that responded to the client's initial Request-URI. Which HTTP header will supply this information?
  6. Question 100: The end users of a web application need to verify that their browsers received the complete message-body from the web server. Which HTTP header will accomplish…
  7. Question 101: A web application sends information about message integrity and content life time to the client. Which two HTTP headers should be used in sending the client in…
  8. Question 102: A web developer has created a custom HTTP call to a backend application. The HTTP headers being sent by the HTTP call are: GET / HTTP/1.1 - User-Agent: MyCusto…
  9. Question 103: A client is attempting to log in to a web application that requires authentication. The following HTTP headers are sent by the client: GET /owa/ HTTP/1.1 - Aut…
  10. Question 104: An LTM Specialist is troubleshooting an HTTP monitor. The pool member is accessible directly through a browser, but the HTTP monitor is marking the pool member…