BlackFriday 2024! Hurry Up, Grab the Special Discount - Save 25% - Ends In 00:00:00 Coupon code: SAVE25
Welcome to Pass4Success

- Free Preparation Discussions

Google Exam Professional Cloud Developer Topic 12 Question 96 Discussion

Actual exam question for Google's Professional Cloud Developer exam
Question #: 96
Topic #: 12
[All Professional Cloud Developer Questions]

You need to load-test a set of REST API endpoints that are deployed to Cloud Run. The API responds to HTTP POST requests Your load tests must meet the following requirements:

* Load is initiated from multiple parallel threads

* User traffic to the API originates from multiple source IP addresses.

* Load can be scaled up using additional test instances

You want to follow Google-recommended best practices How should you configure the load testing'?

Show Suggested Answer Hide Answer
Suggested Answer: C

Contribute your Thoughts:

Dante
20 days ago
I don't know, guys. That Kubernetes option sounds a bit overkill. Can't we just use some good old cURL scripts? *chuckles*
upvoted 0 times
Gianna
5 days ago
A) Create an image that has cURL installed and configure cURL to run a test plan Deploy the image in a managed instance group, and run one instance of the image for each VM.
upvoted 0 times
...
...
Lili
24 days ago
Yep, C is the clear winner. Deploying a distributed framework on GKE is the way to go to meet all the requirements.
upvoted 0 times
...
Ronny
25 days ago
Ha, Cloud Shell? Really? That's definitely not going to cut it for a load test of this magnitude. Gotta go with the Kubernetes route.
upvoted 0 times
Bea
13 days ago
Ha, Cloud Shell? Really? That's definitely not going to cut it for a load test of this magnitude. Gotta go with the Kubernetes route.
upvoted 0 times
...
Vincenza
14 days ago
C) Deploy a distributed load testing framework on a private Google Kubernetes Engine Cluster Deploy additional Pods as needed to initiate more traffic and support the number of concurrent users.
upvoted 0 times
...
Jerry
15 days ago
B) Create an image that has cURL installed and configure cURL to run a test plan Deploy the image in an unmanaged instance group, and run one instance of the image for each VM.
upvoted 0 times
...
...
Gertude
1 months ago
I agree, C is the best choice. The ability to scale up the load testing pods as needed is really important for this use case.
upvoted 0 times
Arlette
2 days ago
I agree, C is the best choice. The ability to scale up the load testing pods as needed is really important for this use case.
upvoted 0 times
...
Wilda
22 days ago
C) Deploy a distributed load testing framework on a private Google Kubernetes Engine Cluster Deploy additional Pods as needed to initiate more traffic and support the number of concurrent users.
upvoted 0 times
...
...
Brittni
1 months ago
I'm not sure about option D. Starting several instances of a container on Cloud Shell may not be as scalable as using GKE for load testing.
upvoted 0 times
...
Omega
1 months ago
I agree with Jospeh. Using a distributed load testing framework on GKE seems like the most efficient way to meet the requirements.
upvoted 0 times
...
Mauricio
1 months ago
Option C looks like the way to go here. A managed Kubernetes cluster will give us the scalability and control we need to handle the load.
upvoted 0 times
Robt
21 days ago
Definitely, deploying additional Pods as needed to support the number of concurrent users will help us meet the requirements for load testing the REST API endpoints on Cloud Run.
upvoted 0 times
...
Sheridan
1 months ago
I agree, using a distributed load testing framework on a private Google Kubernetes Engine Cluster seems like the best option for this scenario.
upvoted 0 times
...
Corrinne
1 months ago
Option C looks like the way to go here. A managed Kubernetes cluster will give us the scalability and control we need to handle the load.
upvoted 0 times
...
...
Jospeh
2 months ago
I think option C is the best choice. It allows for scaling up the load testing using additional Pods on Google Kubernetes Engine.
upvoted 0 times
...

Save Cancel