-
Notifications
You must be signed in to change notification settings - Fork 2
/
Week-2
71 lines (52 loc) · 1.85 KB
/
Week-2
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
69
70
71
1. The predefined machine types do not fit your application requirement. What is the best solution for this case?
Setup autoscaling.
Create a custom virtual machine that fits your requirements
Over allocate resources for the instance
Do nothing, the instance will size itself.
Create a custom virtual machine that fits your requirements
2. True or False. Compute Engine is billed for the first minute at boot-time and then per second of use
True
False
True
3. True or False. Java is a runtime option for Cloud Functions.
True
False
True
4. True or False? Local SSD disks are ephemeral
True
False
True
5. Which of the following options provides the customize runtimes for App Engine by supplying a custom Docker image or Dockerfile from the open source community.
App Engine Standard
App Engine Internal
Google Kubernetes Engine
App Engine Flexible
App Engine Flexible
6. Google Kubernetes Engine is built on the open-source Kubernetes system. Which of the following statements best describes what Kubernetes is?
An orchestration engine to manage containers.
A virtualization platform.
A format of container
An execution environment for building and connecting cloud services.
An orchestration engine to manage containers.
7. True or False. Cloud Monitoring metrics can be used to trigger an autoscaling event
True
False
True
8. Which of the following can trigger Cloud Functions ?
App Engine notification
Webhook
Stackdriver alert
Email
Webhook
9. Time-to-market is highly valuable to you and you want to be able to focus on writing code without ever having to touch a server, cluster, or infrastructure. Which service suits your needs?
Google Kubernetes Engine
Google Compute Engine
BigQuery
App Engine
App Engine
10. Which of the following is the container format used with Google Kubernetes Engine?
Rocket
Glassfish
Docker
Spinnaker
Docker