List of questions
Related questions
Question 45 - CV0-004 discussion
A developer is testing code that will be used to deploy a web farm in a public cloud. The main code block is a function to create a load balancer and a loop to create 1.000 web servers, as shown below:
The developer runs the code against the company's cloud account and observes that the load balancer is successfully created, but only 100 web servers have been created. Which of the following should the developer do to fix this issue?
A.
Request an increase of Instance quota.
B.
Run the code multiple times until all servers are created.
C.
Check the my_web_server () function to ensure it is using the right credentials.
D.
Place the my_load_balancer () function after the loop.
Your answer:
0 comments
Sorted by
Leave a comment first