Certification Questions

Q:

Organizational Systems

What are Project-based and Non project-based organizations?

Answer



      • Project-based Organizations are those whose operations consist primarily of projects.

      • Non Project-based organizations often may lack management systems designed to support project needs efficiently and effectively.



Report Error

View answer Workspace Report Error Discuss

0 2662
Q:

Which transaction shows the most up to date planning data?

A. Stock Requirement list

B. MRP list

C. Stock Overview report

D. List display of material and accounting documents

Answer

Answer : A

Report Error

View answer Workspace Report Error Discuss

Subject: SAP MM

7 2659
Q:

Which two operators are available when using wildcards in a query filter? (Choose two.)

A. Matches Pattern

B.  LIKE

C. Different from Pattern

D. Not equals Pattern

Answer

Answer : A , C

Report Error

View answer Workspace Report Error Discuss

Subject: SAP BW

7 2655
Q:

Which statement correctly changes the next extent size?

A) ALTER TABLE customer MODIFY NEXT SIZE 300 B) ALTER TABLE customer MODIFY NEXT EXTENT SIZE 300
C) ALTER TABLE customer MODIFY EXTENT SIZE 300 D) ALTER TABLE customer NEXT SIZE 300
 
Answer & Explanation Answer: A) ALTER TABLE customer MODIFY NEXT SIZE 300

Explanation:
Report Error

View Answer Report Error Discuss

Filed Under: IBM Certification

2 2651
Q:

 The plant maintenance component is used for the technical management of asset and the treasury component is used ot manage finincial assets.

A) TRUE B) FALSE
Answer & Explanation Answer: A) TRUE

Explanation:
Report Error

View Answer Workspace Report Error Discuss

Subject: SAP FI

0 2649
Q:

Define Executive Plan in Database SQL ?

Answer

Executive plan can be defined as:


* SQL Server caches collected procedure or the plan of query execution and used thereafter by subsequent calls.


* An important feature in relation to performance enhancement.


* Data execution plan can be viewed textually or graphically.

Report Error

View answer Workspace Report Error Discuss

7 2647
Q:

Wage type in SAP HR System consists of three value fields:

A. RTE, RIO and NUM.

B. RTE, NUM and AMT.

C. RIO, NUM and PAY.

D. RTE, NUM and PAY.

Answer

Answer : B

Report Error

View answer Workspace Report Error Discuss

Subject: SAP HR

0 2641
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 2640