IDFC FIRST Bank
ITD Cementation India Interview Questions and Answers
Q1. What are the types of integration available with Salesforce?
Salesforce offers various types of integration options to connect with external systems.
SOAP API: Allows integration with external systems using SOAP protocol.
REST API: Enables integration with external systems using RESTful web services.
Bulk API: Facilitates integration for large data volumes using batch processing.
Streaming API: Provides real-time integration by pushing data updates to external systems.
Outbound Messaging: Sends notifications to external systems using SOAP o...read more
Q2. What Trigger framework you have worked on
I have worked on the Salesforce Trigger Framework by using a combination of trigger handlers and utility classes.
Implemented trigger handlers to separate logic from triggers
Used utility classes to centralize common trigger logic
Followed best practices to ensure efficient and scalable trigger framework
Example: Created a trigger handler class to handle before insert, before update, and after insert events
Q3. how to call child method in parent in lwc
To call a child method in a parent component in LWC, you can use the @api decorator in the child component and import the child component in the parent component.
Use @api decorator in the child component to expose the method or property that you want to call from the parent component.
Import the child component in the parent component and use the child component's reference to call the method or access the property.
Pass data between parent and child components using properties...read more
Q4. how to call lwc from aura
To call LWC from Aura, use the lightning/navigation service.
Use lightning/navigation service to navigate to the LWC component
Pass the component name and any parameters needed
Handle any events or data passed back from the LWC component
Q5. what is mixed dml error
Mixed DML error occurs when DML operations on setup and non-setup objects are mixed in a single transaction.
Mixed DML operations involve a combination of DML statements on both setup and non-setup objects in a single transaction.
This error typically occurs when trying to update a setup object (like User) and a non-setup object (like Account) in the same transaction.
To resolve the error, separate the DML operations on setup and non-setup objects into different transactions or ...read more
Q6. Difference between Aura and LWC
Aura is a component-based framework for building web apps on Salesforce platform, while LWC is a modern framework to build web components.
Aura is based on JavaScript and uses an XML-like syntax, while LWC uses modern JavaScript and HTML.
Aura components have a larger footprint and are slower compared to LWC components.
LWC provides better performance, reusability, and encapsulation compared to Aura components.
LWC supports standard web components specifications, making it easier...read more
Q7. Different clouds to work on
Salesforce offers various clouds for different functionalities like Sales Cloud, Service Cloud, Marketing Cloud, etc.
Sales Cloud for sales automation and CRM
Service Cloud for customer service and support
Marketing Cloud for marketing automation and analytics
Q8. types of asynchrnous class
Types of asynchronous classes include future, batch, queueable, and scheduled classes.
Future classes are used for executing code asynchronously in the background.
Batch classes are used for processing large data sets in smaller chunks.
Queueable classes are used for chaining asynchronous jobs together.
Scheduled classes are used for running code at specific times.
Q9. experince on lwc
Experience with Lightning Web Components (LWC) in Salesforce development.
Developed custom Lightning Web Components for Salesforce applications.
Used LWC to create interactive and responsive user interfaces.
Utilized LWC to fetch and display data from Salesforce database.
Implemented event handling and communication between components using LWC.
Followed best practices and design patterns while working with LWC.
Integrated LWC with Apex classes and Aura components for seamless func...read more
More about working at IDFC FIRST Bank
Interview Process at ITD Cementation India
Top Salesforce Developer Interview Questions from Similar Companies
Reviews
Interviews
Salaries
Users/Month