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

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

Professional Development

10 Qs

quiz-placeholder

Similar activities

IVY SQL Internship Assessment

IVY SQL Internship Assessment

Professional Development

13 Qs

MS-500

MS-500

Professional Development

6 Qs

ICT ML STUDIO

ICT ML STUDIO

Professional Development

15 Qs

[FAST TRACK] Android quiz 15

[FAST TRACK] Android quiz 15

Professional Development

15 Qs

CB AWS Quiz 1

CB AWS Quiz 1

Professional Development

10 Qs

02. Azure Descripción de los servicios

02. Azure Descripción de los servicios

Professional Development

9 Qs

Day 4: MDP-Custom Accenture (DP-203)

Day 4: MDP-Custom Accenture (DP-203)

Professional Development

9 Qs

Post Test Maqmur

Post Test Maqmur

Professional Development

10 Qs

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

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

Assessment

Quiz

Professional Development

Professional Development

Hard

Created by

CloudThat Technologies

Used 2+ times

FREE Resource

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

Create a free account and access millions of resources

Create resources
Host any resource
Get auto-graded reports
or continue with
Microsoft
Apple
Others
By signing up, you agree to our Terms of Service & Privacy Policy
Already have an account?