Filter interviews by
I appeared for an interview in Aug 2021.
Round duration - 135 Minutes
Round difficulty - Medium
Programming Aptitude and Coding Skills
Given an AVL tree, your task is to insert an element into the AVL Tree ensuring it remains balanced.
An AVL tree is a self-balancing binary search tree with the following prope...
Insert an element into an AVL tree while maintaining balance.
Ensure the AVL tree remains balanced after insertion by performing rotations if necessary.
Update the height of each node after insertion to maintain the AVL property.
Perform single or double rotations based on the balance factor of the nodes.
Example: Inserting 7 into the AVL tree shown in the image would require a double rotation to balance the tree.
Round duration - 50 Minutes
Round difficulty - Easy
Javascript and Coding skills
You are provided with an integer array ARR
of length 'N'. Your objective is to determine the first missing positive integer using linear time and constant space. T...
Find the smallest positive integer missing from an array of integers.
Iterate through the array and mark positive integers as visited by changing the sign of the corresponding index.
After marking, iterate again to find the first positive index which is not marked.
Return the index + 1 as the smallest missing positive integer.
Tip 1 : Practice at least 100+ DSA problems.
Tip 2 : Understanding of Javascript and other web tech.
Tip 3 : One Frontend project.
Tip 1 : Provide the project links. It can be the Github repo or Deployed Project Link.
Tip 2 : Provide the Links of Coding platforms like Leetcode, Codechef as it gives benefits while shortlisting.
Top trending discussions
I applied via Company Website and was interviewed before Feb 2021. There was 1 interview round.
Database management languages are used to create, manipulate, and manage databases effectively.
SQL (Structured Query Language) - Used for querying and managing relational databases.
PL/SQL (Procedural Language/SQL) - An extension of SQL for procedural programming in Oracle databases.
T-SQL (Transact-SQL) - Microsoft's proprietary extension of SQL used in SQL Server.
NoSQL - A category of database management languages for ...
I applied via Recruitment Consultant and was interviewed in Jul 2021. There were 3 interview rounds.
Apex is a programming language used to develop customizations for Salesforce applications.
Apex is similar to Java and C#.
It is used to write business logic and perform database operations.
It can be used to create triggers, classes, and controllers.
Apex code runs on the Salesforce platform.
Example: Apex can be used to create a custom button that updates a record when clicked.
Roles define what users can do in an organization, while profiles determine what users can see and access within the application.
Roles define the level of access and responsibility a user has in an organization.
Profiles determine the objects, fields, and records that a user can view, edit, and delete.
Roles are hierarchical and determine the data visibility for users below them in the hierarchy.
Profiles are assigned to ...
I applied via Naukri.com and was interviewed in Jul 2020. There were 4 interview rounds.
CPU error in Apex
Check for infinite loops or recursive calls
Reduce the number of SOQL queries and DML statements
Optimize code to reduce CPU usage
Consider using asynchronous processing
Use governor limits to avoid exceeding CPU time limit
posted on 10 May 2024
I applied via LinkedIn and was interviewed in Apr 2024. There was 1 interview round.
Types of flows include autolaunched flows, screen flows, and scheduled flows.
Autolaunched flows are triggered by a process or record change
Screen flows guide users through a series of screens to collect information
Scheduled flows are triggered based on a schedule or time-based event
Types of tables in reports include summary tables, matrix tables, and joined tables.
Summary tables provide a high-level overview of data, often with subtotals and grand totals.
Matrix tables allow for data to be grouped and summarized in rows and columns.
Joined tables combine data from multiple sources or objects in a single report.
Skinny table is a custom table in Salesforce that contains a subset of fields from standard and custom objects for performance optimization.
Skinny table is used to improve query performance by reducing the number of joins needed.
It contains frequently accessed fields from standard and custom objects.
Data in skinny tables is automatically synchronized with the source objects.
Skinny tables are read-only and cannot be dir...
posted on 13 May 2024
Apex code follows the by default sharing method of 'with sharing'.
By default, Apex code enforces sharing rules that apply to the current user.
This means that the code runs in the user's context and respects their sharing settings.
Developers can also use 'without sharing' to bypass sharing rules if necessary.
Bypassing sharing rules via apex class involves using 'without sharing' keyword in the class definition.
Use 'without sharing' keyword in the class definition to bypass sharing rules.
This keyword allows the apex class to ignore sharing rules and access all data regardless of the user's permissions.
To convert Json data into string in LWC, use JSON.stringify() method.
Use JSON.stringify() method to convert Json data into string in LWC.
Yes, callouts can be made from LWC using imperative Apex.
Precautions before writing queueable Apex class include governor limits, bulkification, and error handling.
Platform events can be used for inter-component communication in LWC.
To communicate unrelated LWC components, use Lightni...
I applied via Naukri.com and was interviewed in Sep 2024. There was 1 interview round.
A Salesforce trigger for after update events allows you to perform actions post record updates.
Use 'after update' to execute logic after a record is updated.
Example: Update related records based on changes in the updated record.
Use Trigger.new to access the updated records.
Use Trigger.old to compare previous values with new values.
I applied via Company Website and was interviewed in Oct 2022. There were 4 interview rounds.
I applied via Recruitment Consulltant and was interviewed in Sep 2023. There were 2 interview rounds.
Use an Apex Trigger to count the number of Contacts in a specific Account.
Create an Apex Trigger on the Contact object.
Query for Contacts related to the specific Account.
Use a SOQL query to count the number of Contacts.
Update a custom field on the Account with the count.
Apex context variables hold different values based on the scenario in Salesforce development.
Trigger.new and Trigger.old contain new and old versions of records in trigger context
System.isBatch() returns true in batch context
System.isFuture() returns true in future method context
System.isScheduled() returns true in scheduled job context
I applied via Naukri.com and was interviewed in May 2024. There were 2 interview rounds.
Salesforce Service Cloud is a customer service platform that helps businesses manage and improve customer interactions.
It allows businesses to provide personalized customer support through various channels such as phone, email, chat, and social media.
Service Cloud includes features like case management, knowledge base, and omni-channel routing to streamline customer service processes.
It integrates with other Salesforce...
I would rate my coding skills as proficient, with a strong grasp of Salesforce development and Apex programming.
Proficient in Apex, having developed multiple triggers and classes for business logic.
Experienced with Visualforce and Lightning components for UI development.
Strong understanding of Salesforce data model and SOQL for efficient data retrieval.
Familiar with best practices in coding, such as bulkification and g...
Yes, I have worked on flows in Salesforce.
I have experience creating flows to automate business processes in Salesforce.
I have used flows to streamline data entry and update records efficiently.
I have integrated flows with other Salesforce features like Process Builder and Apex triggers.
Writing trigger on parent child scenario in Salesforce
Create trigger on parent object
Use trigger context variables to access child records
Perform necessary operations on child records based on parent record changes
Service Cloud features, LWC decorators, events, asynchronous apex, batch class, flows, and experience cloud basics.
Service Cloud features include case management, knowledge base, omni-channel routing, and service console.
LWC decorators are used to add metadata to Lightning web components, such as @api, @track, and @wire.
Events in LWC are used for communication between components, such as standard events like onchange a...
based on 2 reviews
Rating in categories
Senior Consultant
86
salaries
| ₹21 L/yr - ₹36.2 L/yr |
Consultant
79
salaries
| ₹11.8 L/yr - ₹27.8 L/yr |
Salesforce Consultant
61
salaries
| ₹9.6 L/yr - ₹15 L/yr |
Quality Analyst
35
salaries
| ₹8.5 L/yr - ₹15.4 L/yr |
Salesforce Developer
33
salaries
| ₹7.8 L/yr - ₹14.2 L/yr |
Teleperformance
Amazon
iEnergizer
Deloitte