Knowee
Questions
Features
Study Tools

You need to choose a data storage solution to support a transactional system. Your customers are primarily based in one region. You want to reduce your administration tasks and focus engineering effort on building your business application. What should you do?0 / 1 pointCreate a Cloud Storage bucket with a regional bucket.Install a database of your choice on a Compute Engine VM.Use Cloud SQL.Use Cloud Spanner.IncorrectIncorrect. Cloud Spanner is more suitable for a global, transactional database requirement.2.Question 2You need to store data long term and use it to create quarterly reports. What storage class should you choose?0 / 1 pointColdlineArchiveNearlineStandardIncorrectIncorrect. Nearline storage class is the recommended option when the data is accessed less frequently, such as once a month.3.Question 3You have several large tables in your transaction databases. You need to move all the data to BigQuery for the business analysts to explore and analyze the data. How should you design the schema in BigQuery?0 / 1 pointRedesign the schema to normalize the data by removing all redundancies. Redesign the schema to denormalize the data with nested and repeated data.Combine all the transactional database tables into a single table using outer joins.Retain the data on BigQuery with the same schema as the source.IncorrectIncorrect. The normalized form in transactional databases are efficient for writes, but not efficient for running queries against.4.Question 4You are ingesting data that is spread out over a wide range of dates into BigQuery at a fast rate. You need to partition the table to make queries performant. What should you do?1 / 1 pointCreate an integer-range partitioned table.Create an ingestion-time partitioned table with yearly partitioning type.Create an ingestion-time partitioned table with daily partitioning type.Create a time-unit column-partitioned table with yearly partitioning type.CorrectCorrect. A daily partition type is the most suitable given the volume of the data and the range of dates.5.Question 5Your analysts repeatedly run the same complex queries that combine and filter through a lot of data on BigQuery. The data changes frequently. You need to reduce the effort for the analysts. What should you do?1 / 1 pointCreate a dataset with the data that is frequently queried.Export the frequently queried data into Cloud SQL.Export the frequently queried data into a new table.Create a view of the frequently queried data.CorrectCorrect. Creating a view will rerun the complex query automatically. Meanwhile, the analysts need only reference the name of the view, which makes it easier for them.6.Question 6You have data that is ingested daily and frequently analyzed in the first month. Thereafter, the data is retained only for audits, which happen occasionally every few years. You need to configure cost-effective storage. What should you do?1 / 1 pointCreate a bucket on Cloud Storage with Autoclass configured.Configure a lifecycle policy on Cloud Storage.Configure a data retention policy on Cloud Storage.Create a bucket on Cloud Storage with object versioning configured.CorrectCorrect. A lifecycle policy can be configured to automatically move the objects between different storage classes on schedules that you determine.7.Question 7You have data stored in a Cloud Storage bucket. You are using both Identity and Access Management (IAM) and Access Control Lists (ACLs) to configure access control. Which statement describes a user's access to objects in the bucket?1 / 1 pointThe user only has access if both IAM and ACLs grant a permission.The user has no access if IAM denies the permission.The user has access if either IAM or ACLs grant a permission.The user has no access if either IAM or ACLs deny a permission.CorrectCorrect. IAM and ACLs work in parallel. If either of the systems grants the user access permission, the user will have access.8.Question 8A manager at Cymbal Retail expresses concern about unauthorized access to objects in your Cloud Storage bucket. You need to evaluate all access on all objects in the bucket. What should you do?0 / 1 pointChange the permissions on the bucket to only trusted employees.Route the Admin Activity logs to a BigQuery sink and analyze the logs with SQL queries.Enable and then review the Data Access audit logs.Review the Admin Activity audit logs.IncorrectIncorrect. Routing Admin Activity audit logs to BigQuery for analysis will not help because they will not show who is reading and writing the objects. 9.Question 9Cymbal Retail has accumulated a large amount of data. Analysts and leadership are finding it difficult to understand the meaning of the data, such as BigQuery columns. Users of the data don't know who owns what. You need to improve the searchability of the data. What should you do?1 / 1 pointExport the data to Cloud Storage with descriptive file names.Rename BigQuery columns with more descriptive names.Add a description column corresponding to each data column.Create tags for data entries in Cloud Catalog.CorrectCorrect. Tags enable attaching metadata to data assets and entities. This can improve searchability of the data.10.Question 10You have large amounts of data stored on Cloud Storage and BigQuery. Some of it is processed, but some is yet unprocessed. You have a data mesh created in Dataplex. You need to make it convenient for internal users of the data to discover and use the data. What should you do?0 / 1 pointCreate a lake for BigQuery data and a zone for Cloud Storage data.Create a raw zone for the unprocessed data and a curated zone for the processed data.Create a lake for unprocessed data and assets for processed data.Create a lake for Cloud Storage data and a zone for BigQuery data.

Question

You need to choose a data storage solution to support a transactional system. Your customers are primarily based in one region. You want to reduce your administration tasks and focus engineering effort on building your business application. What should you do?0 / 1 pointCreate a Cloud Storage bucket with a regional bucket.Install a database of your choice on a Compute Engine VM.Use Cloud SQL.Use Cloud Spanner.IncorrectIncorrect. Cloud Spanner is more suitable for a global, transactional database requirement.2.Question 2You need to store data long term and use it to create quarterly reports. What storage class should you choose?0 / 1 pointColdlineArchiveNearlineStandardIncorrectIncorrect. Nearline storage class is the recommended option when the data is accessed less frequently, such as once a month.3.Question 3You have several large tables in your transaction databases. You need to move all the data to BigQuery for the business analysts to explore and analyze the data. How should you design the schema in BigQuery?0 / 1 pointRedesign the schema to normalize the data by removing all redundancies. Redesign the schema to denormalize the data with nested and repeated data.Combine all the transactional database tables into a single table using outer joins.Retain the data on BigQuery with the same schema as the source.IncorrectIncorrect. The normalized form in transactional databases are efficient for writes, but not efficient for running queries against.4.Question 4You are ingesting data that is spread out over a wide range of dates into BigQuery at a fast rate. You need to partition the table to make queries performant. What should you do?1 / 1 pointCreate an integer-range partitioned table.Create an ingestion-time partitioned table with yearly partitioning type.Create an ingestion-time partitioned table with daily partitioning type.Create a time-unit column-partitioned table with yearly partitioning type.CorrectCorrect. A daily partition type is the most suitable given the volume of the data and the range of dates.5.Question 5Your analysts repeatedly run the same complex queries that combine and filter through a lot of data on BigQuery. The data changes frequently. You need to reduce the effort for the analysts. What should you do?1 / 1 pointCreate a dataset with the data that is frequently queried.Export the frequently queried data into Cloud SQL.Export the frequently queried data into a new table.Create a view of the frequently queried data.CorrectCorrect. Creating a view will rerun the complex query automatically. Meanwhile, the analysts need only reference the name of the view, which makes it easier for them.6.Question 6You have data that is ingested daily and frequently analyzed in the first month. Thereafter, the data is retained only for audits, which happen occasionally every few years. You need to configure cost-effective storage. What should you do?1 / 1 pointCreate a bucket on Cloud Storage with Autoclass configured.Configure a lifecycle policy on Cloud Storage.Configure a data retention policy on Cloud Storage.Create a bucket on Cloud Storage with object versioning configured.CorrectCorrect. A lifecycle policy can be configured to automatically move the objects between different storage classes on schedules that you determine.7.Question 7You have data stored in a Cloud Storage bucket. You are using both Identity and Access Management (IAM) and Access Control Lists (ACLs) to configure access control. Which statement describes a user's access to objects in the bucket?1 / 1 pointThe user only has access if both IAM and ACLs grant a permission.The user has no access if IAM denies the permission.The user has access if either IAM or ACLs grant a permission.The user has no access if either IAM or ACLs deny a permission.CorrectCorrect. IAM and ACLs work in parallel. If either of the systems grants the user access permission, the user will have access.8.Question 8A manager at Cymbal Retail expresses concern about unauthorized access to objects in your Cloud Storage bucket. You need to evaluate all access on all objects in the bucket. What should you do?0 / 1 pointChange the permissions on the bucket to only trusted employees.Route the Admin Activity logs to a BigQuery sink and analyze the logs with SQL queries.Enable and then review the Data Access audit logs.Review the Admin Activity audit logs.IncorrectIncorrect. Routing Admin Activity audit logs to BigQuery for analysis will not help because they will not show who is reading and writing the objects. 9.Question 9Cymbal Retail has accumulated a large amount of data. Analysts and leadership are finding it difficult to understand the meaning of the data, such as BigQuery columns. Users of the data don't know who owns what. You need to improve the searchability of the data. What should you do?1 / 1 pointExport the data to Cloud Storage with descriptive file names.Rename BigQuery columns with more descriptive names.Add a description column corresponding to each data column.Create tags for data entries in Cloud Catalog.CorrectCorrect. Tags enable attaching metadata to data assets and entities. This can improve searchability of the data.10.Question 10You have large amounts of data stored on Cloud Storage and BigQuery. Some of it is processed, but some is yet unprocessed. You have a data mesh created in Dataplex. You need to make it convenient for internal users of the data to discover and use the data. What should you do?0 / 1 pointCreate a lake for BigQuery data and a zone for Cloud Storage data.Create a raw zone for the unprocessed data and a curated zone for the processed data.Create a lake for unprocessed data and assets for processed data.Create a lake for Cloud Storage data and a zone for BigQuery data.

...expand
🧐 Not the exact question you are looking for?Go ask a question

Solution

I'm sorry, but you didn't provide a text for me to respond to. Could you please provide the text?

Similar Questions

You need to choose a data storage solution to support a transactional system. Your customers are primarily based in one region. You want to reduce your administration tasks and focus engineering effort on building your business application. What should you do?0 / 1 pointCreate a Cloud Storage bucket with a regional bucket.Install a database of your choice on a Compute Engine VM.Use Cloud SQL.Use Cloud Spanner.

An organization needs a solution for their data analytics workloads. They need to store, do complex queries, and perform data analysis on large amounts of structured and semi-structured data. Which Google Cloud product would best suit this requirement? Select the correct answer.Cloud SQLBigQuery.Cloud StorageLooker

An organization is looking for a data warehouse for analysis and reporting with seamless scaling. Which Google Cloud product or service should the organization use?A) Cloud StorageB) DataflowC) BigQueryD) Looker

A data analytics company is running a proprietary batch analytics application on AWS and wants to use a storage service which would be accessed by hundreds of EC2 instances simultaneously to append data to existing files. As a Cloud Practitioner, which AWS service would you suggest for this use-case?

An organization wants to dynamically adjust its application to serve different user needs. What are the benefits of storing their data in the cloud for this use case?A) Data can be stored in archive for long term accessB) No data access management requiredC) Automatic data cleaning and validationD) Real-time data ingestion and analysis

1/3

Upgrade your grade with Knowee

Get personalized homework help. Review tough concepts in more detail, or go deeper into your topic by exploring other relevant questions.