i
Workday
Filter interviews by
I applied via Company Website
There are two types of servlets: GenericServlet and HttpServlet. HttpServlet is better as it provides additional functionalities for handling HTTP requests.
GenericServlet is a protocol-independent servlet that can handle any type of request.
HttpServlet is a subclass of GenericServlet specifically designed to handle HTTP requests.
HttpServlet provides additional functionalities like doGet() and doPost() methods for handl...
Top trending discussions
I applied via Campus Placement
Question related to operating system and computer network
Traverse all child nodes in a tree data structure
Use depth-first or breadth-first traversal algorithms
Recursively visit each child node starting from the root node
Consider using a stack or queue data structure for traversal
Example: Traverse all nodes in a binary tree
posted on 29 Nov 2024
I applied via Naukri.com and was interviewed in Oct 2024. There were 3 interview rounds.
SQL query to retrieve student department id.
Use SELECT statement to retrieve data
Specify the columns to be selected, including the department id column
Specify the table where the student data is stored
Use WHERE clause to filter the results based on student information
Code to find index of sub string in main string and duplicate the sub string
Use a loop to iterate through the main string and check for the sub string
If sub string is found, duplicate it and store the index
Return the index of the duplicated sub string
I applied via Campus Placement and was interviewed in Oct 2024. There were 3 interview rounds.
In first round 4 coding question like 1 dsa 2 database and one is api and question is very simple . coding round was conducted in hackerrank
Again same but dsa question and oops concept in deep level
posted on 3 Jan 2025
I applied via Referral and was interviewed in Jul 2024. There was 1 interview round.
I applied via Approached by Company and was interviewed in Mar 2024. There was 1 interview round.
Platform Events are a feature in Salesforce that allow developers to deliver secure, scalable, and customizable event notifications.
Platform Events are based on the publish-subscribe model, where publishers send events and subscribers receive them.
They are used to communicate changes in Salesforce data or custom events within an organization.
Developers can define custom event objects and trigger events using Apex or de...
Asynchronous Apex allows you to run processes in the background, without user interaction. Batch Apex and Queueable Apex are two types of Asynchronous Apex.
Asynchronous Apex allows you to process large amounts of data asynchronously, without impacting the user interface.
Batch Apex is used to process large data sets that can be divided into smaller batches for processing.
Queueable Apex allows you to submit jobs for asyn...
Future method is used to run code asynchronously. Callout=true is needed to make HTTP callouts from future methods.
Future methods are used to run code asynchronously in Salesforce.
They are annotated with @future annotation.
Callout=true is needed to make HTTP callouts from future methods.
Without Callout=true, making HTTP callouts from future methods is not allowed.
Data security in Salesforce involves various types of security measures to protect sensitive information.
Salesforce provides various security features such as user authentication, data encryption, and access controls.
Types of data security in Salesforce include object-level security, field-level security, and record-level security.
Salesforce also offers tools like Salesforce Shield for enhanced data security and compli...
posted on 27 Sep 2024
It went well. Easy questions were asked
We have to first explain how we are planning to solve the problem and can start coding
Algorithms in data structures are essential for efficient data manipulation and retrieval.
Algorithms in data structures help in organizing and managing data effectively.
Examples include sorting algorithms like quicksort and searching algorithms like binary search.
Understanding algorithms in data structures is crucial for optimizing performance in software development.
A paper based test and it was technical
I applied via Referral and was interviewed in Jan 2024. There were 2 interview rounds.
Karet Interview :
5 back to back System design question, we don't need to explain each component but more like list as many as points. Need to finish all the question in 15min
1-2 problem solving question : It's not fency algorithm round with tough question. But true problem solving round using basic knowledge such as hashmap, heap
Design a file system to calculate total size and find top k collections in size.
Create a file system class with methods to add files and calculate total size.
Maintain a data structure to store the collections and their sizes.
Implement a method to find the top k collections based on size.
Consider using a priority queue or sorting the collections based on size.
Handle edge cases like empty collections or invalid input siz
Calculate the total size of an array of strings.
Iterate through the array and sum the length of each string.
Use the `length` property of each string to get its size.
Handle edge cases such as empty strings or null values.
The question is asking to find the top k collections.
Use a sorting algorithm to sort the collections in descending order based on a specific criteria.
Select the top k collections from the sorted list.
Return the selected collections as an array of strings.
I applied via Naukri.com and was interviewed in Jun 2024. There was 1 interview round.
based on 1 interview
Interview experience
Salesforce Developer
12
salaries
| ₹18 L/yr - ₹45 L/yr |
Senior Associate
11
salaries
| ₹16.5 L/yr - ₹27.5 L/yr |
Software Engineer
10
salaries
| ₹12 L/yr - ₹28 L/yr |
Business System Analyst
10
salaries
| ₹20 L/yr - ₹40 L/yr |
Senior Software Engineer
7
salaries
| ₹9.6 L/yr - ₹34.4 L/yr |
Salesforce
Oracle
SAP
Microsoft Corporation