List of questions
Related questions
Question 257 - Professional Cloud Developer discussion
You work on an application that relies on Cloud Spanner as its main datastore. New application features have occasionally caused performance regressions. You want to prevent performance issues by running an automated performance test with Cloud Build for each commit made. If multiple commits are made at the same time, the tests might run concurrently. What should you do?
A.
Create a new project with a random name for every build. Load the required data. Delete the project after the test is run.
B.
Create a new Cloud Spanner instance for every build. Load the required data. Delete the Cloud Spanner instance after the test is run.
C.
Create a project with a Cloud Spanner instance and the required data. Adjust the Cloud Build build file to automatically restore the data to its previous state after the test is run.
D.
Start the Cloud Spanner emulator locally. Load the required data. Shut down the emulator after the test is run.
Your answer:
0 comments
Sorted by
Leave a comment first