00:00

QUESTION 86

- (Exam Topic 2)
Which Firebase quality tools help the developer track, prioritize & fix stability issues that erode the application quality?

Correct Answer: C
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 87

- (Exam Topic 1)
You decide to migrate your on-premises environment to the cloud. You need to determine which resource components still need to be assigned ownership.
Which two functions are owned by a public cloud provider? (Choose two.)

Correct Answer: AD
In a shared responsible model, hardware maintence and capacity management cloud provider is the responsible part.

QUESTION 88

- (Exam Topic 2)
Considering Google Cloud Storage different Options which of the following is / are correct on the basis of their real world use cases?

Correct Answer: D
Cloud Datastore is the best for semi-structured application data that is used in app engines' applications. Bigtable is best for analytical data with heavy read/write events like AdTech, Financial or IoT data. Cloud Storage is best for structured and unstructured, binary or object data like images, large media files and backups. SQL is best for web frameworks and in existing applications like storing user credentials and customer orders. Cloud Spanner is best for large scale database applications that are larger than two terabytes; for example, for financial trading and e-commerce use cases. As I mentioned at the beginning of the module, depending on your application, you might use one or several of these services to get the job done.

QUESTION 89

- (Exam Topic 1)
Your organization needs to ensure that the Google Cloud resources of each of your departments are segregated from one another. Each department has several environments of its own: development, testing, and production. Which strategy should your organization choose?

Correct Answer: B
Text Description automatically generated
Cloud-Digital-Leader dumps exhibit
Text Description automatically generated
Cloud-Digital-Leader dumps exhibit
Reference link- https://cloud.google.com/resource-manager/docs/creating-managing-folders
Reference linkhttps://stackoverflow.com/questions/59460623/how-to-create-a-folder-a-project-under-it-with-deployment-ma

QUESTION 90

- (Exam Topic 1)
Your application has repeated data requests of the exact same nature. At the same time, the number of user requests is increasing. Monitoring indicates that the load on the existing database is increasing, and there seems to be a bottleneck. An analysis of the data requested shows us that it is application-managed data and that it changes, but not often. How can you improve the efficiency of the application?

Correct Answer: A
Cloud Memorystore is an in-memory database that has sub-millisecond latency. This is ideal for caching application data that also changes once in a while.
https://cloud.google.com/memorystore