가장 많이 묻는 면접 질문과 답변 & 온라인 테스트
면접 준비, 온라인 테스트, 튜토리얼, 라이브 연습을 위한 학습 플랫폼

집중 학습 경로, 모의고사, 면접 준비 콘텐츠로 실력을 키우세요.

WithoutBook은 주제별 면접 질문, 온라인 연습 테스트, 튜토리얼, 비교 가이드를 하나의 반응형 학습 공간으로 제공합니다.

Prepare Interview

모의 시험

홈페이지로 설정

이 페이지 북마크

이메일 주소 구독
/ 면접 주제 / Salesforce Lightning
WithoutBook LIVE Mock Interviews Salesforce Lightning Related interview subjects: 13

Interview Questions and Answers

Know the top Salesforce Lightning interview questions and answers for freshers and experienced candidates to prepare for job interviews.

Total 30 questions Interview Questions and Answers

The Best LIVE Mock Interview - You should go through before interview

Know the top Salesforce Lightning interview questions and answers for freshers and experienced candidates to prepare for job interviews.

Interview Questions and Answers

Search a question to view the answer.

Intermediate / 1 to 5 years experienced level questions & answers

Ques 1

Explain the concept of Lightning App Builder.

Lightning App Builder is a visual tool that allows users to create custom pages for the Salesforce mobile app or Lightning Experience without code.

Example:

Using Lightning App Builder, administrators can drag and drop components to design custom pages.
복습용 저장

복습용 저장

이 항목을 북마크하거나, 어렵게 표시하거나, 복습 세트에 넣을 수 있습니다.

내 학습 라이브러리 열기
도움이 되었나요?
Add Comment View Comments
Ques 2

What is the purpose of Lightning Record Page?

Lightning Record Pages are used to customize the layout and organization of information for a specific object's record in Lightning Experience.

Example:

You can use Lightning Record Pages to create a tailored user experience for different record types.
복습용 저장

복습용 저장

이 항목을 북마크하거나, 어렵게 표시하거나, 복습 세트에 넣을 수 있습니다.

내 학습 라이브러리 열기
도움이 되었나요?
Add Comment View Comments
Ques 3

How does event-driven programming work in Salesforce Lightning?

Events in Salesforce Lightning are used to communicate between components and enable a loosely coupled architecture.

Example:

A Lightning Component can fire an event, and other components can listen and respond to that event.
복습용 저장

복습용 저장

이 항목을 북마크하거나, 어렵게 표시하거나, 복습 세트에 넣을 수 있습니다.

내 학습 라이브러리 열기
도움이 되었나요?
Add Comment View Comments
Ques 4

What is a Lightning Web Component (LWC)?

A Lightning Web Component (LWC) is a lightweight, standards-based component framework for building web components on the Salesforce platform.

Example:

LWC uses modern JavaScript and HTML to build components that are interoperable with web standards.
복습용 저장

복습용 저장

이 항목을 북마크하거나, 어렵게 표시하거나, 복습 세트에 넣을 수 있습니다.

내 학습 라이브러리 열기
도움이 되었나요?
Add Comment View Comments
Ques 5

Explain the role of Aura framework in Salesforce Lightning.

The Aura framework is the underlying framework for the Lightning Component framework, providing the runtime for Lightning Components.

Example:

Developers use Aura framework to build reusable components that can be used in the Lightning Experience.
복습용 저장

복습용 저장

이 항목을 북마크하거나, 어렵게 표시하거나, 복습 세트에 넣을 수 있습니다.

내 학습 라이브러리 열기
도움이 되었나요?
Add Comment View Comments
Ques 6

How do you handle errors in Lightning components?

Errors in Lightning components can be handled using the try-catch block in JavaScript or by using the Lightning:notificationsLibrary component.

Example:

You can display error messages to users or log errors for debugging purposes.
복습용 저장

복습용 저장

이 항목을 북마크하거나, 어렵게 표시하거나, 복습 세트에 넣을 수 있습니다.

내 학습 라이브러리 열기
도움이 되었나요?
Add Comment View Comments
Ques 8

Explain the role of Apex in Salesforce Lightning.

Apex is used in Salesforce Lightning to implement server-side logic for Lightning components.

Example:

You can use Apex controllers to handle server-side processing and interact with the Salesforce database.
복습용 저장

복습용 저장

이 항목을 북마크하거나, 어렵게 표시하거나, 복습 세트에 넣을 수 있습니다.

내 학습 라이브러리 열기
도움이 되었나요?
Add Comment View Comments
Ques 9

What is the difference between application events and component events in Lightning?

Application events are used for communication between components that are not in the same containment hierarchy, while component events are for communication between components in the same hierarchy.

Example:

Use application events when components are not directly related, and component events when they are.
복습용 저장

복습용 저장

이 항목을 북마크하거나, 어렵게 표시하거나, 복습 세트에 넣을 수 있습니다.

내 학습 라이브러리 열기
도움이 되었나요?
Add Comment View Comments
Ques 10

Explain Lightning Locker Service.

Lightning Locker Service enhances security by isolating components in their own namespace, preventing access to global resources.

Example:

It helps in preventing cross-site scripting (XSS) and ensures a secure environment for Lightning components.
복습용 저장

복습용 저장

이 항목을 북마크하거나, 어렵게 표시하거나, 복습 세트에 넣을 수 있습니다.

내 학습 라이브러리 열기
도움이 되었나요?
Add Comment View Comments
Ques 11

How can you use Lightning components in Salesforce1 mobile app?

You can use the Salesforce1 navigation menu to access Lightning components in the Salesforce1 mobile app.

Example:

By adding your Lightning component to a Lightning app and configuring it for the Salesforce1 navigation menu.
복습용 저장

복습용 저장

이 항목을 북마크하거나, 어렵게 표시하거나, 복습 세트에 넣을 수 있습니다.

내 학습 라이브러리 열기
도움이 되었나요?
Add Comment View Comments
Ques 12

What is the purpose of the aura:iteration tag in Lightning components?

The aura:iteration tag is used to iterate over a collection of items and generate the specified HTML or components for each item.

Example:

It is useful for displaying lists or tables of data in a Lightning component.
복습용 저장

복습용 저장

이 항목을 북마크하거나, 어렵게 표시하거나, 복습 세트에 넣을 수 있습니다.

내 학습 라이브러리 열기
도움이 되었나요?
Add Comment View Comments
Ques 13

Explain the use of Lightning Data Table in Lightning components.

Lightning Data Table is a component that displays a table of data with features like sorting, inline editing, and row selection.

Example:

It is often used to present data in a tabular format within Lightning components.
복습용 저장

복습용 저장

이 항목을 북마크하거나, 어렵게 표시하거나, 복습 세트에 넣을 수 있습니다.

내 학습 라이브러리 열기
도움이 되었나요?
Add Comment View Comments
Ques 14

What is the purpose of the lightning:recordEditForm component?

The lightning:recordEditForm component is used to create a form for editing a record in Lightning Experience or Salesforce mobile app.

Example:

It simplifies the process of creating, updating, or deleting records in a Lightning component.
복습용 저장

복습용 저장

이 항목을 북마크하거나, 어렵게 표시하거나, 복습 세트에 넣을 수 있습니다.

내 학습 라이브러리 열기
도움이 되었나요?
Add Comment View Comments
Ques 15

What is the purpose of the lightning:overlayLibrary component?

The lightning:overlayLibrary component is used to create modals, popovers, and other overlay components in Lightning Experience.

Example:

It provides a standardized way to create and manage overlay components.
복습용 저장

복습용 저장

이 항목을 북마크하거나, 어렵게 표시하거나, 복습 세트에 넣을 수 있습니다.

내 학습 라이브러리 열기
도움이 되었나요?
Add Comment View Comments

Most helpful rated by users:

Copyright © 2026, WithoutBook.