Search Header Logo

MDP(Custom)-Accenture-16/08/21 (Day 21)

Authored by CloudThat Technologies

Professional Development

Professional Development

Used 2+ times

MDP(Custom)-Accenture-16/08/21 (Day 21)
AI

AI Actions

Add similar questions

Adjust reading levels

Convert to real-world scenario

Translate activity

More...

    Content View

    Student View

10 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Azure Cosmos DB analytical store is a fully isolated row store for enabling large-scale analytics against operational data in your Azure Cosmos DB, without any impact to your transactional workloads.

True

False

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Azure Synapse Link is supported for :

Azure Cosmos DB SQL (Core) API

Azure Cosmos DB API for MongoDB

Azure Cosmos DB Gremlin API

Azure Cosmos DB SQL (Core) API

Azure Cosmos DB API for MongoDB

Azure Cosmos DB Gremlin API

Azure Cosmos DB Cassandra API

Azure Cosmos DB SQL (Core) API

Azure Cosmos DB API for MongoDB

Azure Cosmos DB SQL (Core) API

Azure Cosmos DB Cassandra API

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Apache Spark is a parallel processing framework that supports on-disk processing to boost the performance of big-data analytic applications.

True

False

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

1. You have a table in Azure Synapse Analytics created as shown:

CREATE TABLE Membership

(MemberID int IDENTITY,

FirstName varchar(100) NULL,

SSN char(9) NOT NULL,

LastName varchar(100) NOT NULL,

Phone varchar(12) NULL,

Email varchar(100) NULL);


Queries executed as User = “TestUser” fails for the following query execution:


SELECT * FROM Membership;


-- Msg 230, Level 14, State 1, Line 12

-- The SELECT permission was denied on the column 'SSN' of the object 'Membership', database 'CLS_TestDW', schema 'dbo'.


What was the correct syntax used to enforce column-level security for above scenario?

GRANT SELECT FOR Membership(MemberID, FirstName, LastName, Phone, Email) ON TestUser;

GRANT SELECT ON Membership(MemberID, FirstName, LastName, Phone, Email) TO TestUser;

GRANT SELECT ON Membership(FirstName, LastName, Phone, Email) TO TestUser;

None of the above

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

A query was executed in SSMS against a database named as AdventureWorksLT as follows:


SELECT o.name AS [Table Name]

,ac.name AS [Column Name]

,sc.label

,sc.information_type

FROM sys.sensitivity_classifications sc

INNER JOIN sys.objects o ON o.object_id = sc.major_id

INNER JOIN sys.all_columns ac ON ac.column_id = sc.minor_id

WHERE ac.object_id = o.object_id;


The query will return the results of :

Rows being secured by row-level security

Columns being secured by Dynamic Data Masking

Classified columns

None of the above

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

You heard about Azure Event Hubs which is a fully managed, real-time data ingestion service used to stream millions of events per second from variety of sources.


You have applications including Transaction processing, Anomaly detection and Archiving data.


You can use Azure Event Hubs for:

Transaction processing and Archiving data only

Anomaly detection only

Transaction processing, Anomaly detection and Archiving data

Anomaly detection and Archiving data only

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

While creating an Azure Databricks secret scope in order to fetch the secret value of the client secret for one application registered in AAD, you will mention

Scope Name

DNS Name

Resource ID

DNS Name

Resource ID

Scope Name

Resource ID

Scope Name

Manage Principal

DNS Name

Resource ID

Access all questions and much more by creating a free account

Create resources

Host any resource

Get auto-graded reports

Google

Continue with Google

Email

Continue with Email

Classlink

Continue with Classlink

Clever

Continue with Clever

or continue with

Microsoft

Microsoft

Apple

Apple

Others

Others

Already have an account?