• LOGIN
  • No products in the cart.

Oracle WebCenter Content Interview Questions

What is the Oracle WebCenter Portal?

Oracle WebCenter Portal provides design time and runtime tools for building enterprise portals, transactional websites, and social networking sites. It provides portal-specific features such as page hierarchies, navigation models, delegated security, customization, and others. Portals can also include features like portlets, content management system integration, personalization, social computing services, search, analytics, etc.

What is the purpose of adfc-config.xml?

The advice-config.xml file is the configuration file for an ADF unbounded task flow. This file contains metadata about the activities and control flows contained in the unbounded task flow.

What is the difference between portals and pages?

A page is a reusable user interface component like a portlet, but while portlets were designed specifically for portals, pagelets can be run on any web page, including within a portal or other web application.

What is MDS?

MDS or Metadata Repository is the repository for metadata of certain deployed applications. When the user commits run-time changes, they are stored and deployed as an MDS on the server.

What is JCR?

JCR  or Java Content Repository API adapters enable users to access data stored in content management systems, such as Oracle WebCenter Content, Oracle Portal, or even your file system, available to your application.

Explain about MDS Repository Directory.

When users do some personalization to their blog they wish to see the saved content on the next day. To achieve this, we have a directory called the MDS repository directory.  It is used to preserve or delete customizations before each run.

Right-click on the application and select application properties. In the application properties select Run–>MDS. In the Directory content select the options you need.

What is Oracle Composer?

Oracle Composer provides a runtime editing tool that enables business users to edit application pages.

What are policy stores and identity stores in OID?

The Identity Store is used to store information about users and groups while the Policy Store is used to store information about security policies.

What is a Portal Web Assets project?

It is a project by default that comes whenever we create a webcenter application. It is used to store the static content of the project like images and hand TML. we can also run this project on other servers independently to reduce the burden on the main application server. To do so we must remove the dependencies.

Name a few components used for run-time editing with Oracle Composer.

Panel customizable,  Show Detail Frame,  Custom Actions,  Layout Customizable.

Learn more information from the GoLogica “Oracle WebCenter Developers Training

What is the use of PortalWebAssets in web center portal applications?

PortalWebAssets is used to separate all the static resources in the application like HTML, image files, etc.

Can you rename the PortalWebAssets folder?

Yes, It can be renamed.

Is it a mandate to configure security in your web center portal application always?

No, if the developer does not configure the security in the web center, the adf security gets configured by default. As part of this, a default username/password is automatically created. Also, it provides default Login and Logout pages.

How do you decide whether the application should be deployed as an EAR or a WAR?

If the application contains run-time customizations using MDS, it must be bundled as an EAR. For simple web center portal applications with no such customizations, WAR can be created.

What is the purpose of jazz-data.xml?

This file is used for defining the permissions and privileges for various groups of users on various task flows created in the application.

What is inter-portlet communication?

Inter-portlet communication is achieved when an action in one portlet triggers a response in the second portlet. It’s a communication bridge between two portlets. For eg, one portlet contains a checkbox containing a list of products. When I choose a product from the list and click on submit, the other portlet displays the details of the respective product.

What is the difference between data bindings.cpx and data control.dcx?

The DataBindings.cpx file contains the Oracle ADF binding context for your entire application and provides the metadata from which the Oracle ADF binding objects are created at runtime. The DataControls.dcx file is created when you register data controls on the business services. This file is not generated for Oracle ADF Business Components. It identifies the Oracle ADF model layer data control classes(factory classes) that facilitate the interaction between the client and the available business service.

What is the difference between Trinidad.config and Trinidad skins?

Trinidad.config file is created when you create a webCenter portal application. This is used to register the skin family you are going to use for your entire application. Trinidad. skins are used when we use skin as a Jar file. This file provides a mapping between the Skin ID and the actual path where the skin exists.

What are the different types of bindings in ADF?

ADF contains the following types of bindings:

Attribute Bindings: This is the binding to retrieve the value of a single view attribute in the iterator binding’s current view row. For eg; #{bindings.CustomerId.InputValue}

Tree Bindings: This is used for tables, tree tables, and trees. It is used to expose rows of a table in the iterator binding’s current range. Eg; All Customers-#{bindings.AllCustomers.labels.CustomerId}

Action Bindings: This binding type is used when buttons or command links are dropped on the user interface and require an action to be performed on them. We can use data control operations on them, for eg, Create, Delete, First, Last, Commit, Rollback, etc.

Method Bindings: This binding is used when you want to use custom methods to be executed.

Iterator Binding: This binding is created by the application to access the ADF binding context. It contains a reference to the page-bound data collection, helps access it, and iterates over its data objects.

What are validators and converters?

Validators and Convertors are used to provide conversion and validation capabilities to the ADF input components respectively. Converters convert the values on ADF forms to the type in which the application accepts them after the values are edited on the form and submitted. Validators are used to impose validations on the input components.

👉 Related Article:

🎯 Oracle WebCenter Architecture Interview Questions
🎯 Oracle WebCenter Administration Interview Questions

February 17, 2025
GoLogica Technologies Private Limited. All rights reserved 2024.