Study Guides and Actual Real Exam Questions For Oracle OCP, MCSE, MCSA, CCNA, CompTIA


Advertise

Submit Braindumps

Forum

Tell A Friend

    Contact Us

 Home

 Search

Latest Brain Dumps

 BrainDump List

 Certifications Dumps

 Microsoft

 CompTIA

 Oracle

  Cisco
  CIW
  Novell
  Linux
  Sun
  Certs Notes
  How-Tos & Practices 
  Free Online Demos
  Free Online Quizzes
  Free Study Guides
  Free Online Sims
  Material Submission
  Test Vouchers
  Users Submissions
  Site Links
  Submit Site

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

Online Training Demos and Learning Tutorials for Windows XP, 2000, 2003.

 

 

 

 





Braindumps for "0B0-102" Exam

Latest dump needed

 anyone have this dump
plz ad it
thanks


Google
 
Web www.certsbraindumps.com


Braindumps: Dumps for 70-542 Exam Brain Dump

Study Guides and Actual Real Exam Questions For Oracle OCP, MCSE, MCSA, CCNA, CompTIA


Advertise

Submit Braindumps

Forum

Tell A Friend

    Contact Us





Braindumps for "70-542" Exam

MS Office SharePoint Server 2007-Appliaction

 Question 1.
You implement a custom function as a user-defined function (UDF) in Excel Services in Microsoft Office SharePoint Server 2007. A Microsoft Office Excel 2007 workbook uses the custom function to generate a random number between 100 and 500. You need to generate a new random number each time you load the workbook. 

Which code segment should you use?

A. public class MyUdfs
{
Random rand = new Random();
[Udf Method]
public mt GetRandomNumber()
{
return (rand.Next(100, 500));
}
B. [UdfClass]
public class MyUdfs
{
Random rand = new Random();
[UdfMethod(lsVolatile=true)]
public int GetRandomNumber()
{
return (rand.Next(100, 500));
}
}
C. [UdfClass]
public class MyUdfs
{
Random rand = new Random();
public mt GetRandomNumber()
{
return (rand.Next(100, 500));
}
}
D. public class MyUdfs
{
Random rand = new Random();
public mt GetRandomNumber()
{
return (rand.Next(100, 500));
}
}

Answer: B

Question 2.
You create a Microsoft Office SharePoint Server 2007 site. A document library named Company Workbooks on the site contains Microsoft Office Excel workbooks. You need to ensure that users can access the workbooks in the Company Workbooks document library by using Excel Services in Microsoft Office SharePoint Server 2007. 

What should you do?

A. Define the site as a managed path within SharePoint.
B. Add the Company Workbooks URL to the trusted location list.
C. Edit the permissions of the Company Workbooks document library to grant full control to the SharePoint application pool identity account.
D. Create a custom security policy file for the Company Workbooks document library. Add the file to the security Policy section of the Web .config file for the site.

Answer: B

Question 3.
You are designing a Microsoft Office SharePoint Server 2007 solution. A Microsoft SQL Server 2005 Analysis Services cube stores key performance indicators (KPls). You need to display details of a KPI in a Web Part. 

Which two actions should you perform? (Each correct answer presents part of the solution. Choose two.)

A. Create a KPI List.
B. Add a List Item Web Part.
C. Create a .odc file for the data connection.
D. Create a .udl file for the data connection.
E. Create a Business Data Catalog (BDC) definition.

Answer: A, C

Question 4.
You create an application for a Microsoft Office SharePoint Server 2007 server. You create a call center dashboard. You create a Key Performance Indicator (KPI) list that contains KPIs. You add a KPI Web Part to the dashboard to view KPIs. You need to permit users to view details that make up each KPI. 

What should you do?

A. Add a link to each KPI in the list to take the user to a details page.
B. Add data to a custom SharePoint list and use built-in filter and view capabilities.
C. Add a Filter Web Part to the dashboard page and connect the page to the KPI list Web Part.
D. Filter the items in the KPI list Web Part by the indicator that the user wants to view.

Answer: A

Question 5.
You are creating a Microsoft Office SharePoint Server 2007 Report Center Web site. Your company stores product data in a Microsoft SQL Server 2005 database named Product Management. You need to ensure that the product data is available for use in Microsoft Office Excel 2007 reports. 

What should you do?

A. Upload a custom Office Data Connection file to the Data Connections library.
B. Upload a custom set of Microsoft SQL Server Reporting Services Report Model files to the Data Connections library.
C. Create a single sign-on (SSO) provider that manages access to the Product Management database.
D. Create a Business Data Connection for the Product Management database, and define entities in the Business Data Catalog (BDC) definition.

Answer: A

Question 6.
You are developing a Microsoft Office SharePoint Server 2007 solution that integrates with Microsoft SQL Server 2005 Reporting Services. You need to configure the SharePoint solution to allow storage of reports in SharePoint document libraries. 

What should you do? 

A. Speci the Report Server URL in the Report Explorer Web Part.
B. Configure the proxy server endpoint in the Reporting Services Configuration tool.
C. Specify a Report Explorer Web Part as the target for the Report Viewer Web Part.
D. Specify a Report Viewer Web Part as the target for the Report Explorer Web Part.

Answer: B

Question 7.
You are creating a Microsoft Office SharePoint Server 2007 application. The application reads data from the Microsoft Office Excel 2007 workbook named SalesGoals.xls. SalesGoals.xls is located in a document library. The first sheet of the SalesGoals.xls workbook contains the following information.

You need to retrieve the values for 2008 from within your application.
 
Which two actions should you pertorm? (Each correct answer provides part of the solution. Choose two.)

A. Instantiate a new PangeCoordinates object.
B. Instantiate the Microsoft Office Excel Web Services service.
C. Call the GetRangeA1 method by passing B3:D3 as a parameter.
D. Call the GetRange method along with a RangeCoordinates object by using the following parameters. column=2, row=3, height=1, width=3

Answer: B, C

Question 8.
You have a Microsoft Office SharePoint Server 2007 site. You create a Microsoft Office Excel 2007 workbook that contains the telephone numbers of all your company locations. You need to ensure that users can filter the Excel 2007 workbook on the basis of company locations by using Excel Services in Microsoft Office SharePoint Server 2007. 

What should you do? 


A. Create an ActiveX control in the workbook.
B. Create an Excel 2007 Microsoft Visual Basic for Applications (VBA) application in the workbook.
C. Filter the workbook by using the Data-Filter option of the Excel 2007 workbook.
D. Filter the list in place by using Excel 2007, and protect the Excel 2007 workbook that contains the telephone numbers.

Answer: C

Question 9.
Your company stores employee details in a Microsoft SQL Server database. You are creating a Report Center site on a Microsoft Office SharePoint Server 2007 server. You need to ensure that a report on employee details can be generated in the Report Center site. 

What should you do? 

A. Add the Data Connections library to the trusted file locations.
B. Import the application definition to the Business Data Connector.
C. Import the Office Data Connection file to the trusted data providers.
D. Create an Office Data Connection file in a trusted Data Connections library.

Answer: D

Question 10.
You are creating two user-defined functions (UDFs) of Excel Services in Microsoft Office SharePoint Server 2007. You write the following code segment.
public class Class 1
{
public double MyDouble (double d)
{
return d * 9.
}
public DateTime ReturnDateTimeToday ()
{
return ( DateTime.Today);
}
}
You need to ensure that the MyDouble method and the ReturnDateTimeToday method are recognized as UDFs of Excel Services. 

What should you do?

A. Add a reference to the Excel Services DLL.
B. Change the methods from public to private.
C. Add an out parameterto each of the method statements.
D. Mark the class by using the UdfClass attribute and mark the methods by using the UdfMethod attribute.

Answer: D


Google
 
Web www.certsbraindumps.com


Study Guides and Real Exam Questions For Oracle OCP, MCSE, MCSA, CCNA, CompTIA





              Privacy Policy                   Disclaimer                    Feedback                    Term & Conditions

www.helpline4IT.com

ITCertKeys.com

Copyright © 2004 CertsBraindumps.com Inc. All rights reserved.