GCP (Google Cloud Platform) fundamentals sample question with answer 43
Question:
You need to deploy an existing application that was written in .NET version 4. The application requires Windows servers, and you don't want to change it. Which should you use?
- Cloud Functions
- Compute Engine
- App Engine
- GKE
Answer:
B - this is the correct answer, because the approach is a lift-and-shift, which is best supported by Compute Engine because Compute Engine offers full control over virtual machines including operating systems. No repackaging would be required