DP-900 Korean 無料問題集「Microsoft Azure Data Fundamentals (DP-900 Korean Version)」
당신은 조직에서 데이터 어소시에이트로 일하고 있습니다. 당신의 클라이언트는 그의 Azure CosmoDB 계정으로 작업을 완료했고 그것을 삭제하려고 합니다.
그는 그것을 위해 따라야 할 단계를 모릅니다. 당신은 그가 Azure Cosmos DB 계정을 정리하기 위해 올바른 단계 순서를 따르도록 도와야 합니다. 다음 단계를 올바른 순서로 어떻게 배열할 것인가요?
(1) 빠른 시작을 위해 생성된 리소스 그룹을 선택합니다.
(2) Azure Portal 검색 창에서 리소스 그룹을 검색하여 선택합니다.
(3) 삭제하려는 리소스 그룹의 이름을 입력하고 삭제를 선택하세요.
(4) 리소스 그룹 개요 페이지에서 리소스 그룹 삭제를 선택합니다.
그는 그것을 위해 따라야 할 단계를 모릅니다. 당신은 그가 Azure Cosmos DB 계정을 정리하기 위해 올바른 단계 순서를 따르도록 도와야 합니다. 다음 단계를 올바른 순서로 어떻게 배열할 것인가요?
(1) 빠른 시작을 위해 생성된 리소스 그룹을 선택합니다.
(2) Azure Portal 검색 창에서 리소스 그룹을 검색하여 선택합니다.
(3) 삭제하려는 리소스 그룹의 이름을 입력하고 삭제를 선택하세요.
(4) 리소스 그룹 개요 페이지에서 리소스 그룹 삭제를 선택합니다.
正解:B
解答を投票する
解説: (JPNTest メンバーにのみ表示されます)
드래그 앤 드롭 질문
Azure Cosmos DB API를 적절한 데이터 구조에 맞춰보세요.
답변하려면 왼쪽 열에서 해당 API를 오른쪽의 데이터 구조로 끌어다 놓으세요.
각 API는 한 번, 여러 번 사용될 수도 있고, 전혀 사용되지 않을 수도 있습니다.
참고사항: 정답을 하나 맞히면 1점입니다.

Azure Cosmos DB API를 적절한 데이터 구조에 맞춰보세요.
답변하려면 왼쪽 열에서 해당 API를 오른쪽의 데이터 구조로 끌어다 놓으세요.
각 API는 한 번, 여러 번 사용될 수도 있고, 전혀 사용되지 않을 수도 있습니다.
참고사항: 정답을 하나 맞히면 1점입니다.

正解:

Explanation:
Column-Family Data Model:
This data model supports Cassandra API. Existing Cassandra implementations can be easily and quickly moved to Cosmos DB and use column family format, which is used in Cassandra. Column Family data model is similar to key-value data model except that the items in the data model adhere to the defined schema.
Key-Value Pair Data Model (Table API):
In this data model, each entity consists of a key and a value pair. The value itself can be a set of key-value pairs. This is very similar to a table in a relational database where each row has the same set of columns. The Key-Value pair solution is supported on standard Azure table API. This Table API is primarily helpful for existing Azure Table Storage customers in migration to Cosmos DB.
https://www.red-gate.com/simple-talk/cloud/azure/overview-of-azure-cosmos-db/
드래그 앤 드롭 질문
활동 유형을 적절한 Azure Data Factory 활동에 맞춰 연결하세요.
대답하려면 왼쪽 열에서 적절한 활동 유형을 오른쪽의 Data Factory 활동으로 끌어다 놓으세요. 각 활동 유형은 한 번, 두 번 이상 또는 전혀 사용되지 않을 수 있습니다.
참고사항: 정답을 하나 맞히면 1점입니다.

활동 유형을 적절한 Azure Data Factory 활동에 맞춰 연결하세요.
대답하려면 왼쪽 열에서 적절한 활동 유형을 오른쪽의 Data Factory 활동으로 끌어다 놓으세요. 각 활동 유형은 한 번, 두 번 이상 또는 전혀 사용되지 않을 수 있습니다.
참고사항: 정답을 하나 맞히면 1점입니다.

正解:

Explanation:
Box 1: Data movement
Data movement activities: Copy Activity in Data Factory copies data from a source data store to a sink data store. Data from any source can be written to any sink.
Box 2: Data transformation
Mapping data flows are visually designed data transformations in Azure Data Factory. Data flows allow data engineers to develop data transformation logic without writing code. The resulting data flows are executed as activities within Azure Data Factory pipelines that use scaled-out Apache Spark clusters.
Box 3: Control
Lookup Activity is a control flow activity. Lookup Activity can be used to read or look up a record/ table name/ value from any external source. This output can further be referenced by succeeding activities.
Reference
Pipelines and activities in Azure Data Factory and Azure Synapse Analytics
https://learn.microsoft.com/en-us/azure/data-factory/concepts-pipelines-activities Mapping data flows in Azure Data Factory
https://learn.microsoft.com/en-us/azure/data-factory/concepts-data-flow-overview
핫스팟 질문
다음 각 문장에 대해 문장이 사실이라면 예를 선택하세요. 그렇지 않으면 아니요를 선택하세요.
참고사항: 정답 하나당 1점입니다.

다음 각 문장에 대해 문장이 사실이라면 예를 선택하세요. 그렇지 않으면 아니요를 선택하세요.
참고사항: 정답 하나당 1점입니다.

正解:

Explanation:
Box 1: Yes
Like IaaS, PaaS includes infrastructure - servers, storage, and networking - but also middleware, development tools, business intelligence (BI) services, database management systems, and more. PaaS is designed to support the complete web application lifecycle: building, testing, deploying, managing, and updating.
PaaS allows you to avoid the expense and complexity of buying and managing software licenses, the underlying application infrastructure and middleware, container orchestrators such as Kubernetes, or the development tools and other resources Box 2: No In PaaS offerings, the underlying OS is managed by Azure, and users do not have control over OS updates or versions. This is handled by the cloud provider to ensure consistent maintenance and security.
Box 3: No
There really is no way to pause / stop billing for your Azure SQL Database. Microsoft's official answer "Yes, you can export your database. Delete the Azure SQL database and that will pause billing. Then when you need it you can create a new database and import your previously exported DB." Reference:
https://azure.microsoft.com/en-us/overview/what-is-paas
https://feedback.azure.com/forums/217321-sql-database/suggestions/6931152-please-add- ability-to-temporarily-turn-off-on-sql
핫스팟 질문
문장을 완성하려면 답변란에서 적절한 옵션을 선택하세요.

문장을 완성하려면 답변란에서 적절한 옵션을 선택하세요.

正解:

Explanation:
Transparent data encryption (TDE) helps protect Azure SQL Database, Azure SQL Managed Instance, and Azure Synapse Analytics against the threat of malicious offline activity by encrypting data at rest.
https://docs.microsoft.com/en-us/azure/azure-sql/database/transparent-data-encryption-tde- overview?tabs=azure-portal
핫스팟 질문
문장을 완성하려면 답변란에서 적절한 옵션을 선택하세요.

문장을 완성하려면 답변란에서 적절한 옵션을 선택하세요.

正解:

Explanation:
Heap: tables: without a clustered index.
Stored procedure: a sub-routine available to access application in RDBMS A view: is a table that is being created based on a user query An index: a data structure that improves the speed of data retrieval operations
https://docs.microsoft.com/en-us/sql/relational-databases/views/views
핫스팟 질문
문장을 올바르게 완성하는 답을 선택하세요.

문장을 올바르게 완성하는 답을 선택하세요.

正解:

Explanation:
https://learn.microsoft.com/en-us/power-bi/fundamentals/service-service-vs-desktop