MJTelco Case Study -
Company Overview -
MJTelco is a startup that plans to build networks in rapidly growing, underserved markets around the world. The company has patents for innovative optical communications hardware. Based on these patents, they can create many reliable, high-speed backbone links with inexpensive hardware.
Company Background -
Founded by experienced telecom executives, MJTelco uses technologies originally developed to overcome communications challenges in space. Fundamental to their operation, they need to create a distributed data infrastructure that drives real-time analysis and incorporates machine learning to continuously optimize their topologies. Because their hardware is inexpensive, they plan to overdeploy the network allowing them to account for the impact of dynamic regional politics on location availability and cost.
Their management and operations teams are situated all around the globe creating many-to-many relationship between data consumers and provides in their system. After careful consideration, they decided public cloud is the perfect environment to support their needs.
Solution Concept -
MJTelco is running a successful proof-of-concept (PoC) project in its labs. They have two primary needs:
✑ Scale and harden their PoC to support significantly more data flows generated when they ramp to more than 50,000 installations.
✑ Refine their machine-learning cycles to verify and improve the dynamic models they use to control topology definition.
MJTelco will also use three separate operating environments `" development/test, staging, and production `" to meet the needs of running experiments, deploying new features, and serving production customers.
Business Requirements -
✑ Scale up their production environment with minimal cost, instantiating resources when and where needed in an unpredictable, distributed telecom user community.
✑ Ensure security of their proprietary data to protect their leading-edge machine learning and analysis.
Provide reliable and timely access to data for analysis from distributed research workers

✑ Maintain isolated environments that support rapid iteration of their machine-learning models without affecting their customers.
Technical Requirements -
✑ Ensure secure and efficient transport and storage of telemetry data
✑ Rapidly scale instances to support between 10,000 and 100,000 data providers with multiple flows each.
✑ Allow analysis and presentation against data tables tracking up to 2 years of data storing approximately 100m records/day
✑ Support rapid iteration of monitoring infrastructure focused on awareness of data pipeline problems both in telemetry flows and in production learning cycles.
CEO Statement -
Our business model relies on our patents, analytics and dynamic machine learning. Our inexpensive hardware is organized to be highly reliable, which gives us cost advantages. We need to quickly stabilize our large distributed data pipelines to meet our reliability and capacity commitments.
CTO Statement -
Our public cloud services must operate as advertised. We need resources that scale and keep our data secure. We also need environments in which our data scientists can carefully study and quickly adapt our models. Because we rely on automation to process our data, we also need our development and test environments to work as we iterate.
CFO Statement -
The project is too large for us to maintain the hardware and software required for the data and analysis. Also, we cannot afford to staff an operations team to monitor so many data feeds, so we will rely on automation and infrastructure. Google Cloud's machine learning will allow our quantitative researchers to work on our high-value problems instead of problems with our data pipelines.
You create a new report for your large team in Google Data Studio 360. The report uses Google BigQuery as its data source. It is company policy to ensure employees can view only the data associated with their region, so you create and populate a table for each region. You need to enforce the regional access policy to the data.
Which two actions should you take? (Choose two.)
-
A.
Ensure all the tables are included in global dataset.
-
B.
Ensure each table is included in a dataset for a region.
-
C.
Adjust the settings for each table to allow a related region-based security group view access.
-
D.
Adjust the settings for each view to allow a related region-based security group view access.
-
E.
Adjust the settings for each dataset to allow a related region-based security group view access.
Comment 1
- The most straightforward solution with minimal configuration overhead.
- By creating the "gdpr" tag template with public visibility, you ensure that all employees can search and find tables based on the "has_sensitive_data" field.
- Assigning the bigquery.dataViewer role to the HR group on tables with sensitive data ensures that only they can view the actual data in these tables.
Comment 1.1
Wouldn't employees still need the roles/datacatalog.tagTemplateViewer role to view private AND public tags?
To get the permissions that you need to view public and private tags on Bigtable resources, ask your administrator to grant you the following IAM roles:
- roles/datacatalog.tagTemplateViewer
- roles/bigtable.viewer
Source: https://cloud.google.com/bigtable/docs/manage-data-assets-using-data-catalog#permissions-view-tags
Comment 1.2
Ignore the last reply. The correct answer would be C.
Tags = Custom metadata fields that you can attach to a data entry to provide context.
Tag templates = Reusable structures that you can use to rapidly create new tags.
In short, the employees do not need a tagTemplateViewer role because it pertains to the tag templates, not the tags themselves.
Comment 2
"All employees must be able to do a simple search and find tables in the dataset that have either true or false in the “has_sensitive_data’ field." To be able to search for values in the tags you need the role roles/datacatalog.tagTemplateViewer. Meaning option D is correct.
Comment 3
This Guy Raasd is mostly correct with explanation thanks mate.
Comment 4
A - employees cannot use the tag
B - increases the configuration overhead
C - exactly what we need
D - unnecessary role assignment, the tag template is already visibile
Comment 5
While D works well, it is not obligated to give all employees the role of tagTemplateViewer, as it will give them the view permission for tag templates as well as the tags created by the template.
However, Tags are a type of business metadata. Adding tags to a data entry helps provide meaningful context to anyone who needs to use the asset.And public tags provide less strict access control for searching and viewing the tag as compared to private tags. Any user who has the required view permissions for a data entry can view all the public tags associated with it. View permissions for public tags are only required when you perform a search in Data Catalog using the tag: syntax or when you view an unattached tag template.
Comment 5.1
As all employees have the role “ bigquery.metadataViewer” they are already capable to see tags on BigQuery then
Comment 6
I'll go with raaad's answer
Comment 7
If you working with PII, We can't granted public access. So Private Visibility for the Tag Template its the best option.
Check it https://cloud.google.com/data-catalog/docs/tags-and-tag-templates
Comment 8
D. Create the “gdpr” tag template with public visibility. Assign the datacatalog.tagTemplateViewer role on this tag to the all employees group, and assign the bigquery.dataViewer role to the HR group on the tables that contain sensitive data.