Examers.io
ExamsOrganizationsHow it worksPricingHelp & FAQ
GIAC (SANS) logo

GIAC Machine Learning Engineer

Domain 1Objective 2

Leveraging Python GMLE Practice Questions (Page 4)

Part of the Foundational Data Science and Statistics domain, which makes up ~41% of our current practice bank. GIAC (SANS) does not publish an official question count, but from its 180-minute exam (~70–120 total, ~29–49 in this domain), expect 7–12 from this objective — we provide 36 practice questions to prepare you well beyond it. (estimate)

36questions here
8free pages
8concepts

Questions 16–20

  1. 16application · medium

    A data scientist at a retail company loads a CSV of daily sales into a Pandas DataFrame. The 'revenue' column contains some missing values and a few non-numeric strings like 'N/A'. The team needs to compute the mean revenue per store, ignoring missing values, and then train a linear regression model using the cleaned data. Which sequence of operations should be used?

    Select an answer first
  2. 17foundation · easy

    Which Pandas method is used to check for missing values in a DataFrame?

    Select an answer first
  3. 18expert · hard

    A data engineer has a DataFrame with a column 'timestamp' containing datetime strings in the format 'YYYY-MM-DD HH:MM:SS'. They need to filter rows where the timestamp is in the year 2023. They are considering using string operations versus converting to datetime. Which approach is more robust and efficient?

    Select an answer first
  4. 19application · medium

    A machine learning engineer is building a binary classifier to predict customer churn. The dataset has 10,000 rows and 50 features, including categorical variables like 'contract_type'. They want to use a logistic regression model. Which pipeline correctly preprocesses the data and trains the model?

    Select an answer first
  5. 20application · medium

    A data scientist has a DataFrame with a column 'price' that contains outliers. They want to replace outliers beyond 3 standard deviations from the mean with the median. Which code correctly performs this winsorization?

    Select an answer first
Finished these 5 questions?

Review the revealed explanations, or continue through the curriculum.

Free Basic Practice is a study aid with revealable answers — not a scored exam. Examers.io is independent and not affiliated with or endorsed by GIAC (SANS). “GMLE” is a trademark of its owner, used for identification only.