Certification Questions

Q:

Testing the Extraction is done by

A. Running a Query.

B. Do an Extraction Check in SAP R/3.

C. Running a Data Load.

D. None of the above.

Answer

Answer : B

Report Error

View answer Workspace Report Error Discuss

Subject: SAP BW

0 1477
Q:

When can we use InfoSets?

A. When Union is required.

B. When Joins are required.

C. Both A & B

Answer

Answer : B

Report Error

View answer Workspace Report Error Discuss

Subject: SAP BW

0 1474
Q:

What are the access, distribution, and core components of a North American phone number?

Answer

The last four digits are the used at the access layer to identify a particular telephone. The next three numbers are used at the distribution layer to identify an exchange that services several phone numbers. The area code is used at the core level for routing between different regions.

Report Error

View answer Workspace Report Error Discuss

Subject: CCNP

0 1468
Q:

The benefits of the testing features include:

A. Reduce time for test preparation and execution

B. Central storage of testing material and test results

C. Re-use of existing testing material.

D. Single point of access to complete system landscape

Answer

Answer: A , B , C , D

Report Error

View answer Workspace Report Error Discuss

1 1457
Q:

Application Component Hierarchies can be made available in BW by

A. Importing them in BW.

B. Replicating in BW

C. Transferring from SAP R/3.

Answer

Answer : C

Report Error

View answer Workspace Report Error Discuss

Subject: SAP BW

0 1452
Q:

In tax identification determination, which of the following statements are correct? (Only one answer is correct)

A. A rule has to be set per sales document type

B. A rule has to be set per company code

C. A rule has to be set per item category

D. A rule has to be set per sales organization

Answer

Answer : D

Report Error

View answer Workspace Report Error Discuss

Subject: SAP SD

0 1452
Q:

ASAP: how are accelerators? (more than one)

A. are hardware tools used for  optimizing system performance

B. can contained concised informations texts

C. accelerators are only customer documents

D. are a collection of descriptive texts, how to documents, templates and examples of all subjects related to SAP implementation

Answer

Answer : B , D

Report Error

View answer Workspace Report Error Discuss

0 1444
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 1437