Certification Questions

Q:

Customer Management, Order Management and Materials Management are all functions of which SAP Mobile Solution?

A. SAP Mobile Sales

B. SAP Mobile Service

C. SAP Mobile Procurement

D. SAP Mobile Direct Store Delivery

Answer

Answer : A

Report Error

View answer Workspace Report Error Discuss

0 1809
Q:

Before you can create cost centers, you must first create a _______ heirarchy.

A. Logical

B. Optimum

C. Complete

D. Standard

Answer

Answer : D

Report Error

View answer Workspace Report Error Discuss

Subject: SAP CO

0 1804
Q:

[CO-OM-CCA] Accounting can be divided into internal and external accounting. Which of the following areas are part of internal accounting?

A. Product Cost Controlling

B. Overhead Cost Controlling

C. Asset Management

D. Financial Accounting

Answer

Answer : A , B

Report Error

View answer Workspace Report Error Discuss

Subject: SAP CO

0 1791
Q:

Candidate Key in DBMS?

Answer

A candidate key is a column, or set of columns, in a table that can uniquely identify any database record without referring to any other data. Each table may have one or more candidate keys, but one candidate key is unique, and it is called the primary key.

Report Error

View answer Workspace Report Error Discuss

1 1776
Q:

Why are intra-area summary routes not allowed?

Answer

OSPF databases on routers in the same area must be identical. If route summarization was allowed within an area, some routers would have specific routes and some routers would have summary routes for routes in the area. If this were allowed, the databases for the area would never agree

Report Error

View answer Workspace Report Error Discuss

Subject: CCNP

0 1769
Q:

You create English, French, and German versions of a test engine ASP.NET application you are developing for XYZ Inc. You have separate resource files for each language version.You need to deploy the appropriate resource file based on the language settings of the server. What should you do?

A) Create an installer and set the Installer.Context property for each version of your application. B) Create an installer that has a launch condition to verify the locale settings.
C) Create an installer that has a custom action to install only location-specific files. D) Create an installer that has an MsiConfigureProduct function to install the appropriate version.
 
Answer & Explanation Answer: C) Create an installer that has a custom action to install only location-specific files.

Explanation:

Custom actions are a Windows Installer feature that allows you to run code at the end of an installation to perform actions that cannot be handled during installation. This is an appropriate solution for this scenario as we only want to deploy the resource files on the server. 

 

Incorrect Answers:

 

A: We just want to deploy the resource files. We do not need to set the Context property in the application.

 

B: We don’t need any launch conditions. We just want to deploy the resource files.

 

D: We just want to deploy the resource files.

Report Error

View Answer Report Error Discuss

0 1764
Q:

Identify the material types that permit a material to be sold:

A. HALB

B. HAWA

C. FERT

D. ROH

Answer

Answer : A , B , C

Report Error

View answer Workspace Report Error Discuss

Subject: SAP SD

0 1746
Q:

Difference between Union and Union all?

Answer

The difference between Union and Union all is that Union all will not eliminate duplicate rows, instead it just pulls all rows from all tables fitting your query specifics and combines them into a table. A UNION statement effectively does a SELECT DISTINCT on the results set.

Report Error

View answer Workspace Report Error Discuss

1 1743