exam questions

Exam PL-600 All Questions

View all questions & answers for the PL-600 exam

Exam PL-600 topic 2 question 41 discussion

Actual exam question from Microsoft's PL-600
Question #: 41
Topic #: 2
[All PL-600 Questions]

You are designing a new Microsoft Power Platform solution for a wedding organizer company.

The company uses a third-party application and plans to migrate the data into Microsoft Dataverse for the new solution. The third-party application has an API that can be connected to programmatically for data migration purposes.

You need to migrate the unique IDs belonging to the records from the third-party application.

Which two Microsoft Dataverse column types should you use to store this information?

Each correct answer presents a complete solution.

  • A. Plain Text
  • B. Text Area
  • C. Float
  • D. Unique Identifier
  • E. Rich Text
  • F. Lookup
Show Suggested Answer Hide Answer
Suggested Answer: AD 🗳️

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
Skada
Highly Voted 2 years, 2 months ago
Selected Answer: AD
To store unique IDs belonging to records from the third-party application in Microsoft Dataverse, you can use two column types: Single Line of Text: You can use this column to store alphanumeric IDs, such as order numbers or customer IDs, from the third-party application. GUID: You can use this column to store unique identifiers generated by the third-party application, such as unique IDs for customers, orders, or invoices. By using these two column types, you can ensure that the unique IDs belonging to records from the third-party application are accurately and reliably stored in Microsoft Dataverse.
upvoted 14 times
Tootru2bReal
5 months, 2 weeks ago
This is absolutely correct. I'm not even sure why this is a discussion. I have to do this all the time with syncing data. We use ADF (Azure Data Factory) to do 2 way syncs with Azure Sql Managed Instance. The Sql db only use int primary keys for most tables (a few with guids aka unieque identitfiers). Plain text and guids aka unique identifiers.
upvoted 1 times
...
...
xflair
Highly Voted 2 years, 3 months ago
Selected Answer: AB
Cannot use unique identifier field. That is system generated during the import. Cannot use lookup, what are you looking up to? You are only required to store the Unique Identifier value, not link to another record
upvoted 5 times
xflair
2 years, 3 months ago
I might be wrong https://learn.microsoft.com/en-us/power-apps/maker/data-platform/define-alternate-keys-reference-records
upvoted 3 times
Aryabhatta
2 years, 3 months ago
Lookup and Float?
upvoted 1 times
IRONR2D2
1 year, 3 months ago
No is not a Lookup,
upvoted 1 times
IRONR2D2
1 year, 3 months ago
I'm sorry my mistake, yes seems Lookup and Float, but to be honest I prefer to use Lookup and Plain text (I'm not sure if it can be the same as a single line of text)
upvoted 1 times
...
...
...
...
rhess
2 years ago
Unique identifier is correct. You can generate your own GUID when you create a new record via the API.
upvoted 4 times
...
...
Hamed64
Most Recent 1 week ago
Selected Answer: AD
Why not the others? B. Text Area: Meant for longer text entries like descriptions or notes, not ideal for storing IDs. C. Float: Not suitable for IDs due to potential precision loss with large numbers. E. Rich Text: Used for formatted content, not for storing identifiers. F. Lookup: Used to create relationships between tables, not for storing external IDs directly.
upvoted 1 times
...
loftuscheek
3 months ago
Selected Answer: AD
answer is A D
upvoted 1 times
...
WASSIM2020
5 months, 3 weeks ago
Selected Answer: AD
Correct answer is A&D
upvoted 1 times
WASSIM2020
5 months, 3 weeks ago
Unique identifier can be alternate key, not a Guid (because for guid we shouldrespect the Guid Format like 688008C8-F95D-4158-BAB2-A3F695D7BEEF )
upvoted 1 times
...
...
wsjones
1 year ago
Selected Answer: AD
I agree with Skada, and CoPilot picked this one as well.
upvoted 1 times
...
Schinna
1 year ago
I used AF option in one of my solution, reason is when it comes data integration between two tabled or references is must lookup is required. And it worked too
upvoted 1 times
...
nqthien041292
1 year, 1 month ago
Selected Answer: AD
Vote AD
upvoted 1 times
...
thachy
1 year, 4 months ago
Selected Answer: AF
A & F. The unique id from the external system might not be a GUID.
upvoted 1 times
thhvancouver
1 year, 1 month ago
I don't get the answers that say Lookup...The data is coming from a third party software, there is nowhere that states that it is looking up anything.
upvoted 1 times
...
...
mskaki
1 year, 6 months ago
Selected Answer: AF
AF. Only these kinds of columns can be used to create alternate keys: Decimal Whole Number (Integer) Single line of Text (String) Date and Time Lookup Choice
upvoted 4 times
...
gondolauk
1 year, 7 months ago
AF is the right answer. Unique identifier is internal reserved data type cannot be used to store external data. Text Area (Multi-text) cannot support as an alterative key
upvoted 1 times
...
HiJaak
1 year, 8 months ago
Selected Answer: AD
My opinion is that: - BEF should be excluded by default - D should be included by default So it remains to choose between A & C... but usually IDs if are numeric are integer types not float... so it remains A. That's why my final answer would be A&D.
upvoted 3 times
...
dj74
1 year, 9 months ago
The question mentions unique IDs not Global unique IDs. https://en.wikipedia.org/wiki/Unique_identifier Storing these examples is not possible in the guid (primary key column)
upvoted 1 times
...
Druey
1 year, 9 months ago
Selected Answer: AF
I say A and F because they are the only possible field type for an alternate key.
upvoted 2 times
...
Druey
1 year, 11 months ago
Since it states that each answer represent a complete solution, I would stay with A and B How could the others be a complete solution?
upvoted 2 times
...
TOM1000
1 year, 11 months ago
Selected Answer: AF
DecimalAttributeMetadata Decimal Number IntegerAttributeMetadata Whole Number StringAttributeMetadata Single line of text DateTimeAttributeMetadata Date Time LookupAttributeMetadata Lookup PicklistAttributeMetadata Option Set
upvoted 1 times
...
TOM1000
1 year, 11 months ago
its A and F. The only supported data types for Alt Keys is DecimalAttributeMetadata Decimal Number IntegerAttributeMetadata Whole Number StringAttributeMetadata Single line of text DateTimeAttributeMetadata Date Time LookupAttributeMetadata Lookup PicklistAttributeMetadata Option Set
upvoted 1 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 ...