Web Technology: SharePoint and jQuery
Quiz covering basic concepts and features of SharePoint collaboration platform and jQuery JavaScript library
Questions
Question 1 Multiple Choice (Single Answer)
What is jquery?
- JavaScript library
- HTML component
- CSS component
- XML component
Question 2 Multiple Choice (Single Answer)
Basic syntax of jquery?
- (selector).action()
- $(action).selector()
- $(selector).action()
- selector.action()
Question 3 Multiple Choice (Single Answer)
Which is not a keyword in jquery html manipulations
- prepend
- middle
- append
- before
Question 4 Multiple Choice (Single Answer)
which is not a jquery ajax request?
- $.getScript(url,callback)
- $.ajax(options)
- $.post(url,data,type,callback)
- $.get(url,data,callback,type)
Question 5 Multiple Choice (Single Answer)
when should callback parameter should be executed?
- while loading the hide effect
- before the hide effect completed
- after the hide effect completed
- none
Question 6 Multiple Choice (Single Answer)
which is used to manipulate html elements in jquery?
- constructors of jquery
- html tags of jquery
- callback
- selectors
Question 7 Multiple Choice (Single Answer)
which is not a jquery css syntax?
- css(object)
- css(name)
- css(name,value)
- css({properties})
Question 8 Multiple Choice (Single Answer)
which is a jquery method for size manipulation
- calc()
- height()
- average()
- max()
Question 9 Multiple Choice (Single Answer)
Which is not a feature of jquery library?
- Utilities
- server side validations
- JavaScript Effects and animations
- HTML DOM traversal and modification
Question 10 Multiple Choice (Single Answer)
which is a valid syntax of css jquery?
- ("p").css("background-color","yellow");
- $("p").css("background-color","yellow")
- $("p").css("background-color","yellow");
- $("p").css("back-color","yellow");
Question 11 Multiple Choice (Single Answer)
What is SharePoint?
- Database
- Web page
- Portal Collaboration Software.
- Editor
Question 12 Multiple Choice (Single Answer)
What is the best practice for deploying custom code to a SharePoint farm
- as a web part
- solution package
- user control
- SharePoint Designer
Question 13 Multiple Choice (Multiple Answers)
How is security managed in SharePoint?
- handled at the machine level
- handled at the Page level
- handled at the domain level
- handled at the sharepoint level
Question 14 Multiple Choice (Single Answer)
What is a SharePoint farm?
- Repository
- Server
- Workspace
- Topology
Question 15 Multiple Choice (Single Answer)
What is a site definition?
- It’s a methods for providing prepackaged site and list content.
- URL
- Port number
- Web definition
Question 16 Multiple Choice (Single Answer)
What is the file extension of the Web Part?
- HTML
- DWP
- JSP
- ASP
Question 17 Multiple Choice (Multiple Answers)
A meeting workspace is a place to
- Store information
- Store attendees
- Store documents
- Store tasks related to a specific meeting.