
Pre-trained APIs are the easiest AI questions on the Professional Cloud Architect exam. They are ready-to-use machine learning models exposed via API for common tasks, with no training required. The exam does not ask you to architect them. It asks you to match a scenario to the right one. If you can do that quickly, you bank time for the harder questions.
Here is the surface area I would commit to memory before sitting for the PCA.
The first thing to know is when a pre-trained API is the right answer at all. Pre-trained APIs are good for common tasks and general data. If a scenario calls for domain-specific customization or a custom model trained on proprietary data, you should be looking at AutoML or Vertex AI, not a pre-trained API. If the scenario describes a general task on general data, the pre-trained API is the cheaper and faster answer.
Cloud Natural Language analyzes text. The three features to remember are sentiment analysis, entity extraction, and syntax parsing.
If a scenario asks for sentiment scoring of customer reviews, tagging entities in unstructured text, or breaking sentences into grammatical structure, Natural Language API is the answer.
These two APIs offer similar features. Vision works on images, Video Intelligence works on videos frame by frame. The features to remember are:
Both Vision and Video Intelligence can also do face detection. They identify facial landmarks like eyes, nose, and mouth, and they can estimate emotions like joy, sorrow, anger, or surprise.
The trap on the exam is that face detection is not the same as facial recognition. These APIs detect that there is a face and where it is, not whose face it belongs to. If a scenario asks you to identify or verify a specific person's identity, the answer is not Cloud Vision.
Cloud Translation has three features worth remembering:
The format-retention piece is the one to remember. If a scenario specifically calls out preserving document formatting during translation, that points at Cloud Translation rather than a generic text-translation flow.
Two APIs going in opposite directions:
Two extra Speech-to-Text details that show up on exam questions:
If you see a scenario about transcribing a multi-party call and tagging who said what, speaker labeling in Speech-to-Text is the giveaway.
One more API that can show up on the Professional Cloud Architect exam. Recommendations AI is built for ecommerce sites that need personalized product recommendations. The two strategies to recognize:
If a scenario emphasizes click-through rate on similar items, that is the first pattern. If it emphasizes upselling and growing cart size, that is the second.
Make a one-line cheat sheet for each API. Natural Language for text. Vision and Video Intelligence for images and videos, with location detection unique to Vision and face detection not equal to facial recognition. Translation for over 100 languages with format-retaining document translation. Speech-to-Text and Text-to-Speech for audio in both directions, with speaker labeling and real-time plus batch on the transcription side. Recommendations AI for ecommerce, with click-through versus cart-size as the split. If you can match a scenario to one of those one-liners in a few seconds, the questions in this category become very fast points.
My Professional Cloud Architect course covers the pre-trained AI APIs alongside the rest of the advanced architecture material, so you see them in context with AutoML, Vertex AI, and the rest of the data and AI services Google expects you to recognize on exam day.