This section includes 7 InterviewSolutions, each offering curated multiple-choice questions to sharpen your Current Affairs knowledge and support exam preparation. Choose a topic below to get started.
| 1. |
Explain Osgi[open Systems Gateway Initiative] In Cq5? |
| Answer» | |
| 2. |
How Bundles Are Loaded And Installed In Cq5? |
|
Answer» This is MANAGED by the SLING MANAGEMENT CONSOLE of CQ5. This is managed by the Sling Management Console of CQ5. |
|
| 3. |
How Clustering Is Done In Cq5? |
|
Answer» CQ5 CRX is pre-loaded to run within a cluster,EVEN when running a SINGLE instance. Hence the configuration of multi-node clusters with little EFFORT happens in CQ5. CQ5 CRX is pre-loaded to run within a cluster,even when running a single instance. Hence the configuration of multi-node clusters with little effort happens in CQ5. |
|
| 4. |
State Various Strategies Used By Dispatcher? |
| Answer» | |
| 5. |
Explain The Methods Of Caching Adopted By Dispatcher? |
Answer»
|
|
| 6. |
Explain The Role Of Dispatcher In Cq5? |
|
Answer» In CQ5 Dispatcher helps to CACHE and load-balance. The main responsibilities are,
In CQ5 Dispatcher helps to cache and load-balance. The main responsibilities are, |
|
| 7. |
How You Can Inherit Properties Of One Dialog To Another Dialog? |
|
Answer» For inheriting properties we have to create two components with unique names in the base component dialog. For eg. If your PLAN is to have two rich TEXT two rich text areas in the dialog of components that inherit from the base, then you must INCLUDE two rich text areas with unique names in the base component dialog. In any case every input field of a dialog must have a unique name, else they will point to the same PROPERTY path relative to the jcr:content node of the component when used on a page. For inheriting properties we have to create two components with unique names in the base component dialog. For eg. If your plan is to have two rich text two rich text areas in the dialog of components that inherit from the base, then you must include two rich text areas with unique names in the base component dialog. In any case every input field of a dialog must have a unique name, else they will point to the same property path relative to the jcr:content node of the component when used on a page. |
|
| 8. |
Can We Restrict For Certain Users Not To Display Some Digital Assets? |
|
Answer» You can always limit who can access certain folders in CQ Digital Assets by making the FOLDER part of a CUG(closed user group). Steps to make a folder part of a CUG:
You can always limit who can access certain folders in CQ Digital Assets by making the folder part of a CUG(closed user group). Steps to make a folder part of a CUG: |
|
| 9. |
Difference Between Osgi Bundle And Normal Jar File? |
Answer»
|
|
| 10. |
Role Of Persistence Manager In Cq5? |
|
Answer» The persistence MANAGER saves the repository content to a permanent storage solution, such as the file system or a database. By default, CRX saves repository content to the Tar persistence manager. FOLLOWING DB’s can be USED for storing content – DB2, ORACLE, SQL SERVER, MySQL. The persistence manager saves the repository content to a permanent storage solution, such as the file system or a database. By default, CRX saves repository content to the Tar persistence manager. Following DB’s can be used for storing content – DB2, Oracle, SQL Server, MySQL. |
|
| 11. |
What Is Difference Between Live Copy And Language Copy? |
|
Answer» Live Copy – Copy CREATED from existing site or blue print is called Live Copy. Rollout configurations for this Live Copy can be CONFIGURED from tools console. Language Copy – Site which is created using language tool is called Language copy. BASICALLY to create a site for DIFFERENT language. Live Copy – Copy created from existing site or blue print is called Live Copy. Rollout configurations for this Live Copy can be configured from tools console. Language Copy – Site which is created using language tool is called Language copy. Basically to create a site for different language. |
|
| 12. |
How To Customize Page Property Dialog? |
| Answer» | |
| 13. |
Explain Multi Site Manager? |
|
Answer» Multi Site Manager (MSM) enables you to easily manage multiple web sites that SHARE common content. MSM lets you define relations between the sites so that content CHANGES in one site are automatically replicated in other sites. For example, web sites are often provided in multiple languages for international audiences. When the number of sites in the same language is LOW (three to five), a manual process for synchronizing content across sites is possible. HOWEVER, as soon as the number of sites grows or when multiple languages are involved, it BECOMES more efficient to automate the process. Multi Site Manager (MSM) enables you to easily manage multiple web sites that share common content. MSM lets you define relations between the sites so that content changes in one site are automatically replicated in other sites. For example, web sites are often provided in multiple languages for international audiences. When the number of sites in the same language is low (three to five), a manual process for synchronizing content across sites is possible. However, as soon as the number of sites grows or when multiple languages are involved, it becomes more efficient to automate the process. |
|
| 14. |
What Is Difference Between Parbase And Parsys? |
|
Answer» parbase: The parbase allows components to inherit attributes from other components, similar to subclasses in object oriented languages such as Java, C++, and so on. For example, when you OPEN the /libs/foundation/components/text node in the CRX EXPLORER, you see that it has a property named sling:resourceSuperType, which references the parbase component. The parbase here defines tree scripts to RENDER IMAGES, titles, and so on, so that all components SUB classed from this parbase can use this script. parasys (Paragraph System): The paragraph system (parsys) is a compound component that allows authors to add components of different types to a page and contains all other paragraph components. Each paragraph type is represented as a component. The paragraph system itself is also a component, which contains the other paragraph components. parbase: The parbase allows components to inherit attributes from other components, similar to subclasses in object oriented languages such as Java, C++, and so on. For example, when you open the /libs/foundation/components/text node in the CRX Explorer, you see that it has a property named sling:resourceSuperType, which references the parbase component. The parbase here defines tree scripts to render images, titles, and so on, so that all components sub classed from this parbase can use this script. parasys (Paragraph System): The paragraph system (parsys) is a compound component that allows authors to add components of different types to a page and contains all other paragraph components. Each paragraph type is represented as a component. The paragraph system itself is also a component, which contains the other paragraph components. |
|
| 15. |
What Is Replication? And What Are The Steps Involved In Replication? |
|
Answer» STEPS involved in replication:
Steps involved in replication: |
|
| 16. |
Role Of Dispatcher In Cq5? |
|
Answer» Dispatcher is CQ5 caching and/or load balancing TOOL. Dispatcher also helps to protect your AEM server from attack. It cache responses from publish instance, to increase the RESPONSIVENESS and security of your externally facing PUBLISHED website Dispatcher is CQ5 caching and/or load balancing tool. Dispatcher also helps to protect your AEM server from attack. It cache responses from publish instance, to increase the responsiveness and security of your externally facing published website |
|
| 17. |
Difference Between Cq5.4 And Cq5.5? |
|
Answer» Versions of CQ before 5.5 were based on a servlet container (CQSE, by default, though others could be used) running with multiple webapps: One for the CRX content repository and one for the OSGi container which itself contained Sling and AEM. The Sling webapp was bound to the root and handled most of the request processing. With CQ 5.5 and AEM, the OSGi container is positioned at the root and the OSGi HTTP service, backed by Sling acting as the sole request handling end point. The CRX content repository is now just another OSGi service, alongside the various services that comprise the rest of the AEM unctionality. These changes do not affect applications built on top of AEM or Sling. The new architecture means that the quickstart jar installation of AEM can no LONGER support other web applications running alongside AEM. However, the WAR version of AEM is designed to be deployed in an application server, where additional web applications can be deployed alongside it. Added THREE new connectors to key adobe products – Creative Suite, Scene7, SEARCH&Promote Authors can directly work on mobile apps. Partnered with hybris software to add some nice eCommerce capabilities. Added Undo(Ctrl+z) and Redo(Ctrl+y) functionalities. Versions of CQ before 5.5 were based on a servlet container (CQSE, by default, though others could be used) running with multiple webapps: One for the CRX content repository and one for the OSGi container which itself contained Sling and AEM. The Sling webapp was bound to the root and handled most of the request processing. With CQ 5.5 and AEM, the OSGi container is positioned at the root and the OSGi HTTP service, backed by Sling acting as the sole request handling end point. The CRX content repository is now just another OSGi service, alongside the various services that comprise the rest of the AEM unctionality. These changes do not affect applications built on top of AEM or Sling. The new architecture means that the quickstart jar installation of AEM can no longer support other web applications running alongside AEM. However, the war version of AEM is designed to be deployed in an application server, where additional web applications can be deployed alongside it. Added three new connectors to key adobe products – Creative Suite, Scene7, Search&Promote Authors can directly work on mobile apps. Partnered with hybris software to add some nice eCommerce capabilities. Added Undo(Ctrl+z) and Redo(Ctrl+y) functionalities. |
|
| 18. |
What Is Process Step In Workflow? |
|
Answer» It is a WORKFLOW COMPONENT which can be FOUND at: “/libs/cq/workflow/components/model/process”, this is used for CALLING a JAVA class in workflow. It is a workflow component which can be found at: “/libs/cq/workflow/components/model/process”, this is used for calling a java class in workflow. |
|
| 19. |
What Is Difference Between Parsys And Iparsys? |
| Answer» | |
| 20. |
Can You Explain Life Cycle Of Osgi Bundle? |
|
Answer» Following are the life cycle states of OSGI:
Following are the life cycle states of OSGI: |
|
| 21. |
Difference Between Package And Bundle? |
|
Answer» Package: A Package is a zip file that contains the content in the FORM of a file-system SERIALIZATION (called “vault” serialization) that displays th content from the REPOSITORY as an easy-to-use-and-edit representation of files and folders. Packages can include content and project-related data. Bundle: Bundle is a tightly COUPLED, dynamically loadable collection of classes, JARS, and configuration files that explicitly declare their external dependencies (if any). Package: A Package is a zip file that contains the content in the form of a file-system serialization (called “vault” serialization) that displays th content from the repository as an easy-to-use-and-edit representation of files and folders. Packages can include content and project-related data. Bundle: Bundle is a tightly coupled, dynamically loadable collection of classes, jars, and configuration files that explicitly declare their external dependencies (if any). |
|
| 22. |
What Is Dependency/dependencies In Client Library? |
|
Answer» It is a list of other client library CATEGORIES on which this library folder depends. For example, GIVEN two CQ:ClientLibraryFolder nodes F and G, if a file in F requires another file in G in order to function properly, then at least ONE of the categories of G should be among the dependencies of F. It is a list of other client library categories on which this library folder depends. For example, given two cq:ClientLibraryFolder nodes F and G, if a file in F requires another file in G in order to function properly, then at least one of the categories of G should be among the dependencies of F. |
|
| 23. |
What Is The Purpose Of Clientlibs? |
|
Answer» It is USED for adding SITE specific js and css files to the PAGE and ALSO thridparty js and css files. It is used for adding site specific js and css files to the page and also thridparty js and css files. |
|
| 24. |
Difference Between Design Dialog And Edit Dialog>? |
Answer»
|
|
| 25. |
What Are The Benefits Of Osgi Application Framework? |
Answer»
|
|
| 26. |
Cq Widgets, Explain? |
| Answer» | |
| 27. |
Cq Workflow Engine, Explain? |
|
Answer» CQ encompasses several applications that are designed to INTERACT and complement each other. In particular, the WORKFLOW Engine can be used in tight conjunction with several of the other applications. Workflows are at the center of how form SUBMISSIONS in CQ WCM are typically processed. When creating a new form, the form submission can be easily associated with a workflow MODEL, for example to store the content in a particular location of the repository or to notify a user about the form submission and its content. CQ encompasses several applications that are designed to interact and complement each other. In particular, the Workflow Engine can be used in tight conjunction with several of the other applications. Workflows are at the center of how form submissions in CQ WCM are typically processed. When creating a new form, the form submission can be easily associated with a workflow model, for example to store the content in a particular location of the repository or to notify a user about the form submission and its content. |
|
| 28. |
Slinghttpservletresponse, Explain? |
|
Answer» “org.apache.sling.api.SlingHttpServletResponse” INTERFACE extends the ”javax.servet.http.HttpServletResponse” interface and is CURRENTLY empty. It MERELY exists for SYMMETRY with the SLINGHTTPSERVLETREQUEST. “org.apache.sling.api.SlingHttpServletResponse” interface extends the ”javax.servet.http.HttpServletResponse” interface and is currently empty. It merely exists for symmetry with the SlingHttpServletRequest. |
|
| 29. |
Slinghttpservletrequest, Explain? |
|
Answer» “org.apache.sling.api.SlingHttpServletRequest” INTERFACE DEFINES the basic data available from the client request to both ACTION processing and response rendering. The SlingHttpServletRequest EXTENDS the javax.servlet.http.HTTPServletRequest. “org.apache.sling.api.SlingHttpServletRequest” interface defines the basic data available from the client request to both action processing and response rendering. The SlingHttpServletRequest extends the javax.servlet.http.HTTPServletRequest. |
|
| 30. |
What Is Authoring? |
|
Answer» An author in CQ generates the material which will, at some point, be published to your website. Depending on how your instance and your personal access rights are configured you can perform many tasks, including amongst others
When authoring a MOBILE page, the page is displayed in a way that emulates the mobile device, called an emulator. When authoring the page, you can switch between SEVERAL emulators to get a real view of what the end-user will see when accessing the page. An author in CQ generates the material which will, at some point, be published to your website. Depending on how your instance and your personal access rights are configured you can perform many tasks, including amongst others When authoring a mobile page, the page is displayed in a way that emulates the mobile device, called an emulator. When authoring the page, you can switch between several emulators to get a real view of what the end-user will see when accessing the page. |
|
| 31. |
How Good Is Cq5 When Compared To Other Cms? |
|
Answer» CQ5 is perfect for large content-driven sites.
CQ5 is perfect for large content-driven sites. |
|
| 32. |
Clustering In Cq5? |
|
Answer» In computing, a cluster is a GROUP of COMPUTERS linked together to work, in some RESPECTS, as a single computer. EVERY Cq5 CRX instance comes pre-configured to run within a cluster,even when running a singular instance. This design feature allows the configuration of multi-node CLUSTERS with little effort. In computing, a cluster is a group of computers linked together to work, in some respects, as a single computer. Every Cq5 CRX instance comes pre-configured to run within a cluster,even when running a singular instance. This design feature allows the configuration of multi-node clusters with little effort. |
|
| 33. |
Digital Asset Manager (dam) In Cq5, Explain? |
|
Answer» The DAM is where authors can upload files (other than HTML) for publishing on their websites. Examples include images and PDF documents. The interface is similar to the WCM. DAM Left Panel : The folder structure is on the left panel, and can be expanded or collapsed by clicking the appropriate plus (+) or minus (-) symbols. For your first time using the DAM, you will need to navigate to your department’s Digital Assets through the tree, beginning with SFU. Contact your Site Administrator if you cannot see your department’s Digital Assets space. You can only see those that you have been AUTHORIZED to. DAM RIGHT Panel : The right panel will display the folders and their contents, including thumbnails of images. A double-click on the image will display a larger version and details such as its size, description, tags, and dimensions. While determining the folder structure of the contents within the DAM is entirely to the authors’ discretion, keeping it similar to the site structure in the WCM is suggested. This will offer a visual reference between the RELATIONSHIP of the files in the DAM and the pages in the WCM. All files must be UPLOADED to the DAM before they can be used; the system cannot access online files. Each must be ACTIVATED (the same way as activating a content page), otherwise it will not appear on the published page, and it will only be in the authorrsquo;s editing window. The DAM is where authors can upload files (other than HTML) for publishing on their websites. Examples include images and PDF documents. The interface is similar to the WCM. DAM Left Panel : The folder structure is on the left panel, and can be expanded or collapsed by clicking the appropriate plus (+) or minus (-) symbols. For your first time using the DAM, you will need to navigate to your department’s Digital Assets through the tree, beginning with SFU. Contact your Site Administrator if you cannot see your department’s Digital Assets space. You can only see those that you have been authorized to. DAM right Panel : The right panel will display the folders and their contents, including thumbnails of images. A double-click on the image will display a larger version and details such as its size, description, tags, and dimensions. While determining the folder structure of the contents within the DAM is entirely to the authors’ discretion, keeping it similar to the site structure in the WCM is suggested. This will offer a visual reference between the relationship of the files in the DAM and the pages in the WCM. All files must be uploaded to the DAM before they can be used; the system cannot access online files. Each must be activated (the same way as activating a content page), otherwise it will not appear on the published page, and it will only be in the authorrsquo;s editing window. |
|
| 34. |
Specify Some Points On Cq Wcm? |
Answer»
|
|
| 35. |
How Does Cq Work? Speciality? |
Answer»
|
|
| 36. |
Sling Tag Library, Explain? |
|
Answer» In order to utilize helpful Sling FUNCTIONS, Sling Tag LIBRARY must be declared. When you USE the Sling Tag Library in your script, the script must start with the following code: <%@ TAGLIB prefix="sling" uri="HTTP://sling.apache.org/taglibs/sling/1.0" %> In order to utilize helpful Sling functions, Sling Tag library must be declared. When you use the Sling Tag Library in your script, the script must start with the following code: <%@ taglib prefix="sling" uri="http://sling.apache.org/taglibs/sling/1.0" %> |
|
| 37. |
What Is A Component In Cq5? |
|
Answer» Components: Components: |
|
| 38. |
Sling Scripts Cannot Be Called Directly In Cq5- Why? |
|
Answer» Scripts cannot be called DIRECTLY within Sling since it will break the STRICT CONCEPT of a REST SERVER; you would mix resources and representations. If you call the representation (the script) directly you hide the RESOURCE inside your script, so the framework (Sling) no longer knows about it. Scripts cannot be called directly within Sling since it will break the strict concept of a REST server; you would mix resources and representations. If you call the representation (the script) directly you hide the resource inside your script, so the framework (Sling) no longer knows about it. |
|
| 39. |
What Is A Template? |
|
Answer» A template is the basis of a page. A template is used to create a page and defines which COMPONENTS can be used within the selected scope. A template is a hierarchy of nodes that has the same structure as the page to be created, but without any actual content. Each template are built up of components AVAILABLE for USE. To create a page, the content of the template must be copied (/apps /[application] /templates /[template-name]) to APPROPRIATE position in the site tree. This is one of the main and INTERESTING features of CQ5. A template is the basis of a page. A template is used to create a page and defines which components can be used within the selected scope. A template is a hierarchy of nodes that has the same structure as the page to be created, but without any actual content. Each template are built up of components available for use. To create a page, the content of the template must be copied (/apps /[application] /templates /[template-name]) to appropriate position in the site tree. This is one of the main and interesting features of CQ5. |
|
| 40. |
How Is Authentication Achieved In Cq5? |
|
Answer» Authentication is the process of IDENTIFYING, and verifying, a user. The process of authentication and login can be broken down as follows:
For CQ, initial authentication uses a standard HTML-login form in conjunction with the Authorization Header Authentication Handler. The HTML-form must have fields for the user NAME and password (the same field names must then be used by the Authorization Header Authentication Handler). You can also use a similar form for controlled ACCESS to various areas of your website. For example, CQ can interact with a LDAP server that stores user information centrally, eliminating the need for duplication. This CENTRAL server is then used to verify login information which enables you to realize Single Sign On, both with other in-house applications and external Portals. Authentication is the process of identifying, and verifying, a user. The process of authentication and login can be broken down as follows: For CQ, initial authentication uses a standard HTML-login form in conjunction with the Authorization Header Authentication Handler. The HTML-form must have fields for the user name and password (the same field names must then be used by the Authorization Header Authentication Handler). You can also use a similar form for controlled access to various areas of your website. For example, CQ can interact with a LDAP server that stores user information centrally, eliminating the need for duplication. This central server is then used to verify login information which enables you to realize Single Sign On, both with other in-house applications and external Portals. |
|
| 41. |
What Is Rest? What Is A Restful Framework? |
|
Answer» REST stands for Representational State Transfer. REST-style architectures consist of clients and servers. Clients INITIATE requests to servers; servers process requests and return appropriate responses. Requests and responses are built around the transfer of REPRESENTATIONS of resources. A resource can be ESSENTIALLY any coherent and meaningful concept that may be ADDRESSED. A representation of a resource is TYPICALLY a document that captures the current or intended state of a resource.Apache Sling is RESTful framework to access a java content repository over http protocol. REST stands for Representational State Transfer. REST-style architectures consist of clients and servers. Clients initiate requests to servers; servers process requests and return appropriate responses. Requests and responses are built around the transfer of representations of resources. A resource can be essentially any coherent and meaningful concept that may be addressed. A representation of a resource is typically a document that captures the current or intended state of a resource.Apache Sling is RESTful framework to access a java content repository over http protocol. |
|
| 42. |
What Is Osgi In Cq5? Explain? |
|
Answer» OSGi stands for "Open Systems Gateway initiative"
OSGi stands for "Open Systems Gateway initiative" |
|
| 43. |
What Are The 7 Rules Given By David Model? |
|
Answer» Rule #1: Data First, Structure LATER. Maybe. Rule #1: Data First, Structure Later. Maybe. |
|
| 44. |
Give A Note About Apache Sling? |
|
Answer» Apache Sling is a web application framework for content-centric applications, using a JAVA Content Repository, such as Apache Jackrabbit or CRX, to STORE and manage content. Sling:
Apache Sling is a web application framework for content-centric applications, using a Java Content Repository, such as Apache Jackrabbit or CRX, to store and manage content. Sling: |
|
| 45. |
What Is Meant By Jcr (java Content Repository)? |
|
Answer» A Java Content Repository uses the JSR-170 API to access the content repository using Java, independent of the physical implementation. JCR is the Java Content Repository standard, also known as JSR-170 after its Java SPECIFICATION REQUEST. Later revised version 2 as (JCR-283). A repository effectively consists of two parts:
A Java Content Repository uses the JSR-170 API to access the content repository using Java, independent of the physical implementation. JCR is the Java Content Repository standard, also known as JSR-170 after its Java Specification Request. Later revised version 2 as (JCR-283). A repository effectively consists of two parts: |
|
| 46. |
What Is The Contribution Of Servlet Engine In Cq5? |
| Answer» | |
| 47. |
What Is A Content Repository? |
|
Answer» A content repository is a storage unit with an associated search and ACCESS METHODS allowing application-independent access to the content, the ABILITY to store and modify content in addition to searching and retrieving. A content repository thus typically forms the TECHNICAL underpinning of a content application, like a Content Management System or a Document Management System. It functions as the logical storage facility for content. A content repository is a storage unit with an associated search and access methods allowing application-independent access to the content, the ability to store and modify content in addition to searching and retrieving. A content repository thus typically forms the technical underpinning of a content application, like a Content Management System or a Document Management System. It functions as the logical storage facility for content. |
|
| 48. |
Explain The Cq5 Technology Stack? |
Answer»
|
|
| 49. |
Why Cq5? What Are The Advantages Of Using Cq5? |
Answer»
|
|
| 50. |
What Is Cq5? Give Some Points About Cq5? |
|
Answer» Adobe Communique 5, or CQ5, is a java based large-scale web content management system. It combines web content management, digital asset management, and social collaboration to deliver a solution that allows to manage INCREDIBLE amounts of information, multiple internal and external websites, a MYRIAD of media assets, and detailed workflow.
Adobe Communique 5, or CQ5, is a java based large-scale web content management system. It combines web content management, digital asset management, and social collaboration to deliver a solution that allows to manage incredible amounts of information, multiple internal and external websites, a myriad of media assets, and detailed workflow. |
|