Searching for "By"

Q:

You develop a Windows-based application that enables to enter product sales. You add a subroutine named XYZ.

 

You discover that XYZ sometimes raises an IOException during execution. To address this problem you create two additional subroutines named LogError and CleanUp. These subroutines are governed by the following rules:

• LogError must be called only when XYZ raises an exception.
• CleanUp must be called whenever XYZ is complete.

 

 You must ensure that your application adheres to these rules. Which code segment should you use?

A) try { XYZ(); LogError(); } catch (Exception e) { CleanUp(e); } B) try { XYZ(); } catch (Exception e) { LogError(e); CleanUp(); }
C) try { XYZ(); } catch (Exception e) { LogError(e); } finally { CleanUp(); } D) try { XYZ(); } catch (Exception e) { CleanUp(e); } finally { LogError(); }
 
Answer & Explanation Answer: C) try { XYZ(); } catch (Exception e) { LogError(e); } finally { CleanUp(); }

Explanation:

We must use a try…catch…finally construct. First we run the Comapany() code in the try block.Then we use the LogError() subroutine in the catch statement since all exceptions are handled here. Lastly we put the CleanUp() subroutine in the finally statement since this code will be executed regardless of whether an exception is thrown or not.

Report Error

View Answer Report Error Discuss

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

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

Q:

What is the primary purpose of having multi-dimensional data models?

A. To deliver structured information that the business user can easily navigate by using any possible combination of business terms to show the KPIs.

B. To make it easier for developers to build applications, that will be helpful for the business users.

C. To make it easier to store data in the database and avoid redundancy.

D. All the above

Answer

Answer : A


 


Explanation :  The primary purpose of multi-dimensional modeling is to present the business users in a way that corresponds their normal understanding of their business. They also provide a basis for easy access of data which is OLAP engine.

Report Error

View answer Workspace Report Error Discuss

Subject: SAP BW

Q:

What are the advantages of Process Model.

A. Easily control the execution of programs.

B. Reduce process run time by running serial program.

C. Repeat individual process steps.

D. Can send notification in all circumstances.

Answer

Answer : A , C , D

Report Error

View answer Workspace Report Error Discuss

Subject: SAP HR

Q:

The Secondary wage type, Incoming wage types from previous period, is identified by a name starting with which of these strings?

A. /0...

B. /4...

C. /Z...

D. /3...

Answer

Answer : C , D

Report Error

View answer Workspace Report Error Discuss

Subject: SAP HR

Q:

[CO-OM-OPA] About the overhead costing sheet, the “dependency” has the following functions, except by one; What is this one?

A. It allows to differentiate overhead rates or amounts by company code.

B. It allows to differentiate overhead rates or amounts by material origin.

C. It allows to differentiate overhead rates or amounts by plant.

D. It allows to differentiate overhead rates or amounts by profit center.

Answer

Answer : B

Report Error

View answer Workspace Report Error Discuss

Subject: SAP CO

Q:

What key approaches are supported by the SAP Solution Manager in the implementation phase?

A. Phase-driven implementation approach.

B. Process-oriented implementation approach.

C. Reengineering-driven implementation approach.

D. Prototyping as implementation concept.

Answer

Answer : B

Report Error

View answer Workspace Report Error Discuss