nerdexam
CompTIA

CV0-002 · Question #302

A cloud administrator is securing access to a VM using an IaaS cloud platform. The administrator must perform this task using an automated method, allow administrators to perform any method and expose

The correct answer is C. Java. To automate the configuration of VM access policies that grant full control to administrators, deny others, and allow read-only access to everyone else, an administrator should use Java.

Security

Question

A cloud administrator is securing access to a VM using an IaaS cloud platform. The administrator must perform this task using an automated method, allow administrators to perform any method and expose any property of the VM, deny access for everyone else, and allow only read-only access to everyone else. Given this scenario, which of the following should the administrator use to BEST meet these requirements?

Options

  • AjQuery
  • BJavaScript
  • CJava
  • DJSON

How the community answered

(32 responses)
  • A
    3% (1)
  • B
    9% (3)
  • C
    72% (23)
  • D
    16% (5)

Why each option

To automate the configuration of VM access policies that grant full control to administrators, deny others, and allow read-only access to everyone else, an administrator should use Java.

AjQuery

jQuery is a JavaScript library primarily for client-side web development and is not used for cloud resource access management automation.

BJavaScript

JavaScript, while capable for automation (e.g., Node.js), is often not the preferred enterprise-level language for cloud automation in some contexts when compared to Java's long-standing enterprise presence.

CJavaCorrect

Java, with its robust ecosystem and cloud SDKs, can be used to write programs or scripts that automate the definition and application of granular access control policies for a VM by interacting with the cloud provider's API.

DJSON

JSON is a data interchange format used to define the structure and content of policies, but it is not a programming language or an 'automated method' itself for performing the task of applying policies.

Concept tested: Cloud automation programming with Java

Source: https://learn.microsoft.com/en-us/java/azure/sdk/azure-sdk-for-java

Topics

#IAM automation#Cloud SDKs#Access control

Community Discussion

No community discussion yet for this question.

Full CV0-002 Practice