Your company has multiple internal applications used by your employees. You also have to give access to certain vendors and contractors. What is a good option for you to adopt?
Correct Answer: C
IDaaS - identity providers managed by the company give better control over security and privacy. Security/access can be set granularly, while also being centralized. You don't have to manage multiple credentials.
Question 72
Your client's IT environment has so far been on-premises. They run a mix of applications and data-bases on Linux and Windows. They want to move to Google Cloud in the easiest manner possi-ble. What are their best options?
Correct Answer: A
Compute Engine allows you to allocate VMs with different OSs - Windows and Linux, included.
Question 73
In terms of Cloud SQL for MySQL Features offered by Google Cloud Platform which of the statements is/are correct?
Correct Answer: B
Cloud SQL for MySQL: Features - Fully managed MySQL Community Edition databases in the cloud. - Cloud SQL instances support MySQL 8.0, 5.7 (default), and 5.6, and provide up to 624 GB of RAM and 64 TB of data storage, with the option to automatically increase the storage size, as needed. - Create and manage instances in the Google Cloud Console. - Instances are available in the Americas, EU, Asia, and Australia. - Customer data is encrypted on Google's internal networks and in database tables, temporary files, and backups. - Support for secure external connections with the Cloud SQL Auth proxy or with the SSL/TLS protocol. - Support for private IP (private services access). - Data replication between multiple zones with automatic failover. - Import and export databases using mysqldump, or import and export CSV files. - Support for MySQL wire protocol and standard MySQL connectors. - Automated and on-demand backups and point-in-time recovery. - Instance cloning. - Integration with Google Cloud's operations suite logging and monitoring.
Question 74
An organization needs a platform to create custom end-to-end artificial intelligence models. Which Google Cloud product or service should the organization use?
Correct Answer: D
Recommendations AI enables you to build an end-to-end personalized recommendation system based on state-of-the-art deep learning ML models, without a need for expertise in ML or recommendation systems. With Vertex AI, both AutoML training and custom training are available options. Whichever option you choose for training, you can save models, deploy models, and request predictions with Vertex AI. https://cloud.google.com/vertex-ai
Question 75
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.