Google (ACE) Exam Questions And Answers page 2
You are about to deploy a new Enterprise Resource Planning (ERP) system on Google Cloud. The application holds the full database in-memory for fast data access, and you need to configure the most appropriate resources on Google Cloud for this application. What should you do?
Provision Compute Engine instances with GPUs attached.
Provision Compute Engine instances with local SSDs attached.
Provision Compute Engine instances with M1 machine type.
Managing GCP Resources
GCP Computing Services
You are analyzing Google Cloud Platform service costs from three separate projects. You want to use this information to create service cost estimates by service type, daily and monthly, for the next six months using standard query syntax. What should you do?
Export your bill to a Cloud Storage bucket, and then import into Cloud Bigtable for analysis.
Export your bill to a Cloud Storage bucket, and then import into Google Sheets for analysis.
Export your transactions to a local file, and perform analysis with a desktop tool.
Export your bill to a BigQuery dataset, and then write time window-based SQL queries for analysis.
Managing GCP Resources
GCP Monitoring and Operations
You are asked to set up application performance monitoring on Google Cloud projects A, B, and C as a single pane of glass. You want to monitor CPU, memory, and disk. What should you do?
Enable API and then share charts from project A, B, and C.
Enable API and then give the metrics.reader role to projects A, B, and C.
Enable API and then use default dashboards to view all projects in sequence.
Enable API, create a workspace under project A, and then add projects B and C.
GCP Monitoring and Operations
You are assigned to maintain a Google Kubernetes Engine (GKE) cluster named dev that was deployed on Google Cloud. You want to manage the GKE configuration using the command line interface (CLI). You have just downloaded and installed the Cloud SDK. You want to ensure that future CLI commands by default address this specific cluster What should you do?
Use the command gcloud config set container/cluster dev.
Use the command gcloud container clusters update dev.
Create a file called gke.default in the ~/.gcloud folder that contains the cluster name.
Create a file called defaults.json in the ~/.gcloud folder that contains the cluster name.
Managing GCP Resources
You are building an application that processes data files uploaded from thousands of suppliers. Your primary goals for the application are data security and the expiration of aged data. You need to design the application to:
" Restrict access so that suppliers can access only their own data.
" Give suppliers write access to data only for 30 minutes.
" Delete data that is over 45 days old.
You have a very short development cycle, and you need to make sure that the application requires minimal maintenance. Which two strategies should you use? (Choose two.)
" Restrict access so that suppliers can access only their own data.
" Give suppliers write access to data only for 30 minutes.
" Delete data that is over 45 days old.
You have a very short development cycle, and you need to make sure that the application requires minimal maintenance. Which two strategies should you use? (Choose two.)
Build a lifecycle policy to delete Cloud Storage objects after 45 days.
Use signed URLs to allow suppliers limited time access to store their objects.
Set up an SFTP server for your application, and create a separate user for each supplier.
Build a Cloud function that triggers a timer of 45 days to delete objects that have expired.
Develop a script that loops through all Cloud Storage buckets and deletes any buckets that are older than 45 days.
Managing GCP Resources
GCP Security
You are building an application that stores relational data from users. Users across the globe will use this application. Your CTO is concerned about the scaling requirements because the size of the user base is unknown. You need to implement a database solution that can scale with your user growth with minimum configuration changes. Which storage solution should you use?
Cloud SQL
Cloud Spanner
Cloud Firestore
Cloud Datastore
GCP Computing Services
GCP Monitoring and Operations
You are building an application that will run in your data center. The application will use Google Cloud Platform (GCP) services like AutoML. You created a service account that has appropriate access to AutoML. You need to enable authentication to the APIs from your on-premises environment. What should you do?
Use service account credentials in your on-premises application.
Use gcloud to create a key file for the service account that has appropriate permissions.
Set up direct interconnect between your data center and Google Cloud Platform to enable authentication for your on-premises applications.
Go to the IAM & admin console, grant a user account permissions similar to the service account permissions, and use this user account for authentication from your data center.
Google Cloud Platform Fundamentals
GCP Security
You are building an archival solution for your data warehouse and have selected Cloud Storage to archive your data. Your users need to be able to access this archived data once a quarter for some regulatory requirements. You want to select a cost-efficient option. Which storage option should you use?
Cold Storage
Nearline Storage
Regional Storage
Multi-Regional Storage
GCP Storage Services
You are building a new version of an application hosted in an App Engine environment. You want to test the new version with 1% of users before you completely switch your application over to the new version. What should you do?
Deploy a new version of your application in Google Kubernetes Engine instead of App Engine and then use GCP Console to split traffic.
Deploy a new version of your application in a Compute Engine instance instead of App Engine and then use GCP Console to split traffic.
Deploy a new version as a separate app in App Engine. Then configure App Engine using GCP Console to split traffic between the two apps.
Deploy a new version of your application in App Engine. Then go to App Engine settings in GCP Console and split traffic between the current version and newly deployed versions accordingly.
Managing GCP Resources
You are building a pipeline to process time-series data. Which Google Cloud Platform services should you put in boxes 1,2,3, and 4?
Cloud Pub/Sub, Cloud Dataflow, Cloud Datastore, BigQuery
Firebase Messages, Cloud Pub/Sub, Cloud Spanner, BigQuery
Cloud Pub/Sub, Cloud Storage, BigQuery, Cloud Bigtable
Cloud Pub/Sub, Cloud Dataflow, Cloud Bigtable, BigQuery
Managing GCP Resources
GCP Monitoring and Operations
Comments