- (Exam Topic 3)
After rolling out a new update, an organization found a minor bug in its online video game. How should the organization approach this bug while following SRE principles?
Correct Answer:
A
https://www.blameless.com/sre/sre-principles
Accepting failure as normal is one of the SRE principles. SREs believe that accepting failure as normal helps to build an iterative, collaborative culture. One way this is done is by holding a blameless “lessons learned” discussion after an incident occurs.
- (Exam Topic 2)
A large travel company has thus far invested heavily in their technology team. There is strategic pressure on the company to focus on their core business and innovate to survive in certain geogra-phies and thrive in others. They are evaluating whether a move to Google Cloud will be good for them. Which of these reasons would be relevant for them? (choose two answer)
Correct Answer:
BC
- (Exam Topic 3)
An organization wants to move from a tactical cloud adoption approach to a transformational approach. How should they adapt the way they lead the organization?
Correct Answer:
A
- (Exam Topic 2)
Your customer's IT team is in the process of modernizing their customer-facing applications. They've witnessed others getting good results from employing microservices, and they're keen to adopt it themselves. The first application that they are modernizing has about 5 different sub-parts, which they have identified will be the services. They also identify that each of them has different scale requirements - some services like user login are less frequently used while others like transac-tions are heavily used. What technical strategy would you recommend for them?
Correct Answer:
A
Containers and Kubernetes are ideal for the kind of requirement mentioned here - separate microservices that need to scale independently.
Google Kubernetes Engine (GKE) provides a managed environment for deploying, managing, and scaling your containerized applications using Google infrastructure. The GKE environment consists of multiple machines (specifically, Compute Engine instances) grouped together to form a cluster.
Reference link- https://cloud.google.com/kubernetes-engine/docs/concepts/kubernetes-engine-overview
- (Exam Topic 3)
Why should an organization consider the total cost of ownership (TCO) when moving from on-premises to the cloud?
Correct Answer:
C