Certification Questions

Q:

Out of the 5 phases of the ASAP methodology, for which phase does the Solution Manager NOT provide any tasks (or taskgroups).

A. Evaluation phase

B. Final Preparation phase

C. Business Blueprint

D. Project preparation phase

Answer

Answer : B

Report Error

View answer Workspace Report Error Discuss

2 2046
Q:

Which of the following statements about distribution channel are correct?

A. It is responsible for the distribution of goods and services

B. It is assigned to a company code

C. It is assigned to a sales organization

D. It is the means at which goods and services reach the customer

Answer

Answer : C ,D

Report Error

View answer Workspace Report Error Discuss

Subject: SAP SD

0 2043
Q:

Project Scope Management - Processes

Describe the Inputs, Tools and Techniques , Outputs included in the Scope Definition ?

Answer

I.Inputs



  • Organizational process assets 

  • Project charter

  • Preliminary project scope statement

  • Project scope management plan

  • Approved change requests


II. Tools and Techniques



  • Product analysis

  • Alternatives identification

  • Expert judgment

  • Stakeholder analysis


III. Outputs



  • Project scope statement

  • Requested changes

  • Project scope management plan(updates)


 

Report Error

View answer Workspace Report Error Discuss

0 2042
Q:

Project Risk Management - Processes

Describe the Inputs, Tools and Techniques , Outputs included in the Risk Identification?

Answer

I. Inputs



  • Enterprise environmental factors

  • Organizational process assets

  • Project scope statement

  • Risk management plan

  • Project management plan


II. Tools and Techniques



  • Documentation reviews

  • Information gathering techniques

  • Checklist analysis

  • Assumptions analysis

  • Diagramming techniques


III. Outputs



  • Risk register

Report Error

View answer Workspace Report Error Discuss

0 2039
Q:

Project Risk Management - Processes

Describe the Inputs, Tools and Techniques , Outputs included in the Risk Monitoring and Control?

Answer

I. Inputs



  • Risk management plan

  • Risk register

  • Approved change requests

  • work performance information

  • performance reports


II. Tools and Techniques



  • Risk reassessment

  • Risk audits

  • Variance and trend analysis

  • Technical performance measurement

  • Reserve analysis

  • Status meetings


III. Outputs



  • Risk register (updates)

  • Requested changes

  • Recommended corrective actions

  • Recommended preventive actions

  • Organizational process assets (updates)

  • Project management plan (updates)

Report Error

View answer Workspace Report Error Discuss

0 2038
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

0 2034
Q:

Project Communications Management - Processes

Describe the Inputs, Tools and Techniques , Outputs included in the Manage stakeholders?

Answer

I. Inputs



  • Communications management plan 

  • Organizational process assets


II. Tools and Techniques



  • Communications methods

  • Issue logs


III. Outputs



  • Resolved issues

  • Approved change requests

  • Approved corrective actions 

  • Organizational process assets (updates)

  • Project management plan (updates)

Report Error

View answer Workspace Report Error Discuss

0 2033
Q:

Which process ensures that the components of the computer are connected properly ?

A) Booting B) Saving
C) Processing D) Editing
 
Answer & Explanation Answer: A) Booting

Explanation:
Report Error

View Answer Report Error Discuss

Filed Under: CCENT
Job Role: Analyst

10 2029