Upload Button Icon Add office photos

Filter interviews by

Cloud SynApps Salesforce Developer Interview Questions, Process, and Tips

Updated 26 Dec 2024

Top Cloud SynApps Salesforce Developer Interview Questions and Answers

View all 6 questions

Cloud SynApps Salesforce Developer Interview Experiences

3 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

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 experience
3
Average
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Selected Selected

I was interviewed in Jun 2024.

Round 1 - Coding Test 

Batch, trigger, apex, integration was asked,
Asked to write a lwc scenario
Asked find out whats wrong in a code, overall quite average

Interview Preparation Tips

Interview preparation tips for other job seekers - dont explain more than they ask for

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?
  • Ans. 

    Flows can be invoked using other flows and Apex. Apex classes can be invoked from a flow by using invocable methods and passing variables as input parameters.

    • To invoke a flow from another flow, use the 'Launch Flow' element in the Flow Designer.

    • To invoke an Apex class from a flow, create an invocable method in the Apex class and annotate it with @InvocableMethod.

    • Pass variables from a flow to an Apex class by defining i...

  • Answered by AI
  • Q2. Why can't we create a master detail on contact as the child object
  • Ans. 

    Master-detail relationship on Contact as child object is not allowed due to data integrity concerns.

    • Contact is a standard object and cannot be a child object in a master-detail relationship

    • Master-detail relationships require the child object to have a lookup to the parent object

    • Contacts are often used as the primary object in many relationships, making it unsuitable as a child object

  • Answered by AI
  • Q3. What is child to parent communication in LWC?
  • Ans. 

    Child to parent communication in LWC allows a child component to communicate with its parent component.

    • Child components can dispatch custom events to communicate with parent components.

    • Parent components can listen for these custom events and handle them accordingly.

    • This communication pattern helps in passing data and triggering actions between components.

  • Answered by AI
Round 2 - Technical 

(2 Questions)

  • Q1. Write triggers for updating user email from contact emails.
  • Ans. 

    Write triggers to update user email from contact emails

    • Create a trigger on the User object

    • Query for related Contact records

    • Update User email field with Contact email

  • Answered by AI
  • Q2. How does LWC ensure data refresh
  • Ans. 

    LWC ensures data refresh by using Lightning Data Service and @wire decorator.

    • LWC uses Lightning Data Service to ensure data refresh without needing to write Apex code.

    • The @wire decorator in LWC allows for declarative data binding and automatic refresh when data changes.

    • LWC components can also manually refresh data using imperative Apex calls or by calling the refreshApex() method.

  • Answered by AI
Interview experience
2
Poor
Difficulty level
Hard
Process Duration
4-6 weeks
Result
No response

I applied via Campus Placement and was interviewed in Oct 2024. There were 3 interview rounds.

Round 1 - Aptitude Test 

It was easy and basic

Round 2 - Coding Test 

Coding questions are bit complicated

Round 3 - Technical 

(2 Questions)

  • Q1. Salesforce platform questions
  • Q2. Basic hr questions and project based question
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

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 and Coding Test.
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.

Cloud SynApps Salesforce Developer Interview Process

based on 3 interviews in last 1 year

Interview experience

3.3
  
Average
Cloud SynApps Salesforce Developer Salary
based on 25 salaries
₹4.5 L/yr - ₹13.9 L/yr
14% 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

1.9

Job security

2.7

Company culture

2.5

Promotions

2.9

Work satisfaction

Explore 3 Reviews and Ratings
Salesforce Developer
25 salaries
unlock blur

₹4.5 L/yr - ₹13.9 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
Did you find this page helpful?
Yes No
write
Share an Interview