🔍

PCA — questions

Page 11 of 17 · 337 total questions.

Topic 1 · Question 201

You are managing a few hundred Ubuntu and Red Hat Enterprise Linux virtual machines running on Google Compute Engine (GCE). You need to patch the operating systems for those VMs periodically in a secure and scalable way. What should you do?

  • ACreate a Cloud Scheduler job to run a Bash script that securely connects to each VM and applies the patches.
  • BConfigure Config Sync, and install the Ops Agent on each VM. Schedule a patch job to apply patches on each VM.
  • CSchedule a Cloud Build job, and use Cloud Deploy to run a patch job that applies patches on each VM.
  • DSet up VM Manager, and install the OS Config agent on each VM. Schedule a patch job to apply patches on each VM. (correct answer)
Reveal answer & explanation
Correct answer: D

The correct answer is D. Option D: Set up VM Manager, and install the OS Config agent on each VM. Schedule a patch job to apply patches on each VM.

Topic 1 · Question 202

Your company uses Salesforce for customer relationship management (CRM). ServiceNow for IT service management, and a Cloud SQL database to store customer transaction data You need to seamlessly connect, map. and transform data between these systems to ensure data consistency and enable real-time reporting. You want to follow Google-recommended practices. What should you do?

  • ALeverage Workflows to connect the services and transform the data.
  • BLeverage Application Integration to connect the services and transform the data. (correct answer)
  • CLeverage Pub/Sub and BigQuery to connect the services and transform the data.
  • DLeverage Pub/Sub and Datastream to connect the services and transform the data.
Reveal answer & explanation
Correct answer: B

The correct answer is B. Option B: Leverage Application Integration to connect the services and transform the data. This option meets the real-time / low-latency performance requirement.

Topic 1 · Question 203 · Select all that apply

You are designing the architecture for a global social media site on Google Cloud. The site serves dynamic API content, static assets such as CSS. JS. images, and user-uploaded videos for streaming. You need to minimize latency for all content types for users worldwide. What should you do? (Choose two.)

  • AUse an external Application Load Balancer to serve your application APIs. (correct answer)
  • BUse Cloud CDN to serve static assets of your application. (correct answer)
  • CUse Media CDN to serve static assets of your application
  • DUse Memorystore to serve your web application.
  • EUse a multi-region Cloud Storage bucket to serve your entire web application.
Reveal answer & explanation
Correct answer: A, B

The correct answer is A, B. Option A: Use an external Application Load Balancer to serve your application APIs. Option B: Use Cloud CDN to serve static assets of your application.

Explanation

Cloud CDN caches content at Google edge locations to reduce latency and offload origins. A load balancer distributes traffic across healthy backends in multiple zones for availability and scale. This option meets the real-time / low-latency performance requirement.

Topic 1 · Question 204 · Select all that apply

You are creating a migration plan to move your organization’s infrastructure from on-premises to Google Cloud. You want to understand and manage costs effectively after the migration is complete. Which strategies should you include in the migration plan? (Choose two.)

  • AEnable Backup and DR Service.
  • BConfigure labels and tags for the resources provisioned in Google Cloud. (correct answer)
  • CCreate a Cloud Scheduler job to export billing data to Cloud SQL.
  • DCreate service alerts using Cloud Monitoring.
  • EAdopt infrastructure as code (IaC) for the cloud resources. (correct answer)
Reveal answer & explanation
Correct answer: B, E

The correct answer is B, E. Option B: Configure labels and tags for the resources provisioned in Google Cloud. Option E: Adopt infrastructure as code (IaC) for the cloud resources.

Topic 1 · Question 205

A Cloud Run service running your serverless application is unable to connect to an AlloyDB database created with default configurations. You need to troubleshoot and resolve the issue as quickly as possible. What should you do?

  • AVerify that the Cloud Run service and AlloyDB instance are in the same region.
  • BEnable Direct VPC egress for the Cloud Run service, and send traffic directly to a VPC. (correct answer)
  • CDisable the default public IP address of the AlloyDB instance, and use the private IP address in the connection string.
  • DCreate a Cloud SQL instance, and migrate the AlloyDB database to PostgreSQL on Cloud SQL.
Reveal answer & explanation
Correct answer: B

The correct answer is B. Option B: Enable Direct VPC egress for the Cloud Run service, and send traffic directly to a VPC.

Explanation

Cloud Run runs stateless containers serverlessly and scales to zero, minimizing operational overhead. A VPC provides a global, software-defined private network for your Google Cloud resources.

Topic 1 · Question 206

Your company is building containerized applications as part of their CI/CD pipeline. To improve the security and maintainability of the build process, you need to: • Identify potential vulnerabilities within your container images. • Generate verifiable metadata about the builds for auditing and compliance. • Create a comprehensive inventory of your application’s dependencies What should you do?

  • AUse Cloud Build to build container images, and then trigger Artifact Analysis on images pushed to Artifact Registry. (correct answer)
  • BUse Cloud Build to build container images, trigger Binary Authorization, and use Cloud Asset Inventory for tracking and analysis.
  • CUse Cloud Build to build container images, push the images to Artifact Registry, and use Security Command Center for tracking and analysis.
  • DUse Cloud Build to build container images, trigger Binary Authorization, and use Security Command Center for tracking and analysis.
Reveal answer & explanation
Correct answer: A

The correct answer is A. Option A: Use Cloud Build to build container images, and then trigger Artifact Analysis on images pushed to Artifact Registry.

Explanation

Cloud Build runs managed CI pipelines to build, test, and package code. Artifact Registry stores and manages container images and language packages.

Topic 1 · Question 207

Your team is running applications on a Google Kubernetes Engine (GKE) cluster with a private endpoint. You've set up a Cloud Deploy pipeline, but deployments to the GKE cluster are failing. You need to resolve the issue. What should you do?

  • AUse VPC Service Controls with Cloud Build Update the Cloud pipeline to use Cloud Build as its execution environment.
  • BCreate a Cloud Build private pool in the default VPC. Use Cloud Build to deploy the applications to the GKE cluster.
  • CCreate a Cloud Build private pool that is peered with the same VPC network as your GKE cluster. Update the Cloud Deploy pipeline to use this private pool as its execution environment. (correct answer)
  • DCreate a custom target in Cloud Deploy Update the deploy pipeline to use the custom target for the application deployment.
Reveal answer & explanation
Correct answer: C

The correct answer is C. Option C: Create a Cloud Build private pool that is peered with the same VPC network as your GKE cluster. Update the Cloud Deploy pipeline to use this private pool as its execution environment.

Explanation

Google Kubernetes Engine runs managed Kubernetes for containerized, portable workloads. A VPC provides a global, software-defined private network for your Google Cloud resources. Cloud Build runs managed CI pipelines to build, test, and package code.

Topic 1 · Question 208

You are planning to migrate your on-premises compute and SAP workloads to Google Cloud. You want to follow Google-recommended practices to quickly create a cost estimate for running these workloads in Google Cloud. What should you do?

  • ALeverage Cloud Asset Inventory to gather data and generate a cost estimate.
  • BUse the Google Cloud pricing calculator, and input the estimated resource to generate a cost estimate.
  • CEngage with a Google Cloud partner to perform a comprehensive assessment and provide a customized cost estimate.
  • DGather data about your current environment, and leverage Google Cloud Migration Center to generate a cost estimate. (correct answer)
Reveal answer & explanation
Correct answer: D

The correct answer is D. Option D: Gather data about your current environment, and leverage Google Cloud Migration Center to generate a cost estimate.

Topic 1 · Question 209

Your organization has a significant amount of log data stored in Cloud Logging. The data engineering team is accustomed to using SQL for analysis and wants the ability to create insightful dashboards for visualizing log trends and patterns. You want to follow the recommendations of the Google Cloud Well-Architected Framework to provide a solution for the data engineering team. What should you do?

  • ACreate a log sink, and export the data to BigQuery using Pub/Sub. Run queries and visualize the data with Cloud Monitoring dashboards.
  • BEnable log analytics and run queries in Cloud Monitoring. Visualize the data using Vertex AI workbench.
  • CEnable log analytics and run queries in the linked log dataset in BigQuery. Visualize the data with Looker Studio dashboards. (correct answer)
  • DCreate a log sink, and export the data to a storage bucket. Create an external table in BigQuery for the data in the bucket. Run queries and visualize the data with Cloud Monitoring dashboards.
Reveal answer & explanation
Correct answer: C

The correct answer is C. Option C: Enable log analytics and run queries in the linked log dataset in BigQuery. Visualize the data with Looker Studio dashboards.

Explanation

BigQuery is a serverless, petabyte-scale data warehouse for fast SQL analytics with no infrastructure to manage. Looker provides governed business intelligence, dashboards, and data modeling.

Topic 1 · Question 210

You are designing the storage architecture for a financial analytics platform. The platform ingests and stores terabytes of transactional data daily, which is used for both real-time fraud detection and long-term historical analysis. Transaction data from the last 30 days must be accessible with very low latency for the fraud detection engine. Data older than 30 days is accessed infrequently for quarterly reports, where retrieval times of a few seconds are acceptable. All data must be retained for five years to meet compliance regulations. You need to design a solution as cost-effective as possible. What should you do?

  • AStore all transaction data in a Cloud Storage bucket using the Standard storage class for the entire five-year retention period.
  • BIngest all data into BigQuery using time-partitioned tables, and rely on BigQuery’s automatic long-term storage pricing for data older than 90 days.
  • CConfigure a Cloud Storage bucket with an Object Lifecycle Management policy to transition data from the Standard class to the Archive class after 30 days.
  • DConfigure a Cloud Storage bucket with an Object Lifecycle Management policy to transition data from the Standard class to the Coldline class after 30 days. (correct answer)
Reveal answer & explanation
Correct answer: D

The correct answer is D. Option D: Configure a Cloud Storage bucket with an Object Lifecycle Management policy to transition data from the Standard class to the Coldline class after 30 days.

Explanation

Cloud Storage provides durable, scalable object storage that is fully managed. This option delivers the requirement at the lowest cost.

Topic 1 · Question 211

You are architecting a new application feature for a healthcare provider based in Qatar. The feature needs to summarize sensitive patient notes that are submitted by clinicians. A critical requirement is that the content of these patient notes must never be processed outside of Qatar's borders. You want to use a powerful, pre-trained generative model for the summarization task while strictly adhering to the data residency constraint. What should you do?

  • AWrite application code that sends the patient notes explicitly to the Gemini API endpoint in Qatar for summarization. Protect the API by VPC-Service Controls.
  • BUse Vertex AI Model Garden to select a Gemma model. Deploy this model to a Vertex AI Endpoint within a Google Cloud region located in Qatar. (correct answer)
  • CUse the Cloud Natural Language API to analyze the text and configure it to generate a summary of the patient notes.
  • DGather a large, anonymized dataset of medical notes. Use Vertex AI Training to train a custom summarization model from scratch, deploying it in a Qatar region.
Reveal answer & explanation
Correct answer: B

The correct answer is B. Option B: Use Vertex AI Model Garden to select a Gemma model. Deploy this model to a Vertex AI Endpoint within a Google Cloud region located in Qatar.

Explanation

Vertex AI is the unified managed platform to build, train, tune, deploy, and operate ML models.

Topic 1 · Question 212

You are migrating a critical on-premises inventory management application to Google Cloud. The application is a monolith with a traditional relational database, and the immediate business goal is a rapid data center exit. The monolith is exposing an API to other business critical applications. The long-term vision is to modernize the application into globally distributed, cloud-native services to support the company’s expansion. You need to design the initial cloud architecture to ensure that future modernization causes the least possible disruption to other applications that depend on inventory data. The future modernization might require the API to change structure. What should you do?

  • AUse Service Directory to register the monolith's endpoint, allowing dependent applications to look up its address and connect directly.
  • BImplement a managed API facade with Apigee to handle all requests from dependent applications on behalf of the monolith’s backend. (correct answer)
  • CUse an internal load balancer to provide a stable IP for dependent applications to connect directly to the monolith's native API.
  • DProvide dependent applications with direct database access by creating secured SQL VIEWs on Cloud SQL for them to query.
Reveal answer & explanation
Correct answer: B

The correct answer is B. Option B: Implement a managed API facade with Apigee to handle all requests from dependent applications on behalf of the monolith’s backend.

Topic 1 · Question 213

Your organization uses separate Google Cloud projects for shared services, development, testing, and production. • The shared services project hosts your private CI/CD runners and a central Artifact Registry • The development, testing, and production projects host the GKE clusters where applications are deployed. You need to design an architecture that allows the CI/CD runners to connect to the GKE clusters and the clusters to pull images from Artifact Registry, all using private IP addresses. However, direct network traffic between the development, testing, and production environments must be strictly prohibited. What should you do?

  • ACreate a separate VPC in each of the four projects. Connect each environment's VPC to the shared services VPC through VPC Network Peering. (correct answer)
  • BExpose the resources in the shared services project using an external load balancer. Implement a firewall rule to limit access.
  • CCreate a separate VPC in each project. Use VPC Network Peering to create a full mesh, connecting every VPC directly to every other VPC.
  • DConfigure the shared services project as a Shared VPC host. Create a single VPC in this host project and attach the environment projects as service projects.
Reveal answer & explanation
Correct answer: A

The correct answer is A. Option A: Create a separate VPC in each of the four projects. Connect each environment's VPC to the shared services VPC through VPC Network Peering.

Explanation

A VPC provides a global, software-defined private network for your Google Cloud resources.

Topic 1 · Question 214

You are designing the network architecture for a public-facing, containerized web application deployed on Cloud Run. All incoming traffic must be inspected by a Cloud Armor web application firewall (WAF) before reaching the application You plan to use an Application Load Balancer, which will have the Cloud Armor policy attached. You must ensure that all public requests pass through the load balancer and any attempt to access the Cloud Run service directly through its default *.run.app URL is blocked. What should you do?

  • AEnable Identity-Aware Proxy (IAP) directly on the Cloud Run service to intercept and validate all incoming requests
  • BCreate a DNS entry to route traffic to Cloud Armor. Configure Cloud Armor to deny traffic from unknown IP addresses
  • CSet the Cloud Run ingress to Allow internal traffic and Cloud Load Balancing, and use a serverless NEG backend on the load balancer (correct answer)
  • DConfigure a VPC firewall rule with a high priority to deny all traffic that does not originate from the load balancer
Reveal answer & explanation
Correct answer: C

The correct answer is C. Option C: Set the Cloud Run ingress to Allow internal traffic and Cloud Load Balancing, and use a serverless NEG backend on the load balancer

Explanation

Cloud Run runs stateless containers serverlessly and scales to zero, minimizing operational overhead. Cloud Load Balancing distributes traffic across regions and backends for availability and scale. A load balancer distributes traffic across healthy backends in multiple zones for availability and scale.

Topic 1 · Question 215

To improve governance and security, your organization has structured the Google Cloud environment using folders for different business units. Each business unit folder has subfolders for development, staging, and production environments, which must comply with internal security controls: • Production workloads must be protected from direct internet ingress by default unless explicitly tagged. • The application must be accessible to customers over HTTPS. You need to design a scalable and enforceable model that blocks internet ingress traffic to the production folders while selectively allowing direct HTTPS traffic to the necessary virtual machines. You must also ensure that individual project teams cannot overwrite these controls once they are implemented for all current and future production projects. What should you do?

  • AAt each production folder, apply a hierarchical firewall policy to deny all ingress except for HTTPS to tagged VMs. (correct answer)
  • BMandate the application teams to deploy a Terraform module to create VPC firewall rules in each project that deny ingress and allow HTTPS.
  • CAt the organization root, apply a hierarchical firewall policy to deny all ingress except for HTTPS to tagged VMs.
  • DAt each production folder, use an organization policy to block all external IPs and require teams to use external HTTPS load balancers.
Reveal answer & explanation
Correct answer: A

The correct answer is A. Option A: At each production folder, apply a hierarchical firewall policy to deny all ingress except for HTTPS to tagged VMs.

Topic 1 · Question 216

You are designing a new insurance claims processing application that will be deployed on Google Kubernetes Engine (GKE) Your company’s compliance team requires a complete and non-repudiable audit trail for all administrative actions from day one. Your application must capture who deploys a new container image, who modifies the GKE cluster's configuration, and who interacts with running pods or Kubernetes secrets using kubectl. What should you do?

  • AEnable Binary Authorization on the GKE cluster, and create a policy that requires all deployed container images to be signed by a trusted attestor.
  • BDeploy a DaemonSet to every node in the GKE cluster that runs a logging agent to collect and forward all container logs to Cloud Logging.
  • CEnable GKE Audit Logging to send Kubernetes API server logs to Cloud Logging, and ensure Cloud Audit Logs are enabled for the project. (correct answer)
  • DActivate the Security Command Center Premium tier to analyze GKE logs and detect threats, vulnerabilities, and misconfigurations in real time.
Reveal answer & explanation
Correct answer: C

The correct answer is C. Option C: Enable GKE Audit Logging to send Kubernetes API server logs to Cloud Logging, and ensure Cloud Audit Logs are enabled for the project.

Explanation

Google Kubernetes Engine runs managed Kubernetes for containerized, portable workloads. Cloud Audit Logs record administrative and data-access activity for auditing and governance. Cloud Logging centralizes, stores, and analyzes logs across services.

Topic 1 · Question 217

Your product team is building a critical, customer-facing application on Google Cloud. The development team wants to use Spanner for their database to take advantage of its horizontal scalability and low operational overhead However, the FinOps team is concerned about the direct monthly cost of Spanner and proposed using a self-managed PostgreSQL database on Compute Engine VMs instead. You need to resolve this conflict and ensure the project moves forward with an architecturally sound database choice that balances technical requirements with financial constraints. What should you do?

  • AProvide the development team with a reference architecture for deploying a highly available PostgreSQL cluster on a regional managed instance group (MIG).
  • BSuggest using Cloud SQL for PostgreSQL as a compromise to get a managed service at a lower cost than Spanner.
  • CDevelop a total cost of ownership (TCO) analysis that includes operational overhead, and present it in a workshop to facilitate a decision. (correct answer)
  • DCite the reliability and performance optimization pillars of the Google Cloud Well-Architected Framework to formally justify the use of Spanner.
Reveal answer & explanation
Correct answer: C

The correct answer is C. Option C: Develop a total cost of ownership (TCO) analysis that includes operational overhead, and present it in a workshop to facilitate a decision.

Topic 1 · Question 218

You are deploying a critical application with a stateless, containerized frontend on Cloud Run and a Cloud SQL for PostgreSQL backend. The application experiences unpredictable traffic spikes, and the business requires the ability to immediately roll back a failed deployment to the last known good state. You need to apply a deployment strategy that aligns with Site Reliability Engineering (SRE) principles for both the application code and the database schema updates, while meeting the business's requirements. What should you do?

  • APackage the database schema migration script within the container to be executed on every container startup before the application process begins.
  • BConfigure the CI/CD pipeline to use the :latest container tag for deployments, with database schema changes applied manually as needed.
  • CSeparate CI/CD pipelines for database schema migrations from application deployments. When deploying a new Cloud Run revision, use gradual traffic split. (correct answer)
  • DUse a single CI/CD pipeline that first applies database schema changes and then deploys the new Cloud Run revision.
Reveal answer & explanation
Correct answer: C

The correct answer is C. Option C: Separate CI/CD pipelines for database schema migrations from application deployments. When deploying a new Cloud Run revision, use gradual traffic split.

Explanation

Cloud Run runs stateless containers serverlessly and scales to zero, minimizing operational overhead. This option decouples the components so they scale independently and absorb load spikes.

Topic 1 · Question 219

Company Overview - Altostrat is a prominent player in the media industry, with an extensive collection of audio and video content that comprises podcasts, interviews, news broadcasts, and documentaries. Their success in delivering premium content to a diverse audience requires a content management system that can keep pace with the dynamic media landscape. Solution Concept - Altostrat seeks to modernize its content management and user engagement strategies using Google Cloud's generative AI. They want a platform that empowers customers with personalized recommendations, natural language interactions and seamless self-service support. Simultaneously, they want to drive revenue growth through dynamic pricing targeted marketing, and personalized product suggestions. The seamless integration of AI-powered tools into the existing Google Cloud environment will enable Altostrat to efficiently manage their vast media library, enhance user experiences, and unlock new revenue streams. Google Cloud's generative AI will solidify their leadership in the media industry. Existing Technical Environment - Altostrat’s content management and delivery platform leverages GKE for scalability and high availability, essential for handling their vast media library. Their extensive media library spanning various documents, audio and video formats is stored in Cloud Storage. To gain valuable insights into user behavior, content consumption patterns, and audience demographics, Altostrat leverages BigQuery as their primary data warehouse. Additionally, they use Cloud Run functions for serverless execution of event-driven tasks such as video transcoding metadata extraction, and personalized content recommendations. While Altostrat has made significant strides in cloud adoption, they also maintain some legacy on-premises systems for specific workflows like content ingestion and archival. These systems are slated for modernization and migration to Google Cloud in the near future. User management and authentication are currently handled through a combination of Google Identity and third-party identity providers. For monitoring and observability, Altostrat relies on a mix of native Google Cloud tools like Cloud Monitoring and open-source solutions like Prometheus, with alerts primarily delivered via email notifications. Business Requirements - • Accelerate and enhance the reliability of operational workflows across all environments. [Google Cloud + On-premises] • Simplify infrastructure management for rapid application deployment. • Optimize cloud storage costs while maintaining high availability and scalability for media content. • Enable natural language interaction with the platform with 24/7 user support. • Automatically generate concise summaries of media content. • Extract rich metadata from media assets using NLP and computer vision. • Detect and filter inappropriate content. • Analyze media content to identify trends and extract insights. • Inform content strategy and decision making with data. Technical Requirements - • Modernize CI/CD for containerized deployments with a centralized management platform. • Secure, high-performance hybrid cloud connectivity for data ingestion. • Provide scalable, performant kubernetes environments both on-premises and in the cloud. • Optimize cloud storage costs for growing media volumes. • Design AI-powered detection of harmful content. • Ensure that AI systems are auditable and their decisions can be explained. • Leverage LLMs and conversational AI for personalized experiences and content virality. • Develop advanced chatbots with natural language understanding to provide personalized assistance. • Automated summarization for diverse media. Executive Statement - At Altostrat, we are embracing the next frontier of artificial intelligence to revolutionize our content strategy. By harnessing the power of generative AI, we will create an unparalleled user experience by empowering our audience with intelligent toots for content discovery, personalized recommendations, and seamless interaction. Reliability and cost management are our top priorities. This strategic initiative will deepen engagement, foster customer loyalty, and unlock new revenue streams through targeted marketing and tailored content offerings. We see a future where Al-driven innovation is central to our business, leading to greater success for our company and delivering exceptional value to our customers. For this question, refer to the Altostrat Media case study. Altostrat stores a large library of media content, including sensitive interviews and documentaries, in Cloud Storage. They are concerned about the confidentiality of this content and want to protect it from unauthorized access. You need to implement a Google-recommended solution that is easy to integrate and provides Altostrat with control and auditability of the encryption keys. What should you do?

  • AConfigure Cloud Storage to use server-side encryption with Google-managed encryption keys. Create a bucket policy to restrict access to only authorized Google groups and required service accounts.
  • BUse Cloud Storage default encryption at rest. Implement fine-grained access control using IAM roles and groups to restrict access to sensitive buckets
  • CImplement client-side encryption before uploading it to Cloud Storage. Store the encryption keys in a HashiCorp Vault instance deployed on Google Kubernetes Engine (GKE). Implement fine-grained access control to sensitive Cloud Storage buckets using IAM roles.
  • DUse customer-managed encryption keys (CMEK) for all Cloud Storage buckets storing sensitive media content. Implement fine-grained access control using IAM roles and groups to restrict access to sensitive buckets. (correct answer)
Reveal answer & explanation
Correct answer: D

The correct answer is D. Option D: Use customer-managed encryption keys (CMEK) for all Cloud Storage buckets storing sensitive media content. Implement fine-grained access control using IAM roles and groups to restrict access to sensitive buckets.

Explanation

Cloud Storage provides durable, scalable object storage that is fully managed. Cloud IAM grants fine-grained, least-privilege access to Google Cloud resources.

Topic 1 · Question 220

Company Overview - Altostrat is a prominent player in the media industry, with an extensive collection of audio and video content that comprises podcasts, interviews, news broadcasts, and documentaries. Their success in delivering premium content to a diverse audience requires a content management system that can keep pace with the dynamic media landscape. Solution Concept - Altostrat seeks to modernize its content management and user engagement strategies using Google Cloud's generative AI. They want a platform that empowers customers with personalized recommendations, natural language interactions and seamless self-service support. Simultaneously, they want to drive revenue growth through dynamic pricing targeted marketing, and personalized product suggestions. The seamless integration of AI-powered tools into the existing Google Cloud environment will enable Altostrat to efficiently manage their vast media library, enhance user experiences, and unlock new revenue streams. Google Cloud's generative AI will solidify their leadership in the media industry. Existing Technical Environment - Altostrat’s content management and delivery platform leverages GKE for scalability and high availability, essential for handling their vast media library. Their extensive media library spanning various documents, audio and video formats is stored in Cloud Storage. To gain valuable insights into user behavior, content consumption patterns, and audience demographics, Altostrat leverages BigQuery as their primary data warehouse. Additionally, they use Cloud Run functions for serverless execution of event-driven tasks such as video transcoding metadata extraction, and personalized content recommendations. While Altostrat has made significant strides in cloud adoption, they also maintain some legacy on-premises systems for specific workflows like content ingestion and archival. These systems are slated for modernization and migration to Google Cloud in the near future. User management and authentication are currently handled through a combination of Google Identity and third-party identity providers. For monitoring and observability, Altostrat relies on a mix of native Google Cloud tools like Cloud Monitoring and open-source solutions like Prometheus, with alerts primarily delivered via email notifications. Business Requirements - • Accelerate and enhance the reliability of operational workflows across all environments. [Google Cloud + On-premises] • Simplify infrastructure management for rapid application deployment. • Optimize cloud storage costs while maintaining high availability and scalability for media content. • Enable natural language interaction with the platform with 24/7 user support. • Automatically generate concise summaries of media content. • Extract rich metadata from media assets using NLP and computer vision. • Detect and filter inappropriate content. • Analyze media content to identify trends and extract insights. • Inform content strategy and decision making with data. Technical Requirements - • Modernize CI/CD for containerized deployments with a centralized management platform. • Secure, high-performance hybrid cloud connectivity for data ingestion. • Provide scalable, performant kubernetes environments both on-premises and in the cloud. • Optimize cloud storage costs for growing media volumes. • Design AI-powered detection of harmful content. • Ensure that AI systems are auditable and their decisions can be explained. • Leverage LLMs and conversational AI for personalized experiences and content virality. • Develop advanced chatbots with natural language understanding to provide personalized assistance. • Automated summarization for diverse media. Executive Statement - At Altostrat, we are embracing the next frontier of artificial intelligence to revolutionize our content strategy. By harnessing the power of generative AI, we will create an unparalleled user experience by empowering our audience with intelligent toots for content discovery, personalized recommendations, and seamless interaction. Reliability and cost management are our top priorities. This strategic initiative will deepen engagement, foster customer loyalty, and unlock new revenue streams through targeted marketing and tailored content offerings. We see a future where Al-driven innovation is central to our business, leading to greater success for our company and delivering exceptional value to our customers. For this question, refer to the Altostrat Media case study. Altostrat is experiencing fluctuating computational demands for its batch processing jobs. These jobs are not time-critical and can tolerate occasional interruptions. You want to optimize cloud costs and address batch processing needs. What should you do?

  • AConfigure reserved VM instances
  • BDeploy spot VM instances. (correct answer)
  • CSet up standard VM instances.
  • DUse Cloud Run functions.
Reveal answer & explanation
Correct answer: B

The correct answer is B. Option B: Deploy spot VM instances.

Explanation

Spot VMs use spare capacity at a large discount for fault-tolerant, interruptible workloads.

Showing questions 201220 of 337 · Page 11 of 17