exam questions

Exam NSE7_PBC-6.4 All Questions

View all questions & answers for the NSE7_PBC-6.4 exam

Exam NSE7_PBC-6.4 topic 1 question 23 discussion

Actual exam question from Fortinet's NSE7_PBC-6.4
Question #: 23
Topic #: 1
[All NSE7_PBC-6.4 Questions]


Refer to the exhibit. The exhibit shows a topology where multiple connections from clients to the same FortiGate-VM instance, regardless of the protocol being used, are required.
Which two statements are correct? (Choose two.)

  • A. The design shows an active-active FortiGate-VM architecture.
  • B. The Cloud Load Balancer Session Affinity setting should be changed to CLIENT_IP.
  • C. The design shows an active-passive FortiGate-VM architecture.
  • D. The Cloud Load Balancer Session Affinity setting should use the default value.
Show Suggested Answer Hide Answer
Suggested Answer: AB 🗳️

Comments

Chosen Answer:
This is a voting comment (?). It is better to Upvote an existing comment if you don't have anything to add.
Switch to a voting comment New
charruco
2 years, 4 months ago
Selected Answer: AB
AB are correct https://github.com/fortinet/fortigate-autoscale-gcp/blob/main/network.tf session_affinity = "CLIENT_IP"
upvoted 1 times
...
mordechayd
2 years, 8 months ago
Selected Answer: AB
A - we using A-A architecture with GCP NLB B to ensure that the same client always reach the same machine regardless the protocol we must configure a session affinity that route the same source IP to the same instance as we can see in the TF deployment file https://github.com/fortinet/fortigate-autoscale-gcp/blob/main/network.tf "### Target Pools ### resource "google_compute_target_pool" "default" { name = "${var.cluster_name}-instancepool-${random_string.random_name_post.result}" session_affinity = "CLIENT_IP" health_checks = [ "${google_compute_http_health_check.default.name}", ] } "
upvoted 2 times
...
kinge2
2 years, 9 months ago
Selected Answer: AB
https://cloud.google.com/load-balancing/docs/https#session_affinity
upvoted 1 times
...
kinge2
2 years, 9 months ago
Selected Answer: AD
As per https://cloud.google.com/load-balancing/docs/https#session_affinity
upvoted 2 times
...
Community vote distribution
A (35%)
C (25%)
B (20%)
Other
Most Voted
A voting comment increases the vote count for the chosen answer by one.

Upvoting a comment with a selected answer will also increase the vote count towards that answer by one. So if you see a comment that you already agree with, you can upvote it instead of posting a new comment.

SaveCancel
Loading ...
exam
Someone Bought Contributor Access for:
SY0-701
London, 1 minute ago