Filter interviews by
Pattern program in Java involves printing a specific pattern using loops.
Use nested loops to print the desired pattern
Identify the pattern and determine the logic to print it
Experiment with different loop structures to achieve the pattern
They give you one topic
I applied via Job Fair and was interviewed before Aug 2023. There were 2 interview rounds.
An interpreter is a program that directly executes instructions written in a programming language without the need for compiling.
Interpreters translate high-level code into machine code on the fly
Interpreters are commonly used in scripting languages like Python and JavaScript
Interpreters are slower than compilers as they need to translate code each time it runs
C++ is a programming language known for its performance and flexibility, while OOPS stands for Object-Oriented Programming System.
C++ is a high-level programming language with features like classes, inheritance, polymorphism, and encapsulation.
OOPS is a programming paradigm based on the concept of objects, which can contain data in the form of attributes and code in the form of methods.
C++ supports OOPS principles, mak...
I am passionate about Salesforce development and believe in the company's innovative approach to technology.
I have extensive experience in Salesforce development and am excited about the opportunity to work with a leading company in the field.
I admire the company's commitment to customer success and am eager to contribute to their mission.
I have heard great things about the company's culture and am looking forward to b
My strengths include problem-solving skills, attention to detail, and strong communication abilities.
Strong problem-solving skills - able to analyze complex issues and find effective solutions
Attention to detail - meticulous in my work to ensure accuracy and quality
Strong communication abilities - able to effectively convey ideas and collaborate with team members
I applied via Approached by Company and was interviewed before Nov 2023. There was 1 interview round.
3 Rounds: 2 Tech & 1 Management
Topics: JAVA, OOPs, Coding Logic, Aptitude, IQ, Reasoning
AlgoCirrus interview questions for popular designations
I applied via LinkedIn and was interviewed before Jun 2023. There were 2 interview rounds.
One case study regarding like Amazon is a e-commerce company make a dashboard like that friendly dashboard.
Top trending discussions
I applied via Walk-in and was interviewed in Apr 2020. There was 1 interview round.
Sales cloud is for managing sales while service cloud is for managing customer service.
Sales cloud is focused on managing the sales process, from lead generation to closing deals.
Service cloud is focused on managing customer service, from support cases to service level agreements.
Sales cloud includes features like lead and opportunity management, while service cloud includes features like case management and knowledge ...
I applied via Recruitment Consulltant and was interviewed before Nov 2021. There were 2 interview rounds.
I applied via Naukri.com and was interviewed in Oct 2020. There were 3 interview rounds.
Explaining the difference between Roles & Profiles, Workflow-ProcessBuilder-Flow, types of Workflow, and Trigger context variables.
Roles define the level of access a user has to records in an organization, while profiles define the level of access a user has to objects and fields.
Workflow, Process Builder, and Flow are automation tools used to automate business processes in Salesforce.
Workflow rules are used to automat...
Batch class is used to process large data sets in chunks. Stateful interface maintains state between batches.
Batch class implements Database.Batchable interface
It has three methods: start(), execute() and finish()
Stateful interface is used to maintain state between batches
Stateful variables can be declared outside of the execute() method
Example: Batch class to update all accounts with a specific field value
Best practices for Apex class and Test class
Use meaningful class and method names
Write clear and concise code
Use comments to explain complex logic
Write test classes to cover all scenarios
Use System.assert() to validate expected results
Avoid hardcoding values
Use try-catch blocks to handle exceptions
Avoid SOQL queries and DML statements in loops
Use @isTest annotation for test classes
Use Test.startTest() and Test.stopTest
Components under a Lightning Aura Bundle
A Lightning Aura Bundle can contain multiple components
These components can be of different types such as Lightning Component, Apex Class, etc.
The components can communicate with each other using events
The bundle can also contain design resources like CSS and images
I applied via Naukri.com and was interviewed in Aug 2020. There was 1 interview round.
Classic is the old Salesforce UI while Lightning is the new modern UI.
Classic has a cluttered interface while Lightning has a cleaner and more intuitive interface.
Lightning has more features and customization options than Classic.
Lightning is optimized for mobile devices while Classic is not.
Lightning has a more modern look and feel compared to Classic.
Classic is being phased out by Salesforce in favor of Lightning.
Exa...
I am currently working as a Salesforce developer on a project to implement custom solutions for a client.
Developing custom Salesforce solutions based on client requirements
Creating Apex classes, triggers, and Visualforce pages
Integrating third-party applications with Salesforce using APIs
Child records can be made read-only when parent record's field is updated using validation rules.
Create a validation rule on child object
Use ISCHANGED() function to check if parent field is updated
Use PRIORVALUE() function to get the previous value of parent field
Use ISBLANK() function to check if the previous value of parent field is blank
Use ISNEW() function to allow creation of child records
Use OR() function to comb...
To call a controller method from JavaScript in a Visualforce page, use the actionFunction tag.
Create a controller method in the Apex class.
Add an actionFunction tag in the Visualforce page.
Call the actionFunction from JavaScript using its name.
Pass parameters to the controller method using the actionFunction tag.
Use the rerender attribute to update the page after the controller method is called.
Collection variables are used to store multiple values of the same data type in Apex.
Collection variables include Lists, Sets, and Maps.
Lists are ordered collections of elements that can contain duplicates.
Sets are unordered collections of unique elements.
Maps are collections of key-value pairs.
Collection variables are useful for iterating over multiple values and performing operations on them.
Example: List<String&g...
Use data loader's parent-child functionality to load both parent and child records at once.
Create a CSV file with both parent and child records
Use the data loader's parent-child functionality to map the relationship between the two
Ensure that the parent records are loaded before the child records
Use the data loader's insert or upsert operation to load the data
Batch class and future method syntax in Salesforce development.
Batch class syntax: Implements Database.Batchable interface, has start(), execute() and finish() methods.
Future method syntax: Has @future annotation, returns void, takes parameters.
Example batch class syntax: public class MyBatch implements Database.Batchable
Example future method syntax: @future public static void myFutureMethod(String param) { ...
based on 6 interviews
Interview experience
based on 11 reviews
Rating in categories
Salesforce Developer
17
salaries
| ₹2.8 L/yr - ₹9 L/yr |
Associate Salesforce Developer
8
salaries
| ₹2.8 L/yr - ₹7.5 L/yr |
Salesforce Developer Trainee
4
salaries
| ₹2 L/yr - ₹10 L/yr |
Salesforce Developer Intern
3
salaries
| ₹2 L/yr - ₹3 L/yr |
TCS
Accenture
Wipro
Cognizant