nerdexam
Microsoft

70-332 · Question #115

You have a SharePoint Server 2013 server farm. You purchase an app for SharePoint from the Office Store. You plan to deploy the app to the farm. You need to recommend which changes must be made to the

The correct answer is D. Add an alias (CNAME) record in DNS.. Deploying apps from the Office Store to SharePoint 2013 requires a wildcard DNS CNAME record to support the app hosting domain used for app URL isolation.

Plan a SharePoint environment

Question

You have a SharePoint Server 2013 server farm. You purchase an app for SharePoint from the Office Store. You plan to deploy the app to the farm. You need to recommend which changes must be made to the network infrastructure before you can deploy the app. What should you recommend?

Options

  • AAdd a host header in Internet Information Services (IIS).
  • BModify the Hosts file on the front-end Web servers.
  • CModify the Web.config file on the front-end Web servers.
  • DAdd an alias (CNAME) record in DNS.

How the community answered

(32 responses)
  • A
    3% (1)
  • B
    3% (1)
  • C
    13% (4)
  • D
    81% (26)

Why each option

Deploying apps from the Office Store to SharePoint 2013 requires a wildcard DNS CNAME record to support the app hosting domain used for app URL isolation.

AAdd a host header in Internet Information Services (IIS).

Adding a host header in IIS configures how IIS responds to specific hostnames on the web server, but does not configure the DNS resolution needed for app domain URLs across the network.

BModify the Hosts file on the front-end Web servers.

Modifying the Hosts file on front-end web servers only affects name resolution on those specific servers, not the broader network DNS resolution required for app domain routing.

CModify the Web.config file on the front-end Web servers.

Modifying Web.config controls application-level settings for SharePoint web applications, but does not affect network-level DNS resolution required for app deployment.

DAdd an alias (CNAME) record in DNS.Correct

SharePoint 2013 apps from the Office Store are hosted in a separate app domain to provide security isolation. This requires a wildcard DNS CNAME record pointing to the SharePoint farm so that app-specific subdomains can resolve correctly. Without this DNS entry, SharePoint cannot resolve the unique URLs generated for each deployed app.

Concept tested: SharePoint 2013 app domain DNS CNAME configuration

Source: https://learn.microsoft.com/en-us/sharepoint/administration/configure-an-environment-for-apps-for-sharepoint

Topics

#app deployment#DNS configuration#CNAME record#network infrastructure

Community Discussion

No community discussion yet for this question.

Full 70-332 Practice