Enhance Your Career With Available Preparation Guide for Professional-Cloud-Architect Exam [Q80-Q104]

Share

Enhance Your Career With Available Preparation Guide for Professional-Cloud-Architect Exam

Get Special Discount Offer of Professional-Cloud-Architect Certification Exam Sample Questions and Answers

NEW QUESTION 80
For this question, refer to the Helicopter Racing League (HRL) case study. HRL is looking for a cost-effective approach for storing their race data such as telemetry. They want to keep all historical records, train models using only the previous season's data, and plan for data growth in terms of volume and information collected.
You need to propose a data solution. Considering HRL business requirements and the goals expressed by CEO S. Hawke, what should you do?

  • A. Use Cloud SQL for its ability to automatically manage storage increases and compatibility with MySQL. Use separate database instances for each season.
  • B. Use Firestore for its scalable and flexible document-based database. Use collections to aggregate race data by season and event.
  • C. Use Cloud Spanner for its scalability and ability to version schemas with zero downtime. Split race data using season as a primary key.
  • D. Use BigQuery for its scalability and ability to add columns to a schema. Partition race data based on season.

Answer: D

 

NEW QUESTION 81
For this question, refer to the Helicopter Racing League (HRL) case study. Your team is in charge of creating a payment card data vault for card numbers used to bill tens of thousands of viewers, merchandise consumers, and season ticket holders. You need to implement a custom card tokenization service that meets the following requirements:
* It must provide low latency at minimal cost.
* It must be able to identify duplicate credit cards and must not store plaintext card numbers.
* It should support annual key rotation.
Which storage approach should you adopt for your tokenization service?

  • A. Store the card data in Secret Manager after running a query to identify duplicates.
  • B. Encrypt the card data with a deterministic algorithm and shard it across multiple Memorystore instances.
  • C. Use column-level encryption to store the data in Cloud SQL.
  • D. Encrypt the card data with a deterministic algorithm stored in Firestore using Datastore mode.

Answer: C

 

NEW QUESTION 82
A few days after JencoMart migrates the user credentials database to Google Cloud Platform and shuts down the old server, the new database server stops responding to SSH connections. It is still serving database requests to the application servers correctly.
What three steps should you take to diagnose the problem? Choose 3 answers.

  • A. Connect the machine to another network with very simple firewall rules and investigate
  • B. Check inbound firewall rules for the network the machine is connected to
  • C. Delete the virtual machine (VM) and disks and create a new one
  • D. Delete the instance, attach the disk to a new VM, and investigate
  • E. Print the Serial Console output for the instance for troubleshooting, activate the interactive console, and investigate
  • F. Take a snapshot of the disk and connect to a new machine to investigate

Answer: B,E,F

Explanation:
D: Handling "Unable to connect on port 22" error message
Possible causes include:
* There is no firewall rule allowing SSH access on the port. SSH access on port 22 is enabled on all Compute Engine instances by default. If you have disabled access, SSH from the Browser will not work. If you run sshd on a port other than 22, you need to enable the access to that port with a custom firewall rule.
* The firewall rule allowing SSH access is enabled, but is not configured to allow connections from GCP Console services. Source IP addresses for browser-based SSH sessions are dynamically allocated by GCP Console and can vary from session to session.
F: Handling "Could not connect, retrying..." error
You can verify that the daemon is running by navigating to the serial console output page and looking for output lines prefixed with the accounts-from-metadata: string. If you are using a standard image but you do not see these output prefixes in the serial console output, the daemon might be stopped. Reboot the instance to restart the daemon.
Reference:
https://cloud.google.com/compute/docs/ssh-in-browser
https://cloud.google.com/compute/docs/ssh-in-browser

 

NEW QUESTION 83
During a high traffic portion of the day, one of your relational databases crashes, but the replica is never promoted to a master. You want to avoid this in the future. What should you do?

  • A. Implement routinely scheduled failovers of your databases.
  • B. Choose larger instances for your database.
  • C. Use a different database.
  • D. Create snapshots of your database more regularly.

Answer: A

Explanation:
https://cloud.google.com/solutions/disaster-recovery-cookbook

 

NEW QUESTION 84
One of the developers on your team deployed their application in Google Container Engine with the Dockerfile below. They report that their application deployments are taking too long.

You want to optimize this Dockerfile for faster deployment times without adversely affecting the app's functionality.
Which two actions should you take? Choose 2 answers.

  • A. Copy the source after the package dependencies (Python and pip) are installed.
  • B. Remove dependencies from requirements.txt.
  • C. Remove Python after running pip.
  • D. Use larger machine types for your Google Container Engine node pools.
  • E. Use a slimmed-down base image like Alpine linux.

Answer: A,E

Explanation:
Explanation
The speed of deployment can be changed by limiting the size of the uploaded app, limiting the complexity of the build necessary in the Dockerfile, if present, and by ensuring a fast and reliable internet connection.
Note: Alpine Linux is built around musl libc and busybox. This makes it smaller and more resource efficient than traditional GNU/Linux distributions. A container requires no more than 8 MB and a minimal installation to disk requires around 130 MB of storage. Not only do you get a fully-fledged Linux environment but a large selection of packages from the repository.
References: https://groups.google.com/forum/#!topic/google-appengine/hZMEkmmObDU
https://www.alpinelinux.org/about/

 

NEW QUESTION 85
Case Study: 4 - Dress4Win case study
Company Overview
Dress4win is a web-based company that helps their users organize and manage their personal wardrobe using a website and mobile application. The company also cultivates an active social network that connects their users with designers and retailers. They monetize their services through advertising, e-commerce, referrals, and a freemium app model.
Company Background
Dress4win's application has grown from a few servers in the founder's garage to several hundred servers and appliances in a colocated data center. However, the capacity of their infrastructure is now insufficient for the application's rapid growth. Because of this growth and the company's desire to innovate faster, Dress4win is committing to a full migration to a public cloud.
Solution Concept
For the first phase of their migration to the cloud, Dress4win is considering moving their development and test environments. They are also considering building a disaster recovery site, because their current infrastructure is at a single location. They are not sure which components of their architecture they can migrate as is and which components they need to change before migrating them.
Existing Technical Environment
The Dress4win application is served out of a single data center location.
Databases:
MySQL - user data, inventory, static data
* Redis - metadata, social graph, caching
* Application servers:
Tomcat - Java micro-services
* Nginx - static content
* Apache Beam - Batch processing
* Storage appliances:
iSCSI for VM hosts
* Fiber channel SAN - MySQL databases
* NAS - image storage, logs, backups
* Apache Hadoop/Spark servers:
Data analysis
* Real-time trending calculations
* MQ servers:
Messaging
* Social notifications
* Events
* Miscellaneous servers:
Jenkins, monitoring, bastion hosts, security scanners
* Business Requirements
* Build a reliable and reproducible environment with scaled parity of production. Improve security by defining and adhering to a set of security and Identity and Access Management (IAM) best practices for cloud.
Improve business agility and speed of innovation through rapid provisioning of new resources.
Analyze and optimize architecture for performance in the cloud. Migrate fully to the cloud if all other requirements are met.
Technical Requirements
Evaluate and choose an automation framework for provisioning resources in cloud. Support failover of the production environment to cloud during an emergency. Identify production services that can migrate to cloud to save capacity.
Use managed services whenever possible.
Encrypt data on the wire and at rest.
Support multiple VPN connections between the production data center and cloud environment.
CEO Statement
Our investors are concerned about our ability to scale and contain costs with our current infrastructure. They are also concerned that a new competitor could use a public cloud platform to offset their up-front investment and freeing them to focus on developing better features.
CTO Statement
We have invested heavily in the current infrastructure, but much of the equipment is approaching the end of its useful life. We are consistently waiting weeks for new gear to be racked before we can start new projects. Our traffic patterns are highest in the mornings and weekend evenings; during other times, 80% of our capacity is sitting idle.
CFO Statement
Our capital expenditure is now exceeding our quarterly projections. Migrating to the cloud will likely cause an initial increase in spending, but we expect to fully transition before our next hardware refresh cycle. Our total cost of ownership (TCO) analysis over the next 5 years puts a cloud strategy between 30 to 50% lower than our current model.
For this question, refer to the Dress4Win case study.
Dress4Win has configured a new uptime check with Google Stackdriver for several of their legacy services. The Stackdriver dashboard is not reporting the services as healthy. What should they do?

  • A. Configure their load balancer to pass through the User-Agent HTTP header when the value matches GoogleStackdriverMonitoring-UptimeChecks (https://cloud.google.com/monitoring)
  • B. In the Cloud Platform Console download the list of the uptime servers' IP addresses and create an inbound firewall rule
  • C. Configure their legacy web servers to allow requests that contain user-Agent HTTP header when the value matches GoogleStackdriverMonitoring-- UptimeChecks (https://cloud.google.com/monitoring)
  • D. Install the Stackdriver agent on all of the legacy web servers.

Answer: C

 

NEW QUESTION 86
You need to develop procedures to verify resilience of disaster recovery for remote recovery using GCP. Your production environment is hosted on-premises. You need to establish a secure, redundant connection between your on premises network and the GCP network.
What should you do?

  • A. Verify that the Transfer Appliance can replicate files to GCP. Verify that Cloud VPN can establish a secure connection between your networks if the Transfer Appliance fails.
  • B. Verify that Dedicated Interconnect can replicate files to GCP. Verify that Cloud VPN can establish a secure connection between your networks if Dedicated Interconnect fails.
  • C. Verify that Dedicated Interconnect can replicate files to GCP. Verify that direct peering can establish a secure connection between your networks if Dedicated Interconnect fails.
  • D. Verify that the Transfer Appliance can replicate files to GCP. Verify that direct peering can establish a secure connection between your networks if the Transfer Appliance fails.

Answer: B

Explanation:
https://cloud.google.com/interconnect/docs/how-to/direct-peering

 

NEW QUESTION 87
Your company has announced that they will be outsourcing operations functions. You want to allow developers to easily stage new versions of a cloud-based application in the production environment and allow the outsourced operations team to autonomously promote staged versions to production. You want to minimize the operational overhead of the solution. Which Google Cloud product should you migrate to?

  • A. Compute Engine
  • B. Google Kubernetes Engine
  • C. GKE On-Prem
  • D. App Engine

Answer: B

Explanation:
Reference: https://cloud.google.com/security/compliance/eba-outsourcing-mapping-gcp

 

NEW QUESTION 88
Your company is migrating its on-premises data center into the cloud. As part of the migration, you want to integrate Kubernetes Engine for workload orchestration. Parts of your architecture must also be PCI DSScompliant.
Which of the following is most accurate?

  • A. Kubernetes Engine cannot be used under PCI DSS because it is considered shared hosting.
  • B. All Google Cloud services are usable because Google Cloud Platform is certified PCI-compliant.
  • C. App Engine is the only compute platform on GCP that is certified for PCI DSS hosting.
  • D. Kubernetes Engine and GCP provide the tools you need to build a PCI DSS-compliant environment.

Answer: D

Explanation:
Explanation
It is important to note that customers are still responsible for ensuring that their applications are PCI DSS compliant.

 

NEW QUESTION 89
You have an application deployed on Kubernetes Engine using a Deployment named echo- deployment. The deployment is exposed using a Service called echo-service. You need to perform an update to the application with minimal downtime to the application. What should you do?

  • A. Update the deployment yaml file with the new container image. Use kubectl delete deployment/echo-deployment and kubectl create -f <yaml-file>
  • B. Use kubectl set image deployment/echo-deployment <new-image>
  • C. Update the service yaml file which the new container image. Use kubectl delete service/ echo- service and kubectl create -f <yaml-file>
  • D. Use the rolling update functionality of the Instance Group behind the Kubernetes cluster

Answer: D

Explanation:
https://cloud.google.com/kubernetes-engine/docs/how-to/updating-apps

 

NEW QUESTION 90
Your marketing department wants to send out a promotional email campaign. The development team wants to minimize direct operation management. They project a wide range of possible customer responses, from 100 to 500,000 click-throughs per day. The link leads to a simple website that explains the promotion and collects user information and preferences. Which infrastructure should you recommend?

  • A. Use a managed instance group to serve the website and Google Cloud Bigtable to store user data.
  • B. Use a single compute Engine virtual machine (VM) to host a web server, backed by Google Cloud SQL.
  • C. Use Google App Engine to serve the website and Google Cloud Datastore to store user data.
  • D. Use a Google Container Engine cluster to serve the website and store data to persistent disk.

Answer: B

 

NEW QUESTION 91
A lead engineer wrote a custom tool that deploys virtual machines in the legacy data center. He wants to migrate the custom tool to the new cloud environment You want to advocate for the adoption of Google Cloud Deployment Manager What are two business risks of migrating to Cloud Deployment Manager? Choose 2 answers

  • A. Cloud Deployment Manager can be used to permanently delete cloud resources.
  • B. Cloud Deployment Manager requires a Google APIs service account to run.
  • C. Cloud Deployment Manager APIs could be deprecated in the future.
  • D. Cloud Deployment Manager is unfamiliar to the company's engineers.
  • E. Cloud Deployment Manager only supports automation of Google Cloud resources.
  • F. Cloud Deployment Manager uses Python.

Answer: D,E

Explanation:
https://cloud.google.com/deployment-manager/docs/deployments/deleting-deployments

 

NEW QUESTION 92
You are designing a large distributed application with 30 microservices. Each of your distributed microservices needs to connect to a database back-end. You want to store the credentials securely. Where should you store the credentials?

  • A. In a secret management system
  • B. In an environment variable
  • C. In a config file that has restricted access through ACLs
  • D. In the source code

Answer: A

Explanation:
Explanation
https://cloud.google.com/docs/authentication/production#providing_credentials_to_your_application

 

NEW QUESTION 93
You are moving an application that uses MySQL from on-premises to Google Cloud. The application will run on Compute Engine and will use Cloud SQL. You want to cut over to the Compute Engine deployment of the application with minimal downtime and no data loss to your customers. You want to migrate the application with minimal modification. You also need to determine the cutover strategy. What should you do?

  • A. 1. Set up Cloud SQL proxy and MySQL proxy.
    2. Create a mysqldump of the on-premises MySQL server.
    3. Upload the dump to a Cloud Storage bucket.
    4. Import the dump into Cloud SQL.
    5. Stop the on-premises application.
    6. Start the Compute Engine application.
  • B. 1. Set up Cloud VPN to provide private network connectivity between the Compute Engine application and the on-premises MySQL server.
    2. Stop the on-premises application.
    3. Create a mysqldump of the on-premises MySQL server.
    4. Upload the dump to a Cloud Storage bucket.
    5. Import the dump into Cloud SQL.
    6. Modify the source code of the application to write queries to both databases and read from its local database.
    7. Start the Compute Engine application.
    8. Stop the on-premises application.
  • C. 1. Stop the on-premises application.
    2. Create a mysqldump of the on-premises MySQL server.
    3. Upload the dump to a Cloud Storage bucket.
    4. Import the dump into Cloud SQL.
    5. Start the application on Compute Engine.
  • D. 1. Set up Cloud VPN to provide private network connectivity between the Compute Engine application and the on-premises MySQL server.
    2. Stop the on-premises application.
    3. Start the Compute Engine application, configured to read and write to the on-premises MySQL server.
    4. Create the replication configuration in Cloud SQL.
    5. Configure the source database server to accept connections from the Cloud SQL replica.
    6. Finalize the Cloud SQL replica configuration.
    7. When replication has been completed, stop the Compute Engine application.
    8. Promote the Cloud SQL replica to a standalone instance.
    9. Restart the Compute Engine application, configured to read and write to the Cloud SQL standalone instance.

Answer: D

 

NEW QUESTION 94
A development manager is building a new application He asks you to review his requirements and identify what cloud technologies he can use to meet them. The application must
1. Be based on open-source technology for cloud portability
2. Dynamically scale compute capacity based on demand
3. Support continuous software delivery
4. Run multiple segregated copies of the same application stack
5. Deploy application bundles using dynamic templates
6. Route network traffic to specific services based on URL
Which combination of technologies will meet all of his requirements?

  • A. Google Container Engine, Jenkins, and Helm
  • B. Google Compute Engine, Jenkins, and Cloud Load Balancing
  • C. Google Compute Engine and Cloud Deployment Manager
  • D. Google Container Engine and Cloud Load Balancing

Answer: B

Explanation:
Explanation
Jenkins is an open-source automation server that lets you flexibly orchestrate your build, test, and deployment pipelines. Kubernetes Engine is a hosted version of Kubernetes, a powerful cluster manager and orchestration system for containers.
When you need to set up a continuous delivery (CD) pipeline, deploying Jenkins on Kubernetes Engine provides important benefits over a standard VM-based deployment

 

NEW QUESTION 95
For this question refer to the TerramEarth case study.
Which of TerramEarth's legacy enterprise processes will experience significant change as a result of increased Google Cloud Platform adoption.

  • A. Capacity planning, utilization measurement, data center expansion
  • B. Capacity planning, TCO calculations, opex/capex allocation
  • C. Data Center expansion, TCO calculations, utilization measurement
  • D. Opex/capex allocation, LAN changes, capacity planning

Answer: B

Explanation:
Reference:
Capacity planning, TCO calculations, opex/capex allocation From the case study, it can conclude that Management (CXO) all concern rapid provision of resources (infrastructure) for growing as well as cost management, such as Cost optimization in Infrastructure, trade up front capital expenditures (Capex) for ongoing operating expenditures (Opex), and Total cost of ownership (TCO)
Topic 1, JencoMart Case Study
Company Overview
JencoMart is a global retailer with over 10,000 stores in 16 countries. The stores carry a range of goods, such as groceries, tires, and jewelry. One of the company's core values is excellent customer service. In addition, they recently introduced an environmental policy to reduce their carbon output by 50% over the next 5 years.
Company Background
JencoMart started as a general store in 1931, and has grown into one of the world's leading brands known for great value and customer service. Over time, the company transitioned from only physical stores to a stores and online hybrid model, with 25% of sales online. Currently, JencoMart has little presence in Asia, but considers that market key for future growth.
Solution Concept
JencoMart wants to migrate several critical applications to the cloud but has not completed a technical review to determine their suitability for the cloud and the engineering required for migration. They currently host all of these applications on infrastructure that is at its end of life and is no longer supported.
Existing Technical Environment
JencoMart hosts all of its applications in 4 data centers: 3 in North American and 1 in Europe, most applications are dual-homed.
JencoMart understands the dependencies and resource usage metrics of their on-premises architecture.
Application Customer loyalty portal
LAMP (Linux, Apache, MySQL and PHP) application served from the two JencoMart-owned U.S. data centers.
Database
* Oracle Database stores user profiles
20 TB
Complex table structure
Well maintained, clean data
Strong backup strategy
* PostgreSQL database stores user credentials
Single-homed in US West
o No redundancy
o Backed up every 12 hours
100% uptime service level agreement (SLA)
Authenticates all users
Compute
* 30 machines in US West Coast, each machine has:
o Twin, dual core CPUs
o 32GB of RAM
Twin 250 GB HDD (RAID 1)
* 20 machines in US East Coast, each machine has:
o Single dual-core CPU
o 24 GB of RAM
Twin 250 GB HDD (RAID 1)
Storage
* Access to shared 100 TB SAN in each location
* Tape backup every week
Business Requirements
* Optimize for capacity during peak periods and value during off-peak periods
* Guarantee service availably and support
* Reduce on-premises footprint and associated financial and environmental impact.
* Move to outsourcing model to avoid large upfront costs associated with infrastructure purchase
* Expand services into Asia.
Technical Requirements
* Assess key application for cloud suitability.
* Modify application for the cloud.
* Move applications to a new infrastructure.
* Leverage managed services wherever feasible
* Sunset 20% of capacity in existing data centers
* Decrease latency in Asia
CEO Statement
JencoMart will continue to develop personal relationships with our customers as more people access the web. The future of our retail business is in the global market and the connection between online and in-store experiences. As a large global company, we also have a responsibility to the environment through 'green' initiatives and polices.
CTO Statement
The challenges of operating data centers prevents focus on key technologies critical to our long-term success. Migrating our data services to a public cloud infrastructure will allow us to focus on big data and machine learning to improve our service customers.
CFO Statement
Since its founding JencoMart has invested heavily in our data services infrastructure. However, because of changing market trends, we need to outsource our infrastructure to ensure our long-term success. This model will allow us to respond to increasing customer demand during peak and reduce costs.

 

NEW QUESTION 96
You are using Cloud Shell and need to install a custom utility for use in a few weeks. Where can you store the file so it is in the default execution path and persists across sessions?

  • A. Cloud Storage
  • B. /google/scripts
  • C. ~/bin
  • D. /usr/local/bin

Answer: D

Explanation:
Reference:
https://medium.com/google-cloud/no-localhost-no-problem-using-google-cloud-shell-as-my-full-time-development-environment-22d5a1942439

 

NEW QUESTION 97
Your customer support tool logs all email and chat conversations to Cloud Bigtable for retention and analysis. What is the recommended approach for sanitizing this data of personally identifiable information or payment card information before initial storage?

  • A. De-identify the data with the Cloud Data Loss Prevention API
  • B. Use regular expressions to find and redact phone numbers, email addresses, and credit card numbers
  • C. Encrypt all data using elliptic curve cryptography
  • D. Hash all data using SHA256

Answer: A

Explanation:
Explanation/Reference: https://cloud.google.com/solutions/pci-dss-compliance-in- gcp#using_data_loss_prevention_api_to_sanitize_data

 

NEW QUESTION 98
Your company runs several databases on a single MySQL instance. They need to take backups of a specific database at regular intervals. The backup activity needs to complete as quickly as possible and cannot be allowed to impact disk performance. How should you configure the storage?

  • A. Configure a cron job to use the gcloud tool to take regular backups using persistent disk snapshots.
  • B. Mount additional persistent disk volumes onto each virtual machine (VM) instance in a RAID10 array and use LVM to create snapshots to send to Cloud Storage.
  • C. Mount a Local SSD volume as the backup location. After the backup is complete, use gsutil to move the backup to Google Cloud Storage.
  • D. Use gcsfuse to mount a Google Cloud Storage bucket as a volume directly on the instance and write backups to the mounted location using mysqldump

Answer: C

Explanation:
Reference:
https://cloud.google.com/compute/docs/instances/sql-server/best-practices

 

NEW QUESTION 99
You want to enable your running Google Container Engine cluster to scale as demand for your application changes. What should you do?

  • A. Option B
  • B. Option C
  • C. Option D
  • D. Option A

Answer: B

Explanation:
https://cloud.google.com/kubernetes-engine/docs/concepts/cluster-autoscaler To enable autoscaling for an existing node pool, run the following command:
gcloud container clusters update [CLUSTER_NAME] --enable-autoscaling \--min-nodes 1 -- max-nodes 10 --zone [COMPUTE_ZONE] --node-pool default-pool

 

NEW QUESTION 100
A production database virtual machine on Google Compute Engine has an ext4-formatted persistent disk for data files The database is about to run out of storage space How can you remediate the problem with the least amount of downtime?

  • A. In the Cloud Platform Console, create a new persistent disk attached to the virtual machine, format and mount it, and configure the database service to move the files to the new disk.
  • B. In the Cloud Platform Console, increase the size of the persistent disk and verify the new space is ready to use with the fdisk command in Linux.
  • C. In the Cloud Platform Console, increase the size of the persistent disk and use the resize2fs command in Linux.
  • D. Shut down the virtual machine, use the Cloud Platform Console to increase the persistent disk size, then restart the virtual machine.
  • E. In the Cloud Platform Console, create a snapshot of the persistent disk, restore the snapshot to a new larger disk, unmount the old disk, mount the new disk, and restart the database service.

Answer: C

Explanation:
On Linux instances, connect to your instance and manually resize your partitions and file systems to use the additional disk space that you added.
Extend the file system on the disk or the partition to use the added space. If you grew a partition on your disk, specify the partition. If your disk does not have a partition table, specify only the disk ID.
sudo resize2fs /dev/[DISK_ID][PARTITION_NUMBER]
where [DISK_ID] is the device name and [PARTITION_NUMBER] is the partition number for the device where you are resizing the file system.

 

NEW QUESTION 101
For this question, refer to the TerramEarth case study
You analyzed TerramEarth's business requirement to reduce downtime, and found that they can achieve a majority of time saving by reducing customers' wait time for parts You decided to focus on reduction of the 3 weeks aggregate reporting time Which modifications to the company's processes should you recommend?

  • A. Migrate from FTP to SFTP transport, develop machine learning analysis of metrics, and increase dealer local inventory by a fixed factor.
  • B. Migrate from FTP to streaming transport, migrate from CSV to binary format, and develop machine learning analysis of metrics.
  • C. Migrate from CSV to binary format, migrate from FTP to SFTP transport, and develop machine learning analysis of metrics.
  • D. Increase fleet cellular connectivity to 80%, migrate from FTP to streaming transport, and develop machine learning analysis of metrics.

Answer: B

 

NEW QUESTION 102
Your company plans to migrate a multi-petabyte data set to the cloud. The data set must be available 24hrs a day. Your business analysts have experience only with using a SQL interface.
How should you store the data to optimize it for ease of analysis?

  • A. Stream data into Google Cloud Datastore
  • B. Insert data into Google Cloud SQL
  • C. Load data into Google BigQuery
  • D. Put flat files into Google Cloud Storage

Answer: C

Explanation:
BigQuery is Google's serverless, highly scalable, low cost enterprise data warehouse designed to make all your data analysts productive. Because there is no infrastructure to manage, you can focus on analyzing data to find meaningful insights using familiar SQL and you don't need a database administrator.
BigQuery enables you to analyze all your data by creating a logical data warehouse over managed, columnar storage as well as data from object storage, and spreadsheets.
References: https://cloud.google.com/bigquery/

 

NEW QUESTION 103
For this question, refer to the JencoMart case study.
The JencoMart security team requires that all Google Cloud Platform infrastructure is deployed using a least privilege model with separation of duties for administration between production and development resources. What Google domain and project structure should you recommend?

  • A. Create two G Suite accounts to manage users: one with a single project for all development applications and one with a single project for all production applications.
  • B. Create two G Suite accounts to manage users: one for development/test/staging and one for production. Each account should contain one project for every application.
  • C. Create a single G Suite account to manage users with one project for the development/test/staging environment and one project for the production environment.
  • D. Create a single G Suite account to manage users with each stage of each application in its own project.

Answer: B

Explanation:
https://cloud.google.com/docs/enterprise/best-practices-for-enterprise-organizations#projects-and- access

 

NEW QUESTION 104
......


In Conclusion

Taking the Google Professional Cloud Architect exam is a big step towards career in the cloud sphere. The associated certification brings new prospects, including high-paying roles and promotions. Make use of a great collection of books from Amazon and official courses to get ready for the test and improve your professional path.

 

Updated Professional-Cloud-Architect Dumps Questions Are Available For Passing Google Exam: https://prepaway.updatedumps.com/Google/Professional-Cloud-Architect-updated-exam-dumps.html