Filter interviews by
I applied via Naukri.com and was interviewed in Jan 2024. There was 1 interview round.
Permission sets control access to various Salesforce features, dashboards provide visual representations of data, and reports offer insights into data.
Permission sets are used to grant specific permissions and access settings to users without changing their profiles.
Dashboards display key metrics and performance indicators in visual charts and graphs.
Types of reports include tabular, summary, matrix, and joined reports
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
I applied via Naukri.com and was interviewed in Apr 2024. There was 1 interview round.
20 mins for 30 ques were there.
1) Trigger to update custom field totalamount__c on account object when opportunity record is updated or inserted . account.totalamount_c is sum of amount value of related opportunity .
2) write apex code to remove duplicate string from array of string .
I applied via Naukri.com and was interviewed before May 2023. There was 1 interview round.
I applied via Naukri.com and was interviewed before Jun 2023. There was 1 interview round.
Managerial questions about all technical questions as well
posted on 31 May 2022
I applied via Naukri.com and was interviewed in Nov 2022. There were 3 interview rounds.
Based on your work done in the past
posted on 23 Apr 2024
I applied via Referral and was interviewed before Apr 2023. There were 2 interview rounds.
I applied via Recruitment Consulltant and was interviewed before Feb 2023. There were 2 interview rounds.
based on 2 interviews
Interview experience
Senior Consultant
4k
salaries
| ₹8 L/yr - ₹30 L/yr |
Consultant
3.3k
salaries
| ₹6 L/yr - ₹20 L/yr |
Lead Consultant
3.3k
salaries
| ₹10.5 L/yr - ₹34.8 L/yr |
Software Engineer
3.3k
salaries
| ₹3.5 L/yr - ₹13 L/yr |
Associate Consultant
2.8k
salaries
| ₹4.5 L/yr - ₹15 L/yr |
Cognizant
TCS
Infosys
Accenture