201 Practice Questions
352 real 201 exam questions with expert-verified answers and explanations. Page 1 of 8.
- Question #1
The current status of a given pool is ffline.(red). Which condition could explain that state. Assume the descriptions below include all monitorsThe current status of a given pool i...
- Question #2
You need to terminate client SSL traffic at the BIGIP and also to persist client traffic to the same pool member based on a BIG IP supplied cookie. Which four are profiles that wou...
- Question #3
A site needs to terminate client HTTPS traffic at the BIG IP and forward that traffic unencrypted. Which two are profile types that must be associated with such a virtual server. (...
- Question #4
Which three statements describe a characteristic of profiles. (Choose three.)
- Question #5
A virtual server is defined using a sourceaddress based persistence profile. The last five connections were A, B, C, A, C . Given the conditions shown in the graphic, if a client w...
- Question #6
How is persistence configured.
- Question #7
Which cookie persistence method requires the fewest configuration changes on the web servers to be implemented correctly.
- Question #8
Which statement is true concerning cookie persistence.
- Question #9
Assume a virtual server has a ServerSSL profile. What SSL certificates are required on the pool members.
- Question #10
When configuring a Virtual Server to use an iRule with an HTTP_REQUEST event, which lists required steps in a proper order to create all necessary objects.
- Question #11
Which process or system can be monitored by the BIGIP system and used as a failover trigger in a redundant pair configuration.
- Question #12
Assuming there are open connections through an active system's NAT and a fail over occurs, by default, what happens to those connections.
- Question #13
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 ad...
- Question #14
Under what condition must an appliance license be reactivated.
- Question #15
Which three methods can be used for initial access to a BIGIP system. (Choose three.)
- Question #16
What is the purpose of provisioning.
- Question #17
Which three properties can be assigned to nodes. (Choose three.)
- Question #18
Where is the loadbalancing mode specified.
- Question #19
Which statement accurately describes the difference between two load balancing modes specified as "member" and "node".
- Question #20
Which two can be a part of a virtual server's definition. (Choose two.)
- Question #21
Assume a BIGIP has no NATs or SNATs configured. Which two scenarios are possible when client traffic arrives on a BIGIP that is NOT destined to a selfIP. (Choose two.)
- Question #22
When configuring a pool member's monitor, which three association options are available. (Choose three.)
- Question #23
The current status of a given pool member is nknown. Which condition could explain that state. The current status of a given pool member is .nknown. Which condition could explain t...
- Question #24
The ICMP monitor has been assigned to all nodes. In addition, all pools have been assigned custom monitors. If a pool eb.is marked vailable. The ICMP monitor has been assigned to a...
- Question #25
Generally speaking, should the monitor templates be used as production monitors or should they be customized prior to use.
- Question #26
You have a pool of servers that need to be tested. All of the servers but one should be tested every 10 seconds, but one is slower and should only be tested every 20 seconds. How d...
- Question #27
When can a single virtual server be associated with multiple profiles.
- Question #28
A site needs a virtual server that will use an iRule to parse HTTPS traffic based on HTTP header values. Which two profile types must be associated with such a virtual server. (Cho...
- Question #29
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.
- Question #30
If a client's browser does not accept cookies, what occurs when the client connects to a virtual server using cookie persistence.
- Question #31
Which statement is true concerning cookie persistence.
- Question #32
The incoming client IP address is 195.64.45.52 and the last five connections have been sent to members A, C, E, D and B. The incoming client IP address is 195.64.45.52 and the last...
- Question #33
How is persistence configured.
- Question #34
Assume a virtual server has a ServerSSL profile. What SSL certificates are required on the BIGIP.
- Question #35
Assume a virtual server is configured with a ClientSSL profile. What would the result be if the virtual server's destination port were not 443.
- Question #36
Which statement is true concerning SSL termination.
- Question #37
A site wishes to perform source address translation on packets from some clients but not others. The determination is not based on the client's IP address, but on the virtual serve...
- Question #38
Assume a client's traffic is being processed only by a NAT; no SNAT or virtual server processing takes place. Also assume that the NAT definition specifies a NAT address and an ori...
- Question #39
A standard virtual server is defined with a pool and a SNAT using automap. All other settings for the virtual server are at defaults. When client traffic is processed by the BIGIP,...
- Question #40
Which VLANs must be enabled for a SNAT to perform as desired (translating only desired packets).
- Question #41
A BIGIP has a virtual server at 150.150.10.10:80 with SNAT automap configured. This BIGIP also has a SNAT at 150.150.10.11 set for a source address range of 200.200.1.0 / 255.255.2...
- Question #42
Which IP address will the client address be changed to when SNAT automap is specified within a Virtual Server configuration.
- Question #43
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" } { po...
- Question #44
Which statement is true concerning iRule events.
- Question #45
Which three iRule events are likely to be seen in iRules designed to select a pool for load balancing. (Choose 3)
- Question #46
Which event is always triggered when a client initially connects to a virtual server configured with an HTTP profile.
- Question #47
A virtual server is listening at 10.10.1.100:80 and has the following iRule associated with it: when HTTP_REQUEST { if {[HTTP::uri] ends_with "txt" } { pool pool1 } elseif {[HTTP::...
- Question #48
A virtual server is listening at 10.10.1.100:any and has the following iRule associated with it: when CLIENT_ACCEPTED { if {[TCP::local_port] equals 80 } { pool pool1 } elseif {[TC...
- Question #49
Which statement is true about the synchronization process, as performed by the Configuration Utility or by typing b config sync all.
- Question #50
Which statement is true concerning the default communication between a redundant pair of BIG IP devices.