ベストF5 301b学習ガイドと問題集は2023年更新 [Q77-Q97]

Share

ベストF5 301b学習ガイドと問題集は2023年更新

トップクラスF5 301b試験最先端学習ガイド!練習問題バージョン

質問 # 77
-- Exhibit -

-- Exhibit --
Refer to the exhibit.
An LTM Specialist has created a virtual server to balance connections to a pool of application servers and offload SSL decryption. Clients connect to the application at https://www.example.com/. The virtual server is configured with a clientssl profile but no serverssl profile. The application servers are listening on ports
80 and 443. Users are unable to connect to the application through the virtual server but are able to connect directly to the application server.
What is the root cause of the error?

  • A. The application servers are redirecting users to HTTPS.
  • B. The LTM device is chunking responses.
  • C. The LTM device is redirecting users to HTTPS.
  • D. The pool members are configured with the wrong port.

正解:A


質問 # 78
The LTM Specialist is writing a custom HTTP monitor for a web application and has viewed the content by accessing the site directly via their browser. The monitor continually fails. The monitor configuration is:
ltm monitor http /Common/exampleComMonitor {
defaults-from /Common/http
destination *:*
interval 5
recv "Recent Searches"
send "GET /app/feed/current\?uid=20145 HTTP/1.1\\r\\nHost: www.example.com\\r\\nAccept-EncodinG.
gzip, deflate\\r\\nConnection: close\\r\\n\\r\\n"
time-until-up 0
timeout 16
}
A trace shows the following request and response:
Request:
GET /app/feed/current?uid=20145 HTTP/1.1
Host www.example.com
Accept-Encoding gzip, deflate
Connection: close
Response:
HTTP/1.1 302 Moved Temporarily
Date Wed, 17 Oct 2012 18:45:52 GMT
Server Apache
Location https://example.com/login.jsp
Content-Encoding gzip
Content-Type text/html;charset=UTF-8
Set-CookiE. JSESSIONID=261EFFBDA8EC3036FBCC22D991AC6835; Path=/app/feed/current?uid=20145 What is the problem?

  • A. The HTTP monitor does NOT support monitoring jsp pages.
  • B. The request does NOT include a User-Agent header.
  • C. The request includes an Accept-Encoding so the server is responding with a gzipped result and LTM monitors CANNOT handle gzipped responses.
  • D. The request does NOT include any cookies and the application is expecting a session cookie.

正解:D


質問 # 79
-- Exhibit -


-- Exhibit --
Refer to the exhibits.
When observing the AVR statistics for the HTTPS_VS, an LTM Specialist realizes that HTTP status codes are NOT being recorded.
How should the LTM Specialist modify the configuration to record the HTTP status codes?

  • A. assign client SSL and server SSL profiles to the virtual server
  • B. assign a streaming profile to the virtual server
  • C. enable Collected Entities, Response Codes on the analytics profile
  • D. enable Statistics Logging Type, External on the analytics profile

正解:C


質問 # 80
An LTM Specialist needs to modify the logging level for tcpdump execution events. Checking the BigDB Key, the following is currently configured:
sys db log.tcpdump.level {
value "Notice"
}
Which command should the LTM Specialist execute on the LTM device to change the
logging level to informational?

  • A. tmsh set /sys db log.tcpdump.level status informational
  • B. tmsh set /sys db log.tcpdump.level value informational
  • C. tmsh modify /sys db log.tcpdump.level value informational
  • D. tmsh modify /sys db log.tcpdump.level status informational

正解:C


質問 # 81
The LTM device is configured for RADIUS authentication. Remote logins are failing and the LTM Specialist must verify the RADIUS configuration.
How should the LTM Specialist check the RADIUS server and shared secret configured on the LTM device?

  • A. tmsh show running-config /sys auth radius
  • B. tmsh show running-config /auth configuration
  • C. tmsh show running-config /sys auth radius-server
  • D. tmsh show running-config /auth radius

正解:D


質問 # 82
Which three HTTP headers allow an application server to determine the client's language compatibility, browser, operating system type, and compression compatibility? (Choose three.)

  • A. Accept-Language
  • B. Host
  • C. Accept-Encoding
  • D. Accept
  • E. User-Agent

正解:A、C、E


質問 # 83
-- Exhibit -


-- Exhibit --
Refer to the exhibits.
An LTM Specialist has configured a virtual server to distribute connections to a pool of application servers and to offload SSL processing. The application fails to work as expected when connecting to the virtual server. It does work when clients connect directly to the application. Two packet captures were taken at the application server.
What is the root cause of the problem?

  • A. The SSL handshake between the LTM device and the server is failing.
  • B. The application servers are NOT listening on port 80.
  • C. The LTM device is sending non-SSL traffic to an SSL port.
  • D. The virtual server does NOT have a clientSSL profile assigned.

正解:C


質問 # 84
-- 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?

  • A. tcp
  • B. http
  • C. httpcompression
  • D. optimized-caching

正解:C


質問 # 85
-- Exhibit -

-- Exhibit --
Refer to the exhibit.
Which two items can be consolidated to simplify the LTM configuration? (Choose two.)

  • A. /Common/vs5-https-redirect
  • B. /Common/vs2-https-redirect
  • C. /Common/vs4-https-redirect
  • D. /Common/vs3-https-redirect
  • E. /Common/vs1-https-redirect

正解:C、E


質問 # 86
-- Exhibit -

-- Exhibit -
Refer to the exhibit.
An LTM Specialist is investigating reports that users are unable to perform some commands through an FTP virtual server. The LTM Specialist performs a capture on the server side of the LTM device.
What is the issue with the application?

  • A. PORT command disallowed
  • B. data connection failing
  • C. LIST command disallowed
  • D. command connection failing

正解:B


質問 # 87
-- Exhibit-

-- Exhibit -
Refer to the exhibit.
A pair of LTM devices are deployed in a high-availability (HA) pair as the diagram shows. After inserting a new rule on the firewalls, the LTM devices become Standby. The rule drops alloutbound sessions to the Internet. Only inbound connections are allowed from the Internet. There are no other changes to the environment.
What triggered the LTM device failover?

  • A. HA Group
  • B. VLAN Failsafe
  • C. Auto Failback
  • D. Gateway Failsafe

正解:D


質問 # 88
An LTM Specialist is setting up a monitor for an HTTP 1.1 server. The response to a GET / is:
HTTP/1.1 302 Moved Temporarily
Location: http://www.example.com/new/location.html
Which send string settings should the LTM Specialist use to force a proper response?

  • A. GET / HTTP/1.0\r\nHost: host.domain.com\r\nConnection: Close\r\n\r\n
  • B. GET / HTTP/1.1\r\nHost: www.example.com/new/location.html\r\nConnection: Close\r\n\r\n
  • C. GET /new/location.html HTTP/1.1\r\nHost: host.domain.com/new/locations.html\r\nConnection: Close\r
    \n\r\n
  • D. GET /new/location.html HTTP/1.1\r\nHost: www.example.com\r\nConnection: Close\r\n\r\n

正解:D


質問 # 89
-- Exhibit -

-- Exhibit --
Refer to the exhibit.
A company uses a complex piece of client software that connects to one or more virtual servers (VS) hosted on an LTM device. The client software is experiencing issues. An LTM Specialist is tasked with finding the cause of the problem.
The LTM Specialist has the tcpdump extract and knows the client software has at least one connection to a VS on port 1990. However, when a tcpdump runs on the internal VLAN, there is no record of port 1990 in the tcpdump.
Why is there no record of port 1990 in the tcpdump?

  • A. The LTM device drops the connection.
  • B. The LTM device performs a Network Address Translation (NAT).
  • C. Port 1990 is a well-known port, so its use is restricted.
  • D. The LTM device performs a Port Address Translation (PAT).

正解:D


質問 # 90
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?

  • A. Enable SNAT Automap on both virtual servers.
  • B. Create a custom persistence profile and enable "Map Proxies."
  • C. Create a custom persistence profile and enable "Match Across Services."
  • D. Add an HTTP profile to both virtual servers.

正解:C


質問 # 91
When re-licensing an LTM device from the command line interface, which tmsh command should the LTM Specialist use to generate the required information to provide on the F5 licensing portal?

  • A. tmsh install /sys license registration-key
  • B. tmsh list /sys registration-key
  • C. tmsh generate /sys dossier
  • D. tmsh run /util get-dossier

正解:D


質問 # 92
An LTM Specialist has set up a custom SNMP alert.
Which command line tool should the LTM Specialist use to test the alert?

  • A. snmptest
  • B. logtest
  • C. testlog
  • D. logger

正解:D

解説:
Explanation/Reference:


質問 # 93
-- Exhibit --

-- Exhibit --
Refer to the exhibit.
A company uses a complex piece of client software that connects to one or more virtual servers (VS) hosted on an LTM device. The client software is experiencing issues. An LTM Specialist must determine the cause of the problem.
The LTM Specialist is seeing a client source IP of 168.210.232.5 in the tcpdump. However, the client source IP is actually 10.123.17.12.
Why does the IP address of 10.123.17.12 fail to appear in the tcpdump?

  • A. The Secure Network Address Translation (SNAT) pool on the virtual server is activated.
  • B. The LTM device performed NAT on the individual's IP address.
  • C. Network Address Translation (NAT) has occurred in the path between the client and the LTM device.
  • D. The individual's data stream is being routed to the LTM device by a means other than the default route.

正解:C


質問 # 94
An LTM Specialist must perform a hot fix installation from the command line.
What is the correct procedure to ensure that the installation is successful?

  • A. import the hot fix to the /var/shared/images directory check the integrity of the file with an md5 checksum tmsh install sys software hotfix <hotfix_name>.iso volume <volume_name>
  • B. import the hot fix to the /shared/images directory check the integrity of the file with an md5 checksum tmsh install sys software hotfix <hotfix_name>.iso volume <volume_name>
  • C. import the hot fix to the /var/shared/images directory check the integrity of the file with an md5 checksum tmsh apply sys software hotfix volume <volume_name> <hotfix_name>.iso
  • D. import the hot fix to the /shared/images directory check the integrity of the file with an md5 checksum tmsh apply sys software hotfix volume <volume_name> <hotfix_name>.iso

正解:B


質問 # 95
An LTM Specialist uploaded new releases .iso and .md5 files titled "BIGIP-FILENAME" via the GUI.
Which commands are run via the command line from the root directory to verify the integrity of the new .iso file?

  • A. cd /var/shared/images md5sum --check BIGIP-FILENAME.iso
  • B. cd /var/shared/images md5sum --check BIGIP-FILENAME.iso.md5
  • C. cd /shared/images md5sum --check BIGIP-FILENAME.iso
  • D. cd /shared/images md5sum --check BIGIP-FILENAME.iso.md5

正解:D


質問 # 96
-- Exhibit-

-- Exhibit -
Refer to the exhibit.
An LTM Specialist is investigating reports that users are unable to perform some commands through an FTP virtual server. The LTM Specialist performs a capture on the server side of the LTM device.
What is the issue with the application?

  • A. PORT command disallowed
  • B. data connection failing
  • C. LIST command disallowed
  • D. command connection failing

正解:B


質問 # 97
......


F5 301b認定試験は、候補者のスキルと知識の厳しいテストであり、試験に合格するには多大な準備と学習が必要です。しかし、F5 LTMスペシャリスト認定を取得することは、F5のLTMソリューションを管理および維持する上で高度な専門知識を有することを証明するため、キャリアアップを目指すITプロフェッショナルにとって貴重な資産となります。

 

有効な301b試験最新問題で2023年最新の学習ガイド:https://www.passtest.jp/F5/301b-shiken.html

301b認定で究極のガイド:https://drive.google.com/open?id=1hPAJtC4fSBLmwKBnpH2TU6gf0hmMWj8F