Certification Questions

Q:

Explain the difference between a classful and a classless routing protocol.

Answer

Classless routing protocols advertise subnet mask information along with the network prefixes. Classful routing protocols do not. Therefore, for a classful protocol, all subnets for the major network number being used must be the same length. Also, classful protocol cannot support discontiguous networks prefixes.

Report Error

View answer Workspace Report Error Discuss

Subject: CCNP

0 1721
Q:

Why are multiple protocols used, such as a package, addressing, delivery, and transportation, instead of using one protocol defining everything?

Answer

Using multiple protocols is modular and allows changes to one protocol without affecting the others. For example, if the addressing protocol is dependent on the delivery protocol, changes to one would imply changes need to be made to the other.

Report Error

View answer Workspace Report Error Discuss

Subject: CCNP

0 1718
Q:

Solution Manager is able to

A. To provide the tools to support the implementation and setup of operations of your SP  solution

B. To provide the tools and services to support the operations of your SAP solution

C. To provide the tools and content to support the functional and technical implementation of your SAP solution

D. To provide tools, content and services to implement and operate your SAP solution

Answer

Answer : D

Report Error

View answer Workspace Report Error Discuss

3 1711
Q:

Which of the following times are taken into account for determining the material availability date?

A. Replenishment lead time

B. Billing time

C. Transportation time

D. Pick Pack time

Answer

Answer : A , B , C , D

Report Error

View answer Workspace Report Error Discuss

Subject: SAP SD

1 1710
Q:

What types of routes are allowed into a NSSA?

Answer

OSPF intra-area and interarea routes, and possibly a default route. External routes from ABRs are blocked, and external routes from ASBRs are converted to N1 or N2 routes.

Report Error

View answer Workspace Report Error Discuss

Subject: CCNP

0 1702
Q:

Which of the following are relevant in determing the item category?

A. Sales document type

B. Ship-to master data

C. Bill-to master data

D. Sold-to party master data

Answer

Answer : A , D

Report Error

View answer Workspace Report Error Discuss

Subject: SAP SD

1 1701
Q:

Which of the following activites would occur in Phase 2? Select the correct answers

A. Cycle and integration testing

B. Defining and documenting all business requirements, both functional and technical

C. End user training

D. Finalising the project scope

 

Answer

Answer: A

Report Error

View answer Workspace Report Error Discuss

1 1696
Q:

You use Visual Studio .NET to develop a Windows-based application that interacts with a Microsoft SQL Server database. Your application contains a form named CustomerForm.

 You add the following design-time components to the form:

• SqlConnection object named XYZConnection.
• SqlDataAdapter object named XYZDataAdapter.
• DataSet object named XYZDataSet.
• Five TextBox controls to hold the values exposed by XYZDataSet.


At design time, you set the DataBindings properties of each TextBox control to the appropriate column in the DataTable object of XYZDataSet. When you test the application, you can successfully connect to the database. However, no data is displayed in any text boxes.

You need to modify your application code to ensure that data is displayed appropriately. Which behavior should occur while the CustomerForm.Load event handler is running?

A) Execute the BeginInit method of XYZDataSet. B) Execute the Open method of XYZConnection.
C) Execute the FillSchema method of XYZDataAdapter and pass in XYZDataSet. D) Execute the Fill method of XYZDataAdapter and pass in XYZDataSet.
 
Answer & Explanation Answer: D) Execute the Fill method of XYZDataAdapter and pass in XYZDataSet.

Explanation:

Dataset is a container; therefore, you need to fill it with data. You can populate a dataset by calling the Fill method of a data adapter.

Report Error

View Answer Report Error Discuss

1 1695