Courseiva

GCDL · topic practice

Trust and security with Google Cloud practice questions

Use this page to practise Trust and security with Google Cloud questions for this certification. Focus on how the exam tests trust and security with google cloud in scenario format — understanding the why behind each answer builds more durable knowledge than memorising options.

Courseiva uses original exam-style practice questions designed for learning and revision. The goal is to understand the concepts, recognise exam patterns, and improve through explanations — not memorise copied exam dumps.

Reviewed byJohnson Ajibi· MSc IT Security
20 questionsDomain: Trust and security with Google Cloud

What the exam tests

What to know about Trust and security with Google Cloud

Trust and security with Google Cloud questions on this certification test your ability to deploy and manage trust and security with google cloud concepts in scenario-based situations.

Core Trust and security with Google Cloud concepts and how they apply in real-world cloud scenarios.

How to deploy trust and security with google cloud correctly and verify the outcome.

Troubleshooting trust and security with google cloud issues by interpreting error output and system state.

Cloud best practices and Trust and security with Google Cloud design trade-offs tested by this certification.

Watch out for

Common Trust and security with Google Cloud exam traps

  • Selecting the most expensive service when a simpler managed option meets the requirement.
  • Forgetting that cloud resources must be explicitly secured — defaults are rarely secure.
  • Choosing a global service fix when the issue is region-specific.
  • Overlooking cost implications of cross-region data transfer in architecture questions.

Practice set

Trust and security with Google Cloud questions

20 questions · select your answer, then reveal the explanation

A security audit finds that a company's application service accounts have been granted broad IAM roles (e.g., Storage Admin on the entire project) when they only need to read specific Cloud Storage buckets. The auditor recommends following the principle of least privilege. What is the most precise way to implement this for the Cloud Storage use case?

A small IT team needs to grant developers the ability to deploy instances in a project but not delete them. Which IAM best practice should they use?

A financial services company needs to ensure that all access to sensitive data in Cloud Storage is logged with information about the user and the reason for access. Which feature should they enable?

Which TWO actions are the customer's responsibility under the GCP shared responsibility model?

Refer to the exhibit. A security engineer applies this IAM policy. What is the effect?

Exhibit

Refer to the exhibit.
```
gcloud projects set-iam-policy my-project policy.yaml
```
policy.yaml:
```
{
  "bindings": [
    {
      "role": "roles/compute.admin",
      "members": [
        "user:admin@example.com"
      ],
      "condition": {
        "title": "workstation_ip",
        "expression": "request.host == '203.0.113.1'"
      }
    }
  ]
}
```

Refer to the exhibit. A developer receives this error when trying to create a Compute Engine instance. The developer is authenticated as a user with Project Editor role. What is the most likely cause?

Exhibit

Refer to the exhibit.
```
Error:
# gcloud compute instances create my-instance --zone us-central1-a
ERROR: (gcloud.compute.instances.create) Could not fetch resource:
 - Account 'my-service-account@project-id.iam.gserviceaccount.com' requires permission 'compute.instances.create' on project 'my-project'
```

Refer to the exhibit. A security administrator reviews this Cloud Audit Logs entry. What does this entry indicate?

Exhibit

Refer to the exhibit.
```
$ gcloud logging read "resource.type=project AND severity=ERROR" --limit 5
timestamp: 2023-10-05T10:30:00Z
protoPayload:
  methodName: "storage.objects.get"
  authenticationInfo:
    principalEmail: "user@example.com"
  resourceName: "projects/_/buckets/my-bucket/objects/secret.pdf"
```

Which TWO features are part of Cloud Data Loss Prevention (Cloud DLP)?

Which TWO of the following are best practices for securing a Google Cloud environment? (Choose two.)

A multinational corporation operates a hybrid cloud environment with on-premises data centers connected to Google Cloud via Dedicated Interconnect. The company uses Cloud Storage to store sensitive financial data and has enabled Cloud Audit Logs for admin activities. Recently, the security team noticed that an unknown actor accessed a bucket containing customer personally identifiable information (PII). The access occurred from an IP address outside the corporate network. The security team suspects that an employee's Google Cloud credentials were compromised. They need to investigate the incident thoroughly and determine the extent of the breach. The company has enabled VPC Flow Logs, but they are not sure how to correlate the audit logs with network flows. They also want to ensure that similar incidents are prevented in the future. What should the security team do first to investigate the incident?

Refer to the exhibit. The IAM policy is applied at the project level. The bucket 'sensitive-data' exists and contains objects. What is the effective access for user alice@example.com?

Exhibit

Refer to the exhibit.

{
  "bindings": [
    {
      "role": "roles/storage.objectViewer",
      "members": [
        "user:alice@example.com",
        "user:bob@example.com"
      ]
    },
    {
      "role": "roles/storage.objectAdmin",
      "members": [
        "user:carol@example.com"
      ],
      "condition": {
        "title": "restrict_to_sensitive_bucket",
        "expression": "resource.name.startsWith('projects/_/buckets/sensitive-data/objects/')"
      }
    }
  ],
  "etag": "BwW3ZJf4G7A="
}

A healthcare organization is migrating a HIPAA-covered application to Google Cloud. The application processes electronic protected health information (ePHI) and must maintain strict data residency within a specific geographic region. The organization has already signed a Business Associate Agreement (BAA) with Google Cloud. During a compliance review, the security team discovers that one of the Cloud Storage buckets containing ePHI is located in the 'US' multi-region, but the organization's data residency policy requires data to be stored only in the United States region (e.g., us-central1). The bucket was created without any enforcement of organization policies. The team also finds that several Compute Engine instances in the us-central1 zone have public IP addresses and are accessible over the internet via SSH, which could expose ePHI in transit. The security team needs to remediate these issues while minimizing downtime and without violating the BAA. Which course of action should the security team take first?

Google Cloud encrypts all customer data at rest by default without any configuration required. A customer asks: 'Do we need to do anything special to encrypt our data stored in Cloud Storage?' What is the correct answer?

A security architect wants to implement a 'never trust, always verify' security approach where no user or service is assumed to be trustworthy based on network location alone. Every access request must be authenticated and authorized regardless of whether it comes from inside or outside the corporate network. Which security model describes this approach?

A company is concerned about which security responsibilities belong to Google versus which belong to them when using Google Cloud's managed database service (Cloud SQL). In the shared responsibility model, which security tasks does Google handle?

A healthcare company needs to store patient data in Google Cloud and must comply with HIPAA (Health Insurance Portability and Accountability Act). Which statement correctly describes how Google Cloud helps them achieve HIPAA compliance?

An organization uses Google Cloud Identity and Access Management (IAM). A new employee is a data engineer who needs to read BigQuery datasets and run queries but should NOT be able to create new datasets, delete tables, or modify IAM policies. Which IAM role should be assigned?

A company wants to ensure that sensitive data (credit card numbers, SSNs) stored in BigQuery is automatically identified and protected. They also want ongoing scanning to detect if any new data violates their data governance policies. Which Google Cloud service provides these capabilities?

When data is transmitted between a user's browser and a Google Cloud-hosted web application over HTTPS, which security protection does this provide?

A company is evaluating Google Cloud and wants to know: what is Access Transparency, and how does it benefit customers with stringent governance requirements?

Free account

Track your progress over time

Create a free account to save your results and see which topics improve across sessions.

Focused Trust and security with Google Cloud sessions

Start a Trust and security with Google Cloud only practice session

Every question in these sessions is drawn from the Trust and security with Google Cloud domain — nothing else.

Related practice questions

Related GCDL topic practice pages

Move into related areas when this topic feels solid.

Frequently asked questions

What does the GCDL exam test about Trust and security with Google Cloud?
Trust and security with Google Cloud questions on this certification test your ability to deploy and manage trust and security with google cloud concepts in scenario-based situations.
How should I use these practice questions?
Select your answer before revealing the explanation. Then read why each option is right or wrong — this active recall approach builds retention far faster than re-reading notes.
Can I practise just Trust and security with Google Cloud questions in a focused session?
Yes — the session launcher on this page draws every question from the Trust and security with Google Cloud domain. Use a 10-question session first to gauge your baseline, then move to 20 or 30 once the weak spots are clear.
Where can I practise other GCDL topics?
Use the topic links above to move to related areas, or go back to the GCDL question bank to see all topics.
Are these real exam questions or dumps?
These are original practice questions written to test the same concepts the GCDL exam covers. They are not copied from any real exam or dump site.