Google Cloud Professional Data Engineer — Question 37

You receive data files in CSV format monthly from a third party. You need to cleanse this data, but every third month the schema of the files changes. Your requirements for implementing these transformations include:
✑ Executing the transformations on a schedule
✑ Enabling non-developer analysts to modify transformations
✑ Providing a graphical tool for designing transformations
What should you do?

Answer options

Correct answer: A

Explanation

The correct answer is A because Dataprep by Trifacta allows for the creation and management of transformation recipes in a user-friendly graphical interface, enabling analysts to modify them without coding. Options B and D involve more complex processes that require SQL or Spark knowledge, which may not be suitable for non-developer analysts. Option C relies on Python coding, which contradicts the requirement for non-developers to make changes easily.