All these questions were asked in Coursera.com GCP courses. You can enroll at its website for various Google Cloud Courses
46. True or False: Cloud Datastore databases can span App Engine and Compute Engine Applications. Ans: True
47. You are developing an application that transcodes large video files. Which storage option is the best choice for your application? Ans: Cloud Storage
48. You manufacture devices with sensors and need to stream huge amounts of data from these devices to a storage option in the cloud. Which Google Cloud Platform storage option is the best choice for your application? Ans: Cloud Bigtable
49. Which statement is true about objects in Cloud Storage? Ans: They are immutable, and new version overwrite old unless you turn on versioning
50. You are building a small application. If possible, you would like this application’s data storage to be at no additional charge. Which service has a free daily quota, separate from any free trials? Ans: Cloud Datastore
51. How do the Nearline and Coldline storage classes differ from Multi-regional and Regional? Choose all that are correct? Ans: a)Nearline and Coldline assess lower storage fees, b)Nearline and Coldline assess additional retrieval fees
52. Your application needs a relational database, and it expects to talk to MySQL. Which storage option is the best choice for your application? Ans: Cloud SQL
53. Your application needs to store data with strong transactional consistency, and you want seamless scaling up. Which storage option is the best choice for your application? Ans: Cloud Spanner
54. Which GCP storage service is often the ingestion point for data being moved into cloud, and is frequently the long term storage location for data.? Ans: Cloud Storage
55. True or False: each container has its own instance of an operating system. Ans: False
56. Containers are loosely coupled to their environments. What does that mean? Choose all the statements that are true. Ans: a) Containers abstract away unimportant details of their environments, b) Containers are easy to move around. c)Deploying a containerized application consumes less resources and is less error-prone than deploying an application in VMs
57.What is Kubernetes pod? Ans: A group of containers
58. What is a Kubernetes Cluster? Ans: A group of machines where Kubernetes can schedule workload
59. Where do resources used to build Kubernetes Engine cluster come from? Ans: Compute Engine
60.True or False: Google keeps Kubernetes Engine refreshed with successive version of Kubernetes. Ans True