FORGCF5

FORGCF5

Professional Development

27 Qs

quiz-placeholder

Similar activities

AWS DUMP1

AWS DUMP1

Professional Development

25 Qs

AWS Elastic Load Balancing and Monitoring

AWS Elastic Load Balancing and Monitoring

Professional Development

22 Qs

Test1 AWS2024

Test1 AWS2024

Professional Development

30 Qs

REVIEWER GCE LEVEL 1

REVIEWER GCE LEVEL 1

Professional Development

23 Qs

Post-Test Under Cyber Closet Project

Post-Test Under Cyber Closet Project

Professional Development

25 Qs

Tool Identification

Tool Identification

Professional Development

23 Qs

Gemini Air

Gemini Air

Professional Development

24 Qs

2da_ratake_Certificate_Salesforce

2da_ratake_Certificate_Salesforce

Professional Development

25 Qs

FORGCF5

FORGCF5

Assessment

Quiz

Other

Professional Development

Easy

Created by

shyrlyn valdez

Used 2+ times

FREE Resource

27 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which of the following components determines where packets are sent when Packet Mirroring is configured in Google Cloud?

  • Backend instances

  • Load balancer

  • Flow configuration

  • Mirror Policy

Answer explanation

Network traffic is captured from a computer service and passed to a load balancer forwarding rule, which then determines how the capture of traffic is sent to other backend services. This is very similar to how you might load-balance inbound traffic to multiple web services; however, in this case, you are balancing mirrored traffic from computer services.

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is a benefit of using Pub/Sub to export Google Cloud logs?


Messages are securely deleted if they cannot be delivered.

Logs are pushed to a third-party service via FTP.

Messages will be retained if they cannot be delivered.

It provides an RSS feed to subscribe to your logs.

Answer explanation

One of the benefits of using Pub/Sub is the ability to queue messages or retain messages for a period of time. This can be useful during outages or network issues with a third-party service where you are shipping the logs.

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Into which of the following formats does the GCP Logging Agent transform collected data so that the Google Logging API can consume it?


EVTX

YAML

JSON

ASCII

Answer explanation

The Logging Agent relies on consuming host logs from applications on the VM and transforming them into JSON data to be consumed by the Google Logging API.

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

An analyst would like to ensure that two similar log entries are not duplicates. Which of the following fields should they use to ensure they are not looking at duplicate entries?

cs_object

  • cs_user_agent

  • cs_bucket

  • s_request_id

Answer explanation

The s_request_id field is unique for each event that appears in the Usage Logs. s_request_id should be used to ensure Google Cloud has not mistakenly produced a duplicate log entry across multiple Usage Log files, which can occur.

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What are policies applied to in Google Cloud?

Group

Members

Resources

Organization

Answer explanation

A policy is made from the binding of members and roles, which are grouped into a single policy object. This is then applied to one or many resources within GCP.

Policies are not applied to members! This is one of the fundamental differences of GCP compared to AWS and Azure. You cannot query a member and determine all the permissions that a member may have. You can only query a resource to determine who has permissions for that resource; this is because the resource has the policy applied to it.

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which cloud model includes Google’s Cloud Run?

FaaS

IaaS

PaaS

SaaS

Answer explanation

In the platform-as-a-service (PaaS) compute model, the underlying operating system is already managed with an application layer sitting on top of it that you can configure. Examples are Google Kubernetes Engine (GKE) and Cloud Run.

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

In Google Cloud, how can a DFIR investigator view all the permissions of a member?

Query the resources to see all the members that can access them and their permissions

Query the member to see all their permissions

Query the member to see all the resources they could possibly have access to

Submit a request to Google

Answer explanation

To understand the permissions a member may have, you have to query resources. This can have some benefits from an investigative perspective. It means if you know a specific resource was abused, you can simply query the permissions that resource has assigned and see all the members that can access it and what their permission level is on that resource.

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?