Hotspot Question For each of the following statements, select Yes if the statement is true. Otherwise, select No. NOTE: Each correct selection is worth one point.
Correct Answer:
Question 57
Your company manages an online catalog of office supplies. You plan to use a generative AI solution to create product descriptions for your company's website. The solution must ensure descriptions can be posted immediately after creation, enable selection/inclusion of product details, and be fast and simple for non- technical staff. What is the best type of solution to use? Select the BEST answer.
Correct Answer: D
The task is high-volume content generation with consistent structure and immediate publishing: product descriptions that reliably include chosen product attributes (brand, specs, materials, dimensions, use cases) and can be produced quickly by non-technical staff. The best fit is a fine-tuned LLM (D) because fine-tuning can standardize tone, format, and completeness against your catalog schema, reducing variability and minimizing manual editing before posting. With a fine-tuned model, you can strongly enforce style guidelines (length, voice, prohibited claims), and you can template prompts so staff only supply product fields and get publish-ready copy. Option A is not best: Azure Machine Learning is excellent for predictive models but is unnecessary for straightforward text generation. B (Researcher) is optimized for multistep research across work data + web, not deterministic product copy generation. C (interactive agent) can help collect requirements, but it's more complexity than needed; the core need is consistent text generation from structured product data, which fine- tuning addresses directly while keeping user interaction simple (fill fields # generate description).
Question 58
You need to create a custom Azure Machine Learning model. The data used to train the model is consistent and uniform. What should you do first?
Correct Answer: A
The first step in creating a custom Azure Machine Learning model trained on your data is to acquire and prepare the data. This involves activities such as: Data Collection: Gathering the relevant data from its sources, such as databases, streaming sources, or Azure Blob storage. Data Cleaning and Preprocessing: Even with consistent and uniform data, you will need to perform steps like handling missing values, removing duplicates, and ensuring standardization. Data Transformation and Feature Engineering: Converting the raw data into a format suitable for the chosen machine learning algorithm and creating new features that can improve model performance. Data Splitting: Dividing the dataset into separate training, validation, and testing sets so the model can be trained on one portion and evaluated on data it hasn't seen before. Note: Once the data is prepared and ready, the subsequent steps in Azure Machine Learning typically involve: 1. Setting up an Azure Machine Learning workspace if you don't already have one. 2. Creating a data asset within the workspace that points to your data in Azure storage. 3. Configuring compute resources for training the model. 4, Selecting an appropriate model algorithm and writing a training script (or using automated ML features). 5. Training and tuning the model using the prepared data and compute resources Reference: https://medium.com/@offpagework1.datatrained/building-custom-r-models-in-azure-machine- learning-is-easy-e548598c6325
Question 59
A marketing team wants to automatically create product descriptions and campaign email drafts. Which generative AI capability best meets this business need?
Correct Answer: A
Question 60
What is considered a best practice when forming an AI adoption team in an enterprise environment?
Correct Answer: A
Enterprise AI adoption succeeds when it is cross-functional from the start . Option A is best practice because AI impacts legal risk, privacy, security, compliance, workforce processes, and business strategy-not just technology. Including leadership ensures alignment to priorities and funding; including business units ensures use cases and success metrics are real; including legal/compliance ensures responsible AI and regulatory obligations are addressed early. This prevents rework and reduces the chance of deploying solutions that are misaligned with policy or unacceptable risk. Options B and C delay governance and business alignment, which often leads to "build first, govern later" failure modes-solutions that work technically but cannot be approved or scaled due to privacy/security gaps or unclear accountability. Option D over-optimizes for vendor selection without ensuring the organization has defined responsible AI requirements, target use cases, and operating model. Procurement is important, but it is not the primary driver of a successful adoption team. The most sustainable approach is a representative adoption team that integrates business, technical, and governance stakeholders from day one.