• 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
  • Tim Cooke
  • Liutauras Vilda
  • Jeanne Boyarsky
  • paul wheaton
Sheriffs:
  • Ron McLeod
  • Devaka Cooray
  • Henry Wong
Saloon Keepers:
  • Tim Holloway
  • Stephan van Hulst
  • Carey Brown
  • Tim Moores
  • Mikalai Zaikin
Bartenders:
  • Frits Walraven

When did Test Objectives change for Part I?

 
Ranch Hand
Posts: 237
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
I noticed that the list of testing objectives for the architect exam has been changed at some time within the past few months.
The objectives as listed in the "Architect Success Guide" is much different from what the objectives used to be. Drawing UML and interpreting UML diagrams are not even mentioned in new objectives!
I assume I should abandon my old objectives, and only study objectives that Sun published in their "Architect Sucess Guide?"
How have other people here handled this issue?
These were what the Architect Certification Testing Objectives used to be:
/////////////////////////////////////////
OO Concepts
"Draw UML diagrams
"Interpret UML diagrams.
"State the effect of encapsulation, inheritance, and use of interfaces on architectural characteristics.
Common Architectures
"Recognize the effect on each of the following characteristics of two tier, three tier and n-tier architectures: scalability maintainability, reliability, availability, extensibility, performance, manageability, and security.
"Recognize the effect of each of the following characteristics on J2EE technology: scalability maintainability, reliability, availability, extensibility, performance, manageability, and security.
"Given an architecture described in terms of network layout, list benefits and potential weaknesses associated with it.
Legacy Connectivity
"Distinguish appropriate from inappropriate techniques for providing access to a legacy system from Java code given an outline description of that legacy system
EJB
"List the required classes/interfaces that must be provided for an EJB.
"Distinguish stateful and stateless Session beans.
"Distinguish Session and Entity beans.
"Recognize appropriate uses for Entity, Stateful Session, and Stateless Session beans.
"State benefits and costs of Container Managed Persistence.
"State the transactional behavior in a given scenario for an enterprise bean method with a specified transactional deployment descriptor.
"Given a requirement specification detailing security and flexibility needs, identify architectures that would fulfill those requirements.
"Identify costs and benefits of using an intermediate data access object between an entity bean and the data resource.
EJB Container Model
"State the benefits of pooling in an EJB container.
"State the benefits of Passivity in an EJB container.
"State the benefit of monitoring of resources in an EJB container.
"Explain how the EJB container does lifecycle management and has the capability to increase scaleability.
"
Protocols
"Given a scenario description, distinguish appropriate from inappropriate protocols to implement that scenario.
"Identify a protocol, given a list of some of its features, where the protocol is one of the following: HTTP, HTTPS, IIOP, JRMP.
"Select from a list, common firewall features that might interfere with the normal operation of a given protocol.
Applicability of J2EE
"Select from a list those application aspects that are suited to implementation using J2EE.
"Select from a list those application aspects that are suited to implementation using EJB.
"Identify suitable J2EE technologies for the implementation of specified application aspects.
Design Patterns
"From a list, select the most appropriate design pattern for a given scenario. Patterns will be limited to those documented in Gamma et al.. and named using the names given in that book.
"State the benefits of using design patterns.
"State the name of a Gamma et al. design pattern given the UML diagram and/or a brief description of the pattern's functionality.
"Select from a list benefits of a specified Gamma et al. design pattern.
"Identify the Gamma et al. design pattern associated with a specified J2EE feature.
Messaging
"Identify scenarios that are appropriate to implementation using messaging, EJB, or both.
"List benefits of synchronous and asynchronous messaging.
"Select scenarios from a list that are appropriate to implementation using synchronous and asynchronous messaging.
Internationalization
"State three aspects of any application that might need to be varied or customized in different deployment locales.
"Match the following features of the Java2 platform with descriptions of their functionality, purpose or typical uses: Properties, Locale, ResourceBundle, Unicode, java.text package, InputStreamReader and OutputStreamWriter.
Security
"Select from a list security restrictions that Java 2 environments normally impose on applets running in a browser.
"Given an architectural system specification, identify appropriate locations for implementation of specified security features, and select suitable technologies for implementation of those features.
 
I wasn't selected to go to mars. This tiny ad got in ahead of me:
Gift giving made easy with the permaculture playing cards
https://coderanch.com/t/777758/Gift-giving-easy-permaculture-playing
reply
    Bookmark Topic Watch Topic
  • New Topic