• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

UML questions, need answers

 
Ranch Hand
Posts: 172
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi Ranchers:

These are some of the questions for which I am getting confused.

Can you please post the answers with the explanations .

That would help me a lot.

Thanks,

1) Which of the candidate object is NOT part of the following use case : Use Case : Submit a loan request Actor(s) : Applicant, Loan Clerk Description : The applicant submits a loan request for processing by the bank's integrated loan processing system. The applicant fills out a loan application and submits it to the bank for processing. The system validates information on the loan application and calculates the applicant's credit score based on credit reports and the applicant's account history with the bank. The applicant is contacted for additional information, if needed. The system makes an initial approval recommendation. The loan is now ready for the loan officer's evaluation, pending any needed manual validation of credit references.


Customer (applicant)
Loan Request
Loan Application
Credit Score
Credit Report
Account History
Processing System
Loan Officer


Has 1 correct answer

-----------------------------------------------------------------------------

2) Which of the candidate object is NOT part of the following use case : Use Case : Evaluate Loan Request Actor : Loan Officer The loan officer reviews the online information about the pending loan request to determine if the loan request should be approved. This information includes the loan application, credit score, credit reports, the applicant's history with the bank and the system generated approval recommendation. If the loan request is approved, the loan officer marks the loan request as approved and the loan is ready to be generated.


Loan Officer
Loan Application
Review
Credit Score
Credit Report
Account History


Has 1 correct answer
-----------------------------------------------------------------------------

3) Which of the candidate object is NOT part of the following use case : Use Case : Process a new loan Actor : Loan Clerk Description : Once a loan agreement has been signed by the customer and returned to the bank, the loan clerk has the system create a loan account based on the agreed upon terms and conditions.


Bank
Loan Clerk
Loan Agreement
Loan Account
Terms and Conditions

This question has 1 correct answer.
[ January 16, 2007: Message edited by: trivikram Kumar ]
 
trivikram Kumar
Ranch Hand
Posts: 172
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Can anyone of you please post the answers....
 
trivikram Kumar
Ranch Hand
Posts: 172
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Can someone please help ...

I am getting confused sometimes with this type of questions.



Thanks,
 
Bartender
Posts: 2661
19
Netbeans IDE C++ Linux
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator

Originally posted by trivikram Kumar:
Hi Ranchers:

These are some of the questions for which I am getting confused.

Can you please post the answers with the explanations .

That would help me a lot.

Thanks,



Trivikram,

These are questions from UML Review Questions from bparanj.
The questions are available on objectsbydesign.com.

The top of the page has a selection list. You can select "Answers" to get the answers to your questions, and a reference to the explanation.

Regards, Jan
 
trivikram Kumar
Ranch Hand
Posts: 172
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi Jan:

Thanks a bunch for your reply.

Yeah, I referred to the notes and then I was able to get the answers to those questions, and explanations.

Thanks,
 
reply
    Bookmark Topic Watch Topic
  • New Topic