DX-95 Free Sample Questions

HCL DX v9.5 Professional Practice Test
10/200 questions · Unlock full access
Q1

A financial services firm is deploying HCL DX 9.5 in a Kubernetes cluster. The security team mandates that all communication between the DX Core pods and the backend database must be encrypted using TLS. During a security audit, it's discovered that while the database server requires TLS, the DX JDBC connection is not configured to enforce it, potentially allowing unencrypted connections. Which parameter in the `datasources- Jdbc.xml` configuration file must be set to `true` to ensure the connection is secure?

Q2

A developer is creating a custom theme module for an HCL DX site that needs to load a specific JavaScript library only when a user is authenticated. To optimize performance, this library should not be loaded for anonymous guest users. Which condition should be used within the theme's `plugin.xml` to achieve this requirement?

Q3

A business user is attempting to create a personalized campaign for a new product launch. The goal is to show a promotional banner only to users located in Germany who have previously visited the 'Electronics' section of the site. The user creates a segment for 'German Visitors' and another for 'Electronics Interest'. However, when combining these in a targeting rule, the banner is shown to all German visitors, regardless of their browsing history. What is the most likely cause of this misconfiguration?

Q4

A content author needs to create a new content item based on an 'Article' authoring template. This template includes an image element. When the author tries to add an image from the Digital Asset Manager (DAM), they discover that the image they recently uploaded is not available for selection. Other, older images are visible. What is the most probable reason for this issue?

Q5

A development team is building a complex single-page application (SPA) using React to be displayed within an HCL DX page. They need to leverage DX services like WCM content and user profile information via the Experience API. Which HCL DX feature is specifically designed to host such modern, client-side applications and facilitate seamless integration with the platform's backend services?

Q6

An administrator is setting up a new HCL DX 9.5 environment with a dedicated authoring server and a separate delivery server. The goal is to allow content creators to work on the authoring server, and once approved, the content should automatically be replicated to the delivery server. Which core HCL DX technology is used to achieve this content replication between the two environments? (Select ONE)

Q7

A developer needs to display data from an external REST API that provides product information in JSON format. This data should be integrated into a WCM component without writing a custom JSR-286 portlet. Which HCL DX feature allows for declarative integration of external data sources like this and makes the data available for rendering in WCM?

Q8

True or False: The HCL Digital Experience 9.5 platform can only be deployed on-premises using traditional installers and cannot be run in containerized environments like Docker and Kubernetes.

Q9Multiple answers

A global enterprise is upgrading from an older version of Portal to HCL DX 9.5. The administrator is planning the migration strategy for a large number of WCM libraries. To minimize downtime and risk, they want to move content in phases. Which of the following approaches are valid and supported methods for migrating WCM content to the new DX 9.5 environment? (Select TWO)

Q10

A developer is using the HCL Digital Experience Experience API to create a headless mobile application. The application needs to retrieve a list of all 'News Article' content items from a specific WCM library. Which Experience API endpoint would be used to perform this query?