Sharepoint学习笔记—习题系列--70-576习题解析 -(Q45-Q48)
Question 45
You are designing a branding strategy for a customer with a new SharePoint 2010 server farm. The branding strategy you recommend must enable each department in the company to customize sites with their specific branding preferences. The design requirements specify that users should be able to:
.Create top-level sites for self-service site and sub site creation.
.Modify their sites without affecting other existing sites.
.Create multiple lists of the same types with different content.
.Implement SharePoint themes.
You need to meet all these design requirements without custom development. Which strategy should you design for each department to meet these requirements?
A. A master page
B. A Microsoft Office PowerPoint 2010 theme
C. A site definition
D. A site template
解析:
你为一个新的Sharepoint 2010场设计一个网站风格设计方案。此方案可以允许每个部门自己定制他们自己的部门网站风格,其它要求如下:
要求1. 为自助式网站创建以及子网站创建建立网站集顶级层次的网站
要求2. 可以修改他们自己的网站而不会影响其它已经存在的网站
要求3. 可以创建若干同一类型但不同内容的列表
要求4. 应用Sharepoint的主题
所有这些设计要求都不需要经过开发实现。
根据要求1 可以直接排除选项A.B, 因为它们都不可能直接用来创建网站, 它们只是用来影响已经存在的网站风格。再根据题干要求的 “ must enable each department in the company to customize sites with their specific branding preferences” 以及要求4, 我们可以排除选项C.因为Site Definition的定制不是各部门的用户所能完成的,而且Site Definition并不支持应用网站的主题。
因此本题答案应该选 D
参考
http://blog.funknstyle.com/?p=120
http://answers.oreilly.com/topic/1401-how-themes-work-in-sharepoint-2010/
http://geekswithblogs.net/Lance/archive/2010/02/17/site-templates-in-sharepoint-2010.aspx
Question 46
You are planning an upgrade from an existing Microsoft Office SharePoint Server (MOSS) 2007 farm to a SharePoint 2010 farm. The existing farm contains customized master pages. These master pages include modifications of the:
.Publishing Console
.Site Actions Menu
.Log-in Control
Your design must specify an upgrade to the existing master pages to function correctly in SharePoint 2010. Which approach should you recommend?
A. Create a new SharePoint 2010 master page and add the required controls into the Ribbon on the page.
B. Update the cascading style sheet (CSS) styles in the core.css file of the existing SharePoint sites with the SharePoint 2010 CSS styles. Add SharePoint 2010 content placeholders to the existing master pages.
C. Create SharePoint 2010 delegate controls for all of the custom controls in the existing MOSS 2007 master pages. Add these controls to the new SharePoint 2010 master pages.
D. Use the Farm Configuration wizard to upgrade the existing MOSS 2007 master pages so that the pages are compatible with SharePoint 2010.
解析:
你计划从MOSS2007升级到Sharepoint2010,在已有的MOSS2007环境中应用了客户自定义母板页,此母板页包括一些用户修正后的功能,而你需要保证这些功能在Sharepoint2010环境下同样运行正常。
首先,MOSS2007与Sharepoint2010的母板页定义有许多的不同,Sharepoint2010的用户界面 (UI) 发生了重大变化,其中包括添加了服务器功能区。默认情况下,v4.master 页包含服务器功能区。许多以前位于菜单和工具栏中的命令现在都位于服务器功能区内。因此,如果您的现有母版页不包含服务器功能区,许多命令都将不可用。所以从MOSS2007升级到Sharepoint2010的母板页不仅意味着你需要添加一些Place Holder,还需要移除一些Controls。所以,选项B仅想依靠修改CSS与添加Place Holder解决不了本题问题。选项C的Delegate Control是用来创建自定义控件以替代Master page上的一些默认控件的(eg: SearchBox控件,具体应用参照我的博客 http://www.cnblogs.com/wsdj-ITtech/archive/2011/11/26/2263041.html),它无法替代你在MOSS2007中自行加载的其它功能控件。选项D则使用了Farm Configuration wizard,它主要是用来为场配置进行提升而非升级母板页。所以,我们只有重新创建针对Sharepoint2010的母板页并加入相关的控件。
因此本题答案应该选 A
参考
http://msdn.microsoft.com/zh-cn/library/%20ee539981(v=office.14).aspx
http://www.jppinto.com/2010/07/sharepoint-2010-farm-configuration-wizard/
http://markjowen.wordpress.com/2010/09/16/upgrading-a-master-page-from-sharepoint-2007-to-sharepoint-2010/
http://msdn.microsoft.com/zh-cn/library/ms470880(v=office.12).aspx
Question 47
Your company has a SharePoint 2010 Web application that contains multiple site collections. You have a custom master page that will be used by every site collection in the application. You need to make sure that changes made to this custom master page are displayed across all site collections in the Web application. Which approach should you recommend?
A. Use SharePoint Designer 2010 to add the new master page to each site collection.
B. Use the Site Master Page Settings page in the Web browser to apply the new master page to the top-level site of each site collection.
C. Manually upload the master page to the Master Page gallery of each site collection using the Web browser.
D. Deploy a solution package using Visual Studio that includes the master page in a feature, and activate the feature in each site collection.
解析:
你公司有一个SP2010 Web Application 上包含了许多网站集,你想开发了一个母板页应用到所有的网站集上,你要保证对此母板页的任何修改都应该在此Web Application上的所有网站集上生效。
首先,选项A.C 均是把母板页开发并部署到Master Page gallery中[其实是保存在各个网站集的内容数据库中],这种做法实质是针对每个网站集的分别定制,也就是说,每个网站集其实都各自拥有自己的母板页,这样一样就无法达到题干所要求的,如果对母板做修改,则可在所有网站集上生效,你必须针对每个网站集的母板页重新进行修改。而至于选项B,只是把母板页应用到各个网站集的Top-Level的网站,它并没有说明这引母板页是从哪儿来的,讲的只是应用,没有讲到具体实现思路,所以也应该排除。只有选项D,通过集中开发,集中部署一个Feature到Web application,然后再在各个网站集上激活并应用,这样就保证了只对一个版本的母板页Feature进行开发维护,从而达到了本题的要求。
因此本题答案应该选 D
参考
http://www.heathersolomon.com/blog/articles/servermstpageforsitecollect_feature.aspx
http://blog.sharepointexperience.com/servermstpageforsitecollect/
http://www.dummies.com/how-to/content/change-the-master-page-of-a-sharepoint-2010-site.html
http://www.pritambaldota.com/index.php/understanding-features-and-feature-scope-in-sharepoint-2010/
Question 48
You are designing a SharePoint 2010 intranet site for your company. You need to make sure that each department’s SharePoint site has a unique appearance by using different fonts and font colors for each site. Your design should include no custom development. Which approach should you recommend?
A. Configure a separate theme using the Site Theme page for each department’s site.
B. Create a new cascading style sheet for each department. Define unique fonts and font colors for that department in the new cascading style sheet.
C. Create a feature for each department that deploys a customized cascading style sheet to the style library for the department site.
D. Create a new master page for each department’s site and assign unique fonts and font colors inside the master page.
解析:
你为公司设计一个Sharepoint内部网站,需要公司各部门的部门网站都有自己独特的外观,但外观差异仅限于颜色,字体等,这种效果不需要开发实现。
很明显是关于”主题Themes”的应用。正确答案应该是选项A.
选项B.C.D均需要进行开发,所以应该被排除。
因此本题答案应该选 A
参考
http://msdn.microsoft.com/en-us/library/bb814983(v=office.12).aspx
http://msdn.microsoft.com/zh-cn/library/hh537937(v=office.14).aspx
Sharepoint学习笔记—习题系列--70-576习题解析 -(Q45-Q48)的更多相关文章
- Sharepoint学习笔记—ECM系列—文档列表的Metedata Navigation与Key Filter功能的实现
如果一个文档列表中存放了成百上千的文档,想要快速的找到你想要的还真不是件容易的事,Sharepoint提供了Metedata Navigation与Key Filter功能可以帮助我们快速的过滤和定位 ...
- Sharepoint学习笔记—ECM系列--文档集(Document Set)的实现
文档集是 SharePoint Server 2010 中的一项新功能,它使组织能够管理单个可交付文档或工作产品(可包含多个文档或文件).文档集是特殊类型的文件夹,它合并了唯一的文档集属性以及文件夹和 ...
- Sharepoint学习笔记—习题系列--70-576习题解析 --索引目录
Sharepoint学习笔记—习题系列--70-576习题解析 为便于查阅,这里整理并列出了70-576习题解析系列的所有问题,有些内容可能会在以后更新. 需要事先申明的是: 1. ...
- Sharepoint学习笔记—习题系列--70-573习题解析 --索引目录
Sharepoint学习笔记—习题系列--70-573习题解析 为便于查阅,这里整理并列出了我前面播客中的关于70-573习题解析系列的所有问题,有些内容可能会在以后更新, ...
- Deep Learning(深度学习)学习笔记整理系列之(五)
Deep Learning(深度学习)学习笔记整理系列 zouxy09@qq.com http://blog.csdn.net/zouxy09 作者:Zouxy version 1.0 2013-04 ...
- Deep Learning(深度学习)学习笔记整理系列之(八)
Deep Learning(深度学习)学习笔记整理系列 zouxy09@qq.com http://blog.csdn.net/zouxy09 作者:Zouxy version 1.0 2013-04 ...
- Deep Learning(深度学习)学习笔记整理系列之(七)
Deep Learning(深度学习)学习笔记整理系列 zouxy09@qq.com http://blog.csdn.net/zouxy09 作者:Zouxy version 1.0 2013-04 ...
- Deep Learning(深度学习)学习笔记整理系列之(六)
Deep Learning(深度学习)学习笔记整理系列 zouxy09@qq.com http://blog.csdn.net/zouxy09 作者:Zouxy version 1.0 2013-04 ...
- Deep Learning(深度学习)学习笔记整理系列之(四)
Deep Learning(深度学习)学习笔记整理系列 zouxy09@qq.com http://blog.csdn.net/zouxy09 作者:Zouxy version 1.0 2013-04 ...
- Deep Learning(深度学习)学习笔记整理系列之(三)
Deep Learning(深度学习)学习笔记整理系列 zouxy09@qq.com http://blog.csdn.net/zouxy09 作者:Zouxy version 1.0 2013-04 ...
随机推荐
- web中的触摸(touch)与手势(gesture)事件
一.触摸事件(TouchEvent): 事件: touchstart:当手指触摸屏幕时触发:即使已经有一个手指放在了屏幕上也会触发 touchmove:当手指在屏幕上滑动时连续的触发.调用preven ...
- 使用 SQL 命令 OPTIMIZE TABLE 释放表空间
前提: 1.删除了表的一大部分: 2.已经对含有可变长度行的表(含有VARCHAR, BLOB或TEXT列的表)进行了很多更改. ----------------------------------- ...
- java设计模式(二)---工厂方法模式
2普通工厂方法模式 就是建立一个工厂类,对实现了同一接口的一些类进行实例的创建. 2.1创建接口 /** * 发送接口 * Created by mrf on 2016/2/25. */ public ...
- c# 多线程系列二 自定义线程执行器
看了第一篇文章,多线程系列,看到了在线程执行任务队列有了一定的了解~! 那么今天我来讲讲,怎么样构建通用的自定义线程概念! 线程执行任务,肯定要有目标,但是如果写死了,那么一个线程处理执行职能按照思路 ...
- JS魔法堂:LINK元素深入详解
一.前言 我们一般使用方式为 <link type="text/css" rel="stylesheet" href="text.css&quo ...
- JS魔法堂:IMG元素加载行为详解
一.前言 在<JS魔法堂:jsDeferred源码剖析>中我们了解到img元素加载失败可以作为函数异步执行的优化方案,本文打算对img元素的加载行为进行更深入的探讨. 二.资源加载的相关属 ...
- Get sdcard directory by adb
解决方案: adb shell echo $EXTERNAL_STORAGE I am making an application, which pulls files(Saved by andro ...
- ASP.NET MVC的TextBoxFor()和TextBox()
先来看看2者的语法:TextBoxFor():MvcHtmlString Html.TextBoxFor(Expression<Func<TModel,TValue>> exp ...
- C#遍历Dictionary
C#遍历Dictionary方法 Dictionary<string, int> d = new Dictionary<string, int>(); foreach (Key ...
- Kinect V2 基础教程之彩色图像
本程序为自己所写,参考素材包括微软官方例子和外文资料,自己做了部分的优化.解释的如果有问题,恳请大家指正. 后台代码: using System.ComponentModel; using Syste ...