Oracle ADF 11g Interview Questions | JDeveloper Interview Questions - Pharma Jobs

Sunday, February 9, 2014

Oracle ADF 11g Interview Questions | JDeveloper Interview Questions


Oracle ADF 11g Interview Questions | JDeveloper Interview Questions

Oracle ADF is a Middle ware Technology and Data Integration Tool. Here We are providing Oracle, Oracle ADF 11g and Middleware and Data Integration Tool Interview Questions. Interested Applicants Can download JDeveloper Interview Questions and Prepare well. Oracle ADF 11g has a Good Future for up coming days. Oracle ADF . Oracle ADF 11g Middleware Tool is Developed by Oracle Company. Here providing Oracle ADF 11g Interview Questions are based on Prepared by Oracle 11g, Oracle 11g ADF Components, Service Methods and Oracle ADF 11g Advantages & Uses.

Oracle ADF 11g Interview Questions For Oracle ADF Subject knowledge and Applicants good Performance in Interview Panel . Heavy number of students or applicants are intellectually shouldn't be a computer graduate to answer the Oracle ADF Interview . Here Providing ADF Questions are very essential to all the Applicants to get good score in Interviews. The number of aspirants have an idea about Oracle and Oracle ADF 11g and basic terminologies like Methods, Services and so on. This is very easy section to answer the given questions in Interview because we all know about Oracle ADF 11g Middleware Tool Subject.

Lacks of Applicants who have searching Oracle ADF 11g Jobs they have started there Preparation. Don't Worry Dear Aspirants we have gathered a set of Oracle ADF 11g Interview Questions. If you really want to get good performance in  Interview then regularly you have collect some questions and practice bite and Real time scenarios or previous Oracle 11g interview questions. Dear Applicants More Interview Questions and Basics about Oracle ADF 11g or Oracle Middle ware Tool and Data Integration Tool Details are Given Below.

Applicants More information Bout Oracle ADF 11g Interview Questions, Oracle ADF interview Questions, JDeveloper Interview Questions, Oracle Interview Questions, Oracle Middleware Tool, Oracle Data Integration Tool Interview Questions, Oracle Data Integration Interview Questions, ADF Interview Questions, ADF 11g Interview Questions are Given Below. Best of Luck.

Oracle ADF 11g interview questions





Q : What are various components in ADF?

A : Oracle ADF has following components

1·         ADF Business Components(Model)
2·         ADF Faces (View)
3·         ADF Task flows(Controller)

Q : What is Oracle ADF?

A : Oracle ADF is an commercial java/j2ee framework, which is used to build enterprise applications.
It is one of the most comprehensive and advanced framework in market for J2EE

Q : What are the advantages of using ADF?

A : Following are the advantages of using :

1·         It supports Rapid Application Development.
2·         It is based on MVC architecture
3·         Declarative Approach (XML Driven)
4·         Secure
5·         Reduces maintenance cost and time
6·         SOA Enabled

Q : What is the return type of Service Methods?

A : Service Methods can return Scalar or Primitive Data types.

Q : Can Service Methods return type Void?

A : Yes, Service Methods can Return type Void

Q : Can Service Methods return Complex Data types?

A : No, service methods can return only primitive/scalar data types.

Q : Which component in ADF BC manages transaction ?

A : Application Module, manages transaction.

Q : Can an entity object be based on two Database Objects(tables/views) or two Web services ?

A : No entity objects will always have one to one relationship with a database object or web service.

Q : Where is that we write business rules/validations in ADF and why?

A : We should be writing validations at Entity Object level, because they provide highest degree of reuse.

Q : What is Managed Bean?

A :
Managed bean is a java class, which is initialized by JSF framework. It is primarily used to hold view and controller logic. It is also used to execute java code to be executed on a user action like Button Click.


Click Here for IBM Info Sphere Data stage Tutorial's


Q : What are Backing Bean?

A :
Backing beans are those managed beans which have 1:1 mapping with a page. They have getters and setters
for all the components in the related page.

Q : What is a Task flow?

A : Task flow is the controller of an ADF application, it provides us an declarative approach to define the control flow.  It is used to define the navigation between pages and various task flow activities.

Q : What are the different types/categories of Task flows ?

A :  Task flows are of two categories : Bounded and Un Bounded.

Q : What is the difference between Bounded and Un Bounded task flows?

A : Differences between Bounded and Un Bounded task flows :

1·         Bounded task flows can be secured but Unbounded can’t.
2·         Bounded task flows can accept parameter and return values but unbounded taskflows don’t support parameters
3·         Bounded task flows has a single entry point or a default activity but unbounded taskflows have multiple entry points.
4·         Bounded task flows can be called from other bounded/unbounded taskflows but unbounded cannot be called or reused.
5·         Bounded task flows support transactions unbounded don’t

Q : What are the various access scopes supported by ADF?

A : ADF Faces supports the following scopes

1·         Application Scope
2·         Session Scope
3·         Page Flow Scope
4·         Request Scope
5·         Backing Bean Scope.

Q: What is databindings.cpx file in ADF?
A:
In ADF web application as soon as you drop a data bound component on your page a DataBindigs.cpx file gets created. You may wonder what it contains? So, here it is:

The DataBindings.cpx keeps track of the individual page definitions files used within the project, as well as the DataControls mapping to such things as ADF Business Components Application Modules.

Till Jdeveloper 10.1.3 release there was no way to have multiple DataBindings.cpx files which was very much desirable as the project the size grows and being worked by multiple teams. Jdeveloper 11g added this capability to have multiple DataBindings.cpx files.

There is a new file in 11g called adfm.xml which is used to keep track of all such DataBindings.cpx files in the system. So, when breaking your DataBindings.cpx you need to take care to create an entry in the adfm.xml. You also need to make sure to have unique application id attribute value for each entry.
Q: How to Skip Validation?
A: At view layer Keep immediate=true

Click Here for IBM Info Sphere Data Stage Practice Bits

Q : Describe life cycle of a ADF Page?

A : ADF page is an extension of JSF and has following phases in its lifecycle

1.       Initialize Context: In this phase the adf page initializes the LifecycleContext with information that will be used during the Lifecycle.

2.       Prepare Model:  In this phase ui model is prepared and initialized. In this phase page parameters are set and methods in the executable section of the page definition of the ADF page are executed.

3.       Apply Input Values: This phase handles the request parameters. The values from the HTML are sent to the server  and applied to the page binding in page definitions.

4.       Validate Input Values:  This phase validates the values that were built in the Apply input values phase

5.       Update Model:  Validated values supplied from user are sent to ADF business components data model

6.       Validate Model Updates:  In this phase the business components will validate user supplied values.

7.       Invoke Application:  This phase will process the ui events stack built during the life cycle of page and also fire navigational events

8.       Prepare Render:  This is the final phase where HTML code is generated from the view tree.

Q: What is Association and Viewlink ?

A: They define the join or the link among EO’s and VO’s. Association defines link between EO’s.They can be considered as PrimaryKey/ForeignKey relationship between tables.
The View link is for a VO.It defines the Join conditions.A view link can be based on an association or based on attributes,Basing view links on associations have the same advantage of entity cache and few more which are unveiled later.


                                   Best Of Luck




Oracle ADF 11g Interview Questions, Oracle ADF interview Questions, JDeveloper Interview Questions, Oracle Interview Questions, Oracle Data Integration Tool Interview Questions, Oracle Data Integration Interview Questions, ADF Interview Questions, ADF 11g Interview Questions

No comments:

Post a Comment