i
ITC Infotech
Filter interviews by
I applied via Approached by Company
Types of work flow tasks include email alerts, field updates, outbound messages, tasks, and approvals.
Email alerts: Notify users via email based on certain criteria.
Field updates: Automatically update fields in records.
Outbound messages: Send messages to external systems.
Tasks: Assign tasks to users.
Approvals: Route records for approval based on predefined criteria.
Top trending discussions
I applied via Approached by Company and was interviewed in Jun 2024. There was 1 interview round.
Yes, future methods can be called from a batch class in Salesforce.
Future methods can be called from batch classes to perform asynchronous processing.
This can be useful for offloading long-running tasks to future methods to avoid hitting governor limits.
Example: Calling a future method from a batch class to update records in Salesforce asynchronously.
The @track decorator in Salesforce is used to track changes to a property in a Lightning web component.
Used to make a property reactive and trigger re-renders when its value changes
Not mandatory but recommended for properties that need to be reactive
Use @track when you want changes to a property to be reflected in the UI
APEX CPU Limit Exceeded error happens when code consumes too much CPU time. Best practices include optimizing code, reducing loops, and using asynchronous processing.
Avoid using nested loops and optimize code for better performance
Use asynchronous processing like @future or Queueable to offload CPU intensive tasks
Limit the use of SOQL queries inside loops to reduce CPU consumption
Mixed DML Exception occurs when DML operations are performed on setup and non-setup objects in a single transaction.
Occurs when DML operations are performed on both setup and non-setup objects in a single transaction
Setup objects include User, Profile, PermissionSet, etc.
Non-setup objects include custom objects, standard objects like Account, Contact, etc.
The code will output 'undefined' because variable 'a' is hoisted within the function.
Variable 'a' is hoisted to the top of the function scope, so when 'console.log(a)' is called, 'a' is undefined.
To fix this, move the declaration of 'var a=2;' above the 'console.log(a);' statement.
SOQL query to fetch description field from Account and reason for inability to filter
SOQL query: SELECT Description FROM Account
Description field is not filterable because it is a long text field
Long text fields cannot be filtered in SOQL queries
Write a Code related to the Trigger
Batch job is a process that allows you to process large volumes of data in smaller chunks.
Batch job is used to handle large data volumes that would exceed the normal processing limits.
It breaks down the data into smaller batches for processing, improving performance and efficiency.
Batch jobs can be scheduled to run at specific times or triggered manually.
Examples include data imports, updates, and deletions in Salesfor
LWC (Lightning Web Components) are a modern UI framework for building web components on the Salesforce platform.
Pros: Faster performance, better security, easier to debug, reusable components, better encapsulation.
Cons: Steeper learning curve for developers new to web components, limited browser support compared to Aura components.
posted on 17 Feb 2024
You can change the create date while uploading records through Data Loader by enabling the 'Allow Insert' option.
Enable 'Allow Insert' option in Data Loader settings
Map the 'Created Date' field in the mapping file to the desired date/time value
Ensure the user has the necessary permissions to change the create date
Wire method in Salesforce is used to fetch data from Apex controller to Lightning Web Component. Adding records inside wire method in JS file involves using imperative Apex to create records.
Use @wire decorator in Lightning Web Component JS file to call an Apex method
Inside the wire method, use imperative Apex to create records by calling the createRecord method from the Lightning Data Service
Pass the record data as pa
In Apex, security is enforced by default. If a user doesn't have access to a field, they won't be able to query it.
In Apex, security is enforced by default, meaning that users can only access data they have permission to see.
If a user doesn't have access to the Phone field in the Account object, they won't be able to query it even with WITH_SECURITY_ENFORCED.
The SELECT id, Name, Phone from Account WITH_SECURITY_ENFORCE...
posted on 9 Feb 2024
I applied via Recruitment Consulltant and was interviewed in Jan 2024. There were 3 interview rounds.
Decorators in LWC are a way to enhance the functionality of a component by adding metadata and modifying behavior.
Decorators are used to modify the behavior of properties, methods, and getters/setters in LWC.
They are defined using the @ symbol followed by the decorator name.
Some commonly used decorators in LWC are @api, @track, @wire, and @track.
The @api decorator allows a property to be accessed by parent components.
T...
Manual sharing allows users to manually grant access to records. To see manually shared records, use the 'Sharing' button on the record detail page.
Manual sharing is a feature in Salesforce that allows users to manually grant access to records.
It is useful when users need to share specific records with other users or groups.
To manually share a record, users can click on the 'Sharing' button on the record detail page.
Fr...
Write a trigger on Opportunity to calculate the sum of total opportunities and populate it on the Account's 'SumOfOpps' field.
Create a trigger on the Opportunity object
Use an aggregate query to calculate the sum of the 'Amount' field on all related Opportunities
Update the 'SumOfOpps' field on the related Account with the calculated sum
Write a trigger to update the description field on the parent object when the grandchild object is updated.
Create a trigger on the grandchild object
Use a SOQL query to retrieve the parent object
Update the description field on the parent object with the grandchild's description
I was interviewed in Aug 2024.
Data is sent by callout using HTTP request methods like GET, POST, PUT, DELETE.
Data can be sent in the request body or as query parameters
Headers can be used to provide additional information
Response codes indicate the status of the request
Examples: Sending data to an external API, retrieving data from a web service
posted on 17 Oct 2023
Rest API Integration is a method of connecting different software systems through the use of RESTful APIs.
Rest API Integration allows different systems to communicate with each other over the internet.
It enables the exchange of data between systems in a standardized and secure manner.
Developers can use REST APIs to access and manipulate resources on remote servers.
Examples of Rest API Integration include integrating a ...
A trigger is used to perform calculations and updates on related records when a record is created, updated, or deleted.
Triggers are written in Apex and are used to automate processes in Salesforce.
They can be used to perform calculations, updates, or validations on related records.
For roll up summaries, triggers can be used to calculate and update summary fields on parent records based on child records.
Example: Trigger...
I applied via Naukri.com and was interviewed in Apr 2024. There was 1 interview round.
Trigger scenario based question
I applied via Naukri.com and was interviewed in Apr 2024. There was 1 interview round.
20 mins for 30 ques were there.
I applied via Naukri.com and was interviewed before May 2023. There was 1 interview round.
based on 2 reviews
Rating in categories
Associate Information Technology Consultant
5.2k
salaries
| ₹4.1 L/yr - ₹15 L/yr |
Lead Consultant
4.4k
salaries
| ₹9 L/yr - ₹35.4 L/yr |
Associate Consultant
854
salaries
| ₹2.5 L/yr - ₹16 L/yr |
Software Engineer
501
salaries
| ₹4 L/yr - ₹14 L/yr |
Senior Software Engineer
362
salaries
| ₹6.4 L/yr - ₹27 L/yr |
TCS
Wipro
HCLTech
Tech Mahindra