exam questions

Exam MB-320 All Questions

View all questions & answers for the MB-320 exam

Exam MB-320 topic 1 question 10 discussion

Actual exam question from Microsoft's MB-320
Question #: 10
Topic #: 1
[All MB-320 Questions]

HOTSPOT -
A company manufactures high-end speaker systems. You have different configurations available for customers to customize features including finishes and speaker materials. You have a product configuration model with bill of material lines and conditions for each component.
A customer can optionally add on protective covers, but only if a non-metal material is selected. If any other material is selected, the covers cannot be added. You add the following attributes:

You need to create an expression-based constraint that will only allow Corner Protection if Metal is not selected.
How should you complete the expression? To answer, select the appropriate options in the answer area.
NOTE: Each correct selection is worth one point.
Hot Area:

Show Suggested Answer Hide Answer
Suggested Answer:

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
lotti
Highly Voted 5 years ago
Implies[ SpeakerMaterial == "Metal" , !CornerProtection ]
upvoted 10 times
...
sadiq_d365
Highly Voted 4 years, 4 months ago
Correct : Implies[ SpeakerMaterial == "Metal" , !CornerProtection ]
upvoted 6 times
Rhennuj
4 years, 3 months ago
I think the answer is correct. Base from the question that it should imply when metal is not selected
upvoted 2 times
...
...
Yugene
Most Recent 1 year, 7 months ago
The solution given will give an error on validation. The correct answer which validates is Implies[ SpeakerMaterial == "Metal" , !CornerProtection ]
upvoted 2 times
...
Asturfer
2 years, 9 months ago
I think the solution given is not correct, because this expression will not validate (the "=" after the "," in the implies expresion is not correct. Correct one, with the possibilities on question is Implies[ SpeakerMaterial == "Metal" , !CornerProtection ] Another possibility is Implies[SpeakerMaterial != "Metal", CornerProtection] but in that case you are not selecting all possibilities in the question
upvoted 2 times
...
Alexio
3 years, 4 months ago
The answer is correct
upvoted 1 times
...
Wolf89
3 years, 5 months ago
Implies[ SpeakerMaterial == "Metal" , !CornerProtection ]
upvoted 2 times
...
foexams
3 years, 7 months ago
seems correct
upvoted 1 times
...
kareem1alaa
4 years, 2 months ago
the answer is correct because if (None-Metal) is selected https://docs.microsoft.com/en-us/dynamics365/supply-chain/pim/tasks/add-expression-constraint-product-configuration-model
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 ...