Q1. A new data engineering team team has been assigned to an ELT project. The new data engineering team will need full privileges on the table sales to fully manage the project. Which command can be used to grant full permissions on the database to the new data engineering team?
A.grant all privileges on table sales TO team;
B. GRANT SELECT ON TABLE sales TO team;
C. GRANT SELECT CREATE MODIFY ON TABLE sales TO team;
D. GRANT ALL PRIVILEGES ON TABLE team TO sales;
Correct Answer: A
Q2. Which of the following SQL keywords can be used to convert a table from a long format to a wide format?
A.PIVOT
B. CONVERT
C. WHERE
D. TRANSFORM
E. SUM
Correct Answer: A
Q3. A data engineer needs access to a table new_table, but they do not have the correct permissions. They can ask the table owner for permission, but they do not know who the table owner is. Which of the following approaches can be used to identify the owner of new_table?
A.Review the Permissions tab in the table's page in Data Explorer
B. All of these options can be used to identify the owner of the table
C. Review the Owner field in the table's page in Data Explorer
D. Review the Owner field in the table's page in the cloud storage solution
E. There is no way to identify the owner of the table
Correct Answer: C
Q4. A data engineer needs to create a table in Databricks using data from their organization's existing SQLite database. They run the following command: CREATE TABLE jdbc_customer360 USING OPTIONS ( url "jdbc:sqlite:/customers.db", dbtable "customer360" ) Which line of code fills in the above blank to successfully complete the task?
A.autoloader
B. org.apache.spark.sql.jdbc
C. sqlite
D. org.apache.spark.sql.sqlite
Correct Answer: B
$ 39
Reviews
There are no reviews yet.