-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathManaging Google Cloud Application Data.txt
68 lines (68 loc) · 3.2 KB
/
Managing Google Cloud Application Data.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
What can be used to migrate your on-premises data, into GCP, using an online method?
Storage Transfer Service
.
.
Which service is used to allow administrators to list their cloud solutions and share them with everyone in their organization?
Service catalog
.
.
What is the initial object writes per second capacity of a GCP bucket?
1000 writes per second
.
.
Which database solution would you want to implement in order to run specialized workloads with low latency on GCP?
Bare Metal Solution
.
.
Cloud SQL offers users which choices of database engines?
SQL Server
.
.
MySQL
.
.
PostgreSQL
.
.
Which database dialects can you choose in GCP Cloud Spanner?
Google Standard SQL
.
.
PostgreSQL
.
.
Which are the types of data retention rules in the GCP platform?
Custom retention rules
.
.
Default retention rules
.
.
To make an object public, which type of access control should you implement?
Fine-grained access control
.
.
Uniform access control
.
.
In Firestore, which of the options is considered a set of one or more documents that will contain data?
Collections
.
.
If you have a latency sensitive application, which type of requests should you use?
Hedged requests
.
.
When data is updated in a table, and other users query that table, there needs to be no chance of stale data. Which type of consistency should be implemented?
Strong consistency
.
.
When identifying columns for reading, writing and deleting data, what does Bigtable rely on?
Column family
.
.
What must you create to implement NetApp Cloud Volume services into your GCP account?
Connector
.
.