exam questions

Exam MS-600 All Questions

View all questions & answers for the MS-600 exam

Exam MS-600 topic 5 question 23 discussion

Actual exam question from Microsoft's MS-600
Question #: 23
Topic #: 5
[All MS-600 Questions]

This question requires that you evaluate the underlined text to determine if it is correct.
For a Microsoft Office Add-in, you set the icon in the Microsoft SharePoint app catalog.
Instructions: Review the underlined text. If it makes the statement correct, select `No change is needed`. If the statement is incorrect, select the answer choice that makes the statement correct.

  • A. No change is needed
  • B. a JSON manifest file
  • C. the Office app catalog
  • D. an XML manifest file
Show Suggested Answer Hide Answer
Suggested Answer: D 🗳️
The XML manifest file of Office Add-in is used to describe how your add-in should be activated when any user installs and uses it with documents and applications. The manifest file contains referenced URLs where your web application can reside and other resources for add-in like images. The offappmanifest.xsd is used to describe XML schema that is common to office applications like rich client application and their corresponding web client.
An XML manifest file is based on schema which enables an office-Add-in which is used to do the following things:
The XML file is used to describe itself using Id, Version, and Description display name and default locale.
The XML file is used to specify the location of the HTML which is used to provide the User-Interface of office Add-in.
The XML file is used to specify the requested default dimension for content add-in and also the requested height for outlook add-in.
The XML file is used to define permission used by office add-in for reading or writing purposes.
*-> The XML file is used to display content in the document, in the task pane, or contextually with a message, appointment, or meeting request item.
XML file defines rules which are used to specify the context in which they will be activated or interact using message, appointment, or meeting request item for outlook add-in.
Reference:
https://www.ifourtechnolab.com/blog/what-is-xml-manifest-in-office-add-in

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
tfulanchan
10 months, 2 weeks ago
Selected Answer: D
An XML manifest file enables an Office Add-in to do the following: Specify the images used for branding the add-in and iconography used for add-in commands in the Office app ribbon. https://learn.microsoft.com/en-us/office/dev/add-ins/develop/add-in-manifests?tabs=tabid-1
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 ...