Check Point Certified Security Expert - R81.20

Here you have the best Checkpoint 156-315.81.20 practice exam questions

  • You have 191 total questions to study from
  • Each page has 5 questions, making a total of 39 pages
  • You can navigate through the pages using the buttons at the bottom
  • This questions were last updated on May 6, 2025
  • This site is not affiliated with or endorsed by Checkpoint.
Question 1 of 191

Choose the correct syntax to add a new host named “emailserver1” with IP address 10.50.23.90 using GAiA Management CLI?

    Correct Answer: A

    The correct syntax to add a new host named 'emailserver1' with IP address 10.50.23.90 using GAiA Management CLI is 'mgmt_cli add host name “emailserver1” ip-address 10.50.23.90'. This command follows the appropriate structure: 'mgmt_cli' (the management CLI command) followed by 'add host' (to indicate that a new host is being added), and then the parameters 'name' and 'ip-address' with their corresponding values.

Question 2 of 191

Which method below is NOT one of the ways to communicate using the Management API’s?

    Correct Answer: C

    Communicating using the Management APIs typically involves secure connections over HTTPS rather than HTTP. Therefore, sending API commands over an HTTP connection using web-services is not a method used for communication with Management APIs.

Question 3 of 191

Which of the following is NOT a type of Check Point API available in R80.x?

    Correct Answer: D

Question 4 of 191

What API command below creates a new host object with the name “My Host” and IP address of “192.168.0.10”?

    Correct Answer: D

    The correct command to create a new host object with the name 'My Host' and an IP address of '192.168.0.10' is to use the mgmt_cli command with the 'add host' operation, specifying the name and the IP address. This aligns with option D: 'mgmt_cli –m <mgmt ip> add host name “My Host” ip-address “192.168.0.10”'. The other options suggest syntaxes that are not standard for API commands to create a new host object.

Question 5 of 191

What command verifies that the API server is responding?

    Correct Answer: D

    To verify that the API server is responding, the command 'api status' is used. This command checks the current status of the API server and confirms whether it is running or not. The other options do not represent typical command structures for this purpose.