i
Compileinfy Technology Solutions
Filter interviews by
I was interviewed before Jan 2024.
Top trending discussions
1) Getter is used to access the value of a property, while setter is used to set the value of a property. 2) JavaScript promises in LWC are used for asynchronous operations. 3) Salesforce REST API in LWC is used to interact with external systems.
Getter is used to access the value of a property
Setter is used to set the value of a property
JavaScript promises in LWC are used for asynchronous operations
Salesforce REST API
posted on 23 Dec 2019
I applied via Recruitment Consultant and was interviewed in Jun 2019. There were 3 interview rounds.
To show many columns in a single page for mobile-friendly design in Lightning, use responsive design and consider using horizontal scrolling.
Use responsive design to ensure the layout adjusts to different screen sizes
Consider using horizontal scrolling to allow users to view more columns without taking up too much vertical space
Prioritize the most important columns to display first
Use filters or collapsible sections to...
Use batch Apex to handle bulk callouts over button click
Implement the Database.Batchable interface to process records in batches
Use the @future annotation to make asynchronous callouts
Consider using a queueable Apex job to handle large volumes of data
Use the Limits.getCallouts() method to monitor callout limits
Handle any errors or exceptions that may occur during the callout process
Yes, an email message can be sent from a trigger even after logic gets into AddError method.
Email messages are sent asynchronously and are not affected by the AddError method.
The AddError method only prevents the record from being saved and rolls back any changes made in the transaction.
To send an email from a trigger, use the Messaging.SingleEmailMessage class and the Messaging.sendEmail method.
Order of execution in Salesforce determines the sequence of events that occur when a record is saved.
Triggers are executed first
Validation rules are checked next
Before triggers are executed
Custom validation logic is checked
Record is saved to the database
After triggers are executed
Assignment rules are executed
Auto-response rules are executed
Workflow rules are executed
Escalation rules are executed
Roll-up summary fields a...
Optimizing SOQL and DML in Apex transactions
Use selective SOQL queries to limit the number of records retrieved
Avoid using SOQL queries inside loops
Use bulkified DML operations to process records in batches
Minimize the number of DML statements by grouping similar operations
Use @future or Queueable Apex for long-running operations
Consider using Database methods for DML operations to handle errors
Use System.debug() to mo
based on 1 review
Rating in categories
Software Developer
4
salaries
| ₹3 L/yr - ₹6.2 L/yr |
Junior Software Developer
4
salaries
| ₹1.8 L/yr - ₹4 L/yr |
Senior Software Engineer
3
salaries
| ₹9.6 L/yr - ₹18 L/yr |
Salesforce Developer
3
salaries
| ₹11 L/yr - ₹18 L/yr |
TCS
Accenture
Wipro
Cognizant