exam questions

Exam DP-700 All Questions

View all questions & answers for the DP-700 exam

Exam DP-700 topic 1 question 18 discussion

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

You have an Azure Data Lake Storage Gen2 account named storage1 and an Amazon S3 bucket named storage2.
You have the Delta Parquet files shown in the following table.

You have a Fabric workspace named Workspace1 that has the cache for shortcuts enabled. Workspace1 contains a lakehouse named Lakehouse1. Lakehouse1 has the following shortcuts:
A shortcut to ProductFile aliased as Products
A shortcut to StoreFile aliased as Stores
A shortcut to TripsFile aliased as Trips
The data from which shortcuts will be retrieved from the cache?

  • A. Trips and Stores only
  • B. Products and Store only
  • C. Stores only
  • D. Products only
  • E. Products, Stores, and Trips
Show Suggested Answer Hide Answer
Suggested Answer: C 🗳️

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
Tuki93
Highly Voted 3 months ago
Selected Answer: C
Shortcut caching is currently only supported for GCS, S3 and S3 compatible shortcuts. If a file hasn’t been accessed for more than 24 hrs it's purged from the cache. Individual files greater than 1 GB in size aren't cached https://learn.microsoft.com/en-us/fabric/onelake/onelake-shortcuts#caching
upvoted 6 times
AnetaK
2 days, 20 hours ago
The retention period for cached files can be set from 1-28 days. (same link as obove)
upvoted 1 times
...
...
henryphchan
Highly Voted 2 months, 1 week ago
Selected Answer: C
The answer is C. Please refer to MS docs (https://learn.microsoft.com/en-us/fabric/onelake/onelake-shortcuts) - Shortcut caching can be used to reduce egress costs associated with cross-cloud data access. - Shortcut caching is currently only supported for GCS, S3 and S3 compatible shortcuts.
upvoted 5 times
henryphchan
2 months, 1 week ago
- Cached files have a retention period of 24 hours. - Individual files greater than 1 GB in size aren't cached.
upvoted 2 times
AnetaK
2 days, 20 hours ago
The retention period for cached files can be set from 1-28 days. https://learn.microsoft.com/en-us/fabric/onelake/onelake-shortcuts#caching
upvoted 1 times
...
...
...
Ryan2025
Most Recent 4 days, 5 hours ago
Selected Answer: D
The key detail in this question is that Fabric can cache shortcut data only from Azure Data Lake Storage Gen2, not from Amazon S3. - Only files stored in Azure Data Lake Gen2 (i.e., storage1) can be cached. - That means only ProductFile (Products) is eligible for shortcut caching.
upvoted 1 times
...
Biju1
2 weeks, 1 day ago
Selected Answer: B
Remember . in documentation, still you cant see ADLS. but ADLS and Dataverse support shortcut now in Fabric. Access one lake house and try. I verified
upvoted 1 times
...
Tamele001
3 weeks, 6 days ago
Selected Answer: B
Products and store because they have less than a GB
upvoted 2 times
...
Adriel_1996
1 month ago
Selected Answer: C
ProductFile is part of ADLS GEN2 which according documentation "Shortcut caching is currently only supported for GCS, S3 and S3 compatible shortcuts." hence is not caching. TripsFile exccede 1 GB size Only StoreFile support caching and has the right size Based on: https://learn.microsoft.com/en-us/fabric/onelake/onelake-shortcuts Caching and S3 shortcuts
upvoted 4 times
...
cuomuqi
1 month, 2 weeks ago
Selected Answer: B
s3 can be saved https://learn.microsoft.com/en-us/fabric/onelake/create-s3-shortcut and items bigger than 1GB can not cached. "If a file hasn’t been accessed for more than 24 hrs it's purged from the cache. Individual files greater than 1 GB in size aren't cached." https://learn.microsoft.com/en-us/fabric/onelake/onelake-shortcuts
upvoted 1 times
...
vish9
1 month, 3 weeks ago
Selected Answer: B
In Microsoft Fabric, when the cache for shortcuts is enabled, the caching mechanism applies based on the file size and source location. ProductFile (50MB) from storage1 (Azure Data Lake Storage Gen2) Cached ✅ (because it's from Azure Data Lake and is small) TripsFile (2GB) from storage2 (Amazon S3) Not cached ❌ (because it's larger than 1GB) StoreFile (25MB) from storage2 (Amazon S3) Cached ✅ (because it's smaller than 1GB) Cache Behavior: Files ≤ 1GB from Azure Data Lake Storage (ADLS) or Amazon S3 are cached. Files > 1GB are not cached. Answer: The data retrieved from the cache will be Products (ProductFile) and Stores (StoreFile).
upvoted 2 times
...
JensQ
1 month, 3 weeks ago
Selected Answer: B
S3 and ADLS G2 are both supported. Only limitation is the size, meaning Trips is too big to be cached.
upvoted 2 times
...
DarkDerf
1 month, 4 weeks ago
Selected Answer: D
Since caching works only for Azure Data Lake Storage Gen2, the shortcuts pointing to Amazon S3 (storage2) will not be retrieved from the cache. Evaluating the shortcuts: Products (shortcut to ProductFile - ADLS Gen2) → ✅ Cached Stores (shortcut to StoreFile - Amazon S3) → ❌ Not Cached Trips (shortcut to TripsFile - Amazon S3) → ❌ Not Cached Answer: The cached data will be retrieved only for Products. Thus, the correct answer is: D. Products only
upvoted 2 times
...
ChenFu
2 months ago
Selected Answer: E
In Microsoft Fabric, when cache for shortcuts is enabled, the data from the shortcuts is automatically cached in OneLake for faster access. The key factors that determine cache availability are: Shortcut source – Files in Azure Data Lake Storage Gen2 and Amazon S3 are both supported for caching. Cache enabled – If caching is enabled for the workspace, all accessible shortcuts are cached. Data access – Cached data is updated when the source changes or when the cache expires (typically after 30 days of inactivity).
upvoted 1 times
Adriel_1996
1 month ago
Shortcut source – Files in Azure Data Lake Storage Gen2 where is the documentation that suports ?
upvoted 2 times
...
...
prabhjot
2 months, 3 weeks ago
Selected Answer: B
Shortcuts are accessible from both ADLS and Amazon S3 as of the time of writing this answer. Trips is too large to be cached
upvoted 4 times
...
Diana11
2 months, 3 weeks ago
Selected Answer: D
In Microsoft Fabric, when the cache for shortcuts is enabled, data accessed via shortcuts can be cached in OneLake, reducing latency and improving performance. However, not all shortcuts are automatically cached - only those pointing to Azure Data Lake Storage Gen2 (ADLS Gen2) The only shortcut whose data will be retrieved from the cache is Products
upvoted 1 times
Diana11
2 months, 3 weeks ago
..and Store, because in Lakehouse1, we have -> A shortcut to StoreFile aliased as Stores Correct answer is B. Products and Store only. Trips is too large to be cached (2 GB).
upvoted 1 times
...
...
amli123
3 months, 1 week ago
Selected Answer: C
Files > 1GB not cached Shorcut caching only supported for S3
upvoted 2 times
...
01ceacf
4 months, 2 weeks ago
Selected Answer: B
File greater than 1GB in size are not cached. https://learn.microsoft.com/en-us/fabric/onelake/onelake-shortcuts
upvoted 4 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