Basic Concept: In AI teams, different roles hold distinct responsibilities for specific aspects of the AI system. Data quality issues such as incorrect formatting and missing values fall within the domain of data engineering, which is responsible for designing, building, and maintaining the data pipelines and datasets that feed AI models. CompTIA SecAI+ Study Guide covers AI team role definitions under governance and basic AI concepts.
Why C is Correct: A Data Engineer is responsible for building and maintaining the data pipelines, transformation processes, and data quality controls that supply AI models with properly formatted, complete data. Addressing incorrectly formatted data and missing values is a core data engineering responsibility, as these professionals own the ETL (Extract, Transform, Load) processes, data validation rules, and data quality frameworks that ensure the model receives clean, usable input.
Why A is Wrong: A Platform Engineer designs and maintains the computing infrastructure and platforms that host AI systems. Their focus is the technical environment and deployment infrastructure, not the quality or formatting of the data consumed by models.
Why B is Wrong: An MLOps Engineer manages the deployment, monitoring, and operational lifecycle of AI models in production. While they may detect data quality issues through monitoring, resolving data formatting and missing value problems is the responsibility of data engineers who own the data pipelines.
Why D is Wrong: An AI Architect designs the overall AI system architecture, component interactions, and technical strategy. While they define data requirements, the hands-on work of correcting data formatting errors and filling missing values belongs to the data engineering function.
Submit