Upload Button Icon Add office photos

Filter interviews by

CsCloud Infotech Salesforce Developer Interview Questions, Process, and Tips

Updated 12 Jun 2024

Top CsCloud Infotech Salesforce Developer Interview Questions and Answers

CsCloud Infotech Salesforce Developer Interview Experiences

2 interviews 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 experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Company Website and was interviewed in Dec 2023. There were 2 interview rounds.

Round 1 - Coding Test 

20 questions were asked

Round 2 - Technical 

(2 Questions)

  • Q1. What is sandbox
  • Ans. 

    A sandbox is a separate environment used for testing and development purposes in Salesforce.

    • Sandbox is a copy of a Salesforce org used for testing and development.

    • It allows developers to test new features, configurations, and code without affecting the production environment.

    • There are different types of sandboxes such as Developer, Developer Pro, Partial, and Full.

    • Data can be refreshed from production to keep the sandb

  • Answered by AI
  • Q2. Can we delete a user
  • Ans. 

    Yes, a user can be deleted in Salesforce.

    • Users can be deleted by administrators in Salesforce.

    • Deleted users can be restored within 30 days.

    • Deleting a user will also delete their associated records and data.

  • Answered by AI

Skills evaluated in this interview

Salesforce Developer Interview Questions Asked at Other Companies

asked in Deloitte
Q1. Write a trigger to update contact when accounts phone changed.
asked in Infosys
Q2. How do you make the child records read only of its parent record' ... read more
asked in TCS
Q3. Difference between Roles & Profiles, Difference between Workf ... read more
asked in Infosys
Q4. How do load both parent and child records at a time using data lo ... read more
asked in Infosys
Q5. How do you call a controllor method from javascript in visualforc ... read more

Interview questions from similar companies

I applied via Naukri.com and was interviewed in Oct 2020. There was 1 interview round.

Interview Questionnaire 

3 Questions

  • Q1. What is second level cache?How to implement second level cache?How to optimize sql query?what are solid principles?
  • Ans. 

    Second level cache is a caching mechanism used to improve performance by storing frequently accessed data in memory.

    • Second level cache is implemented at the application level and can be configured using frameworks like Hibernate.

    • To optimize SQL queries, one can use indexes, avoid using SELECT *, and use JOINs instead of subqueries.

    • SOLID principles are a set of design principles for writing maintainable and scalable cod...

  • Answered by AI
  • Q2. Mostly FAQ but somewhat in depth?
  • Q3. How to deploy application in aws?
  • Ans. 

    To deploy an application in AWS, you need to create an EC2 instance, configure security groups, install necessary software, and upload your application code.

    • Create an EC2 instance in the desired region and select the appropriate instance type

    • Configure security groups to allow traffic to and from the instance

    • Install necessary software and dependencies on the instance

    • Upload your application code to the instance

    • Start the ...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare basic faq but in depth,Interview level is easy to medium.They will ask only theory .No practical algorithm test.

Skills evaluated in this interview

I applied via Company Website and was interviewed before Aug 2020. There were 4 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. What is my longterm and short-term goals.
  • Ans. My short-term is to become an expert in solving queries And long term is to become valuable employee in an organisation and managing a team, also helping new recruits to learn the work.
  • Answered Anonymously

Interview Preparation Tips

Interview preparation tips for other job seekers - Excellent and friendly-nature interview

I applied via Campus Placement and was interviewed in Dec 2020. There were 4 interview rounds.

Interview Questionnaire 

2 Questions

  • Q1. THERE WERE 4 ROUNDS.1-APTITUDE 2-PSEUDO TEST 2-TECHNICAL INTERVIEW 4-HR ROUND
  • Q2. 1ST ROUND WAS VERY SIMPLE 2ND WAS LITTLE COMPLEX 3RD&4TH ROUND WAS VERY SIMPLE

Interview Preparation Tips

Interview preparation tips for other job seekers - PREPARE BASIC PROGRAMMING CONCEPTS AND APTITUDE

I applied via Recruitment Consulltant and was interviewed before Jun 2021. There was 1 interview round.

Round 1 - Technical 

(2 Questions)

  • Q1. Where do we use BigInteger in java ?
  • Ans. 

    BigInteger is used for mathematical operations involving very large integers in Java.

    • BigInteger is used when the range of values supported by primitive data types like int and long is not sufficient.

    • It is commonly used in cryptography and security applications.

    • It provides methods for arithmetic, bitwise, and logical operations on large integers.

    • Example: calculating factorial of a large number, generating large prime nu

  • Answered by AI
  • Q2. Merge Sort Algo code in java
  • Ans. 

    Merge Sort Algo code in java

    • Divide the array into two halves

    • Recursively sort the two halves

    • Merge the sorted halves

    • Time complexity: O(n log n)

  • Answered by AI

Interview Preparation Tips

Topics to prepare for Genpact Software Engineer interview:
  • Core Java
  • DSA
Interview preparation tips for other job seekers - Not a very good interview experience. I was asked 2-3 questions only. Not satisfied with interview process.

Skills evaluated in this interview

Interview Questionnaire 

1 Question

  • Q1. In 1st round they asked aptitude questions And 2nd round was an technical hr interview in this they asked oops concepts and basic C programming

Interview Questionnaire 

1 Question

  • Q1. Java collection

Interview Preparation Tips

Interview preparation tips for other job seekers - In hackathon , there is no interview round.

Interview Questionnaire 

1 Question

  • Q1. Spring IOC , bean scopes, Tomcat server questions , SpringBoot questions Dependency questions, Maven questions

Interview Questionnaire 

1 Question

  • Q1. Indexes, union and union all, data warehousing questions

CsCloud Infotech Interview FAQs

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

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

  1. What is rollup summa...read more
  2. can we delete a u...read more
  3. What is Expected c...read more

Tell us how to improve this page.

CsCloud Infotech Salesforce Developer Interview Process

based on 2 interviews

Interview experience

4.5
  
Good
View more
CsCloud Infotech Salesforce Developer Salary
based on 54 salaries
₹1 L/yr - ₹5 L/yr
52% 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

3.5

Job security

3.5

Company culture

3.4

Promotions

3.6

Work satisfaction

Explore 11 Reviews and Ratings
Salesforce Developer
54 salaries
unlock blur

₹1 L/yr - ₹5 L/yr

Salesforce Developer Trainee
10 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.8
Compare

Wipro

3.7
Compare

Cognizant

3.7
Compare
Did you find this page helpful?
Yes No
write
Share an Interview