Snowflake SnowPro Advanced Data Engineer Exam Practice Questions (P. 4)
- Full Access (65 questions)
- Six months of Premium Access
- Access to one million comments
- Seamless ChatGPT Integration
- Ability to download PDF files
- Anki Flashcard files for revision
- No Captcha & No AdSense
- Advanced Exam Configuration
Question #16
How should the Data Engineer configure the compute resources to support this dashboard?
- AAssign queries to a multi-cluster virtual warehouse with economy auto-scaling. Allow the system to automatically start and stop clusters according to demand.
- BAssign all queries to a multi-cluster virtual warehouse set to maximized mode. Monitor to determine the smallest suitable number of clusters.Most Voted
- CCreate a virtual warehouse for every 250 Analysts. Monitor to determine how many of these virtual warehouses are being utilized at capacity.
- DCreate a size XL virtual warehouse to support all the dashboard queries. Monitor query runtimes to determine whether the virtual warehouse should be resized.
B


Hi! Do you need help with this question ?
- Why isn't the A the right answer?
- Traducir la pregunta al español
Contributor get free access to an augmented ChatGPT 4 trained with the latest IT Questions.
Question #17
How long will Snowflake use the persisted query results from the result cache, provided that the underlying data has not changed?
- A12 hours
- B24 hours
- C14 days
- D31 daysMost Voted
B


Hi! Do you need help with this question ?
- Why isn't the A the right answer?
- Traducir la pregunta al español
Contributor get free access to an augmented ChatGPT 4 trained with the latest IT Questions.
Question #18
What step must the Engineer take to immediately run a new transaction?
- ACall the system function SYSTEM$ABORT_TRANSACTION.Most Voted
- BCall the system function SYSTEM$CANCEL_TRANSACTION.
- CSet the LOCK_TIMEOUT to FALSE in the stored procedure.
- DSet the TRANSACTION_ABORT_ON_ERROR to TRUE in the stored procedure.
A


Hi! Do you need help with this question ?
- Why isn't the A the right answer?
- Traducir la pregunta al español
Contributor get free access to an augmented ChatGPT 4 trained with the latest IT Questions.
Question #19

The log_table is initially empty and a Data Engineer issues the following command:
CALL insert_log(NULL::VARCHAR);
No other operations are affecting the log_table.
What will be the outcome of the procedure call?
- AThe log_table contains zero records and the stored procedure returned 1 as a return value.
- BThe log_table contains one record and the stored procedure returned 1 as a return value.
- CThe log_table contains one record and the stored procedure returned NULL as a return value.
- DThe log_table contains zero records and the stored procedure returned NULL as a return value.Most Voted
D

Hi! Do you need help with this question ?
- Why isn't the A the right answer?
- Traducir la pregunta al español
Contributor get free access to an augmented ChatGPT 4 trained with the latest IT Questions.
Question #20
- AWhen TABLE with FLATTEN requires another source in the FROM clause to refer to.
- BWhen TABLE with FLATTEN requires no additional source in the FROM clause to refer to.Most Voted
- CWhen the LATERAL FLATTEN combination requires no other source in the FROM clause to refer to.
- DWhen TABLE with FLATTEN is acting like a sub-query executed for each returned row.
B


Hi! Do you need help with this question ?
- Why isn't the A the right answer?
- Traducir la pregunta al español
Contributor get free access to an augmented ChatGPT 4 trained with the latest IT Questions.
All Pages