Upload Button Icon Add office photos

Filter interviews by

ApplikonTech It Solution Salesforce Developer Interview Questions and Answers

Updated 9 May 2024

ApplikonTech It Solution 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 Company Website and was interviewed in Nov 2023. There was 1 interview round.

Round 1 - Technical 

(1 Question)

  • Q1. What is salesforce
  • Ans. 

    Salesforce is a cloud-based customer relationship management (CRM) platform that helps businesses manage their sales, customer service, marketing, and more.

    • Cloud-based CRM platform

    • Helps businesses manage sales, customer service, marketing, etc.

    • Offers various tools and features for automation, analytics, and collaboration

  • Answered by AI

Skills evaluated in this interview

Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
Selected Selected
Round 1 - Coding Test 

Conding based on Java language and using String Topic.

Round 2 - HR 

(1 Question)

  • Q1. About the company and how I can servive there.

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

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

(1 Question)

  • Q1. Trigger, batch, lwc, soql query
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Coding Test 

Api based questions where to post or get fetch data

Round 2 - Technical 

(2 Questions)

  • Q1. Dp questions were asked
  • Q2. Sql basic questions were asked

Interview Preparation Tips

Interview preparation tips for other job seekers - increase your logic building in dp and api knowledge
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Keep your resume crisp and to the point. A recruiter looks at your resume for an average of 6 seconds, make sure to leave the best impression.
View all tips
Round 2 - Technical 

(3 Questions)

  • Q1. Why has Salesforce introduced LWCs over Aura components?
  • Ans. 

    Salesforce introduced LWCs for better performance, reusability, and modern web standards.

    • LWCs offer better performance due to their lightweight nature and optimized rendering.

    • LWCs promote reusability through modular design and encapsulation of functionality.

    • LWCs align with modern web standards like ES6, Shadow DOM, and Web Components, making them more future-proof.

    • Aura components are based on Aura framework, which has ...

  • Answered by AI
  • Q2. What are the differences in events in LWCs compared to Aura components?
  • Ans. 

    Events in LWCs differ from Aura components in terms of syntax, propagation, and handling.

    • In LWCs, events are dispatched using the standard DOM event model, while in Aura components, events are handled using the Aura event system.

    • LWC events use standard JavaScript event handling methods like addEventListener and dispatchEvent, while Aura events use $A.get('e.namespace:eventName').fire().

    • LWC events do not bubble up the D...

  • Answered by AI
  • Q3. Why are application events avoided?
  • Ans. 

    Application events are avoided in Salesforce development due to their potential impact on performance and complexity.

    • Application events can lead to tight coupling between components, making the code harder to maintain and debug.

    • They can also result in excessive event firing, causing performance issues.

    • Using component events or other communication patterns like pub-sub can be more efficient and manageable.

    • Avoiding appli...

  • Answered by AI
Round 3 - Coding Test 

Find the count of contacts associated to an account which have unique email Ids

Round 4 - Technical 

(2 Questions)

  • Q1. What are the integration frameworks that you have worked with?
  • Ans. 

    I have worked with integration frameworks such as MuleSoft, Apache Camel, and Dell Boomi.

    • MuleSoft

    • Apache Camel

    • Dell Boomi

  • Answered by AI
  • Q2. What are external objects and how can you use them with a scenario?
  • Ans. 

    External objects are virtual objects that allow you to access data stored outside Salesforce.

    • External objects represent data from an external system in Salesforce without copying the data into Salesforce.

    • They are defined using external data sources and external data objects.

    • You can use them to integrate data from external systems like databases, ERP systems, or web services.

    • External objects allow you to view and intera...

  • 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 Referral and was interviewed before Feb 2023. There were 3 interview rounds.

Round 1 - Technical 

(1 Question)

  • Q1. Questions on Apex and LWC
Round 2 - Coding Test 

Trigger question on parent child relationship

Round 3 - Coding Test 

Batch class and trigger

Interview Preparation Tips

Topics to prepare for Citicorp Salesforce Developer interview:
  • Apex
  • lwc
Interview preparation tips for other job seekers - Prepare well. They focus on details in code and prepare to code in every round
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(1 Question)

  • Q1. Trigger, batch, lwc, soql query
Interview experience
5
Excellent
Difficulty level
Easy
Process Duration
-
Result
Selected Selected
Round 1 - Aptitude Test 

APi Based questions were asked

Round 2 - Technical 

(1 Question)

  • Q1. OOps related questions were asked
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Don’t add your photo or details such as gender, age, and address in your resume. These details do not add any value.
View all tips
Round 2 - Technical 

(3 Questions)

  • Q1. Why has Salesforce introduced LWCs over Aura components?
  • Ans. 

    Salesforce introduced LWCs for better performance, reusability, and modern web standards.

    • LWCs offer better performance due to their lightweight nature and optimized rendering.

    • LWCs promote reusability through modular design and encapsulation of functionality.

    • LWCs align with modern web standards like ES6, Shadow DOM, and Web Components, making them more future-proof.

    • Aura components are based on Aura framework, which has ...

  • Answered by AI
  • Q2. What are the differences in events in LWCs compared to Aura components?
  • Ans. 

    Events in LWCs differ from Aura components in terms of syntax, propagation, and handling.

    • In LWCs, events are dispatched using the standard DOM event model, while in Aura components, events are handled using the Aura event system.

    • LWC events use standard JavaScript event handling methods like addEventListener and dispatchEvent, while Aura events use $A.get('e.namespace:eventName').fire().

    • LWC events do not bubble up the D...

  • Answered by AI
  • Q3. Why are application events avoided?
  • Ans. 

    Application events are avoided in Salesforce development due to their potential impact on performance and complexity.

    • Application events can lead to tight coupling between components, making the code harder to maintain and debug.

    • They can also result in excessive event firing, causing performance issues.

    • Using component events or other communication patterns like pub-sub can be more efficient and manageable.

    • Avoiding appli...

  • Answered by AI
Round 3 - Coding Test 

Find the count of contacts associated to an account which have unique email Ids

Round 4 - Technical 

(2 Questions)

  • Q1. What are the integration frameworks that you have worked with?
  • Ans. 

    I have worked with integration frameworks such as MuleSoft, Apache Camel, and Dell Boomi.

    • MuleSoft

    • Apache Camel

    • Dell Boomi

  • Answered by AI
  • Q2. What are external objects and how can you use them with a scenario?
  • Ans. 

    External objects are virtual objects that allow you to access data stored outside Salesforce.

    • External objects represent data from an external system in Salesforce without copying the data into Salesforce.

    • They are defined using external data sources and external data objects.

    • You can use them to integrate data from external systems like databases, ERP systems, or web services.

    • External objects allow you to view and intera...

  • 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 Referral and was interviewed before Feb 2023. There were 3 interview rounds.

Round 1 - Technical 

(1 Question)

  • Q1. Questions on Apex and LWC
Round 2 - Coding Test 

Trigger question on parent child relationship

Round 3 - Coding Test 

Batch class and trigger

Interview Preparation Tips

Topics to prepare for Citicorp Salesforce Developer interview:
  • Apex
  • lwc
Interview preparation tips for other job seekers - Prepare well. They focus on details in code and prepare to code in every round

ApplikonTech It Solution Interview FAQs

How many rounds are there in ApplikonTech It Solution Salesforce Developer interview?
ApplikonTech It Solution interview process usually has 1-2 rounds. The most common rounds in the ApplikonTech It Solution interview process are Coding Test, HR and Technical.

Tell us how to improve this page.

ApplikonTech It Solution Salesforce Developer Salary
based on 8 salaries
₹1.8 L/yr - ₹9.6 L/yr
23% less than the average Salesforce Developer Salary in India
View more details

ApplikonTech It Solution Salesforce Developer Reviews and Ratings

based on 1 review

5.0/5

Rating in categories

5.0

Skill development

5.0

Work-life balance

5.0

Salary

2.0

Job security

5.0

Company culture

5.0

Promotions

5.0

Work satisfaction

Explore 1 Review and Rating
Salesforce Developer
8 salaries
unlock blur

₹1.8 L/yr - ₹9.6 L/yr

Senior Salesforce Developer
5 salaries
unlock blur

₹5.4 L/yr - ₹9.6 L/yr

Explore more salaries
Compare ApplikonTech It Solution with

TCS

3.7
Compare

Infosys

3.7
Compare

Wipro

3.7
Compare

HCLTech

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