Which steps should you take?

###BeginCaseStudy###
Case Study: 1
Tailspin Toys
Background
You are planning a SharePoint deployment. The new farm will host several business
solutions including:
www.TailspinToys.com
Tailspin360.TaiIspinToys.com
MyTailspin.TailspinToys.com
All employees have Active Directory Domain Service (AD DS) accounts. Members of
the SalesUsers AD DS security group are the only users with permissions to create
My Sites sites.
Business Requirements
www.TailspinToys.com
www.TailspinToys.com is an Internet business site that will provide eCommerce
capabilities including a product catalog, a shopping cart, and an account settings page.
Tailspin360.TailspinToys.com
Tailspin360.TailspinToys.com provides a business intelligence (BI) solution for the
Sales team. It must allow users to share Microsoft Excel workbooks and build
dashboards. Tailspin360.TailspinToys.com accesses data that is located in various
repositories including Microsoft SQL Server.
MyTailspin.TailspinToys.com
MyTailspin.TailspinToys.com is a social collaboration environment that provides
microblogging, file and video sharing, and the ability to create personal blogs and
wikis for Tailspin Toys employees.
Technical
Requirements
General
The farm must be made fault tolerant by using virtualization.
The farm must include two front-end web servers.
Page requests must be distributed equally across the front-end web servers.
All content must remain available to users if one of the front-end web servers
becomes unavailable.
All Sales department employees are members of the SalesUsers group.
All customer, order, and product information will be stored in tables in a Microsoft
SQL Server database.
The User Profile service application is provisioned but not configured.
www.TailspinToys.com
You must create a version of the site that provides an optimized experience for
Windows Phone devices. You have created a device channel that detects the useragent.
The website must support English (United States), Spanish (Mexico), and German
(Germany). All content is authored in English and then translated into Spanish and
German by an outside vendor. Translations are performed by humans.
Tailspin360.TailspinToys.com
The site must be accessible only to members of the Sales team. Users must be able
to access order information that is stored in a SQL Server database. Developers
must be able to import Business Connectivity Services (BCS) models by using
Central Administration. The salesAccess shared domain account has permissions to
read data from the database. Excel workbooks published to a document library app
must be opened in a browser. Excel workbooks in other locations must open in Excel.
MyTailspin.TailspinToys.com
You need to provision a SharePoint environment that supports My Sites for an
enterprise. You need to ensure the SharePoint Server configuration supports the
ability to create individual site collections the first time a user accesses the My Site
page. All users need permissions to create My Sites sites.
###EndCaseStudy###

You need to meet the site collection creation requirements for MyTailspin.TailspinToys.com.
Which steps should you take? (Each correct answer presents part of the solution. Choose all
that apply.)

###BeginCaseStudy###
Case Study: 1
Tailspin Toys
Background
You are planning a SharePoint deployment. The new farm will host several business
solutions including:
www.TailspinToys.com
Tailspin360.TaiIspinToys.com
MyTailspin.TailspinToys.com
All employees have Active Directory Domain Service (AD DS) accounts. Members of
the SalesUsers AD DS security group are the only users with permissions to create
My Sites sites.
Business Requirements
www.TailspinToys.com
www.TailspinToys.com is an Internet business site that will provide eCommerce
capabilities including a product catalog, a shopping cart, and an account settings page.
Tailspin360.TailspinToys.com
Tailspin360.TailspinToys.com provides a business intelligence (BI) solution for the
Sales team. It must allow users to share Microsoft Excel workbooks and build
dashboards. Tailspin360.TailspinToys.com accesses data that is located in various
repositories including Microsoft SQL Server.
MyTailspin.TailspinToys.com
MyTailspin.TailspinToys.com is a social collaboration environment that provides
microblogging, file and video sharing, and the ability to create personal blogs and
wikis for Tailspin Toys employees.
Technical
Requirements
General
The farm must be made fault tolerant by using virtualization.
The farm must include two front-end web servers.
Page requests must be distributed equally across the front-end web servers.
All content must remain available to users if one of the front-end web servers
becomes unavailable.
All Sales department employees are members of the SalesUsers group.
All customer, order, and product information will be stored in tables in a Microsoft
SQL Server database.
The User Profile service application is provisioned but not configured.
www.TailspinToys.com
You must create a version of the site that provides an optimized experience for
Windows Phone devices. You have created a device channel that detects the useragent.
The website must support English (United States), Spanish (Mexico), and German
(Germany). All content is authored in English and then translated into Spanish and
German by an outside vendor. Translations are performed by humans.
Tailspin360.TailspinToys.com
The site must be accessible only to members of the Sales team. Users must be able
to access order information that is stored in a SQL Server database. Developers
must be able to import Business Connectivity Services (BCS) models by using
Central Administration. The salesAccess shared domain account has permissions to
read data from the database. Excel workbooks published to a document library app
must be opened in a browser. Excel workbooks in other locations must open in Excel.
MyTailspin.TailspinToys.com
You need to provision a SharePoint environment that supports My Sites for an
enterprise. You need to ensure the SharePoint Server configuration supports the
ability to create individual site collections the first time a user accesses the My Site
page. All users need permissions to create My Sites sites.
###EndCaseStudy###

You need to meet the site collection creation requirements for MyTailspin.TailspinToys.com.
Which steps should you take? (Each correct answer presents part of the solution. Choose all
that apply.)

A.
Ensure that the Setup My Sites setting for the User Profile service application uses the
URL of the My Site host site collection and a wildcard inclusion.

B.
Ensure that the Setup My Sites setting for the User Profile service application uses the
URL of the My Site host site collection and an explicit inclusion.

C.
Grant the Create Subsites permission to each user.

D.
Grant the Create Personal Site permission to each user.



Leave a Reply 7

Your email address will not be published. Required fields are marked *


Ricardo

Ricardo

I’am not pretty sure, my options would be A and D.

B: Explicit Inclusion: it is a managed path under which no further site collection can
be created. By default MOSS has a root as an explicit inclusion. N no of inclusion
can be created manually. So as per my requirement I have to create site collection
directly under abc.com. so first I will use root explicit inclusion to create my first
ever site collection http://abc.com/ . and then I will create an another explicit
inclusion “/Learning” and then I have a site collection with url as
http://abc.com/learning.

C: You need Full Control or Manage Hierarchy permissions to create a subsite, by
default. You can create/modify a permission level – which will give you the
opportunity to allow contributors for instance, to create subsites.
Note:
* From scenario: All users need permissions to create My Sites sites.
* Managed path is a concept given by Microsoft to create different site collection
according to different requirement. It is a path managed by SharePoint which will
specify how many site collection can reside in a particular url. SharePoint has two
type of managed paths:
Explicit Inclusion Wildcard Inclusion Incorrect:
A: Wildcard Inclusion: It is managed path under which n number of site collection
can be created. By default MOSS has sites as only wildcard inclusion. N no of
inclusion can be created manually So as per my requirement I have to create 2 site
collection under which number of site and site collection can reside .So with this
requirement I will create an wildcard inclusion with name /HR and /Finance and the
url for that will be http://abc.com/HR and http://abc.com/finance and now I have n
no of site collection under /finance and /HR. ex. /HR/dep1 & /HR/dep2

Ricardo

Ricardo

correct prior post: options B and C, not A and D.

Wayne Hendrix

Wayne Hendrix

I’m sorry Ricky, but Lucy would disagree and so do I.

Its A and D.

https://technet.microsoft.com/en-us/library/ee624362.aspx

You can’t create multiple site collections under a path that uses explicit inclusion. So personal site locations must be a wildcard inclusion managed path.

You need the Create Personal Site permission granted under the UPS.

mahesh

mahesh

Yes,I agree with Wayne.

Bruce

Bruce

Yes, definitely A and D

Slaw Jar

Slaw Jar

Took the 70-332 exam last week and passed with 905/1000 marks!

I got around 5-8 new questions, not hard at all, I learned them from the newest 180q premium 70-332 dumps.

New questions contain Drag and Drop Questions (Contoso, Ltd., SharePoint 2010 farm, upgrade for the extranet site…), Hotspot Questions (SharePoint environment, SQL Server AlwaysOn…SharePoint 2013 social features, User Profile Service Application…) and other mixed questions.

Be care of the Case Studies, some questions’ words and answers have been changed, read them carefully! And, Many questions on migrate SharePoint 2010 to SharePoint 2013 (THE IMPORTANT TOPICS!!!).

P.S. The valid 70-332 exam dumps that I learned are from here: http://bit.ly/70-332-180q-dumps (180q, including VCE and PDF files and Free VCE Player Software), 100% helpful for passing!

Best Regards!

Diesel

Diesel

Core Solutions of Microsoft Skype for Business 2015 Exam

50 Questions With Answers
70-334 Real Exams Question Answers
Just 1 day study required to pass exam
100% Passing Assurance
Money Back Guarantee
Free 3 Months Updates
Get Complete File
http://www.dumps4download.com/70-334-dumps.html