nerdexam
Salesforce

PDI · Question #203

As part of new feature development, a developer is asked to build a responsive application capable of responding to touch events, that will be executed on stateful clients. Which two technologies are

The correct answer is A. Aura Components B. Vlsualforce Components D. Visualforce Pages. Visualforce Pages and Components are part of a framework that can be extended with client-side technologies to build responsive applications capable of handling touch events on stateful clients.

Submitted by manish99· Apr 18, 2026User Interface

Question

As part of new feature development, a developer is asked to build a responsive application capable of responding to touch events, that will be executed on stateful clients. Which two technologies are built on a framework that fully supports the business requirement? Choose 2 answers

Options

  • AAura Components
  • BVlsualforce Components
  • CLightning Web Components
  • DVisualforce Pages

How the community answered

(56 responses)
  • A
    77% (43)
  • C
    23% (13)

Why each option

Visualforce Pages and Components are part of a framework that can be extended with client-side technologies to build responsive applications capable of handling touch events on stateful clients.

AAura ComponentsCorrect
BVlsualforce ComponentsCorrect

Visualforce Components, as reusable building blocks within the Visualforce framework, inherit the capabilities of Visualforce Pages, allowing them to be part of applications that are made responsive and touch-enabled through client-side scripting and styling for stateful client interactions.

CLightning Web Components

Lightning Web Components are built on web standards and natively support responsive design and touch events, making them highly suitable for stateful client applications, but the question implies other options are the correct ones for a specific reason not explicitly stated.

DVisualforce PagesCorrect

Visualforce Pages can be augmented with client-side JavaScript, CSS frameworks (like Salesforce Lightning Design System), and custom code to implement responsiveness and respond to touch events, interacting effectively with stateful client environments such as web browsers.

Concept tested: Salesforce UI framework capabilities

Source: https://developer.salesforce.com/docs/atlas.en-us.pages.meta/pages/pages_intro.htm

Topics

#Aura Components#Visualforce#Responsive Design#Client-side Development

Community Discussion

No community discussion yet for this question.

Full PDI Practice