Skip to main content

F50-531 Real Exam Questions

BIG-IP v10.x LTM Essentials V10.x

99 questions available · Page 1 of 10

Updated Exam DumpsVerified AnswersPass Guarantee

Get Complete Exam Dumps
Question 1 Single choice

Where is persistence mirroring configured?

  1. A

    It is always enabled.

  2. B

    It is part of a pool definition.

  3. C

    It is part of a profile definition.

  4. D

    It is part of a virtual server definition.

Show answer and explanation

Correct answer: C

Question 2 Single choice

A standard virtual server has been associated with a pool with multiple members.
Assuming all other settings are left at their defaults, which statement is always true concerning traffic processed by the virtual server?

  1. A

    The client IP address is unchanged between the client-side connection and the server-side connection.

  2. B

    The server IP address is unchanged between the client-side connection and the server-side connection.

  3. C

    The TCP ports used in the client-side connection are the same as the TCP ports server-side connection.

  4. D

    The IP addresses used in the client-side connection are the same as the IP addresses used in the server-side connection.

Show answer and explanation

Correct answer: A

Question 3 Multiple choice

Which two can be a part of a virtual server's definition? (Choose two.)

  1. A

    rule(s)

  2. B

    pool(s)

  3. C

    monitor(s)

  4. D

    node address(es)

  5. E

    load-balancing method(s)

Show answer and explanation

Correct answers: A, B

Question 4 Single choice

Which statement is true concerning cookie persistence?

  1. A

    Cookie persistence allows persistence independent of IP addresses.

  2. B

    Cookie persistence allows persistence even if the data are encrypted from client to pool member.

  3. C

    Cookie persistence uses a cookie that stores the virtual server, pool name, and member IP address in clear text.

  4. D

    If a client's browser accepts cookies, cookie persistence will always cause a cookie to be written to the
    client's file system.

Show answer and explanation

Correct answer: A

Question 5 Single choice

Which statement is true about the synchronization process, as performed by the Configuration Utility or by typing b config sync all?

  1. A

    The process should always be run from the standby system.

  2. B

    The process should always be run from the system with the latest configuration.

  3. C

    The two /config/bigip.conf configuration files are synchronized (made identical) each time the process is run.

  4. D

    Multiple files, including /config/bigip.conf and /config/bigip_base.conf, are synchronized (made
    identical) each time the process is run.

Show answer and explanation

Correct answer: C

Question 6 Single choice

Which statement is true concerning SSL termination?

  1. A

    A virtual server that has both ClientSSL and ServerSSL profiles can still support cookie persistence.

  2. B

    Decrypting traffic at the BIG-IP allows the use of iRules for traffic management, but increases the load on the pool member.

  3. C

    When any virtual server uses a ClientSSL profile, all SSL traffic sent to the BIG-IP is decrypted before it is forwarded to servers.

  4. D

    If a virtual server has both a ClientSSL and ServerSSL profile, the pool members have less SSL processing than if the virtual server had only a ClientSSL profile

Show answer and explanation

Correct answer: A

Question 7 Single choice

A virtual server is defined per the charts. The last five client connections were to members C, D, A, B, B.
Given the conditions shown in the above graphic, if a client with IP address 205.12.45.52 opens a connection to the virtual server, which member will be used for the connection?

  1. A

    172.16.20.1:80

  2. B

    172.16.20.2:80

  3. C

    172.16.20.3:80

  4. D

    172.16.20.4:80

  5. E

    172.16.20.5:80

Show answer and explanation

Correct answer: D

Question 8 Single choice

You have created a custom profile named TEST2. The parent profile of TEST2 is named TEST1.
If additional changes are made to TEST1, what is the effect on TEST2?

  1. A

    All changes to TEST1 are propagated to TEST2.

  2. B

    Some of the changes to TEST1 may propagate to TEST2.

  3. C

    Changes to TEST1 cannot affect TEST2 once TEST2 is saved.

  4. D

    When TEST1 is changed, the administrator is prompted and can choose whether to propagate changes to TEST2.

Show answer and explanation

Correct answer: B

Question 9 Single choice

A virtual server at 10.10.1.100:80 has the rule listed below applied. When HTTP_REQUEST { if
{[HTTP::uri] ends_with "htm" } { pool pool1 } elseif {[HTTP::uri] ends_with "xt" } { pool pool2 }
If a user
connects to http://10.10.1.100/foo.txt which pool will receive the request?

  1. A

    pool1

  2. B

    pool2

  3. C

    None. The request will be dropped.

  4. D

    Unknown. The pool cannot be determined from the information provided.

Show answer and explanation

Correct answer: B

Question 10 Multiple choice

Assume a BIG-IP has no NATs or SNATs configured.

Which two scenarios are possible when client traffic arrives on a BIG-IP that is NOT destined to a self-IP? (Choose two.)

  1. A

    If the destination of the traffic does not match a virtual server, the traffic will be discarded.

  2. B

    If the destination of the traffic does not match a virtual server, the traffic will be forwarded based on routing tables.

  3. C

    If the destination of the traffic matches a virtual server, the traffic will be processed per the virtual server definition.

  4. D

    If the destination of the traffic matches a virtual server, the traffic will be forwarded, but it cannot be load-balanced since no SNAT has been configured.

Show answer and explanation

Correct answers: A, C