Az 900 Flashcards
You have been tasked with applying a data analytics type to a data solution.
The data analytics type should interpret historical data to better understand changes that have happened.
Which of the following is the data analytics type you should use?
A.
Cognitive Analytics
B.
Predictive Analytics
C.
Descriptive Analytics
D.
Diagnostic Analytics
Descriptive Analytics
You are developing an Azure SQL relational database.
You need to make sure that your solution allows for data redundancy to be minimized, and data integrity to be increased.
Which of the following is the process that should be included in your solution?
A.
Denormalization
B.
Normalization
C.
Extract
D.
Transform
Normalization
You have a data solution that must be configured to process large amounts of data at rest for analysis.
Which of the following actions should you take?
A.
You should consider making use of Online Analytical Processing (OLAP).
B.
You should consider making use of Real time processing.
C.
You should consider making use of Online Transaction Processing (OLTP).
D.
You should consider making use of batch processing.
You should consider making use of batch processing.
You are developing an application that translates stored sound files into text.
You need to choose an analytics type to use for the application.
Which of the following should you choose?
A.
Cognitive Analytics
B.
Predictive Analytics
C.
Prescriptive Analytics
D.
Diagnostic Analytics
Cognitive Analytics
You are tasked with developing a relational database.
Which of the following advantages of using relational databases? (Choose all that apply.)
A.
Easy to retrieve data.
B.
Inexpensive Scalability.
C.
Flexibility.
D.
Agile Programming.
E.
Data Integrity.
Easy to retrieve data. Flexibility. Data integrity
You are analyzing data using Power BI. Your report needs to include a chart that aids the comprehension of the considerations that impact a key metric.
Which of the following is the visualization type you should use?
A.
Gauge
B.
Doughnut
C.
Key influencer
D.
Matrix
Key influencer
You are creating a query that alters current data in a table in SQL Server. You need to make use of a Data Manipulation Language (DML) statement to achieve your goal.
Which of the following are options that could be used?
A.
DENY
B.
RENAME
C.
UPDATE
D.
WHERE
UPDATE
You have a SQL query that combines data from two tables. Calculated columns are incorporated into the query.
You have to make sure that the query can be used by other users by persisting the SQL query
You decide to create a view.
Does the action achieve your objective?
A.
Yes, it does
B.
No, it does not
Yes
A view is a virtual table whose contents are defined by a query. A view acts as a filter on the underlying tables referenced in the view. The query that defines the view can be from one or more
You have a SQL query that combines data from two tables. Calculated columns are incorporated into the query.
You have to make sure that the query can be used by other users by persisting the SQL query
You decide to create an index.
Does the action achieve your objective?
A.
Yes, it does
B.
No, it does not
No
You have a SQL query that combines data from two tables. Calculated columns are incorporated into the query.
You have to make sure that the query can be used by other users by persisting the SQL query
You decide to create a trigger.
A.
Yes, it does
B.
No, it does not
No
You have a data solution that must be configured to meet the following requirements:
Low latency.
Process data as it is generated.
Which of the following actions should you take?
A.
You should consider making use of Online Analytical Processing (OLAP).
B.
You should consider making use of Real time processing.
C.
You should consider making use of Online Transaction Processing (OLTP).
D.
You should consider making use of batch processing.
You should consider making use of Real time processing.
Your company has an Azure SQL subscription with a database named Accounts. Employees in the Accounts department can access from their on-premises computers.
You are required to configure multi-factor authentication (MFA) for the Accounts database.
What should you do?
A.
You should implement OATH
B.
You should implement Azure Active Directory (Azure AD) authentication
C.
You should implement Kerberos
D.
You should implement Certificate authentication
You should implement Azure Active Directory (Azure AD) authentication
You have been tasked with developing a database.
You are required to make use of a graphical tool that allows for developing project-oriented offline databases.
You make use of Microsoft SQL Server Data Tools (SSDT).
Does the action achieve your objective?
A.
Yes, it does
B.
No, it does not
Yes
You have been tasked with developing a database.
You are required to make use of a graphical tool that allows for developing project-oriented offline databases.
You make use of Microsoft SQL Server Management Studio (SSMS).
Does the action achieve your objective?
A.
Yes, it does
B.
No, it does not
Yes
You have been tasked with developing a database.
You are required to make use of a graphical tool that allows for developing project-oriented offline databases.
You make use of Microsoft Visual Studio.
Does the action achieve your objective?
A.
Yes, it does
B.
No, it does not
No
You regularly connect to an Azure SQL database straight from the Internet.
As a result of your external IP address changing, you are unable to connect to the database. You are, however, able to access other Azure resources.
Which of the following could be a reason for this happening?
A.
You no longer have the necessary permissions.
B.
A DNS record is misconfigured.
C.
A network security group (NSG).
D.
A firewall at the database-level is preventing access.
A firewall at the database-level is preventing access.