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

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

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

Prepare Interview

Salesforce Lightning 면접 질문과 답변

Ques 6. 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 7. 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 8. 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 9. What is the Lightning App Development Lifecycle?

The Lightning App Development Lifecycle involves creating, deploying, and managing Lightning apps and components.

Example:

It includes stages like development, testing, packaging, and deployment of Lightning components and apps.

도움이 되었나요? Add Comment View Comments
 

Ques 10. How can you optimize performance in Salesforce Lightning components?

Performance optimization in Salesforce Lightning involves reducing the number of server calls, optimizing code, and using features like caching.

Example:

Implementing client-side caching and minimizing server round trips are strategies for optimization.

도움이 되었나요? Add Comment View Comments
 

Most helpful rated by users:

Copyright © 2026, WithoutBook.