Google Cloud Professional Machine Learning Engineer — Question 102

You are an ML engineer in the contact center of a large enterprise. You need to build a sentiment analysis tool that predicts customer sentiment from recorded phone conversations. You need to identify the best approach to building a model while ensuring that the gender, age, and cultural differences of the customers who called the contact center do not impact any stage of the model development pipeline and results. What should you do?

Answer options

Correct answer: A

Explanation

The correct answer is A because converting speech to text and then extracting sentiments based on sentences allows for a structured analysis that can be more easily controlled for biases related to gender, age, and culture. Options B, C, and D do not adequately address the need for structured sentiment extraction from text, which is essential for minimizing the impact of demographic factors during analysis.