DSA-C03 무료 덤프문제 온라인 액세스
| 시험코드: | DSA-C03 |
| 시험이름: | SnowPro Advanced: Data Scientist Certification Exam |
| 인증사: | Snowflake |
| 무료 덤프 문항수: | 289 |
| 업로드 날짜: | 2026-01-11 |
You are building a model deployment pipeline using a CI/CD system that connects to your Snowflake data warehouse from your external IDE (VS Code) and orchestrates model training and deployment. The pipeline needs to dynamically create and grant privileges on Snowflake objects (e.g., tables, views, warehouses) required for the model. Which of the following security best practices should you implement when creating and granting privileges within the pipeline?
You are building a machine learning model to predict customer churn for a telecommunications company. One of the features is 'tariff_plan', which is a string representing different tariff plans (e.g., 'Basic', 'Premium', 'Unlimited'). You need to encode this feature for your model, but you also want to handle potential new tariff plans that might appear in future data'. Which encoding method and Snowflake SQL approach would be MOST suitable to minimize dimensionality and address unseen values effectively, assuming the number of plans is moderately high (around 20-30)?
You are using Snowpark for Python to build a feature engineering pipeline for a machine learning model that predicts customer churn. The data is stored in a Snowflake table called 'CUSTOMER DATA' , and you want to create new features based on time-series data within the table. You need to calculate the 'Recency' feature (days since the last transaction) and 'Frequency' feature (number of transactions in the last 3 months). Considering performance and best practices, which Snowpark approach would you choose?
You have developed a customer churn prediction model using Python and deployed it as a Snowflake UDE You are monitoring its performance and notice a significant drop in accuracy over time. To address this, you need to implement automated model retraining with regular validation. Which of the following steps and validation techniques are MOST critical for ensuring the retrained model is effective and avoids overfitting to recent data? (Select THREE)