A. A library project is a package that must contain only a single reusable component:
Incorrect. A library can contain one or more reusable components. There is no restriction to a single component.
C. A library project is saved as a zip file and used as a dependency in other processes:
Incorrect. While the library is used as a dependency in other processes, it is packaged as a NuGet (.nupkg) file, not a zip file.
D. A library project is a package that must contain multiple reusable components:
Incorrect. A library can contain multiple reusable components, but it is not mandatory. A library can have just one component.
Conclusion:
The defining characteristic of a library project is that it does not contain an entry point file, making B the correct answer.
A library is a project which contains one or more workflows that can be reused as activities in other projects. Libraries are saved as NUPKG files when published and can be installed as dependencies from the Package Manager.
upvoted 2 times
...
This section is not available anymore. Please use the main Exam Page.UiARD Exam Questions
Log in to ExamTopics
Sign in:
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.
Biero
3 months, 2 weeks agoEngineer24
5 months, 3 weeks ago