2023 2024 Student Forum > Management Forum > Main Forum

 
  #1  
15th February 2016, 12:04 PM
Unregistered
Guest
 
J2EE Architect Certification

I have done my BCA degree and interested in joining IT industry for this I have decided to do J2EE Architect Certification from Bangalore searching for the institutes. Will you please provide me list of institutes for doing this certification also provide me addresses of those institutes?
Similar Threads
Thread
Definition Of IAF Architect
IIM Calcutta Architect
J2EE Design Patterns with examples
IIT Roorkee Architect
UPSC Architect Job
IMI Bhubaneswar Architect
UPSC Architect
Architect of FRI Dehradun
NID Ahmedabad Architect
Java J2EE Certification
Who is the Architect of IIT Kharagpur
Architect Bangalore
J2EE Design Patterns
J2ee Job Description
Architect in Lucknow
JAVA J2EE Online Test
Online J2EE Training
LPU architect
J2EE Definition
Which is better in between .NET, J2EE and Oracle DBA course?
  #2  
15th February 2016, 12:04 PM
Super Moderator
 
Join Date: May 2012
Re: J2EE Architect Certification

As per your query here I am providing you the list of institutes for doing J2EE Architect Certification from Bangalore. Please check below list of institutes along with their contact details:

J2EE Architect Certification in Bangalore:

Java J2EE Training
Surabhi Technologies #124 80 ft road, SBM colony BSK 1st stage
080 2672 7483

Java Fast Track
#12, BTM Ring Road, B.T.M. 2nd Stage
097314 52452

CRSKTECH JAVA J2EE TRAINING INSTITUTE
1st Floor, Ramchandra Arcade, Above ICICI Bank, Ramaiah College Bus Stop, Mathikere
096863 00030

Java J2EE Training Center - RIM CMS
25, 1st Main Rd, 3rd Stage
080 4094 5598

Java Academy
S No. 89,1st Stage,1st Phase,Gokula,Above Karnataka Bank ATM, HMT Main Rd, Yeshwanthpura, HMT Layout
080 2357 7888

Uttara InfoSolutions
#1012, 2nd floor, 26th Main, 4th T block, Opposite Coffee Day, Jayanagar
080 6530 9811

Teknowledge I.T. Solutions provider
537, Chinmaya Mission Hospital Rd, Stage 2

HR Generalist Web Designing JAVA J2EE Php mysql Training.
4th Floor, Raghvendra Plaza, 17th Main,, J.P.Nagar 2nd Phase,
090350 20044

Java Fast Track
20th Main, Near Udupi Garden Signal, Bengaluru, 560076
098862 86254

Felight Java & Testing Training Institute
No.15, BTM 100 Feet Main Road, BTM 2nd Stage, Adjacent To Jayadeva Hospital
096114 06060

i-Noesis Solutions
#347, 8th main road, MS Ramaiah Road, HMT Main Rd, Mathikere, Nanjappa Reddy Colony
097310 18047

JDOT Technologies
374, 3rd Floor, Opp Mayura Hotel, Near Prasanna Theatre, Dr. Rajkumar Road, Rajaji Nagar 6th Block
097414 21205

Pragim Technologies
2nd Floor, Above Pick 'N' Move, Adjacent to HP Petrol Pump, Marathalli
099456 99393

Java Training Academy
30, 1st Main Road, Near-Bank Of Maharastra, Btm Layout 2nd Stage
080 4147 2310

Uttara Infosolutions
#415A, 20th Main, Chord Road, 1st Block, Rajajinagar
080 2352 8662

Jspiders
#35, 1st floor, Phoenix Idiom, Murugeshpalya, Above ICICI Bank, Next To Kemp Fort Mall
096111 00311

Edureka
Unit Nos: 501-507, 5th Floor, Delta Block, Sigma Soft Tech Park, Varthur, Road
088808 62004

Cluster Info Solutions Pvt. Ltd
#737, 3rd floor,Near St.Anns School, Beside Laxmi Villas Bank., ಡಾ ರಾಜಕುಮಾರ್ ರಸ್ತೆ, 6 Block
098451 31639

Lara Technologies
#8,100 feet Road, BTM Layout, 2nd Stage, Near Udipi Garden Signal
080 4168 0090

I Axis Java Training Bangalore
101/1,g2,vengadeshwaralayout,Btm1st stage, 13th cross,19th main,
099003 28133
  #3  
18th February 2016, 04:23 PM
Unregistered
Guest
 
J2EE Architect Certification

When Java EE 5 Enterprise Architect Certification exam will conduct by Oracle University ? Give topics for exam .
  #4  
19th February 2016, 05:20 PM
Super Moderator
 
Join Date: Apr 2013
Re: J2EE Architect Certification

Java EE 5 Enterprise Architect Certification exam will conduct by Oracle University on March 1, 2016.

Exam pattern:
Duration: 120 minutes

Number of Questions: 64

format: Multiple Choice

Exam Price: Rs 9604

Passing Score: 57%

Exam Topics

Section 1: Application Design Concepts and Principles

Explain the main advantages of an object-oriented approach to system design including the effect of encapsulation, inheritance, and use of interfaces on architectural characteristics.
Describe how the principle of "separation of concerns" has been applied to the main system tiers of a Java Platform, Enterprise Edition application. Tiers include client (both GUI and web), web (web container), business (EJB container), integration, and resource tiers.
Describe how the principle of "separation of concerns" has been applied to the layers of a Java EE application. Layers include application, virtual platform (component APIs), application infrastructure (containers), enterprise services (operating system and virtualization), compute and storage, and the networking infrastructure layers.

Section 2: Common Architectures
Explain the advantages and disadvantages of two-tier architectures when examined under the following topics: scalability, maintainability, reliability, availability, extensibility, performance, manageability, and security.
Explain the advantages and disadvantages of three-tier architectures when examined under the following topics: scalability, maintainability, reliability, availability, extensibility, performance, manageability, and security
Explain the advantages and disadvantages of multi-tier architectures when examined under the following topics: scalability, maintainability, reliability, availability, extensibility, performance, manageability, and security.
Explain the benefits and drawbacks of rich clients and browser-based clients as deployed in a typical Java EE application.
Explain appropriate and inappropriate uses for web services in the Java EE platform

Section 3: Integration and Messaging
Explain possible approaches for communicating with an external system from a Java EE technology-based system given an outline description of those systems and outline the benefits and drawbacks of each approach.
Explain typical uses of web services and XML over HTTP as mechanisms to integrate distinct software components.
Explain how JCA and JMS are used to integrate distinct software components as part of an overall Java EE application.

Section 4: Business Tier Technologies
Explain and contrast uses for entity beans, entity classes, stateful and stateless session beans, and message-driven beans, and understand the advantages and disadvantages of each type.
Explain and contrast the following persistence strategies: container-managed persistence (CMP) BMP, JDO, JPA, ORM and using DAOs (Data Access Objects) and direct JDBC technology-based persistence under the following headings: ease of development, performance, scalability, extensibility, and security.
Explain how Java EE supports the deployment of server-side components implemented as web services and the advantages and disadvantages of adopting such an approach.
Explain the benefits of the EJB 3 development model over previous EJB generations for ease of development including how the EJB container simplifies EJB development.

Section 5: Web Tier Technologies
State the benefits and drawbacks of adopting a web framework in designing a Java EE application
Explain standard uses for JSP pages and servlets in a typical Java EE application.
Explain standard uses for JavaServer Faces components in a typical Java EE application.
Given a system requirements definition, explain and justify your rationale for choosing a web-centric or EJB-centric implementation to solve the requirements. Web-centric means that you are providing a solution that does not use EJB components. EJB-centric solution will require an application server that supports EJB components.

Section 6: Applicability of Java EE Technology
Given a specified business problem, design a modular solution that solves the problem using Java EE.
Explain how the Java EE platform enables service oriented architecture (SOA) -based applications.
Explain how you would design a Java EE application to repeatedly measure critical non-functional requirements and outline a standard process with specific strategies to refactor that application to improve on the results of the measurements.

Section 7: Patterns
From a list, select the most appropriate pattern for a given scenario. Patterns are limited to those documented in the book - Alur, Crupi and Malks (2003). Core J2EE Patterns: Best Practices and Design Strategies 2nd Edition and named using the names given in that book.
From a list, select the most appropriate pattern for a given scenario. Patterns are limited to those documented in the book - Gamma, Erich; Richard Helm, Ralph Johnson, and John Vlissides (1995). Design Patterns: Elements of Reusable Object-Oriented Software and are named using the names given in that book.
From a list, select the benefits and drawbacks of a pattern drawn from the book - Gamma, Erich; Richard Helm, Ralph Johnson, and John Vlissides (1995). Design Patterns: Elements of Reusable Object-Oriented Software.
From a list, select the benefits and drawbacks of a specified Core J2EE pattern drawn from the book - Alur, Crupi and Malks (2003). Core J2EE Patterns: Best Practices and Design Strategies 2nd Edition.

Section 8: Security
Explain the client-side security model for the Java SE environment, including the Web Start and applet deployment modes.
Given an architectural system specification, select appropriate locations for implementation of specified security features, and select suitable technologies for implementation of those features
Identify and classify potential threats to a system and describe how a given architecture will address the threats.
Describe the commonly used declarative and programmatic methods used to secure applications built on the Java EE platform, for example use of deployment descriptors and JAAS.


Tags
certification

Quick Reply
Your Username: Click here to log in

Message:
Options




All times are GMT +5. The time now is 04:15 PM.


Powered by vBulletin® Version 3.8.11
Copyright ©2000 - 2024, vBulletin Solutions Inc.
SEO by vBSEO 3.6.0 PL2

1 2 3 4