Upload Button Icon Add office photos

Filter interviews by

Cloud SynApps Salesforce Developer Interview Questions, Process, and Tips

Updated 2 Oct 2024

Top Cloud SynApps Salesforce Developer Interview Questions and Answers

View all 6 questions

Cloud SynApps Salesforce Developer Interview Experiences

2 interviews found

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

I applied via Naukri.com and was interviewed in Aug 2024. There was 1 interview round.

Round 1 - Technical 

(2 Questions)

  • Q1. What is sharing rules and its types
  • Ans. 

    Sharing rules in Salesforce control access to records for specified groups of users

    • Sharing rules are used to extend sharing access to users in public groups or roles

    • There are two types of sharing rules: Criteria-based sharing rules and Ownership-based sharing rules

    • Criteria-based sharing rules are based on the criteria specified in the rule

    • Ownership-based sharing rules are based on the record owner

  • Answered by AI
  • Q2. Write an SOQL query to fetch all the contacts associated with an account.
  • Ans. 

    SOQL query to fetch contacts associated with an account

    • Use SELECT statement to retrieve fields from Contact object

    • Use WHERE clause to filter contacts associated with a specific Account Id

    • Example: SELECT Id, Name, Email FROM Contact WHERE AccountId = '001XXXXXXXXXXXXX'

  • Answered by AI

Skills evaluated in this interview

Interview experience
3
Average
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

I was interviewed in Apr 2024.

Round 1 - Technical 

(6 Questions)

  • Q1. Introduce Yourself. What projects do you work on?
  • Ans. 

    I am a Salesforce Developer with experience in developing custom applications and integrations.

    • Developing custom Salesforce applications

    • Integrating Salesforce with external systems

    • Implementing automation using Process Builder and Flow

    • Creating custom reports and dashboards

    • Working on Salesforce Lightning components

  • Answered by AI
  • Q2. What are Lwc Decorators?
  • Q3. Explain different types of flows. Also, one scenario is given.
  • Ans. 

    Different types of flows in Salesforce include autolaunched flows, screen flows, and scheduled flows.

    • Autolaunched flows are triggered by a process or record change and do not require user interaction.

    • Screen flows guide users through a series of screens to collect information or make decisions.

    • Scheduled flows are triggered at a specific time or on a recurring schedule.

    • Example: Autolaunched flow to update a record when a...

  • Answered by AI
  • Q4. How many sf certificates?
  • Ans. 

    Salesforce offers various certifications for developers to showcase their expertise in different areas.

    • Salesforce Certified Platform Developer I

    • Salesforce Certified Platform Developer II

    • Salesforce Certified Commerce Cloud Digital Developer

    • Salesforce Certified Marketing Cloud Developer

  • Answered by AI
  • Q5. Write Trigger. While inserting a contact (application user) need to check, If contact is not associated with any account then assign it to 'Test Account' , If account is not present then create Test Accoun...
  • Q6. Why we use test.startTest and test.stopTest?
  • Ans. 

    test.startTest and test.stopTest are used in Salesforce to isolate and execute test code.

    • test.startTest and test.stopTest are used to isolate and execute test code within a specific context

    • test.startTest marks the beginning of a block of code that should be covered by a single test transaction

    • test.stopTest marks the end of that block and ensures that all asynchronous processes are completed before continuing

    • Using these...

  • Answered by AI

Interview Preparation Tips

Topics to prepare for Cloud SynApps Salesforce Developer interview:
  • Triggers
  • Flow

Skills evaluated in this interview

Interview questions from similar companies

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 2024. There were 2 interview rounds.

Round 1 - Technical 

(3 Questions)

  • Q1. How to invoke flows - using other flows and Apex. How do we invoke an apex class from a flow and pass variables?
  • Q2. Why can't we create a master detail on contact as the child object
  • Q3. What is child to parent communication in LWC?
Round 2 - Technical 

(2 Questions)

  • Q1. Write triggers for updating user email from contact emails.
  • Q2. How does LWC ensure data refresh
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via campus placement at CV Raman College of Engineering, Bhuvaneshwar and was interviewed before Dec 2023. There was 1 interview round.

Round 1 - One-on-one 

(5 Questions)

  • Q1. What is Salesforce?crm
  • Q2. What are profiles and users in Salesforce?
  • Q3. What is trigger ?
  • Q4. What is apex in Salesforce?
  • Q5. What is LWC in Salesforce.

Interview Preparation Tips

Interview preparation tips for other job seekers - Maintain a clear focus on the fundamentals of Java SQL.
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - One-on-one 

(2 Questions)

  • Q1. Trigger to display all contacts on an account
  • Q2. Diff bw 15 to 18 digits id
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Selected Selected

I applied via Company Website and was interviewed in Oct 2024. There were 2 interview rounds.

Round 1 - Coding Test 

Basic Apex coding questions

Round 2 - Technical 

(2 Questions)

  • Q1. Technical Scenerio in LWC
  • Q2. Basic sceneries in Apex sharing
  • Ans. 

    Apex sharing allows developers to control access to records based on criteria.

    • Apex sharing rules can be used to extend sharing access beyond the organization-wide defaults.

    • Apex managed sharing allows developers to programmatically share records with specific users or groups.

    • Sharing reasons can be used to define the reason for sharing a record in Apex.

    • Apex sharing can be enforced using the 'with sharing' keyword in Apex

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Keep Basic of Salesforce admin and development
Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-

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

Round 1 - Technical 

(4 Questions)

  • Q1. Life Cycle hook in LWC
  • Ans. 

    Life Cycle hooks in LWC are methods that allow you to interact with the component at specific stages of its lifecycle.

    • There are four main life cycle hooks in LWC: connectedCallback, disconnectedCallback, renderedCallback, and errorCallback.

    • connectedCallback is called when a component is inserted into the DOM.

    • disconnectedCallback is called when a component is removed from the DOM.

    • renderedCallback is called after the com...

  • Answered by AI
  • Q2. In how many ways we can Communicate between component
  • Ans. 

    There are multiple ways to communicate between components in Salesforce, including using events, public properties, and Apex methods.

    • Using events to communicate between components

    • Passing data through public properties

    • Invoking Apex methods to share data

  • Answered by AI
  • Q3. Outbound integration
  • Q4. After having Read, Write permission on the object what will be the reason that user can't see all record.

Skills evaluated in this interview

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

I applied via Naukri.com and was interviewed in Jul 2024. There were 3 interview rounds.

Round 1 - Technical 

(2 Questions)

  • Q1. Write a LWC to display contacts associated to an account.
  • Ans. 

    LWC to display contacts associated to an account

    • Create an Apex class to fetch contacts associated with the account

    • Use Lightning Data Service to retrieve account details

    • Display contacts in a Lightning web component using HTML and CSS

  • Answered by AI
  • Q2. Write a trigger to update field on child record from parent record.
  • Ans. 

    Use trigger to update child record field from parent record

    • Create a trigger on the parent object

    • Query for the child records related to the parent record

    • Update the field on the child records with the desired value

  • Answered by AI
Round 2 - Technical 

(1 Question)

  • Q1. Write a trigger to update a field on child record a default value if the child record is the only child of parent
  • Ans. 

    Write a trigger to update a field on child record with default value if it is the only child of parent

    • Create a trigger on the child object

    • Query for the parent record and check if it has only one child record

    • If the parent has only one child, update the field on the child record with the default value

  • Answered by AI
Round 3 - HR 

(1 Question)

  • Q1. Salary Discussion

Interview Preparation Tips

Interview preparation tips for other job seekers - Infosys is not giving salary hike even if you clear all the rounds they come up with an offer of just 10%

Skills evaluated in this interview

Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Not Selected

I applied via Naukri.com and was interviewed in Sep 2024. There was 1 interview round.

Round 1 - Technical 

(2 Questions)

  • Q1. Question related to flow, security
  • Q2. Asked to write trigger related to after update
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

Cloud SynApps Interview FAQs

How many rounds are there in Cloud SynApps Salesforce Developer interview?
Cloud SynApps interview process usually has 1 rounds. The most common rounds in the Cloud SynApps interview process are Technical.
How to prepare for Cloud SynApps Salesforce Developer interview?
Go through your CV in detail and study all the technologies mentioned in your CV. Prepare at least two technologies or languages in depth if you are appearing for a technical interview at Cloud SynApps. The most common topics and skills that interviewers at Cloud SynApps expect are Salesforce, Lightning, Apex, Cloud Computing and Cloud Sales.
What are the top questions asked in Cloud SynApps Salesforce Developer interview?

Some of the top questions asked at the Cloud SynApps Salesforce Developer interview -

  1. Why we use test.startTest and test.stopTe...read more
  2. Explain different types of flows. Also, one scenario is giv...read more
  3. Write an SOQL query to fetch all the contacts associated with an accou...read more

Tell us how to improve this page.

People are getting interviews through

based on 1 Cloud SynApps interview
Job Portal
100%
Low Confidence
?
Low Confidence means the data is based on a small number of responses received from the candidates.
Cloud SynApps Salesforce Developer Salary
based on 23 salaries
₹4.5 L/yr - ₹13.5 L/yr
13% more than the average Salesforce Developer Salary in India
View more details

Cloud SynApps Salesforce Developer Reviews and Ratings

based on 3 reviews

2.7/5

Rating in categories

3.4

Skill development

2.2

Work-Life balance

3.4

Salary & Benefits

2.0

Job Security

2.7

Company culture

2.5

Promotions/Appraisal

2.9

Work Satisfaction

Explore 3 Reviews and Ratings
Salesforce Developer
23 salaries
unlock blur

₹4.5 L/yr - ₹13.5 L/yr

Salesforce Consultant
5 salaries
unlock blur

₹15 L/yr - ₹21.5 L/yr

Senior Salesforce Developer
4 salaries
unlock blur

₹12 L/yr - ₹23.6 L/yr

Associate Software Engineer
3 salaries
unlock blur

₹18 L/yr - ₹25 L/yr

Automation Test Lead
3 salaries
unlock blur

₹27 L/yr - ₹32.5 L/yr

Explore more salaries
Compare Cloud SynApps with

CloudConnect Communications

4.0
Compare

Cloud Solutions

3.1
Compare

Cloud Tech

4.0
Compare

Cloud Systems

3.1
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