GCP - Cloud RunWhich of the following is the correct YAML snippet to set target concurrency to 50 in a GCP service using request-based auto scaling?Aautoscaling: target_cpu_utilization: 50Bautoscale: concurrency_target: 50Cscaling: targetConcurrency: 50Dautoscaling: targetConcurrency: 50Check Answer
Step-by-Step SolutionSolution:Step 1: Identify correct YAML key for request-based scalingThe correct key is 'autoscaling' with 'targetConcurrency' to set concurrency target.Step 2: Verify syntax correctnessautoscaling: targetConcurrency: 50 uses correct keys and indentation matching GCP standards.Final Answer:autoscaling:\n targetConcurrency: 50 -> Option DQuick Check:Correct YAML keys = autoscaling: targetConcurrency: 50 [OK]Quick Trick: Use 'autoscaling' and 'targetConcurrency' keys for concurrency setting [OK]Common Mistakes:Using incorrect keys like 'target_cpu_utilization'Wrong indentation or key namesConfusing 'autoscale' with 'autoscaling'
Master "Cloud Run" in GCP9 interactive learning modes - each teaches the same concept differentlyLearnWhyDeepVisualTryChallengeProjectRecallTime
More GCP Quizzes Cloud Firestore and Bigtable - Firestore document model - Quiz 9hard Cloud Functions - Function deployment and testing - Quiz 15hard Cloud Load Balancing - Why load balancing matters - Quiz 13medium Cloud Load Balancing - Load balancer types comparison - Quiz 13medium Cloud Load Balancing - HTTP(S) Load Balancer (Layer 7) - Quiz 9hard Cloud Load Balancing - Why load balancing matters - Quiz 11easy Cloud Monitoring and Logging - Metrics and dashboards - Quiz 2easy Cloud Monitoring and Logging - Alerting policies - Quiz 9hard Cloud Pub/Sub - Publishing messages - Quiz 14medium Cloud SQL and Databases - Why managed databases matter - Quiz 12easy