Google Cloud Digital Leader Practice Test - Questions Answers, Page 17
List of questions
Related questions
Question 161
When you update the function in firebase by deploying updated code, instances for older versions are cleaned up along with build artifacts in __________________ and replaced by new instances.
Explanation:
Container Registry is a single place for your team to manage Docker images, perform vulnerability analysis, and decide who can access what with fine-grained access control
Question 162
Firebase Hosting provides the following services-
Explanation:
Firebase Hosting- Firebase Hosting provides fast and secure hosting for your web app, static and dynamic content, and microservices.
Firebase Hosting is production-grade web content hosting for developers. With a single command, you can quickly deploy web apps and serve both static and dynamic content to a global CDN (content delivery network). You can also pair
Firebase Hosting with Cloud Functions or Cloud Run to build and host microservices on Firebase.
Key capabilities of Firebase Hosting:
Serve content over a secure connection:- The modern web is secure. Zero-configuration SSL is built into Firebase Hosting, so content is always delivered securely.
Host static and dynamic content plus microservices:- Firebase Hosting supports all kinds of content for hosting, from your CSS and HTML files to your Express.js microservices or APIs.
Deliver content fast: Each file that you upload is cached on SSDs at CDN edges around the world and served as gzip or Brotli. We auto-select the best compression method for your content. No matter where your users are, the content is delivered fast.
Question 163
Your client is building a custom machine learning pipeline to identify lesions in the lungs based on xrays.
Different teams of data scientists are sharing common source data and building many ver-sions of ML models. Which of these Cloud Storage options would be best for them?
Explanation:
Integrated repository for analytics and ML: The highest level of availability and performance within a single region is ideal for compute, analytics, and machine learning workloads in a particular region.
Cloud Storage is also strongly consistent, giving you confidence and accuracy in analytics workloads.
https://cloud.google.com/storage/docs/storage-classes
Question 164
Which Firebase quality tools help the developer track, prioritize & fix stability issues that erode the application quality?
Explanation:
Firebase Crashlytics:
Get clear, actionable insight into app issues with this powerful crash reporting solution for iOS, Android, and Unity.
Firebase Crashlytics is a lightweight, real-time crash reporter that helps you track, prioritize, and fix stability issues that erode your app quality. Crashlytics saves you troubleshooting time by intelligently grouping crashes and highlighting the circumstances that lead up to them.
Find out if a particular crash is impacting a lot of users. Get alerts when an issue suddenly increases in severity. Figure out which lines of code are causing crashes.
Question 165
You are running a data warehouse on BigQuery. A partner company is offering a recommendation engine based on the data in your data warehouse. The partner company is also running their application on Google Cloud. They manage the resources in their own project, but they need access to the BigQuery dataset in your project. You want to provide the partner company with access to the dataset.
What should you do?
Explanation:
- if the need is to authenticate the application to access your dataset, it's the application's serice account that will be provided during the authentication, so the service account is to be created at their side to run the application
Question 166
A customer has contacted you about migrating to Google Cloud. The customer would like to mi-grate their data from on premises as soon as possible. They don't have the budget to rewrite code, and they want the most direct route. What migration option should suggest to the customer?
Explanation:
With Lift and Shift migrations, the customer could move workloads from a source environment to a target environment with few or no modifications or refactoring
https://cloud.google.com/architecture/migration-to-gcp-getting-started
Question 167
Your client's IT environment has so far been on-premises. They run a mix of applications and databases on Linux and Windows. They want to move to Google Cloud in the easiest manner possi-ble.
What are their best options?
Explanation:
Compute Engine allows you to allocate VMs with different OSs - Windows and Linux, included.
Question 168
What according to you are NOT the key capabilities of In-App Messaging?
Explanation:
In-App Messaging
Engage active app users with contextual messages.
Firebase In-App Messaging helps you engage users who are actively using your app by sending them targeted and contextual messages that nudge them to complete key in-app actions - like beating a game level, buying an item, or subscribing to content.
Question 169
You're negotiating SLAs with a customer. You have communicated that there will be a 99.99% (four 9s) availability for the service you are providing. Every aspect of the service is under your con-trol.
They want to modify the reliability to 99.999% (five 9s). What do you tell them? (Choose two answer)
Explanation:
In many cases, customers might not know the implications of the 9s with respect to scheduled maintenance, upgrades, etc. It's possible that they are holding unnecessary expectations that significantly exceed their requirements.
-> Even though 0.0009 % increase it looks like a small increment, an addition of a single 9 reduces the possible downtime by 10 times. So the effort is often much greater.
Reference link- https://en.wikipedia.org/wiki/High_availability
Question 170
An organization wants to evaluate the performance of their entire cloud infrastructure, including metrics like server uptime and response rate reports. Which Google Cloud tool should the organization use?
Explanation:
Because Cloud Monitoring enables users to monitor the performance of their entire cloud infrastructure.
Question