لا تريد أن تفوت شيئا؟

نصائح اجتياز امتحان الشهادة

آخر أخبار الامتحانات ومعلومات الخصم

برعاية وحديثة من قبل خبرائنا

نعم، أرسل لي النشرة الإخبارية

خذ اختبارات أخرى عبر الإنترنت

السؤال #1
You need to update a deployment in Deployment Manager without any resource downtime in the deployment. Which command should you use?
A. gcloud deployment-manager deployments create --config
B. gcloud deployment-manager deployments update --config
C. gcloud deployment-manager resources create --config
D. gcloud deployment-manager resources update --config
عرض الإجابة
اجابة صحيحة: B
السؤال #2
You need a dynamic way of provisioning VMs on Compute Engine. The exact specifications will be in a dedicated configuration file. You want to follow Google's recommended practices. Which method should you use?
A. Deployment Manager
B. Cloud Composer
C. Managed Instance Group
D. Unmanaged Instance Group
عرض الإجابة
اجابة صحيحة: C
السؤال #3
You significantly changed a complex Deployment Manager template and want to confirm that the dependencies of all defined resources are properly met before committing it to the project. You want the most rapid feedback on your changes. What should you do?
A. Use granular logging statements within a Deployment Manager template authored in Python
B. Monitor activity of the Deployment Manager execution on the Stackdriver Logging page of the GCP Console
C. Execute the Deployment Manager template against a separate project with the same configuration, and monitor for failures
D. Execute the Deployment Manager template using the --preview option in the same project, and observe the state of interdependent resources
عرض الإجابة
اجابة صحيحة: D
السؤال #4
You have an application that looks for its licensing server on the IP 10.0.3.21. You need to deploy the licensing server on Compute Engine. You do not want to change the configuration of the application and want the application to be able to reach the licensing server. What should you do?
A. Reserve the IP 10
B. Reserve the IP 10
C. Use the IP 10
D. Start the licensing server with an automatic ephemeral IP address, and then promote it to a static internal IP address
عرض الإجابة
اجابة صحيحة: A
السؤال #5
You have an object in a Cloud Storage bucket that you want to share with an external company. The object contains sensitive data. You want access to the content to be removed after four hours. The external company does not have a Google account to which you can grant specific user-based access privileges. You want to use the most secure method that requires the fewest steps. What should you do?
A. Create a signed URL with a four-hour expiration and share the URL with the company
B. Set object access to 'public' and use object lifecycle management to remove the object after four hours
C. Configure the storage bucket as a static website and furnish the object's URL to the company
D. Create a new Cloud Storage bucket specifically for the external company to access
عرض الإجابة
اجابة صحيحة: A
السؤال #6
You are creating a Google Kubernetes Engine (GKE) cluster with a cluster autoscaler feature enabled. You need to make sure that each node of the cluster will run a monitoring pod that sends container metrics to a third-party monitoring solution. What should you do?
A. Deploy the monitoring pod in a StatefulSet object
B. Deploy the monitoring pod in a DaemonSet object
C. Reference the monitoring pod in a Deployment object
D. Reference the monitoring pod in a cluster initializer at the GKE cluster creation time
عرض الإجابة
اجابة صحيحة: B
السؤال #7
You have sensitive data stored in three Cloud Storage buckets and have enabled data access logging. You want to verify activities for a particular user for these buckets, using the fewest possible steps. You need to verify the addition of metadata labels and which files have been viewed from those buckets. What should you do?
A. Using the GCP Console, filter the Activity log to view the information
B. Using the GCP Console, filter the Stackdriver log to view the information
C. View the bucket in the Storage section of the GCP Console
D. Create a trace in Stackdriver to view the information
عرض الإجابة
اجابة صحيحة: A
السؤال #8
You need to set up a policy so that videos stored in a specific Cloud Storage Regional bucket are moved to Coldline after 90 days, and then deleted after one year from their creation. How should you set up the policy?
A. Use Cloud Storage Object Lifecycle Management using Age conditions with SetStorageClass and Delete actions
B. Use Cloud Storage Object Lifecycle Management using Age conditions with SetStorageClass and Delete actions
C. Use gsutil rewrite and set the Delete action to 275 days (365-90)
D. Use gsutil rewrite and set the Delete action to 365 days
عرض الإجابة
اجابة صحيحة: A
السؤال #9
You need to configure IAM access audit logging in BigQuery for external auditors. You want to follow Google-recommended practices. What should you do?
A. Add the auditors group to the 'logging
B. Add the auditors group to two new custom IAM roles
C. Add the auditor user accounts to the 'logging
D. Add the auditor user accounts to two new custom IAM roles
عرض الإجابة
اجابة صحيحة: C
السؤال #10
You want to send and consume Cloud Pub/Sub messages from your App Engine application. The Cloud Pub/Sub API is currently disabled. You will use a service account to authenticate your application to the API. You want to make sure your application can use Cloud Pub/Sub. What should you do?
A. Enable the Cloud Pub/Sub API in the API Library on the GCP Console
B. Rely on the automatic enablement of the Cloud Pub/Sub API when the Service Account accesses it
C. Use Deployment Manager to deploy your application
D. Grant the App Engine Default service account the role of Cloud Pub/Sub Admin
عرض الإجابة
اجابة صحيحة: A
السؤال #11
You need to set up permissions for a set of Compute Engine instances to enable them to write data into a particular Cloud Storage bucket. You want to follow Google-recommended practices. What should you do?
A. Create a service account with an access scope
B. Create a service account with an access scope
C. Create a service account and add it to the IAM role 'storage
D. Create a service account and add it to the IAM role 'storage
عرض الإجابة
اجابة صحيحة: B
السؤال #12
You have a development project with appropriate IAM roles defined. You are creating a production project and want to have the same IAM roles on the new project, using the fewest possible steps. What should you do?
A. Use gcloud iam roles copy and specify the production project as the destination project
B. Use gcloud iam roles copy and specify your organization as the destination organization
C. In the Google Cloud Platform Console, use the 'create role from role' functionality
D. In the Google Cloud Platform Console, use the 'create role' functionality and select all applicable permissions
عرض الإجابة
اجابة صحيحة: B
السؤال #13
You are analyzing Google Cloud Platform service costs from three separate projects. You want to use this information to create service cost estimates by service type, daily and monthly, for the next six months using standard query syntax. What should you do?
A. Export your bill to a Cloud Storage bucket, and then import into Cloud Bigtable for analysis
B. Export your bill to a Cloud Storage bucket, and then import into Google Sheets for analysis
C. Export your transactions to a local file, and perform analysis with a desktop tool
D. Export your bill to a BigQuery dataset, and then write time window-based SQL queries for analysis
عرض الإجابة
اجابة صحيحة: D
السؤال #14
You have a Linux VM that must connect to Cloud SQL. You created a service account with the appropriate access rights. You want to make sure that the VM uses this service account instead of the default Compute Engine service account. What should you do?
A. When creating the VM via the web console, specify the service account under the 'Identity and API Access' section
B. Download a JSON Private Key for the service account
C. Download a JSON Private Key for the service account
D. Download a JSON Private Key for the service account
عرض الإجابة
اجابة صحيحة: A
السؤال #15
You have one GCP account running in your default region and zone and another account running in a non-default region and zone. You want to start a new Compute Engine instance in these two Google Cloud Platform accounts using the command line interface. What should you do?
A. Create two configurations using gcloud config configurations create [NAME]
B. Create two configurations using gcloud config configurations create [NAME]
C. Activate two configurations using gcloud configurations activate [NAME]
D. Activate two configurations using gcloud configurations activate [NAME]
عرض الإجابة
اجابة صحيحة: C
السؤال #16
You need to run an important query in BigQuery but expect it to return a lot of records. You want to find out how much it will cost to run the query. You are using on-demand pricing. What should you do?
A. Arrange to switch to Flat-Rate pricing for this query, then move back to on-demand
B. Use the command line to run a dry run query to estimate the number of bytes read
C. Use the command line to run a dry run query to estimate the number of bytes returned
D. Run a select count (*) to get an idea of how many records your query will look through
عرض الإجابة
اجابة صحيحة: B
السؤال #17
Several employees at your company have been creating projects with Cloud Platform and paying for it with their personal credit cards, which the company reimburses. The company wants to centralize all these projects under a single, new billing account. What should you do?
A. Contact cloud-billing@google
B. Create a ticket with Google Support and wait for their call to share your credit card details over the phone
C. In the Google Platform Console, go to the Resource Manage and move all projects to the root Organizarion
D. In the Google Cloud Platform Console, create a new billing account and set up a payment method
عرض الإجابة
اجابة صحيحة: D
السؤال #18
You need to monitor resources that are distributed over different projects in Google Cloud Platform. You want to consolidate reporting under the same Stackdriver Monitoring dashboard. What should you do?
A. Use Shared VPC to connect all projects, and link Stackdriver to one of the projects
B. For each project, create a Stackdriver account
C. Configure a single Stackdriver account, and link all projects to the same account
D. Configure a single Stackdriver account for one of the projects
عرض الإجابة
اجابة صحيحة: D
السؤال #19
You are the project owner of a GCP project and want to delegate control to colleagues to manage buckets and files in Cloud Storage. You want to follow Google- recommended practices. Which IAM roles should you grant your colleagues?
A. Project Editor
B. Storage Admin
C. Storage Object Admin
D. Storage Object Creator
عرض الإجابة
اجابة صحيحة: B
السؤال #20
Your development team needs a new Jenkins server for their project. You need to deploy the server using the fewest steps possible. What should you do?
A. Download and deploy the Jenkins Java WAR to App Engine Standard
B. Create a new Compute Engine instance and install Jenkins through the command line interface
C. Create a Kubernetes cluster on Compute Engine and create a deployment with the Jenkins Docker image
D. Use GCP Marketplace to launch the Jenkins solution
عرض الإجابة
اجابة صحيحة: D
السؤال #21
You have a Dockerfile that you need to deploy on Kubernetes Engine. What should you do?
A. Use kubectl app deploy
B. Use gcloud app deploy
C. Create a docker image from the Dockerfile and upload it to Container Registry
D. Create a docker image from the Dockerfile and upload it to Cloud Storage
عرض الإجابة
اجابة صحيحة: C
السؤال #22
You created a Google Cloud Platform project with an App Engine application inside the project. You initially configured the application to be served from the us- central region. Now you want the application to be served from the asianortheast1 region. What should you do?
A. Change the default region property setting in the existing GCP project to asia-northeast1
B. Change the region property setting in the existing App Engine application from us-central to asia-northeast1
C. Create a second App Engine application in the existing GCP project and specify asia-northeast1 as the region to serve your application
D. Create a new GCP project and create an App Engine application inside this new project
عرض الإجابة
اجابة صحيحة: C

عرض الإجابات بعد التقديم

يرجى إرسال البريد الإلكتروني الخاص بك والواتس اب للحصول على إجابات الأسئلة.

ملحوظة: يرجى التأكد من صلاحية معرف البريد الإلكتروني وWhatsApp حتى تتمكن من الحصول على نتائج الاختبار الصحيحة.

بريد إلكتروني:
رقم الواتس اب/الهاتف: