Summer Sale Limited Time 65% Discount Offer - Ends in 0d 00h 00m 00s - Coupon code: ecus65

Google Cloud-Digital-Leader - Google Cloud Digital Leader exam

Page: 7 / 13
Total 414 questions

An application has become very popular and the number of requests/users is increasing quickly. There is a meeting to figure out how to scale the systems so that they can accept user requests and still have the capacity to spare. What is the preferred option?

A.

Circular Scaling takes a round-robin approach to allocate and destroy VMs.

B.

Triangular Scaling takes an automated average of Cost, Effort, and Time.

C.

Vertical Scaling

D.

Horizontal Scaling

An organization wants to measure everything as part of its new DevOps philosophy. What should the organization measure?

A.

The reliability and health of their systems.

B.

The satisfaction and happiness of their employees.

C.

The risk and reward of their investments.

D.

The speed of their cloud adoption process.

What service is a fully managed real-time messaging service that allows you to send and receive messages between independent applications.

A.

Cloud Datastore

B.

Cloud Pub/Sub

C.

Cloud DNS

D.

Cloud BigTable

E.

Cloud Spanner

Which Firebase quality tools help the developer track, prioritize & fix stability issues that erode the application quality?

A.

Performance

B.

App Distribution

C.

Crashlytics

D.

Test Lab

You are working in a company that provides different services to its customer. Now it also wants to offer some paid API services to its B2B customers for e.g. google provides google maps API, cloud vision API, and language translation API. You need to figure out the best solution for the service.

A.

Java Programming Spring Boot Framework for to solve the problem of APIs man-agement.

B.

Cloud Functions with Firestore and payment gateways integration development.

C.

Apigee API Management

D.

Frontend & Backend Development with NodeJs and angular etc.

Which of the following statements describe the features of a preemptible VM in-stance? (Select Three Answer)

A.

Instance is alive for no more than 12 hours

B.

Can be pre-empted with a 30 minute notice

C.

Can be pre-empted with a 30 second notice

D.

Discounted Significantly

E.

Instance is alive for no more than 24 hours

F.

Can use free tier credits

Keeping Flavours of Apigee in mind, which of the following statements is/are correct?

A.

A hybrid version consisting of a runtime plane installed on-premises or in a cloud provider of your choice, and a management plane running in Apigee's cloud. In this model, API traffic and data are confined within your own enterprise-approved boundaries.

B.

A hosted SaaS version in which Apigee maintains the environment, allowing you to concentrate on building your services and defining the APIs to those services.

C.

There are two types of Flavours in Apigee i.e. Apigee & Apigee Hybrid.

D.

All of the above are correct.

A large travel services company has been running all their workloads on Google Cloud in the previous year. They looked at their past usage of cloud resources and see that there is a consistent use of 10,000 virtual machines throughout the year. Based on the projections for the following year they have a strong indication that they will use at least this much or more capacity within Google Cloud. What is one way in which they can take advantage of this knowledge?

A.

They can use these numbers to negotiate a better contract with another public cloud number.

B.

They can cut costs by cutting down on the number of VMs used.

C.

They can get into a committed use contract with Google Cloud to get a significant discount on the usage of VMs.

D.

They can ask for a sustained use discount.

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)

A.

Application architecture won't be too involved because of serverless options.

B.

The IT team won't have to manage software upgrades, security patches, etc. for the VMs.

C.

The IT team won't have to work on procuring and provisioning new hardware and refreshes to existing hardware.

D.

Budgeting won't be an issue since the cloud takes care of billing.

A customer of yours has an SLA with their client that a particular service will respond within 4 sec-onds. The end client has reported that it feels slower. Your engineers do a trial at the client site and notice that there seems to be a delay for many of the requests. It's your team's responsibility to iden-tify the issue quickly within the strict timeline for fixes according to the contract, and then fix it. What should you do?

A.

Recommend a move to serverless technologies which will scale automatically on demand.

B.

Add logging statements at multiple points in the application, build it, and deploy it. Now new requests will give us information on latency in the logs.

C.

Check if the browsers used by the client are different from yours. If they are, that's most likely the issue. Ensure that everybody uses the latest version of the browser that you are also using.

D.

Use Cloud Trace to collect latency data and track how requests propagate and why there is a delay.