Free Google Cloud-Digital-Leader Actual Exam Questions - Question 15 Discussion
number of mathematical calculations involving floating-point numbers. The current application that
is running on compute engine is not providing enough speed and throughput. What are the options
to increase the processing performance?
B sounds right since compute-optimized VMs boost raw CPU power without code changes.
It’s B because compute-optimized machines boost CPU performance directly without needing app changes.
Makes sense that GPUs (D) might not help if the app isn’t designed for it. Also, option A with Cloud Functions wouldn’t improve raw compute power for heavy calculations since it’s more about scaling event-driven tasks. So, switching to compute-optimized machines (B) sounds like the best move to get more CPU horsepower without needing app changes. The local SSD (C) might help if disk I/O is a bottleneck but that’s not mentioned here, so B seems the most direct way to boost floating-point performance. Michael G.
Maybe B makes sense because compute-optimized machines have better CPU performance for heavy calculation tasks. If the app can’t use GPUs effectively, upgrading the CPU type is the safer bet here.
B