Welcome to ExamTopics
ExamTopics Logo
- Expert Verified, Online, Free.
exam questions

Exam Certified Machine Learning Associate All Questions

View all questions & answers for the Certified Machine Learning Associate exam

Exam Certified Machine Learning Associate topic 1 question 1 discussion

Actual exam question from Databricks's Certified Machine Learning Associate
Question #: 1
Topic #: 1
[All Certified Machine Learning Associate Questions]

A machine learning engineer has created a Feature Table new_table using Feature Store Client fs. When creating the table, they specified a metadata description with key information about the Feature Table. They now want to retrieve that metadata programmatically.
Which of the following lines of code will return the metadata description?

  • A. There is no way to return the metadata description programmatically.
  • B. fs.create_training_set("new_table")
  • C. fs.get_table("new_table").description
  • D. fs.get_table("new_table").load_df()
  • E. fs.get_table("new_table")
Show Suggested Answer Hide Answer
Suggested Answer: C 🗳️

Comments

Chosen Answer:
This is a voting comment (?) , you can switch to a simple comment.
Switch to a voting comment New
Deuterium44
2 weeks, 4 days ago
Selected Answer: C
C is the correct answer.
upvoted 1 times
...
NagaoShingo
5 months, 3 weeks ago
Selected Answer: C
C is correct answer.
upvoted 1 times
...
Community vote distribution
A (35%)
C (25%)
B (20%)
Other
Most Voted
A voting comment increases the vote count for the chosen answer by one.

Upvoting a comment with a selected answer will also increase the vote count towards that answer by one. So if you see a comment that you already agree with, you can upvote it instead of posting a new comment.

SaveCancel
Loading ...