QUESTION #1

Which of the following is a list of allowed IPs to access uAdmin interface?

A. uadmin.AllowedIP
B. uadmin.BlockedIP
C. uadmin.AllowedIPs
D. uadmin.BlockedIPs


QUESTION #2

Which of the following is a list of blocked IPs from accessing uAdmin interface?

A. uadmin.AllowedIP
B. uadmin.BlockedIP
C. uadmin.AllowedIPs
D. uadmin.BlockedIPs


QUESTION #3

Which of the following is a function to check if the IP in the request is allowed in the allowed based on allowed and block strings?

A. uadmin.CheckAllowedIP
B. uadmin.ValidateIP
C. uadmin.RequestIPStatus
D. uadmin.IsAllowed


QUESTION #4

Which of the following is to allow the system to keep files uploaded even after they are changed?

A. uadmin.RetainMediaVersions
B. uadmin.KeepPublicMedia
C. uadmin.DefaultMediaFile
D. uadmin.CacheMediaSystem


QUESTION #5

Which of the following is to block access of a user if their IP changes from their original IP during login?

A. uadmin.RestrictSessionIP
B. uadmin.BlockSessionIP
C. uadmin.RestrictIPSession
D. uadmin.BlockIPSession


QUESTION #6

The allowed IP address is 192.168.24.30.

Which of the following is a list of allowed IPs to access uAdmin interface?

A. uadmin.AllowedIP = "192.168.24.30"
B. uadmin.AllowedIPs = "192.168.24.38"
C. uadmin.AllowedIP = "192.168.24.38"
D. uadmin.AllowedIPs = "192.168.24.30"


QUESTION #7

The blocked IP address is 192.168.68.80.

Which of the following is a list of blocked IPs from accessing uAdmin interface?

A. uadmin.BlockedIP = "192.168.63.80"
B. uadmin.BlockedIPs = "192.168.68.80"
C. uadmin.BlockedIPs = "192.168.63.80"
D. uadmin.BlockedIP = "192.168.68.80"


QUESTION #8

The allowed IP address is 192.168.95.38 and the blocked IP address is 192.168.59.63.

Which of the following is a function to check if the IP in the request is allowed in the allowed based on allowed and block strings?

A. uadmin.ValidateIP(r, "192.168.95.38", "192.168.59.63")
B. uadmin.ValidateIP(r, "192.168.95.38", "192.168.59.68")
C. uadmin.ValidateIP(r, "192.168.59.63", "192.168.95.38")
D. uadmin.ValidateIP(r, "192.168.59.68", "192.168.95.38")


QUESTION #9

The allowed IP address is in the range of 192.168.0.1 to 192.168.0.254.

Which of the following is a list of allowed IPs to access uAdmin interface?

A. uadmin.AllowedIP = "192.168.0.1/24"
B. uadmin.AllowedIPs = "192.168.0.1/24"
C. uuadmin.AllowedIP = "192.168.0.1/26"
D. uadmin.AllowedIPs = "192.168.0.1/26"


QUESTION #10

The blocked IP address is in the range of 192.168.12.1 to 192.168.15.254.

Which of the following is a list of blocked IPs from accessing uAdmin interface?

A. uadmin.BlockedIP = "192.168.12.1/22"
B. uadmin.BlockedIPs = "192.168.12.1/22"
C. uadmin.BlockedIP = "192.168.12.1/24"
D. uadmin.BlockedIPs = "192.168.12.1/24"


QUESTION #11

The allowed IP address is in the range of 192.168.27.1 to 192.168.27.62 and the blocked IP address is in the range of 192.168.48.1 to 192.168.51.254.

Which of the following is a function to check if the IP in the request is allowed in the allowed based on allowed and block strings?

A. uadmin.ValidateIP(r, "192.168.27.1/22", "192.168.48.1/26")
B. uadmin.ValidateIP(r, "192.168.48.1/26", "192.168.27.1/22")
C. uadmin.ValidateIP(r, "192.168.48.1/22", "192.168.27.1/26")
D. uadmin.ValidateIP(r, "192.168.27.1/26", "192.168.48.1/22")


QUESTION #12

The allowed IP address is in the range of 192.168.32.1 to 192.168.32.126 and the blocked IP address is in the range of 192.168.64.1 to 192.168.79.254.

Which of the following is a function to check if the IP in the request is allowed in the allowed based on allowed and block strings?

A. uadmin.ValidateIP(r, "192.168.32.1/20", "192.168.64.1/25")
B. uadmin.ValidateIP(r, "192.168.64.1/25", "192.168.32.1/20")
C. uadmin.ValidateIP(r, "192.168.32.1/25", "192.168.64.1/20")
D. uadmin.ValidateIP(r, "192.168.64.1/20", "192.168.32.1/25")


QUESTION #13

The allowed IP address is in the range of 192.168.64.1 to 192.168.127.254 and the blocked IP address is in the range of 192.168.40.1 to 192.168.47.254.

Which of the following is a function to check if the IP in the request is allowed in the allowed based on allowed and block strings?

A. uadmin.ValidateIP(r, "192.168.64.1/18", "192.168.40.1/21")
B. uadmin.ValidateIP(r, "192.168.64.1/21", "192.168.40.1/18")
C. uadmin.ValidateIP(r, "192.168.40.1/18", "192.168.64.1/21")
D. uadmin.ValidateIP(r, "192.168.40.1/21", "192.168.64.1/18")


QUESTION #14

The allowed IP address is in the range of 2400:0000:0000:0000:0000:0000:0000:0000 to 2400:0000:0000:0000:0000:ffff:ffff:ffff and the blocked IP address is in the range of 192.168.0.1 to 192.168.255.254.

Which of the following is a function to check if the IP in the request is allowed in the allowed based on allowed and block strings?

A. uadmin.ValidateIP(r, "192.168.0.1/16", "2400::/80")
B. uadmin.ValidateIP(r, "192.168.0.1/16", "2400::/64")
C. uadmin.ValidateIP(r, "2400::/80", "192.168.0.1/16")
D. uadmin.ValidateIP(r, "2400::/64", "192.168.0.1/16")


QUESTION #15

The allowed IP address is in the range of fe80:0000:0000:0000:0000:0000:0000:0000 to fe80:0000:0000:0000:ffff:ffff:ffff:ffff and the blocked IP address is in the range of b1cd:0000:0000:0000:0000:0000:0000:0000 to b1cd:0000:0000:0000:00ff:ffff:ffff:ffff.

Which of the following is a function to check if the IP in the request is allowed in the allowed based on allowed and block strings?

A. uadmin.ValidateIP(r, "b1cd::/72", "fe80::/64")
B. uadmin.ValidateIP(r, "fe80::/64", "b1cd::/72")
C. uadmin.ValidateIP(r, "b1cd::/64", "fe80::/72")
D. uadmin.ValidateIP(r, "fe80::/72", "b1cd::/64")