Certification Questions

Q:

Which layer of the OSI model is associated with HDLC, Frame Relay and PPP?

A) The Physical Layer B) The Data Link layer
C) The Transport Layer D) The Network Layer
 
Answer & Explanation Answer: B) The Data Link layer

Explanation:
Report Error

View Answer Report Error Discuss

Filed Under: CCENT

0 1844
Q:

[CO-OM-CCA] Data from internal and external accounting should be reconcilable. Which is (are) correct?

A. The CO totals in the reconciliation ledger are not updated for the external postings.

B. External postings to FI with a cost accounting effect are transferred automatically to the appropriate Co application component.

C. If amounts are allocated within CO across company codes, functional areas or business areas, the information do not need to pass back to FI, the R/3 system sends this data automatically to the FI component.

D.    It is not possible to use the reconciliation ledger to generate a posting that brings FI into agreement with the CO postings.

Answer

Answer : B

Report Error

View answer Workspace Report Error Discuss

Subject: SAP CO

0 1841
Q:

Identify the steps in the asap methodology

A. Realization Project preparation
B. Roll out
C. Go live & support
D. Final preparation.
E. Business blueprint

Answer

Answer : A , C , D , E

Report Error

View answer Workspace Report Error Discuss

0 1801
Q:

[CO-OM-CCA] For each fiscal year, you can make basic settings in the version affecting all of planning. These settings include : One or more is correct.

A. Activating the standard hierarchy area

B. Locking the version against any plan activity.

C. Activating plan integration with orders and projects

D. Saving exchange rate types for currency translation

Answer

Answer : B , C , D

Report Error

View answer Workspace Report Error Discuss

Subject: SAP CO

0 1793
Q:

Describe the difference between routing and switching.

Answer

Routing moves a letter or telephone call to the access layer (as in a street or telephone exchange). Switching makes the final delivery. A switching decision is made on the part of the address that is not used in routing (as in the street number or last four digits of a phone number).

Report Error

View answer Workspace Report Error Discuss

Subject: CCNP

0 1784
Q:

Whether the prices in the delivery document is transferred to the billing document the system considers..

A. Delivery document type

B. Schedule line category

C. Copying control header level

D. Copying control item level

Answer

Answer : D

Report Error

View answer Workspace Report Error Discuss

Subject: SAP SD

0 1783
Q:

What are the pre-requisites in doing rebate agreements?

A. You must activate rebate in sales organization

B. You must activate rebate in sales document type

C. You must activate rebate in ship-to party

D. You must activate rebate in payer

Answer

Answer : A , D

Report Error

View answer Workspace Report Error Discuss

Subject: SAP SD

0 1766
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 1763