PrepAway - Latest Free Exam Questions & Answers

Which expression will meet the requirements of the busi…

Scenario: A website that provides hotel bookings lists each hotel through their membership number
on the site URL. For example, the Martello Tower member ID is 6754 and its web presence is at
http://www.hoteltestwebsite.com/hotels/6754/index.html. There are 20,000 hotels in the database
of the website. The website business owner no longer wants to display the hotel sites for hotel
numbers 1-10000, inclusive. A NetScaler Engineer must configure an appropriate responder page
to indicate that these sites are unavailable. Which expression will meet the requirements of the
business owner?

PrepAway - Latest Free Exam Questions & Answers

A.
HTTP.REQ.URL.PATH.GET(2).TYPECAST_NUM_T(DECIMAL).BETWEEN(0, 10000)

B.
HTTP.REQ.URL.AFTER_STR(“hotels”).TYPECAST_NUM_T(DECIMAL).BETWEEN(0, 10000)

C.
HTTP.REQ.URL.BEFORE_STR(“index.html”).TYPECAST_NUM_T(DECIMAL).BETWEEN(0, 10000)

D.
HTTP.REQ.URL.PATH.GET(1).TYPECAST_NUM_T(DECIMAL).GT(0) &&
HTTP.REQ.URL.PATH.GET(1).TYPECAST_NUM_T(DECIMAL).LT(10000)


Leave a Reply