What are the options to increase the processing performance?

A financial services company is running an experimental application workload that has a very large 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?
A . Use a serverless option like Cloud Functions that will automatically scale as much as required.
B . Instead of using a "general purpose" machine family, use "compute-optimized" machine family.
C . Since processing could also be dependent on reading and writing data to the disk, use a fast Local SS
E . Attach GPUs to the virtual machine for number crunching.

Answer: D

Explanation:

Compute Engine provides graphics processing units (GPUs) that you can add to your virtual machines (VMs). You can use these GPUs to accelerate specific workloads on your VMs such as machine learning and data processing. https://cloud.google.com/compute/docs/gpus

Subscribe
Notify of
guest
0 Comments
Inline Feedbacks
View all comments