PL-900 Exam QuestionsBrowse all questions from this exam

PL-900 Exam - Question 125


DRAG DROP -

A medical office has a model-driven app that uses Microsoft Dataverse.

You plan to create a screen that allows users to capture information about doctors. The screen must provide users the ability to enter or select the following information:

✑ a place to enter doctor profile data that is not part of the account table or the contact table

✑ a place to enter the doctor's specialty in the profile form

✑ a column for insurance with the ability to pick one of 10 different insurance companies

You need to store the captured data in Common Data Service.

What should you use to store the data? To answer, drag the appropriate components to the correct requirements. Each component may be used once, more than once, or not at all. You may need to drag the split bar between panes or scroll to view content.

NOTE: Each correct selection is worth one point.

Select and Place:

Exam PL-900 Question 125
Show Answer
Correct Answer:
Exam PL-900 Question 125

Discussion

22 comments
Sign in to comment
CaneCorso
Sep 11, 2021

I think this should be: Entity (because question says it cannot be part of Account or Contact table) Field Option Set (because question says be able to pick from 10 insurance companies)

Gill
Jan 30, 2022

This is a very poor question - not only because it is still using the old terminology. The additional profile data could be entity or record - since records live in entities. The speciality could be field or option set - a lookup field is probably the best selection, but option set could work The insurance company could also be a field - free text or lookup - or an option set

MayaYao
Jun 21, 2023

The first answer should be record. The keyword is "additional'.

Jaykins
Sep 3, 2021

to store a new doctor profile, - this should be record (this is because it will take more than one field to store all the info about one doctor) 2. to store the doctor's specialty - this should be Field instead. (because it is one column or field that will hold that info amongst the doctors record) 3. Option set or (choice) new term for Option set

ExamCert2022
Dec 18, 2021

This is the choice and is correct for anybody knows SQL, even with basic SQL knowledge.

Moiz1031
Jul 4, 2023

for (a) question states the functional capability that allow user to enter profile information, in that sense entity is the container that can be used to implement this capability. Record is not the capability rather the outcome of the entity.So, Entity should be the right choice.

Rawat76
Sep 7, 2022

no one knows what is the correct answer. This site is not reliable

Akraios
Aug 9, 2022

Considering these are all old terms (see here https://docs.microsoft.com/en-us/power-apps/maker/data-platform/data-platform-intro#terminology-updates), I would go for: Record (aka Row) Field (aka column) Optionset (Aka Choice)

rmeng
Nov 14, 2023

Store additional doctor profile data. -> Entity Store information about the doctor’s specialty. -> Field Select an insurance company. -> Option set

Contactfornitish
Apr 11, 2022

In exam today 11/04/2022 Record - 'Additional' doctor profile data, can't be entity Field - Single text Option Set - Optional data

AsuraX
Feb 12, 2024

My understanding: 1. Entity - Store additional doctor profile data. Entity is "A set of records used to store data" and in question there is "a place to enter doctor profile data that is not part of the account table or the contact table". So we need a separate place to store set of records. Even if we write all new data in one Record, this Record can not be part of existing tables, according to question. So I go with Entity. 2. Field - Store information about the doctor's speciality In question there is "a place to enter the doctor's specialty in the profile form". So each doctor have only ONE speciality and this data can be a part of existing tables. Record could be used (A record contains one or more categories of information), but you must always pick THE BEST option. So Field will be enough. 3. Option set - Select an insurance company According to question "a column for insurance with the ability to pick one of 10 different insurance companies". So, we have to prepare predefined list of options. So Option Set is the only pick.

EDK07
Aug 24, 2021

good answres

Khella
Sep 2, 2021

I believe profile data should be record and Specialty should be Field

Sisb
Jan 17, 2022

1- record(table) for doctor profile and setup relation with account or contact 2- field for specialist 3- option set

Libertoo
Sep 7, 2022

1. Field: Note that the question is on additional doctor profile data. Doctor's profile already exists as a record. You may only add fields to that record. He is not a new doctor. 2. Record. In a relational database this will be an ENTITY related to the doctor's profile with the Doctor's unique identity (Primary Key). But notice that the question says 'a place to enter the doctor's specialty in the profile form'. In System Analysis and Design, this is an area/block on a form/screen dedicated to capturing or maintaining doctor's specialty information which could be one or more fields (Record) that completely describes a doctor's specialty. 3. Option Set. Remember 'a column for insurance with the ability to pick one of 10 different insurance companies'. 10 is total no. in the Option Set simple.

Riyad795
Dec 16, 2022

On Exam 12/16/2022. I passed with 896.

COOKIE1901
Sep 17, 2024

Store additional doctor profile data: Entity: Create a new entity to store the doctor profile data that is not part of the account table or the contact table. Store information about the doctor’s specialty: Field: Add a new field within the entity to capture the doctor’s specialty. Select an insurance company: Option set: Use an option set to allow users to pick one of the 10 different insurance companies.

angelika_az
Sep 19, 2021

1. field; profile can't be a record (= row, it is a part of table) 2. record (it is one of information about doc, so can be store in a row 3. option set

HassanSarhan
Sep 24, 2021

doesn't make sense!!!

SanaCanada
Jul 7, 2022

please clear your basis concept first

techy9206
Nov 19, 2021

Verified Nov 4th 2021

SHNH
Jan 13, 2023

Field/Record/Option Set

Timian
Apr 5, 2022

Field - you can add a field/column to a table in the CDS/Dataverse since it doesn't exist in the account or contact table Record - The User table tom the CDS/Dataverse has a "Skills" column so you can add the specialty to that column, which is part of the doctor's record. Keep in mind you're using the CDS/Dataverse so all tables are available to use Option Set - because you're providing options

dsofzju
Jun 20, 2022

Additional doctor profile data should be stored in Account or Contact table, therefore it should be filed(s) However, specialty is also additional info about the doctor and can also be stored as field in Account or Contact table. If so, the question needn't explicitly describe Specialty besides additional info. So I guess, the question means another table only used for doctor's specialty. Then a record makes sense. It is really hard to understand PL900 questions wording...Sounds like the guy who made these questions has a lot hidden information in his mind but he is reluctant to write them out assuming everyone knows his intention.

dsofzju
Jun 21, 2022

well, I just review the questions many times and changed my mind. Doctor is an entity, therefore there should be a table for this entity. Additional info out of Account or Contact should be stored here, so a record is used. Specialty should be a field of this table.

pgchand
Jul 2, 2022

Question has "what should you use to store data" hence i go for Entity, Field and Record

pgchand
Jul 2, 2022

Sorry last one is Option set

Libertoo
Sep 7, 2022

1. Field: Note that the question is on additional doctor profile data. Doctor's profile already exists as a record. You may only add fields to that record. He is not a new doctor. 2. Record. In a relational database this will be an ENTITY related to the doctor's profile with the Doctor's unique identity (Primary Key). But notice that the question says 'a place to enter the doctor's specialty in the profile form'. In System Analysis and Design, and area/block on a form/screen dedicated to capturing or maintaining doctor's specialty information which could be one or more fields (Record) that completely describes a doctor's specialty 3. Option Set. Remember 'a column for insurance with the ability to pick one of 10 different insurance companies'. 10 is total no. in the Option Set simple.

Moiz1031
Aug 31, 2023

For A I would create a new entity as the question says that the doctor profile is not part of either account or contact table. I would later create 1:N relationship b/w Doctor Profile and Contact entity.

kishore1980
Feb 15, 2024

1. Record 2. Field 3. Option

b13261c
Apr 17, 2025

It should be Entity (table), Field (column) and OptionSet. Verified in Exam on 16/04/2025.