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

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

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

Prepare Interview

모의 시험

홈페이지로 설정

이 페이지 북마크

이메일 주소 구독

Salesforce 면접 질문과 답변

Ques 11. Explain the use of the @future annotation in Apex.

The @future annotation in Apex is used to run a method asynchronously in the background, typically for long-running operations that would otherwise exceed governor limits.

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

Ques 12. What is the difference between a custom controller and a controller extension in Visualforce?

A custom controller is a standalone Apex class that provides controller logic for a Visualforce page, while a controller extension is used to extend the functionality of a standard or custom controller.

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

Ques 13. Explain the purpose of the Schema Builder in Salesforce.

Schema Builder is a visual tool in Salesforce that allows users to create and modify objects, fields, and relationships using a point-and-click interface, without writing code.

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

Ques 14. What is a Salesforce trigger context variable?

Trigger context variables, such as Trigger.new and Trigger.old, provide information about the records being processed by a trigger. They allow developers to access and manipulate data within the trigger.

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

Ques 15. How can you schedule a job in Salesforce?

You can schedule a job in Salesforce using the Apex Scheduler. This involves using the System.schedule method to specify a time and frequency for executing a piece of Apex code.

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

Most helpful rated by users:

Copyright © 2026, WithoutBook.