Вы находитесь на странице: 1из 11

1.

What services are included in EX1 plan

A) Lync Online
B) Skype
C) Exchange online
D) None of the listed options

2. Which of the following options are referred as flavors of SharePoint

A) On Premise Online(O365)
B) Enterprise Foundation
C) All of the listed options
D) None of the listed options

3. What is template id to be used while creating user custom list

A) 100
B) >=1000
C) >=10000
D) None of the listed options

4. Easiest way to attach an approval workflow to multiple lists?

A) Using Content types


B) Manually attach to multiple lists
C) Create custom approval workflow using Visual Studio
D) Create a new list definition

5. There can more than one app catalog site for a farm

TRUE
FALSE

6. What are some of


new changes in SharePoint 2013?

A) Minimal download strategy


B) Claims Based authentication
C) option A &B

7. What is the minimum number of site collection needed by the web application?

A) 0
B) 3
C) 4
D) 1

8. Which Webpart will be used for indexed content.

A) Content Editor
B) Content Query
C) Content by Search
D) Both B and C
9. What is the base type of generic list

A) 0
B) 1
C) 2
D) 3

10. Access a specific site under site collection in Sharepoint using CSOM

A) SPWeb
B) SPSite
C) SPWebApplication
D) Web

11. Challenges in Workflow of SharePoint 2010 are

A) Designed for OnPremise and Cloud Hosted


B) Executed in the context of SharePoint as super user
a. Both A and B
b. None of the listed options

12. Design Manager is available for which type of site

a. team site
b. blank site
c. publishing site
d. collaboration site

13. User Profile properties can be accessed with

a. SSOM
b. CSOM
c. JSOM
d. All of the listed options

14. Which service does Angular use internally to process a page and handle directives on the page?

a. $compile
b. $locale
c. $http

15. What are some of the deprecated features in SharePoint 2013?

a. Sandboxed Solutions
b. Document and Meeting Workspaces
c. Chart Web Part
d. All of the listed options

16. app prefix can be configured for a specific web application

TRUE
FALSE
17. Method used for creating any child controls

a. Render
b. OnPrerender
c. CreateChildControls
d. OnInit

18. A site template used for hostimg personal sites?

a. Blog Site
b. Community Site
c. Enterprise Wiki
d. My Site Host

19. What is the SharePoint Online Identity Model?

a. Windows Based Claims Authentication


b. Forms Based Claims Authentication
c. SAML Passive Sign In based Claims Authentication
d. SAML Active Sign In based Claims Authentication

20. Workflow stages has

a. Entry Point & Exit Point


b. Entry Gate & Exit Gate
c. Exit Point & Gate
d. Entry Point & Gate

21. Consider a scenario, where the end user does not have access to a SQL Database table. What type
of access would be available to the user if published as External Lists [via Secure Store Service]

a. Read Only
b. Read/Write
c. All Operations
d. None

22. What is the disadvantage of Knockout over Angular?

a. Testability not considered


b. Routing not supported
c. Loosely coupled binding
d. All of the listed options

23. Method which adds control to the page in web part life cycle

a. OnInit
b. OnLoad
c. CreateChildControls
d. OnPreRender
24. Advantages of cloud computing over on prem computing

a. No hardware
b. No user license
c. Pay Upfront
d. All of the listed options

25. Information about an item is called as

Metadata
Site Column

26. In provider hosted app The "App Web Project" can only be hosted on Microsoft Azure.

a. TRUE
b. FALSE
c. Can't Say
d. None of the Above

27. The list item values can be saved in

a. List template elements file


b. List instance elements file
c. List Schema file
d. Any

28. Each list Column is associated with

a. data type
b. List
c. Content type
d. All of the listed options

29. Which method would you use if you wanted to update an item in a list without creating a new
version of that item or without modifying the 'Modified' and 'Modified By' field values

a. OverWrite()
b. UpdateWithoutVersion()
c. Update()
d. SystemUpdate()

30. In a CAML Query what token can you use if you want to query against a person or group field with
value as your user account

a. [Self]
b. [CurrentUser]
c. [Me]
31. How do execute any code on Activation\Deactivation of a Feature?

a. Using event receivers


b. Using feature
c. Using Feature Receivers
d. Using event handler

32. managed navigation can be implemented using

a. term set
b. features
c. custom page
d. structured navigation

33. Auto hosted app are deprecated by Microsoft.

TRUE

34. customized pages can be found in the following location

a. content database
b. config database
c. system database
d. file system

35. What are the different type of App permission request rights in sharepoint 2013?

a. View Only
Write
Limited Access
FullControl

b. Read
Contribute
Design
FullControl

c. Read
Write
Manage
FullControl

d. Read
Edit
Design
FullControl

36. What is S2S Trust used for?

A) Authentication of users with SharePoint


B) Authentication of Client App with SharePoint server
C) Authentication of users with both Client App and SharePoint server
D) Create unique ID for Client App
37. You must select an app model to deploy apps to an Office 365 small business tenant.The business
logic apps is located in a remote web application. What should you do?

A) create share point hosted app.Implement the business logic in java script
B) develop provider hosted apps and integrate data sources with business logic by using Odata.
C) Deploy the business logic to the host web by using Full trust sharepoint solution
D) Develop Odata service provider infrastructure and publish provider to the _layouts directory.

38. Using SharePoint Designer 2013, which of the following ways of starting a workflow is not
available

A) manual
B) item is added
C) item is updated
D) item is deleted

39. Which of the following is not object oriented programming

A) Managed CSOM
B) Javascript OM
C) Rest API

40. What is the minimum priviliges required to modify the Global & Current navigation?

A) Site Owner
B) Designer
C) Site owners & Designers
D) Contribute

41. Which of the following can be created using SharePoint Designer 2013

A) Site Page
B) Application Page
C) Webpart Page
D) Wiki Page

42. which of the following data types can not be used in calcualted column
A) Person Or Group
B) Look Up
C) Multi Line Of Text
D) All of the above

43. Which error could the below code snippet run into. Assuming that we have a valid

SPList object instance available through "someList"


SPListItemCollection listItemCollection = someList.Items;
foreach (SPListItem item in listItemCollection)
{
item.Delete();
}
1. Item deletion aborted as another process may be using it!
2. No Error. The code would run fine
3. Collection was modified; enumeration operation may not execute.
4. Item could not be found. It may have been already deleted

44. Which of the following feature is not available in SharePoint 2013?

Export to Excel
Export to Word

45.Which one of these cannot be configured as a data source in an External Content Type

A) SQL Server
B) WCF
C) .NET Type
D) WebAPI

46.The Permission for a provider hosted add in can be modified using the following ways

A) AppManifest.xml
a) WebAPI
B) _layouts/appinv.aspx
b) Both A and B
c) None of the listed options

47. What is the new workflow execution host

a) Microsoft Azure
b) Workflow Engine
c) windows workflow foundation v 3.5
d) windows workflow foundation v 4

48. Remote Endpoints are used to read data from external source.

FALSE
TRUE
There is nothing called "Remote Endpoints" in App.
None of the listed options

49. which of the following is the template ID for Custom List

a) 100
b) 101
c) 104
d) 102

50. Complete the sentence: In Knockout, observables automatically detect dependencies between

a) View and Model


b) Model and View Model
c) View and View Model
d) None of the listed options
51.List threshold Value limit
a) 5000
b) 2000
c) 10000
d) 100

52.How would you remove a webapart from the WebPart gallery

a) Webpart retraction
b) Feature deactivating
c) Removing webpart from page
d) All of the listed options

53.What filter can be applied in list views to filter data modified by current logged in user?

Modified By is equal to [Me]


Created By is equal to [Me]

54.Standard webpart can be deployed using

a) Farm Solution
b) Sandbox solution
c) Both
d) None of the listed options

55.Device Channel option is used to

a) specify design for various devices


b) specify compatibility of various devices
c) specify master page info for various devices
d) specify supported devices

56.Multiple web definitions can be configured using

a) Templates tag
b) Template tag
c) Module tag
d) Configuration tag

57.What are the different types of apps that are available

a) SharePoint Hosted and Provider hosted


b) Sharepoint hosted, Autohosted, Provider hosted apps
c) None

58.What is Content type

a) Reusable collection of Columns


b) Reusable collection of Lists
c) Reusable collection of libraries
d) Reusable collection of Sites
59.read the question and answer accordingly.What is the name of the worker process used for
debugging webpart

a) aspnet_wp.exe
b) w3wp.exe
c) wpw3.exe
d) aspnet_w3wp.exe

60.which option under "look and feel" is used to apply pre-defined styles to a site

a) image rendition
b) design manager
c) change the look
d) device channel

61.What are Add-ins in SharePoint 2013?

a) Business logic in a SharePoint Add-in can access SharePoint data through one of the several
client APIs
b) self-contained pieces of functionality
c) Add-ins don't have custom code that runs on the SharePoint servers
d) All of the listed options

62.Which of the following is true for Custom Actions in sharepoint designer 2013

Consume & Not Create


Consume & Create

63.What is External System Throttling Limit

a) 5000
b) 2000
c) 50000
d) 20000

64.You need to deploy the package. Which file you would select

a) a file ending in .publish


b) a file ending in .wsp
c) a file ending in .dll
d) a file ending in .app

65.Custom master page needs to be uploaded under which category

a) look and feel->master page


b) site collection feature->sharepoint publishing infrastructure
c) site feature->sharepoint server publishing
d) web designer gallery->master page and page layout

66.Can event receivers be attached to external lists?

Yes
No
67.site pages are available in

a) site assets
b) page library
c) database
d) template folder

68.Which property do you use on a SPFile object to check its Check-Out status

a) CheckOutType
b) CheckInStatus
c) CheckOutStatus
d) IsCheckOut

69.You receive an error when you deploy the app. You need to resolve the error. What should you do?

a) Deploy the app to http://contoso-public.sharepoint.com


b) enable site loading of apps in the visual studio project properties
c) Deploy the app to https://contoso-my.sharepoint.com
d) Deploy the app to https://contoso.sharepoint.com/tasks

70.What do you need to do to support older versions of IE with Angular?

A) Polyfill JSON.stringify
B) doesn’t support old version

71.To overcome error “The security validation for this page is invalid. Click Back in your Web browser,
refresh the page, and try your operation again” when saving an item "item", which 2 techniques can
be used

SPWeb web = item.Web;


web.AllowUnsafeUpdates =true;
OR
SPUtility.ValidateFormDigest()

SPWeb web = item.Web;


SPUtility.FormDigest.Validate()

72.What is the best practice to push custom code logic in declaritive workflows?

a) use Web services


b) use Interop bridge
c) use visual studio
d) All of the listed options

73.How to programmatically find the user name of the account by which a file in a document library is
checked out

a) myFile.CheckOutByUser
b) myFile.CheckedOutByUser.LoginName
c) myFile.CheckedOutToUser.LoginName
d) myFile.Item["CheckedOutUser"]
74.How do you navigate to a new view from code?

a) window.location.url ='url'
b) form.url.view ='#viewname'
c) $location.url(‘newUrl’);
d) $route.reload('newUrl')

75.What are the ngClass directive has two companion directives?

A) ngClassEven
B) None
C) ngClassOdd
D) Both A and C

76.Method used for initialization of the control in web part

a) OnInit
b) CreateChildControls
c) OnPrerender
d) Render

77.master pages are available in

a) database
b) master page gallery
c) design manager

Вам также может понравиться