Associate-Cloud-Engineer Exam Question 31

Your company set up a complex organizational structure on Google Cloud. The structure includes hundreds of folders and projects. Only a few team members should be able to view the hierarchical structure. You need to assign minimum permissions to these team members, and you want to follow Google-recommended practices.
What should you do?
  • Associate-Cloud-Engineer Exam Question 32

    You have an application that uses Cloud Spanner as a backend database. The application has a very predictable traffic pattern. You want to automatically scale up or down the number of Spanner nodes depending on traffic. What should you do?
  • Associate-Cloud-Engineer Exam Question 33

    You've deployed a microservice called myapp1 to a Google Kubernetes Engine cluster using the YAML file specified below:

    You need to refactor this configuration so that the database password is not stored in plain text. You want to follow Google-recommended practices. What should you do?
  • Associate-Cloud-Engineer Exam Question 34

    You need to create a new development Kubernetes cluster with 4 nodes. The cluster will be named linux- academy-dev-cluster. Which of the following truncated commands will create a cluster?
  • Associate-Cloud-Engineer Exam Question 35

    You have deployed a Django 1.5 Python application to App Engine. This version of Django requires Python 3. Due to some issues, App Engine is trying to run the application using Python
    2. Which of the following file would you check and modify (if required) to ensure that Python 3 is used with the application?