Enjoy 15% Discount With Coupon 15off

Monthly Archives - December 2022

How often should an emergency operations plan be audited?

How often should an emergency operations plan be audited?A . At least annually. Evaluations should occur after drills, emergencies, personnel changes, facility design changes and policy changes. B. At least quarterly. Evaluations should occur after drills, emergencies, personnel changes, facility design changes and policy changes. C. On demand. Evaluations should...

Read more...

CORRECT TEXT

CORRECT TEXT Task Create a new deployment for running.nginx with the following parameters; • Run the deployment in the kdpd00201 namespace. The namespace has already been created • Name the deployment frontend and configure with 4 replicas • Configure the pod with a container image of lfccncf/nginx:1.13.7 • Set an...

Read more...

Which are the rules to define the process roles? Note: There are 2 correct answers to this question.

Which are the rules to define the process roles? Note: There are 2 correct answers to this question.A . Process roles are assigned to permissions. B. Process roles are assigned to process principals. C. Permissions are assigned to process roles. D. Process principals are assigned to process roles.View AnswerAnswer: C,D

Read more...

During a database cloning, if a SNOWPIPE is cloned with a fully qualified table in the COPY statement in the pipe definition (in the form of db_name.schema_name.table_name or schema_name.table_name), then what will happen?

During a database cloning, if a SNOWPIPE is cloned with a fully qualified table in the COPY statement in the pipe definition (in the form of db_name.schema_name.table_name or schema_name.table_name), then what will happen?A . Snowpipe loads duplicate data into the source table B. Data loading will fail when the snowpipe...

Read more...

EXECUTE TASK privilege can be granted by whom

EXECUTE TASK privilege can be granted by whomA . ACCOUNTADMIN B. SECURITYADMIN C. ROLE WHO OWNS THE TASKView AnswerAnswer: A Explanation: -- set the active role to ACCOUNTADMIN before granting the EXECUTE TASK privilege to the new role use role accountadmin; grant execute task on account to role taskadmin; https://docs.snowflake.com/en/user-guide/tasks-intro.html#creating-a-task-administrator-role

Read more...