Courseiva

AI-900 Practice Question: Describe fundamental principles of machine learning on Azure

What is a feature in the context of machine learning?

⚠ Common exam trap

Candidates often confuse the input (features) with the output (labels/predictions), especially since the term 'feature' is sometimes loosely used in other contexts like software features, leading candidates to pick option A or D.

Answer choices

Why each option matters

Answer the question above first, then reveal the full breakdown to understand why each option is right or wrong.

Correct answer & explanation

An individual measurable property used as input to a machine learning model

In machine learning, a feature is an individual measurable property or characteristic of the data that is used as input to a model. Features are the variables that the model learns from to make predictions or classifications. This is a fundamental concept in ML, as the quality and relevance of features directly impact model performance.

Answer analysis

Option-by-option breakdown

For each option: why learners choose it and why it is or isn't the right answer here.

  • The output or prediction made by a machine learning model

    Why it's wrong here

    The output of a model is formally called the label (in supervised learning) or the prediction/score (in inference), and it is the target variable learned from the input. Features are the independent variables used to derive that target, so they are inherently the opposite direction of the data flow. Calling the prediction a 'feature' reverses the cause-and-effect relationship in model training.

  • An individual measurable property used as input to a machine learning model

    Why this is correct

    A feature is an individual measurable property of the data that a model consumes as input — for instance, age, temperature, pixel intensity, or word frequency. In a tabular dataset, each feature is a column, and each row is an example with a feature vector. Models analyze these inputs to learn patterns and later map a new example’s features to a prediction.

  • A type of neural network layer

    Why it's wrong here

    Neural network layers, such as dense, convolutional, or recurrent layers, are computational structures that transform data between input and output. Features are the original numeric or categorical properties supplied to the network, not a layer type. Each training example arrives as a feature vector at the input layer, but that layer is not itself a feature.

  • A software capability in Azure Machine Learning

    Why it's wrong here

    In Azure Machine Learning, 'feature' may appear as a product name (e.g., Feature Store, featurization tools), but that is not the meaning being tested here. In data science, a feature is a single input attribute carved from raw data, not a software capability or service. Confusing the two would conflate tooling with the data variables those tools process.

About these practice questions

This AI-900 question is part of Courseiva's 985-question bank — original exam-style content with full explanations and wrong-answer analysis, never real exam questions or exam dumps. Learn why practice questions differ from exam dumps →

How Courseiva writes practice questions · Editorial policy

JA

Written by Johnson Ajibi, MSc IT Security

Senior Network & Security Engineer · founder of Courseiva

This AI-900 practice question is part of Courseiva's free Microsoft certification practice question bank. Courseiva provides original exam-style practice questions with explanations, topic-based practice, mock exams, readiness tracking, and study analytics to help learners prepare for the AI-900 exam.