- What is Cloud Computing?
- What is Paas, Saas, Iaas?
- What is Sandbox and the Type of Sandbox in Salesforce?
- What is Object in Salesforce?
- What are the different types of object relations in Salesforce?
- What is a Master–Detail relationship in Salesforce?
- What is a junction object in Salesforce?
- How many LR(lookup relationship) fields can be created in an object?
- What is a Roll-up Summary field?
- How many way to create What is a Roll-up Summary field
- What is field dependency
- What is the difference between role and profile
- What are Permission sets?
- What is the use of muting permission set in permission set group
- How many ways we can share a record?
- What are Audit Fields in Salesforce?
- What is an Audit trail?
- What is a Queue in Salesforce?
- What is a Public Group
- What is the difference between static and dynamic dashboards in Salesforce?
- What are the different types of reports available in Salesforce?
- What is Report Type?
- What are WhoId and WhatId in activities?
- What is a bucket field in reports?
- Way to clean data in Salesforce
- Differences between Import wizard and Data loader
- What is “Data Skew” in Salesforce
- What is cascade deletion?
- What is a Flow?
- Types of flows in Salesforce
- Name a few global variables which are used in formula and validation rules.
- Is there any special permission available to edit read-only fields? Please explain
- What are the differences between Object-specific actions and global actions?
- Mention one impact point to check before deleting a role from the org.
- Let’s say I create two accounts a1 and a2. Now, I make a2 as the parent of a1. Now, what will happen if I try to make a1 parent of a2
- How do you pass the current record id to a screen flow? Also, is it possible to send the entire record?
- How do you check your org is in which release
- What is a big object? Give an example of a standard big object
- Is it possible to use formula field in roll up summary calculation which is referring to another object?
- Suppose there is a custom field which has a default value but not added to the page layout. Now, if you clone a record from the UI, what would be the value of the field in the new record?
- What is the consideration while deleting an approval process?
- What happens during Lead merging?
- What is Apex Hammer?
- How do you convert 15 digit record Id to 18 digit Id in formula and validation rule?
- Is it possible to hard delete records using data loader?
- Is it possible to show validation errors in screen flow?
- You have created a custom object. While creating a report on the object, you are not getting the option to select the object in the report builder. What could be the issue?
- What are the possible statuses of a permission set group?
- How can we enable email approval response? Mention a few response keywords which will approve/reject the request
- You are not getting an option to create list custom settings. Which setting needs to be enabled?
- Once a lead is converted it is not visible anymore in the UI. Is there any permission available to view converted leads?
- You are trying to convert a master detail relationship field to lookup relationship. But you are not able to see the change field type button. What could be the reason?
- One of the users in your org is not able to create campaigns. You checked the profile/ permission sets and ensured that he has access to create campaigns. What could be the reason?
- What happens when you try to delete a public group?
- What happens when you try to delete a queue?
- What is Sandbox and the Type of Sandbox in Salesforce?
- What is Cloud Computing?
- What is Iaas?
- What is PaaS?
- What is Saas?
- Type of Object Relationship in Salesforce?
- What is Junction Object in Salesforce?
- What is the difference between Role and Profiles?
- How many way we have in Salesforce for Sharing?
- What are Sharing Rules?
- What is Manual Sharing?
- What is Apex Sharing?
- Type of Flow in Salesforce?
- When to use Flow vs Apex?
- Best practices for Salesforce Flow?
- What is Apex? and when to use Apex over Flow?
- What are Apex Best practices in Salesforce?
- What is Apex Trigger? and When we should use Apex Trigger?
- What is Apex Trigger Handler pattern?
- What is Apex Trigger Framework? What are different Trigger Framework are available in Salesforce?
- What is Async Apex in Salesforce? How many way we have for Async processing?
- What is Batch job in Salesforce?
- What is difference between Stateful and Stateless batch job?
- What is mixed DML?
- What is Lightning Data Service?
- How to do communication between Lightning web component?
- How to call Apex class in Lightning web component and how many way we have and when to use which option?
- What are the basic difference between Application Event and Component Event in Aura component?
- What is lightning messaging service?
- What is lazy loading in LWC and how do lazy loading in LWC?
- What are Design Attributes in Lightning Web Components?
- What is web services?
- What is the difference between SOAP and REST?
- What is the difference between Enterprise WSDL and Partner WSDL?
- Explain about Integration Patterns?
- What is Integration?
- What are web services?
- What is the difference between JSON Vs. XML ?
- What is REST API?
- What is SOAP API?
- What is the difference between SOAP and REST?
- What all Integration options are available in Salesforce?
- What is WSDL?
- What is SoapUI?
- What is the difference between Enterprise WSDL and Partner WSDL?
- What is an Integration Pattern?
- Different types of Integration patterns available in Salesforce?
- What is remote site settings?
- What is a Connected App?
- What is OAuth?
- What different OAuth2.0 Authorization flows are available in Salesforce?
- What is JWT flow in Salesforce?
- What is web service flow in Salesforce?
- What are Named Credentials, and what is their use of them?
- What is OpenID Connect?
- Difference between OpenID and OAuth?
- What is Streaming API? Explain the different mechanism of Steaming API?
- What is Change Data Capture?
- What is Tooling API? Provide one example when you used it.
- What is Salesforce Connect?
- What are REST API Composite Resources
- What is Trigger in Salesforce?
- What are the two types of triggers in Salesforce?
- What is the use of trigger class in Salesforce?
- What are different events available in Triggers?
- When we should use trigger or automation?
- Best practice and consideration for Trigger?
- How many times trigger execute on an Upsert event
- How many times trigger execute on an Merge event
- Order of execution for Trigger
- When you will choose before event and when you will chose after event?
- What is the different between Trigger.New and Trigger.newMap?
- When we should use Trigger.Old
- How to void recursion in Trigger.
- How make callout from Trigger?
- Can we call a batch job from Trigger?
- What is Trigger Handler pattern?
- Have you used any trigger framework in Salesforce?
- Difference between Validation rules and Triggers?
- How can we extend any component in aura framework?
- How can you call one JS controller method from another JS controller method in aura?
- How do you pass value to the JS controller while using hyperlinks?
- What are the steps to add a lightning component in a vf page?
- How do you deactivate the paste functionality in lightning input?
- How to get the current user name and current user profile name in aura component without using apex?
- Explain data binding in the aura
- Why do we use @AuraEnabled annotation?
- Is it possible to use the value of another attribute or any custom label as the default value of one attribute in aura component instead of using hardcode?
- How do we restrict an aura component to be used in the record pages of only for particular Sobjects?
- LWC:
- wire function
- Lifecycle hooks
- event.StopPropogation() Vs Event.preventDefault()?
- Promise in async transactions?
- What are web components, Is LWC based on web components?
- What does composed = true does in an event?
- What are callback functions in LWC?
- Callback hell?
- Can I deploy component with empty css file?
- What is difference between var and let in JS?
- Do we have application events in LWC?
- What is difference between ‘==’ and ‘===’?
- What is String interpolation?
- What are template literals?
- Why do we put constants outside of class in LWC?
- What is reduce method in JS?
- How can you pass data between LWC components?
- How can you communicate from child to parent component in LWC?
- How do you handle asynchronous operations in LWC?
- How can you conditionally render elements in LWC?
Wednesday, 25 September 2024
Salesforce Latest Interview Questions Part 2
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment