nerdexam
Google

CLOUD-DIGITAL-LEADER · Question #73

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…

The correct answer is D. Attach GPUs to the virtual machine for number crunching. 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

Modernizing Infrastructure and Applications

Question

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?

Options

  • AUse a serverless option like Cloud Functions that will automatically scale as much as required.
  • BInstead of using a "general purpose" machine family, use "compute-optimized" machine family.
  • CSince processing could also be dependent on reading and writing data to the disk, use a fast
  • DAttach GPUs to the virtual machine for number crunching.

How the community answered

(40 responses)
  • A
    5% (2)
  • B
    13% (5)
  • C
    3% (1)
  • D
    80% (32)

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

Topics

#Compute Engine#GPUs#High Performance Computing#Performance Optimization

Community Discussion

No community discussion yet for this question.

Full CLOUD-DIGITAL-LEADER Practice