exam questions

Exam DP-600 All Questions

View all questions & answers for the DP-600 exam

Exam DP-600 topic 1 question 84 discussion

Actual exam question from Microsoft's DP-600
Question #: 84
Topic #: 1
[All DP-600 Questions]

You have a Fabric tenant that contains two workspaces named Workspace1 and Workspace2. Workspace1 contains a lakehouse named Lakehouse1. Workspace2 contains a lakehouse named Lakehouse2. Lakehouse1 contains a table named dbo.Sales. Lakehouse2 contains a table named dbo.Customers.

You need to ensure that you can write queries that reference both dbo.Sales and dbo.Customers in the same SQL query without making additional copies of the tables.

What should you use?

  • A. a shortcut
  • B. a dataflow
  • C. a view
  • D. a managed table
Show Suggested Answer Hide Answer
Suggested Answer: A 🗳️

Comments

Chosen Answer:
This is a voting comment (?). It is better to Upvote an existing comment if you don't have anything to add.
Switch to a voting comment New
pppppppppie
Highly Voted 1 year, 1 month ago
you can not create view directly. you need to create shortcuts first to access table in different workspaces .https://community.fabric.microsoft.com/t5/General-Discussion/Cross-Workspace-access/m-p/3744282#:~:text=You%20cannot%20directly%20query%20the,and%20then%20query%20the%20shortcut.
upvoted 24 times
...
vernillen
Highly Voted 11 months, 2 weeks ago
Selected Answer: A
It's a fabric exam and they're really proud of their shortcuts, which are specifically designed for accessing data without making an additional copy of it.
upvoted 14 times
...
zolfoman
Most Recent 7 months, 2 weeks ago
the d option is changed to script, that is the correct one anyway
upvoted 1 times
...
os_ca
11 months, 2 weeks ago
My mistake. Please delete my post.
upvoted 1 times
...
os_ca
11 months, 2 weeks ago
I checked the query below using MS fabric. The below query runs in both lake houses (warehouses under those). As long as they are managed tables, the below query works. select * from Lakehouse1.dbo.Sales select * from Lakehouse2.dbo.Customers
upvoted 1 times
...
os_ca
11 months, 2 weeks ago
I checked the query below with MS fabric. The below query runs in both lake houses (warehouses under those). As long as they are tables, the below query works. select * from Lakehouse1.dbo.Sales select * from Lakehouse2.dbo.Customers
upvoted 1 times
...
woliveiras
11 months, 2 weeks ago
Selected Answer: A
shortcut (100%)
upvoted 5 times
...
282b85d
11 months, 3 weeks ago
Selected Answer: A
Shortcuts are specifically designed for cross-lakehouse referencing and provide a seamless and efficient way to query data across different workspaces without data duplication or complex configurations, making them the best choice for this scenario. Views typically reference tables within the same database or lakehouse. While you can create views that reference tables in different schemas or databases, they generally do not support cross-workspace references directly. Creating views for cross-workspace data might require additional configuration or data duplication.
upvoted 2 times
...
woliveiras
1 year ago
Selected Answer: A
Shortcuts enable you to do it in an easy way.
upvoted 3 times
...
Nefirs
1 year ago
Selected Answer: A
shortcut first
upvoted 2 times
...
popo1235
1 year ago
Selected Answer: A
First create shortcut in order to be able to create view on top
upvoted 1 times
...
prabhjot
1 year, 1 month ago
C. a view A view is a virtual table that contains data from one or more tables. You can create a view that references tables from different lakehouses (in this case, dbo.Sales from Lakehouse1 and dbo.Customers from Lakehouse2).
upvoted 3 times
Nefirs
1 year ago
you cannot reference tables from lakehouses across different workspaces without a shortcut first.
upvoted 3 times
...
...
Community vote distribution
A (35%)
C (25%)
B (20%)
Other
Most Voted
A voting comment increases the vote count for the chosen answer by one.

Upvoting a comment with a selected answer will also increase the vote count towards that answer by one. So if you see a comment that you already agree with, you can upvote it instead of posting a new comment.

SaveCancel
Loading ...
exam
Someone Bought Contributor Access for:
SY0-701
London, 1 minute ago