nerdexam
Google

PROFESSIONAL-DATA-ENGINEER · Question #210

You are working on a niche product in the image recognition domain. Your team has developed a model that is dominated by custom C++ TensorFlow ops your team has implemented. These ops are used inside

Sign in or unlock PROFESSIONAL-DATA-ENGINEER to reveal the answer and full explanation for question #210. The question stem and answer options stay visible for context.

Submitted by packet_pusher· Mar 30, 2026Operationalizing machine learning models

Question

You are working on a niche product in the image recognition domain. Your team has developed a model that is dominated by custom C++ TensorFlow ops your team has implemented. These ops are used inside your main training loop and are performing bulky matrix multiplications. It currently takes up to several days to train a model. You want to decrease this time significantly and keep the cost low by using an accelerator on Google Cloud. What should you do?

Options

  • AUse Cloud TPUs without any additional adjustment to your code.
  • BUse Cloud TPUs after implementing GPU kernel support for your customs ops.
  • CUse Cloud GPUs after implementing GPU kernel support for your customs ops.
  • DStay on CPUs, and increase the size of the cluster you're training your model on.

Unlock PROFESSIONAL-DATA-ENGINEER to see the answer

You've previewed enough free PROFESSIONAL-DATA-ENGINEER questions. Unlock PROFESSIONAL-DATA-ENGINEER for full answers, explanations, the timed quiz mode, progress tracking, and the master PDF. Question stem and options stay visible so you can still see what's on the exam.

Topics

#Cloud TPUs#custom TensorFlow ops#GPU kernels#hardware accelerators
Full PROFESSIONAL-DATA-ENGINEER Practice