• 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:
  • Tim Cooke
  • Campbell Ritchie
  • paul wheaton
  • Ron McLeod
  • Devaka Cooray
Sheriffs:
  • Jeanne Boyarsky
  • Liutauras Vilda
  • Paul Clapham
Saloon Keepers:
  • Tim Holloway
  • Carey Brown
  • Piet Souris
Bartenders:

Architechture Characteristics

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

I came across this question in a mock test for SCEA:

As an architecht you are interested in the architechture characteristics of a system. Which TWO are architechtural characteristics:

A Scalability
B Reliablility
C Inheritence
D Performance

Correct answer is B and D

But i think it has to have 3 answers. Option A should also be a architechtural characteristic. Am i correct in my observation?

Thanks
 
Ranch Hand
Posts: 70
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Yes, indeed.

The characteristics are:
1. Performance
2. Scalability
3. Reliability
4. Availability
5. Maintainability
6. Manageability
7. Security
 
reply
    Bookmark Topic Watch Topic
  • New Topic