FIVE ZERO NINE Practice Exam 1

FIVE ZERO NINE Practice Exam 1

Assessment

Quiz

Other

Professional Development

Hard

Created by

Yvonne Tan

FREE Resource

Student preview

quiz-placeholder

75 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

3 mins • 1 pt

Which of the following is the customer responsible for securing in an AWS cloud environment?

Operating system in a PaaS environment

Hypervisor in an IaaS environment

Tables in a managed database

Security of shared storage space

Answer explanation

For infrastructure services, AWS still secure the hypervisor, but not what a customer chooses to run on it. For platform services, AWS still secure the operating system, but not the code a customer chooses to run. For database, AWS still secure the underlying database and operating system, but not the data a customer stores within it and who they provide access to. For services like shared storage spaces (S3), AWS provides the underlying security by making sure no one can access everyone's stored data, but the customer sets the policies of who can access the data.

2.

MULTIPLE CHOICE QUESTION

3 mins • 1 pt

Media Image

Which AWS EC2 type is shown in the image?

General purpose

Memory optimized

Compute optimized

Accelerated computing

Answer explanation

EC2 instances prefixed with "R" (rS.2xlarge) means they have much more RAM than CPUs which is referred to as memory optimized.

3.

MULTIPLE CHOICE QUESTION

3 mins • 1 pt

Which part of the Azure URI below defines the resources that are manged through Azure Resources Manager?

/subscriptions/0b1f647101-1bgf0-4dda-aec3-11111111111111/resourceGroups/Network-VNET/providers/Microsoft.Network/virtualNetworks/VNET

VirtualNetworks

Subscriptions

Providers

ResourceGroups

Answer explanation

Resources in Azure are made available by a resource provider, registered to a subscription. The provider is the name of a service that supplies the resources that can be deployed and managed through Resource Manager.

4.

MULTIPLE CHOICE QUESTION

3 mins • 1 pt

What provided evidence of the email accessed by the attackers in the SolarWinds breach?

Execution evidence of the "Sparrow" tool

Azure Web Console Logs

Installation logs of the "Hawk" tool

Graph API logs

CloudTrail logs

Answer explanation

Microsoft's Graph API was used to access email leveraging either Mail.Read or Mail.ReadWrite. Graph API provides equivalent functionality to PowerShell, web console or CLI in a programmatically accessible fashion.

Some of the calls available in Graph API will be logged, in this case email monitoring was captured in the logs providing evidence of this technique.

Hawk and Sparrow are tools that allow collecting logs and auditing compromised accounts respectively.

5.

MULTIPLE CHOICE QUESTION

3 mins • 1 pt

What information is provided with the successful execution of the following command?

Get-Mailbox -Identity <MailboxIdentity> | Select-Object -ExpandPropert AuditOwner

Mailboxes restored for the account owner

Actions being logged for a mailbox

Current number of logged messages

Accounts with 'SendOnBehalf' permissions for a mailbox

Answer explanation

To see the mailbox actions that are currently being logged on user mailboxes or shared mailboxes, replace <MailboxIdentity> with the name, alias, email address, or user principal name (username) of the mailbox. The output will look like the following:

Update

MoveToDeleteItems

SoftDelete

HardDelete

UpdateFolderPermissions

UpdateInboxRules

UpdateCalendarDelegation

MailItemsAccessed

6.

MULTIPLE CHOICE QUESTION

3 mins • 1 pt

Which component in the Azure structure is defined as an organization's directory of users and their access?

Management group

Subscription

Tenant

Resource group

Answer explanation

Azure tenant is associated with a dedicated Azure Active Directory (AAD) instance which provides identity and access management. Users and subscription permissions are defined in AAD. Subscriptions organize resources, management groups organize subscriptions and resource groups organize related resources.

7.

MULTIPLE CHOICE QUESTION

3 mins • 1 pt

Which Azure binary large object type is usually used to log data from applications running on virtual machines?

Append

Page

Block

Answer explanation

Append blobs are ideal for logging data.

Page blocks are usually used to store virtual hard drives (VHD) and serve as disks for Azure Virtual Machines while Block blobs store text and binary data.

Create a free account and access millions of resources

Create resources
Host any resource
Get auto-graded reports
or continue with
Microsoft
Apple
Others
By signing up, you agree to our Terms of Service & Privacy Policy
Already have an account?