Certification Questions

Q:

Your network consists of a single Active Directory domain. The domain includes a group named SalesUsers. You have a file server that runs Windows Server 2003 Service Pack 2 (SP2). The server has a folder named CorpData. You share the CorpData folder and assign the Domain Users group the Full Control share permission. In the CorpData folder, you create a folder named Sales. You need to configure security for the Sales folder to meet the following requirements: -Members of the SalesUsers group must be able to read, create, and modify all files and folders. -All other users must be able to view items in the folder. What should you do?

A) On the Sales folder, block permission inheritance and remove permissions. Assign the Allow Modify permission to the SalesUsers group. B) On the Sales folder, block permission inheritance and copy permissions. On the Sales folder, assign the Allow Modify permission to the SalesUsers group.
C) On the CorpData share, change the share permission for Domain Users to Read. On the Sales folder, assign the Allow Modify permissions to the SalesUsers group. D) On the CorpData folder, block permission inheritance and remove permissions. In the Sales folder, assign the Allow Modify permissions to the SalesUsers group.
 
Answer & Explanation Answer: B) On the Sales folder, block permission inheritance and copy permissions. On the Sales folder, assign the Allow Modify permission to the SalesUsers group.

Explanation:
Report Error

View Answer Report Error Discuss

3 2344
Q:

Which transaction shows the most up to date planning data?

A. Stock Requirement list

B. MRP list

C. Stock Overview report

D. List display of material and accounting documents

Answer

Answer : A

Report Error

View answer Workspace Report Error Discuss

Subject: SAP MM

7 2342
Q:

Project Integration Management - Processes

Describe the Inputs, Tools and Techniques, Outputs of Close project Phase?

Answer

I. Inputs



  • Project management plan

  • Contract documentation

  • Enterprise environmental factors

  • Organizational process assets

  • Work performance information

  • Deliverables


II. Tools and Techniques



  • Project management methodology

  • Project management information system

  • Expert Judgment


III. Outputs



  • Administrative closure procedure

  • Contract closure procedure

  • Final product, service, or result

  • Organisational process assets (updates)

Report Error

View answer Workspace Report Error Discuss

0 2338
Q:

You use Visual Studio .NET to create a Windows-based application. The application includes a form named XYZProcedures (EXP). EXP allows users to enter very lengthy text into a database. When users click the Print button located on EXP, this text must be printed by the default printer.

 

You implement the printing functionality by using the native .NET System Class Libraries with all default settings.

 

Users report that only the first page of the text is being printed.

How should you correct this problem?

A) In the BeginPrint event, set the HasMorePages property of the PrintEventArgs object to True. B) In the EndPrint event, set the HasMorePages property of the PrintEventArgs object to True.
C) In the PrintPage event, set the HasMorePages property of the PrintPageEventArgs object to True. D) In the QueryPageSettings event, set the HasMorePages property of the QueryPageSettingEventArgs object to True.
 
Answer & Explanation Answer: C) In the PrintPage event, set the HasMorePages property of the PrintPageEventArgs object to True.

Explanation:

PrintDocument.PrintPage Event occurs when the output to print for the current page is needed. This event has the HasMorePages property which gets or sets a value indicating whether an additional page should be printed.

Report Error

View Answer Report Error Discuss

1 2336
Q:

Your manager has asked you to proof read his draft document of a new press release. After reading the document you recommend adding page numbers to make the document more readable. However, you want to start numbering the pages starting from the third page.

 

What should you do?

A) Add a section break after page 2 B) Choose the Different First Page option in the Header and Footer dialog
C) Choose the Different Odd and Event Pages in the Header and Footer dialog D) Its not possible to start numbering in the middle of a document
 
Answer & Explanation Answer: A) Add a section break after page 2

Explanation:
Report Error

View Answer Report Error Discuss

3 2333
Q:

You use Visual Studio .NET to create an assembly, called XYZAssembly, that will be used by other applications, including a standard COM client application.


You must deploy your assembly on the COM application to a client computer. You must ensure that the COM application can instantiate components within the assembly as COM components.

What should you do?

A) Create a strong name of the assembly by using the Strong Name tool (Sn.exe). B) Generate a type library for the assembly by using the Type Library Importer (Tlbimp.exe). Register the file on the client computer.
C) Generate a registry file for the assembly by using the Assembly Registration tool (Regasm.exe) Register the file on the client computer. D) Deploy the assembly to the global assembly cache on the client computer. Add a reference to the assembly in the COM client application.
 
Answer & Explanation Answer: C) Generate a registry file for the assembly by using the Assembly Registration tool (Regasm.exe) Register the file on the client computer.

Explanation:

The Assembly Registration tool reads the metadata within an assembly and adds the necessary entries to the registry, which allows COM clients to create .NET Framework classes transparently. Once a class is registered, any COM client can use it as though the class were a COM class..

 

Incorrect Answers:

Option A:
The Strong Name tool helps sign assemblies with strong names.


Option B:
The Type Library Importer, tlbimp.exe, converts the type definitions found within a COM type library into equivalent definitions in a common language runtime assembly. It would not be useful in this scenario however.


Option D:
This would not allow the COM application to use the class.

Report Error

View Answer Report Error Discuss

1 2330
Q:

You use two sites on your Windows 2000 network. You decide you want to manually specify a particular domain controller in each site that will be used for intersite replication. What should you do?

A) Create a site link to connect the two domain controllers B) Designate the desired domain controller in each site as a bridge-head server
C) Configure the desired domain controller in each site to be a global catalog server D) Create a new connection object for the desired domain controller in each site
 
Answer & Explanation Answer: B) Designate the desired domain controller in each site as a bridge-head server

Explanation:

The server that is designated as the bridgehead server is used for intersite replication.

Report Error

View Answer Report Error Discuss

0 2322
Q:

Clossing Process Group

What are the Project Management Processes included in Closing Process Group?

Answer


    • Close Project

    • Contract Closure



 

Report Error

View answer Workspace Report Error Discuss

0 2321