Upload Button Icon Add office photos

Filter interviews by

CsCloud Infotech Salesforce Developer Interview Questions and Answers for Experienced

Updated 26 Apr 2024

CsCloud Infotech Salesforce Developer Interview Experiences for Experienced

1 interview found

Salesforce Developer Interview Questions & Answers

user image Pooja Rahangdale

posted on 26 Apr 2024

Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. What is rollup summary?
  • Ans. 

    Rollup summary is a feature in Salesforce that calculates values from related records and displays them on a parent record.

    • Rollup summary fields can be used to calculate the sum, minimum, maximum, or average of a field in related records.

    • They are commonly used in master-detail relationships to display aggregated data on the parent record.

    • For example, a rollup summary field can be used to calculate the total amount of a

  • Answered by AI
  • Q2. Write a trigger
  • Ans. 

    A trigger in Salesforce is a piece of Apex code that is executed before or after a record is inserted, updated, or deleted.

    • Triggers are used to perform custom actions on records in Salesforce.

    • Triggers can be written in Apex and are executed based on specific conditions.

    • Triggers can be used to enforce data validation rules, update related records, or perform other automated tasks.

  • Answered by AI
Round 2 - HR 

(2 Questions)

  • Q1. What i should i hire you
  • Q2. What is Expected ctc.
  • Ans. 

    Expected ctc is the anticipated salary or compensation package for the Salesforce Developer role.

    • Expected ctc varies based on factors like experience, skills, location, and company size.

    • Candidates can research industry standards and average salaries for Salesforce Developers.

    • Negotiation skills are important to ensure a fair compensation package.

  • Answered by AI

Skills evaluated in this interview

Interview questions from similar companies

Interview experience
4
Good
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Selected Selected

I was interviewed in Dec 2024.

Round 1 - Coding Test 

1 coding test is there dsa was asked

Round 2 - Aptitude Test 

Aptitute test is also ther

Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via LinkedIn and was interviewed before Jan 2024. There were 3 interview rounds.

Round 1 - HR 

(5 Questions)

  • Q1. Tell me about yourself
  • Ans. 

    I am a Salesforce Developer with 5 years of experience in developing custom solutions for various clients.

    • 5 years of experience in Salesforce development

    • Strong knowledge of Apex, Visualforce, and Lightning components

    • Experience in integrating Salesforce with external systems

    • Certified Salesforce Developer

    • Worked on projects for clients in industries such as healthcare, finance, and retail

  • Answered by AI
  • Q2. Recent company
  • Q3. Payroll company
  • Q4. Skills you aquried there
  • Q5. Which project you were part of
  • Ans. 

    I was part of a project to develop a custom Salesforce CRM solution for a retail company.

    • Developed custom objects, fields, and workflows to meet the specific needs of the retail company

    • Integrated third-party apps for inventory management and customer loyalty programs

    • Created custom reports and dashboards for sales analysis and forecasting

  • Answered by AI
Round 2 - One-on-one 

(7 Questions)

  • Q1. Can you explain flow of your project
  • Ans. 

    The project flow involves gathering requirements, designing solutions, development, testing, deployment, and maintenance.

    • Gather requirements from stakeholders

    • Design solutions based on requirements

    • Develop the solution using Salesforce platform

    • Test the solution for functionality and performance

    • Deploy the solution to production environment

    • Provide ongoing maintenance and support

  • Answered by AI
  • Q2. What was your role
  • Ans. 

    I was responsible for developing and customizing Salesforce applications to meet business requirements.

    • Developed custom Salesforce applications using Apex, Visualforce, and Lightning components

    • Worked closely with stakeholders to gather requirements and design solutions

    • Integrated Salesforce with external systems using REST/SOAP APIs

    • Performed unit testing and debugging to ensure quality code

    • Provided ongoing support and m

  • Answered by AI
  • Q3. What challanges you faced
  • Ans. 

    I faced challenges in integrating third-party systems with Salesforce and optimizing code for performance.

    • Integrating Salesforce with external APIs required thorough understanding of both systems.

    • Optimizing code involved identifying and resolving bottlenecks in Apex code.

    • Dealing with governor limits in Salesforce development was a common challenge.

  • Answered by AI
  • Q4. How you solved that problem
  • Ans. 

    I solved the problem by breaking it down into smaller tasks and collaborating with team members.

    • Analyzed the problem to identify root cause

    • Broke down the problem into smaller tasks

    • Collaborated with team members to brainstorm solutions

    • Implemented the solution and tested for effectiveness

  • Answered by AI
  • Q5. Which methodology you have followed
  • Ans. 

    I have primarily followed Agile methodology in my previous projects.

    • Utilized Scrum framework for sprint planning and daily stand-ups

    • Emphasized collaboration, adaptability, and continuous improvement

    • Prioritized delivering working software in short iterations

  • Answered by AI
  • Q6. How tasks being distributed
  • Ans. 

    Tasks are distributed based on priority, resources, and deadlines.

    • Tasks are assigned to team members based on their skills and availability.

    • Priority tasks are usually assigned first to ensure they are completed on time.

    • Deadlines play a crucial role in task distribution to ensure timely completion.

    • Resource allocation is considered to distribute tasks efficiently.

  • Answered by AI
  • Q7. Basic questions arises from your project explanation
Round 3 - Coding Test 

1. Write some triggers based on some scenarios

Interview Preparation Tips

Topics to prepare for TCS Salesforce Developer interview:
  • Apex
  • Salesforce CRM
  • Cloud
  • Salesforce security model
  • Data Loader
  • User management
  • Sales cloud
  • Service cloud
  • Triggers
  • Asynchronous
  • Batch apex
  • Schedulable class
  • Lwc
  • Integration
  • Integration Testing
Interview preparation tips for other job seekers - Just practice for interviews learn well and start applying it's not a big deal..
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
Not Selected

I applied via Recruitment Consulltant and was interviewed in Apr 2024. There was 1 interview round.

Round 1 - Technical 

(5 Questions)

  • Q1. Lookup and masterdetail
  • Q2. Owd and profile level permission
  • Q3. Write a trigger
  • Ans. 

    A trigger is a piece of code that is executed before or after a record is inserted, updated, or deleted in Salesforce.

    • Triggers are written in Apex and are used to perform custom actions on records.

    • Triggers can be executed before or after a record is inserted, updated, or deleted.

    • Triggers can be used to enforce validation rules, update related records, or perform other custom logic.

  • Answered by AI
  • Q4. LWC lifecycle hooks
  • Q5. LWC decorators and uses
  • Ans. 

    LWC decorators are used to add metadata to class fields or methods. '@api' is used to expose a public property or method.

    • LWC decorators are used to enhance the functionality of Lightning web components.

    • '@api' decorator is used to expose a public property or method that can be accessed by parent components.

    • Other decorators like '@track', '@wire', '@api get', '@api set' are also commonly used in LWC development.

  • Answered by AI

Skills evaluated in this interview

Interview experience
3
Average
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Selected Selected

I applied via Recruitment Consulltant and was interviewed in May 2024. There was 1 interview round.

Round 1 - Technical 

(2 Questions)

  • Q1. Explain Mixed DML error?
  • Ans. 

    Mixed DML error occurs when DML operations on setup and non-setup objects are mixed in a single transaction.

    • Occurs when trying to perform DML operations on both setup and non-setup objects in a single transaction

    • Setup objects include User, Profile, PermissionSet, etc.

    • Non-setup objects include custom objects, standard objects like Account, Contact, etc.

    • Can be resolved by splitting the DML operations into separate transa...

  • Answered by AI
  • Q2. LWC - Component Communication
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - One-on-one 

(1 Question)

  • Q1. Interview questions can not be revealed
Round 2 - One-on-one 

(1 Question)

  • Q1. Interview questions can not be revealed
Round 3 - HR 

(1 Question)

  • Q1. Details like pan aadhar
Interview experience
3
Average
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Selected Selected

I applied via LinkedIn and was interviewed in Jun 2024. There were 2 interview rounds.

Round 1 - Coding Test 

Lwc concepts, async apex, data security

Round 2 - Technical 

(1 Question)

  • Q1. Lwc concepts , datatable, callout
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-

I was interviewed in Aug 2024.

Round 1 - Technical 

(2 Questions)

  • Q1. Profile, role differencess
  • Q2. How data is sent by callout
  • Ans. 

    Data is sent by callout using HTTP request methods like GET, POST, PUT, DELETE.

    • Data can be sent in the request body or as query parameters

    • Headers can be used to provide additional information

    • Response codes indicate the status of the request

    • Examples: Sending data to an external API, retrieving data from a web service

  • Answered by AI

Skills evaluated in this interview

Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via LinkedIn and was interviewed in Nov 2023. There were 4 interview rounds.

Round 1 - Technical 

(1 Question)

  • Q1. Questions on baisc salesforce from every aspects
Round 2 - Technical 

(1 Question)

  • Q1. Same as technical 1
Round 3 - Behavioral 

(1 Question)

  • Q1. Logic question, project related questions
Round 4 - HR 

(1 Question)

  • Q1. Salary discussed
Interview experience
2
Poor
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. LWC, Basic Salesforce releated
  • Q2. Parent to child communication

Interview Preparation Tips

Interview preparation tips for other job seekers - Learn all the basics and advance of LWC

CsCloud Infotech Interview FAQs

How many rounds are there in CsCloud Infotech Salesforce Developer interview for experienced candidates?
CsCloud Infotech interview process for experienced candidates usually has 2 rounds. The most common rounds in the CsCloud Infotech interview process for experienced candidates are Technical and HR.
What are the top questions asked in CsCloud Infotech Salesforce Developer interview for experienced candidates?

Some of the top questions asked at the CsCloud Infotech Salesforce Developer interview for experienced candidates -

  1. What is rollup summa...read more
  2. What is Expected c...read more
  3. Write a trig...read more

Tell us how to improve this page.

CsCloud Infotech Salesforce Developer Salary
based on 53 salaries
₹1 L/yr - ₹4.5 L/yr
54% less than the average Salesforce Developer Salary in India
View more details

CsCloud Infotech Salesforce Developer Reviews and Ratings

based on 11 reviews

3.6/5

Rating in categories

3.5

Skill development

3.5

Work-Life balance

3.1

Salary & Benefits

3.5

Job Security

3.5

Company culture

3.4

Promotions/Appraisal

3.6

Work Satisfaction

Explore 11 Reviews and Ratings
Salesforce Developer
53 salaries
unlock blur

₹1 L/yr - ₹4.5 L/yr

Salesforce Developer Trainee
9 salaries
unlock blur

₹1 L/yr - ₹4 L/yr

Trainee
4 salaries
unlock blur

₹1 L/yr - ₹4.5 L/yr

Salesforce Trainee
4 salaries
unlock blur

₹1 L/yr - ₹4.5 L/yr

Intern
3 salaries
unlock blur

₹1 L/yr - ₹3 L/yr

Explore more salaries
Compare CsCloud Infotech with

TCS

3.7
Compare

Accenture

3.9
Compare

Wipro

3.7
Compare

Cognizant

3.8
Compare

Calculate your in-hand salary

Confused about how your in-hand salary is calculated? Enter your annual salary (CTC) and get your in-hand salary
Did you find this page helpful?
Yes No
write
Share an Interview