Web Technology: SharePoint and jQuery

Quiz covering basic concepts and features of SharePoint collaboration platform and jQuery JavaScript library

17 Questions Published

Questions

Question 1 Multiple Choice (Single Answer)

What is jquery?

  1. JavaScript library
  2. HTML component
  3. CSS component
  4. XML component
Question 2 Multiple Choice (Single Answer)

Basic syntax of jquery?

  1. (selector).action()
  2. $(action).selector()
  3. $(selector).action()
  4. selector.action()
Question 3 Multiple Choice (Single Answer)

Which is not a keyword in jquery html manipulations

  1. prepend
  2. middle
  3. append
  4. before
Question 4 Multiple Choice (Single Answer)

which is not a jquery ajax request?

  1. $.getScript(url,callback)
  2. $.ajax(options)
  3. $.post(url,data,type,callback)
  4. $.get(url,data,callback,type)
Question 5 Multiple Choice (Single Answer)

when should callback parameter should be executed?

  1. while loading the hide effect
  2. before the hide effect completed
  3. after the hide effect completed
  4. none
Question 6 Multiple Choice (Single Answer)

which is used to manipulate html elements in jquery?

  1. constructors of jquery
  2. html tags of jquery
  3. callback
  4. selectors
Question 7 Multiple Choice (Single Answer)

which is not a jquery css syntax?

  1. css(object)
  2. css(name)
  3. css(name,value)
  4. css({properties})
Question 8 Multiple Choice (Single Answer)

which is a jquery method for size manipulation

  1. calc()
  2. height()
  3. average()
  4. max()
Question 9 Multiple Choice (Single Answer)

Which is not a feature of jquery library?

  1. Utilities
  2. server side validations
  3. JavaScript Effects and animations
  4. HTML DOM traversal and modification
Question 10 Multiple Choice (Single Answer)

which is a valid syntax of css jquery?

  1. ("p").css("background-color","yellow");
  2. $("p").css("background-color","yellow")
  3. $("p").css("background-color","yellow");
  4. $("p").css("back-color","yellow");
Question 11 Multiple Choice (Single Answer)

What is SharePoint?

  1. Database
  2. Web page
  3. Portal Collaboration Software.
  4. Editor
Question 12 Multiple Choice (Single Answer)

What is the best practice for deploying custom code to a SharePoint farm

  1. as a web part
  2. solution package
  3. user control
  4. SharePoint Designer
Question 13 Multiple Choice (Multiple Answers)

How is security managed in SharePoint?

  1. handled at the machine level
  2. handled at the Page level
  3. handled at the domain level
  4. handled at the sharepoint level
Question 14 Multiple Choice (Single Answer)

What is a SharePoint farm?

  1. Repository
  2. Server
  3. Workspace
  4. Topology
Question 15 Multiple Choice (Single Answer)

What is a site definition?

  1. It’s a methods for providing prepackaged site and list content.
  2. URL
  3. Port number
  4. Web definition
Question 16 Multiple Choice (Single Answer)

What is the file extension of the Web Part?

  1. HTML
  2. DWP
  3. JSP
  4. ASP
Question 17 Multiple Choice (Multiple Answers)

A meeting workspace is a place to

  1. Store information
  2. Store attendees
  3. Store documents
  4. Store tasks related to a specific meeting.