Certification Questions

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 2079
Q:

Describe the functions of DNS and DHCP in the network?

Answer

Dynamic Host Configuration protocol (DHCP) provides network configuration information (including IP address) to hosts, eliminating the need to perform the configurations manually.


Domain Name Service  (DNS)resolves hostnames - both internet names such as www.routersim.com and device names such as workstation 2 to IP addresses, eliminating the need to know the IP address of a device for connection purposes.

Report Error

View answer Workspace Report Error Discuss

Subject: CCNA

0 2077
Q:

What key approaches are supported by the SAP Solution Manager in the implementation phase?

A. Phase-driven implementation approach.

B. Process-oriented implementation approach.

C. Reengineering-driven implementation approach.

D. Prototyping as implementation concept.

Answer

Answer : B

Report Error

View answer Workspace Report Error Discuss

2 2077
Q:

You are a developer for a XYZ Inc that provides free software over the Internet. You are developing en e-mail application that users all over the world can download.

 

The application displays text strings in the user interface. At run time, these text strings must appear in the language that is appropriate to the locale setting of the computer running the application.

 

You have resources to develop versions of the application for only four different cultures.You must ensure that your application will also be usable by people of other cultures.
How should you prepare the application for deployment?

A) Package a different assembly for each culture. B) Package a different executable file for each culture.
C) Package a main assembly for source code and the default culture. Package satellite assemblies for the other cultures. D) Package a main assembly for source code. Package satellite assemblies for each culture.
 
Answer & Explanation Answer: C) Package a main assembly for source code and the default culture. Package satellite assemblies for the other cultures.

Explanation:

When you build a project, the resource files are compiled and then embedded in satellite assemblies, or assemblies which contain only the localized resources. The fallback resources are built into the main assembly, which also contains the application code.

Report Error

View Answer Report Error Discuss

1 2075
Q:

Assume a router has a loopback address of 135.77.9.254. Convert the loopback address to an IS-IS system ID.

Answer

The loopback address written in dotted decimal and using three digits for each byte has a value of 135.077.009.254. The system ID is 13.50.77.00.92.54.

Report Error

View answer Workspace Report Error Discuss

Subject: CCNP

1 2074
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 2073
Q:

What is Log Shipping?

Answer

Log shipping defines the process for automatically taking backup of the database and transaction files on a SQL Server and then restoring them on a standby/backup server. This keeps the two SQL Server instances in sync with each other. In case production server fails, users simply need to be pointed to the standby/backup server. Log shipping primarily consists of 3 operations:


Backup transaction logs of the Production server.


Copy these logs on the standby/backup server.


Restore the log on standby/backup server.

Report Error

View answer Workspace Report Error Discuss

2 2073
Q:

What type of Cisco tagging information allows VLANs to be multiplexed over a trunk link through an external encapsulation method?

Answer

Inter-Switch Link (ISL)

Report Error

View answer Workspace Report Error Discuss

Subject: CCNA

1 2072