Filter interviews by
I applied via Recruitment Consulltant and was interviewed in Apr 2024. There was 1 interview round.
Spark architecture is based on a master-slave model with a cluster manager and a distributed file system.
Spark has a driver program that communicates with a cluster manager to coordinate tasks.
The cluster manager allocates resources to worker nodes, which execute tasks in parallel.
Spark uses a distributed file system, such as HDFS, to store and access data across the cluster.
Spark also includes a variety of libraries a...
I was interviewed in Jan 2025.
posted on 14 Sep 2024
25 Questions, Multiple choice, Single correct as well as multi-correct, related tp python, django & flask
Find the maximum occurring number in a list of numbers without using any in-built functions, in linear time using, O(1) space
Lists are mutable, ordered collections of items while tuples are immutable, ordered collections of items.
Lists are defined using square brackets [] while tuples are defined using parentheses ().
Lists can be modified (add, remove, change elements) while tuples cannot be modified once created.
Lists are typically used for collections of similar items that may need to be modified, while tuples are used for fixed collection...
Shallow copy creates a new object but does not duplicate nested objects, while deep copy creates a new object with all nested objects duplicated.
Shallow copy only copies the references of nested objects, not the objects themselves.
Deep copy creates new copies of all nested objects, ensuring complete independence.
In Python, shallow copy can be achieved using the copy() method, while deep copy can be achieved using the d
MVT architecture stands for Model-View-Template architecture, commonly used in web development with Django framework.
MVT separates the logic of an application into three components: Model, View, and Template.
Model represents the data structure, View handles the user interface and business logic, and Template manages the presentation layer.
MVT is similar to MVC (Model-View-Controller) architecture but with a different n...
Decorators in Python are functions that modify the behavior of other functions or methods.
Decorators are denoted by the @ symbol followed by the decorator name.
They allow you to wrap another function in order to extend or modify its behavior.
Decorators are commonly used for logging, authentication, and memoization.
Example: @staticmethod decorator in Python is used to define a method that is not bound to an instance of
Static methods are bound to the class itself, while instance methods are bound to instances of the class. Use @staticmethod decorator for static methods.
Static methods do not have access to class or instance attributes, while instance methods do.
Instance methods can modify instance state, while static methods cannot.
To define a static method in Python, use the @staticmethod decorator before the method definition.
Exampl...
Inheritance is a mechanism in which a new class inherits attributes and methods from an existing class.
Inheritance allows a class to reuse code from another class.
Python supports single, multiple, and multilevel inheritance.
Example: class ChildClass(ParentClass):
Access specifiers in Python control the accessibility of class attributes and methods.
Access specifiers are not explicitly defined in Python like in other languages such as Java or C++.
By convention, attributes and methods starting with a single underscore (_) are considered 'protected' and should not be accessed directly.
Attributes and methods starting with double underscores (__) are considered 'private' and are name
posted on 9 Oct 2024
I applied via Recruitment Consulltant and was interviewed in Sep 2024. There were 2 interview rounds.
To delete an account associated with a contact without deleting the account itself.
Remove the contact's association with the account before deleting the contact.
Check for any other dependencies before deleting the contact.
Consider creating a custom field to track the association between the contact and account.
Flows are declarative automation tools in Salesforce used to automate business processes by collecting data and performing operations.
Flows are created using a visual designer in Salesforce.
They can automate complex business processes without writing code.
Flows can collect data from users, interact with Salesforce, and make decisions based on user input or data.
They can be triggered by various events like record change...
When a rating is hot, update the description accordingly.
Monitor user feedback and ratings regularly
Update the description based on the latest ratings and reviews
Consider adding specific details or addressing common concerns mentioned in the feedback
I am a Salesforce Developer with 5 years of experience in designing and implementing custom solutions for clients.
5 years of experience in Salesforce development
Strong expertise in designing and implementing custom solutions
Proficient in Apex, Visualforce, and Lightning components
Certified Salesforce Developer
Experience working with clients to understand their requirements and deliver solutions
I applied via Job Fair and was interviewed in Aug 2024. There was 1 interview round.
A trigger in Salesforce is a piece of code that is executed before or after specific data manipulation events, such as insert, update, or delete.
Triggers are used to perform custom actions on records in Salesforce.
Triggers can be written in Apex programming language.
Triggers can be executed before or after specific events like insert, update, or delete.
Triggers are associated with a specific object in Salesforce.
Exampl...
There are three types of flows in Salesforce: Autolaunched Flows, Screen Flows, and Scheduled Flows.
Autolaunched Flows are triggered by a process or Apex trigger and do not require user interaction.
Screen Flows guide users through a series of screens to collect and display information.
Scheduled Flows are triggered by a schedule and can automate repetitive tasks.
Basic aptitude questions. Could be done easily if practiced enough
based on 1 interview
Interview experience
Consultant
7.6k
salaries
| ₹7 L/yr - ₹27 L/yr |
Assistant Manager
6.8k
salaries
| ₹10.8 L/yr - ₹32 L/yr |
Associate Consultant
4.6k
salaries
| ₹4.5 L/yr - ₹15.6 L/yr |
Analyst
3.5k
salaries
| ₹1 L/yr - ₹9.7 L/yr |
Manager
2.8k
salaries
| ₹12 L/yr - ₹46 L/yr |
Cognizant
PwC
Capgemini