최신Snowflake SnowPro Advanced: Data Engineer (DEA-C02) - DEA-C02무료샘플문제
문제1
A data engineering team has deployed an external function that leverages a cloud-based machine learning model. They are experiencing intermittent errors and performance degradation, and they suspect issues with the external function's batching and error handling. Which of the following steps would BEST address these issues and improve the reliability and performance of the external function? (Select TWO)
A data engineering team has deployed an external function that leverages a cloud-based machine learning model. They are experiencing intermittent errors and performance degradation, and they suspect issues with the external function's batching and error handling. Which of the following steps would BEST address these issues and improve the reliability and performance of the external function? (Select TWO)
정답: B,E
설명: (ExamPassdump 회원만 볼 수 있음)
문제2
You're designing a Snowpark data transformation pipeline that requires running a Python function on each row of a large DataFrame. The Python function is computationally intensive and needs access to external libraries. Which of the following approaches will provide the BEST combination of performance, scalability, and resource utilization within the Snowpark architecture?
You're designing a Snowpark data transformation pipeline that requires running a Python function on each row of a large DataFrame. The Python function is computationally intensive and needs access to external libraries. Which of the following approaches will provide the BEST combination of performance, scalability, and resource utilization within the Snowpark architecture?
정답: C,E
설명: (ExamPassdump 회원만 볼 수 있음)
문제3
You have a table named 'TRANSACTIONS which is frequently queried by 'TRANSACTION_DATE and 'CUSTOMER ID. You want to define a clustering strategy for this table. You are aware that defining multiple clustering keys is possible. Given the following considerations, which of the following clustering strategies would provide the BEST performance AND minimize reclustering costs, assuming both columns have similar cardinality and are equally used in WHERE clauses? (Assume cost optimization is the most critical factor if performance difference is minimal.)
You have a table named 'TRANSACTIONS which is frequently queried by 'TRANSACTION_DATE and 'CUSTOMER ID. You want to define a clustering strategy for this table. You are aware that defining multiple clustering keys is possible. Given the following considerations, which of the following clustering strategies would provide the BEST performance AND minimize reclustering costs, assuming both columns have similar cardinality and are equally used in WHERE clauses? (Assume cost optimization is the most critical factor if performance difference is minimal.)
정답: B,E
설명: (ExamPassdump 회원만 볼 수 있음)
문제4
You are responsible for ensuring data consistency across multiple Snowflake tables involved in a financial reporting system. You've noticed discrepancies in aggregate calculations between a 'TRANSACTIONS" table and a summary table 'MONTHLY REPORTS'. The 'TRANSACTIONS' table is frequently updated via streams and tasks. Which combination of the following strategies would be MOST effective in identifying and resolving these inconsistencies in near real-time?
You are responsible for ensuring data consistency across multiple Snowflake tables involved in a financial reporting system. You've noticed discrepancies in aggregate calculations between a 'TRANSACTIONS" table and a summary table 'MONTHLY REPORTS'. The 'TRANSACTIONS' table is frequently updated via streams and tasks. Which combination of the following strategies would be MOST effective in identifying and resolving these inconsistencies in near real-time?
정답: A,B,C
설명: (ExamPassdump 회원만 볼 수 있음)
문제5
You're using Snowpark Python to transform data in a Snowflake table called 'employee_data' which includes columns , 'department, 'salary' , and 'performance_rating'. You need to identify the top 3 highest-paid employees within each department based on their salary, but only for departments where the average performance rating is above 4.0. Which of the following approaches using Snowpark efficiently combines window functions, filtering, and aggregations to achieve this?

You're using Snowpark Python to transform data in a Snowflake table called 'employee_data' which includes columns , 'department, 'salary' , and 'performance_rating'. You need to identify the top 3 highest-paid employees within each department based on their salary, but only for departments where the average performance rating is above 4.0. Which of the following approaches using Snowpark efficiently combines window functions, filtering, and aggregations to achieve this?

정답: B
설명: (ExamPassdump 회원만 볼 수 있음)
문제6
You are tasked with implementing column-level security on the 'EMPLOYEE table to restrict access to the 'SALARY column. Only users with the 'HR ROLE' should be able to view the actual salary. All other users should see NULL. You create a masking policy as follows:

What additional steps are necessary to enforce this policy?
You are tasked with implementing column-level security on the 'EMPLOYEE table to restrict access to the 'SALARY column. Only users with the 'HR ROLE' should be able to view the actual salary. All other users should see NULL. You create a masking policy as follows:

What additional steps are necessary to enforce this policy?
정답: D
설명: (ExamPassdump 회원만 볼 수 있음)
문제7
You are designing a Snowpipe pipeline to ingest data from an AWS SQS queue. The queue contains notifications about new files arriving in an S3 bucket. However, due to network issues, some notifications are delayed, causing Snowpipe to potentially miss files. Which of the following strategies, when combined, will BEST address the problem of delayed notifications and ensure data completeness?
You are designing a Snowpipe pipeline to ingest data from an AWS SQS queue. The queue contains notifications about new files arriving in an S3 bucket. However, due to network issues, some notifications are delayed, causing Snowpipe to potentially miss files. Which of the following strategies, when combined, will BEST address the problem of delayed notifications and ensure data completeness?
정답: C
설명: (ExamPassdump 회원만 볼 수 있음)
문제8
A data engineer is tasked with creating an external table that points to a directory in AWS S3 containing CSV files. The files have a header row and are comma-delimited. The engineer executes the following DDL statement:
A data engineer is tasked with creating an external table that points to a directory in AWS S3 containing CSV files. The files have a header row and are comma-delimited. The engineer executes the following DDL statement:
정답: A
설명: (ExamPassdump 회원만 볼 수 있음)
문제9
You are designing a data sharing solution for a multi-tenant application where each tenant's data must be isolated. You have a 'sales' table with a 'tenant_id' column. You need to implement row-level security to ensure that each tenant can only access their own data when querying the shared table. Which of the following approaches, considering performance and security, is the MOST suitable for implementing this row-level filtering in Snowflake?
You are designing a data sharing solution for a multi-tenant application where each tenant's data must be isolated. You have a 'sales' table with a 'tenant_id' column. You need to implement row-level security to ensure that each tenant can only access their own data when querying the shared table. Which of the following approaches, considering performance and security, is the MOST suitable for implementing this row-level filtering in Snowflake?
정답: C
설명: (ExamPassdump 회원만 볼 수 있음)
문제10
You're designing a Snowpark Scala stored procedure that must execute a series of complex data quality checks on a Snowflake table.
These checks involve multiple steps, including validating data types, checking for null values, and verifying data consistency against external reference data'. You want to ensure that the stored procedure is resilient to errors, provides detailed logging, and can be easily monitored. Which of the following approaches would be the MOST robust and scalable for handling errors and logging within this Snowpark Scala stored procedure?
You're designing a Snowpark Scala stored procedure that must execute a series of complex data quality checks on a Snowflake table.
These checks involve multiple steps, including validating data types, checking for null values, and verifying data consistency against external reference data'. You want to ensure that the stored procedure is resilient to errors, provides detailed logging, and can be easily monitored. Which of the following approaches would be the MOST robust and scalable for handling errors and logging within this Snowpark Scala stored procedure?
정답: E
설명: (ExamPassdump 회원만 볼 수 있음)