Salesforce Interview Question
Salesforce Interview Question : Here Most Important salesforce questions that repetedly ask in admin and developer interview sales force in 2022
- how you can install package from personal org to company sandbox deployment process
- why do we prefer custom object over custom settings
- can I call a future method from batch class
- write a test class for batch class
- pass data from vf page to controller
- Actionparams in the action function
- oops concept in salesforce
- polymorphism in apex
- overloading a constructor
- method overriding
- assert statement in the test class
- how can we maintain the chain of batch classes
- want to change the value of field(max 100 allowed using validation rule) from 50 to 200 using workflow, will it change,
- 2. want to update to 200 using before insert, then will it change
- how many batch classes we can run at the same time
- how can I restrict access of RECORDS from higher hierarchy level
- how can I stop the execution of trigger, workflow and validation rules while data uploader
- running time-dependent workflow at less than minimum time
- different criteria of workflow
- workflow actions
- pagination implementation, standard set controller
- changeset
- validation rule to skip picklist values
- inline VF pages display the same object data
- difference between Enterprise WSDL and partner WSDL
- permission set and profile
- can we write DML and SOQL in the constructor
- profile is same, no record type change, how can I control the visibility of fields
- role hierarchy custom top-level visibility
- execution order
- workflow trigger
- vf pages
- ways u can call the controller method
- email service
- show account and contacts on vf page, ptimization
- search account from vf page.. input.. ways u can achieve
- undelete
- does after trigger work on delete
- hierarchy level custom setting
- how to take the backup of your org or metadata
- how can I deploy my components
- challenges you have faced in your project
- how to fetch data of custom settings custom label
- how can I show the picklist value as the US if user login from US, picklist value cannot be changed
- what is an extension, how to create an extension
- how to override the functionality of standard buttons
- email to case
- test class consideration
- how to display the count of total execution of executing method in batch class
- diff between database.update and update
- what parameters does start method of batch class takes
- assign apex class in vf email template
- bucket list in report
- view state of visual force page
- visualforce sites
- difference between sales and service cloud
- difference between process builder and workflow
- how can i use ajax in visualforce (with or without vf tags)
- why do we use one test class per controller
- dynamic apex
- apex class syntax
- Enforce Field-Level Security Permissions for SOQL Queries (Beta)
- display records on page load
- display account, opportunity and contacts on single vf page
- calling callouts in trigger
- can we use dml statement in constructor
- sendredirect method and pagereference
- commandbutton’s action rerender child panel and oncomplete event rerender parent panel, how many time rerendring happen
- event in undelete ( before or after)
- map<sObject,string>
- can i skip any method of batch class
- can i deploy so many validation rules at once in production
- roll up summary average
- workflow1- a->b…. wf2- b->a…. chain
- can i restore deleted items, deleted from recycle bin, hard delete
- object level security controlled by
- formula field in before trigger
- salesforce security model
- transient and static keyword
- account object owd
- can we call a batch class from future method
- diff bw inputfield and inputtext
- diff bw actionfunction and remoteaction
- apex:detail
- if two extension have same method than which will run
- what parameters does future method accept
- why future method does not accept sobjects
- freeze and activate button on user profile, can we delete a user in salesforce
- diff bw rest and soap
- return type start method batch class
- iterator in batch class
- visualforce components
- two parameter that are used for integration
- deploy custom settings
- diff betweem soql and sosl
- can we update child record field from parent object in worlflow- no
- what is viewstate and how to reduce size of viewstate
- savepoint and rollback
- iterate through map or set in Visualforce
- options available in owd
- what is scontrol
- mergefields in Visualforce
- Salesforce architecture
- flex queue, apex jobs difference
- rollup summary for lookup
- who gets the ownership in two master detail field
- with sharing and without sharing
- external id use in Salesforce
- apex governor limits
- restriction of permission sets
- validation error in apex class
- can test method be private
- why data loader uses csv format
- difference between actionfunction and JavaScript remoting
- hide custom settings from user
- can we make batch classes synchronous
- visualforce page, apex class, test method, future method, apex trigger, batch apex consideration/best practices
- can we pick user name from visualforce page in approval process
- what should we use, remoteaction or actionfunction, which is best
- can static variable be transient
- how to use assert statement for batch apex test method
- standard junction object in salescloud
- find count of active contacts for each account in given set
- default page load time to throw timeout exception
- pagination in Salesforce standardrecordset or offset
- actionstatus and actionsupport difference
- what happens if batch is terminated in between
- can we have multiple active approval request on the same object
- how to redirect to different vf page when clicked on edit page based on user profile
- Trigger.newmap in before insert
- If scheduled job user leaves company, how you can reschedule it
- How to avoid Bulk API upload’s row lock error for same parent records. Or how process them serially
- How Can a trigger call a batch class? – Yes
- what is cross site scripting
- why do we need my domain enabled for lightning
- limitations of lightning out
- different lightning interfaces
- difference between application event and component event
- use case of both events
- why do we prefer component event over application event
- different use case of helper and controller
- why do we prefer lightning namespace component over SLDS
- default namespace in lightning, how to create your namespace
- request and response mechanism in lightning framework
- can we write data from lightning app
- does lightning app supports component event, why does it not support many standard events