GCP (Google Cloud Platform) fundamentals sample question with answer 47

Question:
You don't want programmers to have access to production resources. What's the easiest way to do this in Google Cloud?

  1. Use different service accounts for production and development resources with your project
  2. Create development and production projects, and don't give developers access to production
  3. Create a firewall rule that blocks developer access to production servers and databases
  4. Set up private access and Identity-Aware Proxy
Answer:
B - this is the correct answer, because the simplest way is to have separate projects and not give developers access to the production project