Filter interviews by
Salesforce introduced LWCs for better performance, reusability, and modern web standards.
LWCs offer better performance due to their lightweight nature and optimized rendering.
LWCs promote reusability through modular design and encapsulation of functionality.
LWCs align with modern web standards like ES6, Shadow DOM, and Web Components, making them more future-proof.
Aura components are based on Aura framework, which has ...
Events in LWCs differ from Aura components in terms of syntax, propagation, and handling.
In LWCs, events are dispatched using the standard DOM event model, while in Aura components, events are handled using the Aura event system.
LWC events use standard JavaScript event handling methods like addEventListener and dispatchEvent, while Aura events use $A.get('e.namespace:eventName').fire().
LWC events do not bubble up the D...
Application events are avoided in Salesforce development due to their potential impact on performance and complexity.
Application events can lead to tight coupling between components, making the code harder to maintain and debug.
They can also result in excessive event firing, causing performance issues.
Using component events or other communication patterns like pub-sub can be more efficient and manageable.
Avoiding appli...
Find the count of contacts associated to an account which have unique email Ids
I have worked with integration frameworks such as MuleSoft, Apache Camel, and Dell Boomi.
MuleSoft
Apache Camel
Dell Boomi
External objects are virtual objects that allow you to access data stored outside Salesforce.
External objects represent data from an external system in Salesforce without copying the data into Salesforce.
They are defined using external data sources and external data objects.
You can use them to integrate data from external systems like databases, ERP systems, or web services.
External objects allow you to view and intera...
Top trending discussions
I appeared for an interview before Sep 2020.
Round duration - 30 minutes
Round difficulty - Easy
It was in the day time. I was asked the programming language of my choice. It was mostly focused on programming fundamentals. I was asked 2 questions based on Data Structures and Algorithms.
A loop in a linked list can be detected using Floyd's Cycle Detection Algorithm.
Use two pointers - slow and fast, where slow moves one step at a time and fast moves two steps at a time.
If there is a loop, the two pointers will eventually meet at some point within the loop.
To detect the start of the loop, reset one pointer to the head and move both pointers one step at a time until they meet again.
Round duration - 30 minutes
Round difficulty - Easy
This round was mostly focused on my resume and projects.
Round duration - 30 minutes
Round difficulty - Easy
It was in the evening. I went to their office in Gurgaon. It was taken by one of the technology director who had a lot of experience.
Do practice a lot of data structures questions as mostly questions in interviews are based on them. Also, do prepare for projects mentioned in your resume and skills which you have mentioned. Coding ninjas has a big hand in making my interview clear as I have taken a course from the coding Ninjas which helped me a lot to make my concepts clear.
Application resume tips for other job seekersKeep it short and crisp. Go through it properly before the interview. Make sure that you haven't put anything in it that can cause you problems during the interview.
Final outcome of the interviewSelectedI applied via Campus Placement and was interviewed before Nov 2021. There were 3 interview rounds.
Moderate level aptitude with basics
Moderate level data structure questions
I applied via Campus Placement and was interviewed before Sep 2020. There were 5 interview rounds.
posted on 20 May 2017
I appeared for an interview in May 2017.
Yes, the string class can be extended in most programming languages.
Inheritance can be used to extend the functionality of the string class.
By creating a new class that inherits from the string class, additional methods and properties can be added.
Extending the string class allows for customization and adding specific functionality to strings.
Example: In Python, the string class can be extended by creating a new class ...
Implicit objects in JSP are predefined objects that are available for use without any declaration or initialization.
Implicit objects in JSP include request, response, session, application, out, config, pageContext, page, exception, and others.
These objects provide access to various aspects of the JSP environment and can be used to perform common tasks.
For example, the request object allows access to HTTP request parame...
A hash map is a data structure that uses a hash function to map keys to values.
Hash map stores key-value pairs
It uses a hash function to compute an index for each key
Collisions can occur when two keys hash to the same index
Hash maps provide fast access to values based on their keys
StringBuffer and StringBuilder are both used to manipulate strings, but StringBuffer is thread-safe while StringBuilder is not.
StringBuffer is synchronized, making it safe for use in multi-threaded environments.
StringBuilder is not synchronized, making it faster but not thread-safe.
StringBuffer is preferred when multiple threads are involved, while StringBuilder is preferred for single-threaded scenarios.
Both classes p...
MVC is a software architectural pattern that separates an application into three main components: Model, View, and Controller.
Model represents the data and business logic of the application.
View is responsible for displaying the user interface.
Controller handles user input, updates the model, and interacts with the view.
MVC promotes separation of concerns and modularity in software development.
Example: In a web applica...
Annotations used in RESTful web services
1. @Path - Specifies the URI path for the resource
2. @GET - Specifies that the method handles HTTP GET requests
3. @POST - Specifies that the method handles HTTP POST requests
4. @PUT - Specifies that the method handles HTTP PUT requests
5. @DELETE - Specifies that the method handles HTTP DELETE requests
6. @PathParam - Binds the value of a URI template parameter to a method paramete...
I have a strong background in software engineering and a passion for innovation, making me a valuable asset to HSBC.
I have a proven track record of successfully delivering high-quality software solutions in previous roles.
I am highly skilled in various programming languages and technologies, including Java, Python, and SQL.
I have experience working in agile development environments, allowing me to adapt quickly to chan...
Some of the top questions asked at the Morgan Stanley Salesforce Developer interview -
based on 1 interview experience
Associate
3.5k
salaries
| ₹5.4 L/yr - ₹20 L/yr |
Senior Manager
2.5k
salaries
| ₹26.1 L/yr - ₹47.4 L/yr |
Manager
1.9k
salaries
| ₹17.9 L/yr - ₹32.5 L/yr |
Senior Associate
1.7k
salaries
| ₹7.3 L/yr - ₹28 L/yr |
Vice President
1.4k
salaries
| ₹27 L/yr - ₹81 L/yr |
JPMorgan Chase & Co.
Goldman Sachs
TCS
Deloitte