Welcome to ExamTopics
ExamTopics Logo
- Expert Verified, Online, Free.
exam questions

Exam CRT-450 All Questions

View all questions & answers for the CRT-450 exam

Exam CRT-450 topic 1 question 210 discussion

Actual exam question from Salesforce's CRT-450
Question #: 210
Topic #: 1
[All CRT-450 Questions]

A developer must build an application that tracks which Accounts have purchased specific pieces of equipment that are represented as Products. Each Account could purchase many pieces of equipment.
How should the developer track that an Account has purchased a piece of equipment?

  • A. Use the Asset object
  • B. Use a Master-Detail on Product to Account
  • C. Use a Custom object
  • D. Use a Lookup on Account to Product
Show Suggested Answer Hide Answer
Suggested Answer: A 🗳️

Comments

Chosen Answer:
This is a voting comment (?) , you can switch to a simple comment.
Switch to a voting comment New
irina_735
1 year, 2 months ago
Selected Answer: A
Master-Detail relationship from the Product object to the Account is not appropriate because if you delete an Account, its detail records (Product) will also be deleted. Asset object has Account and Product lookup feilds, so it can be used as "junction" object for this task
upvoted 3 times
...
DonAldos
1 year, 7 months ago
Selected Answer: B
B is the correct choice to track that an Account has purchased a piece of equipment. A Master-Detail relationship from the Product object to the Account object would allow the developer to create a junction object that would track which Accounts have purchased which Products. This would provide a many-to-many relationship between the two objects and allow for efficient tracking of purchases.
upvoted 1 times
govosen887
1 year, 7 months ago
Master-detail on Product would create a one-to-many relationship. Many-to-many requires a junction object... which is a custom object. So if it's many-to-many, the answer is C. Problem is, the question is phrased in such a way that I'm not sure what the records in Product object actually represent - and they might actually be single instances, where 3 laptops are 3 different records.
upvoted 1 times
...
...
tMana
1 year, 8 months ago
Using the Asset object to track the purchase of equipment may not be appropriate in this case because the Asset object is designed to track specific items that have a unique identifier or serial number, such as computers, vehicles, or machinery. Each asset record represents a unique item with its own set of attributes and relationships, including its location, maintenance history, warranty information, and other details.
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 ...