i
YASH Technologies
Filter interviews by
Profiles and Permission sets are used in Salesforce to control access and permissions for users.
Profiles define the settings and permissions for a user, such as object and field access, record types, and page layouts.
Permission sets are used to grant additional permissions to users, without changing their profile.
Profiles are assigned to users when they are created, while permission sets can be assigned or revoked at a...
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
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 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 Jun 2023. There was 1 interview round.
Managerial questions about all technical questions as well
I applied via Naukri.com and was interviewed in Jun 2022. There was 1 interview round.
Sharing rules control access to records that are owned by other users or in public groups.
Criteria-based sharing rules
Owner-based sharing rules
Manual sharing
Apex managed sharing
LWC Decorators are used to enhance the functionality of Lightning Web Components.
Wire Decorator - used to get data from Apex controllers
Track Decorator - used to track changes in a property
Api Decorator - used to expose a property or method to other components
AuraEnabled Decorator - used to call an Apex method from a Lightning component
LightningMessageService Decorator - used to subscribe to and publish events
Wire services in LWC Component allow communication between components and Salesforce.
Wire services are used to fetch data from Salesforce without needing to write Apex code.
They enable reactive programming, automatically updating data when it changes in Salesforce.
Examples include @wire(getRecord) to retrieve a record, @wire(getObjectInfo) to get object metadata.
Wire adapters like @wire(getRecord) and @wire(getObjectIn
posted on 5 Jun 2024
I applied via Naukri.com and was interviewed in Feb 2023. There were 4 interview rounds.
Basic apti questions. search for nagarro aptitude test on youtube and prepare for it.
I applied via campus placement at IPS Academy, Indore and was interviewed before Feb 2023. There were 2 interview rounds.
Data Loader is a tool provided by Salesforce for importing, exporting, and deleting data in Salesforce.
Data Loader is used for bulk importing, exporting, and deleting data in Salesforce
DeleteAll operation in Data Loader deletes all records in a specified object
Delete operation in Data Loader deletes specific records based on a query
Difference between LWC and Aura: LWC is a new programming model for building Lightning c...
based on 1 review
Rating in categories
Software Engineer
1.3k
salaries
| ₹2.6 L/yr - ₹12 L/yr |
Senior Software Engineer
1.3k
salaries
| ₹6.1 L/yr - ₹24 L/yr |
Associate Consultant
763
salaries
| ₹3 L/yr - ₹10.4 L/yr |
Consultant
699
salaries
| ₹4.8 L/yr - ₹18 L/yr |
Module Lead
521
salaries
| ₹8.7 L/yr - ₹32 L/yr |
TCS
Infosys
Wipro
Tech Mahindra