Upload Button Icon Add office photos

Filter interviews by

Citicorp Salesforce Developer Interview Questions and Answers

Updated 13 Feb 2024

Citicorp Salesforce Developer Interview Experiences

1 interview found

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 questions from similar companies

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
-
Process Duration
-
Result
-
Round 1 - Coding Test 

There were three coding questions.

Round 2 - Technical 

(5 Questions)

  • Q1. Could you provide a thorough explanation of the project?
  • Q2. OOps Concepts and question from the technical subjects
  • Q3. Why Spring Boot
  • Q4. JWT Authentication
  • Q5. Docker and Kubernetes
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-

I applied via Campus Placement

Round 1 - Technical 

(2 Questions)

  • Q1. This was for internship. The first questions were 10 questions based on guessing output of c program
  • Q2. 2 coding questions with easy to medium difficulty based on strings and mathematical knowledge
Round 2 - Interview 

(1 Question)

  • Q1. This was a virtual interview round which had basic HR type questions.
Round 3 - Hackathon 

(1 Question)

  • Q1. This was code for good hackathon
Interview experience
5
Excellent
Difficulty level
Easy
Process Duration
2-4 weeks
Result
No response

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

Round 1 - Technical 

(1 Question)

  • Q1. Project Architecture
Round 2 - Technical 

(1 Question)

  • Q1. Informatica tech questions
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Aptitude Test 

MCQ test consisting of 70 mcqs in 75 minutes from aptitude english and cs fundamentals. If cleared next paper 2 coding qs medium level

Round 2 - Technical 

(2 Questions)

  • Q1. Two sum leetcode problem
  • Q2. What problems you faced in your project
  • Ans. 

    I faced challenges with integrating third-party APIs and debugging complex logic.

    • Difficulty in understanding and implementing third-party APIs

    • Issues with data synchronization between different systems

    • Troubleshooting complex logic errors

    • Managing dependencies and version conflicts

    • Time constraints affecting problem-solving

  • Answered by AI
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-

I applied via Campus Placement

Round 1 - Coding Test 

DP graphs strings it was good

Round 2 - Technical 

(2 Questions)

  • Q1. Reverse a linkded list
  • Ans. 

    Reverse a linked list by changing the direction of pointers

    • Start with three pointers: current, previous, and next

    • Iterate through the list, updating pointers to reverse the direction

    • Return the new head of the reversed list

  • Answered by AI
  • Q2. Print fibonacci series
  • Ans. 

    The Fibonacci series is a sequence of numbers where each number is the sum of the two preceding ones.

    • Start with two variables initialized to 0 and 1

    • Loop through desired number of iterations, adding the previous two numbers to get the next number

    • Print or store each number in the series

  • Answered by AI

Skills evaluated in this interview

Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - HR 

(2 Questions)

  • Q1. Why do you want to switch
  • Ans. 

    I want to switch to explore new technologies and challenges in a different industry.

    • Interested in learning new skills and technologies

    • Seeking new challenges and opportunities for growth

    • Want to explore different industry perspectives

  • Answered by AI
  • Q2. Salry expectations
Round 2 - Technical 

(2 Questions)

  • Q1. Question on oop concepts
  • Q2. Coding questions
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Coding Test 

Asked about data structures

Round 2 - Coding Test 

Asked about java programmes

Round 3 - HR 

(2 Questions)

  • Q1. Tell me about your self
  • Ans. 

    I am a passionate software developer with 5 years of experience in developing web applications using Java, Spring, and Angular.

    • 5 years of experience in software development

    • Proficient in Java, Spring, and Angular

    • Passionate about coding and problem-solving

  • Answered by AI
  • Q2. Are you ready to relocate
  • Ans. 

    Yes, I am open to relocating for the right opportunity.

    • I am willing to relocate for the right job opportunity that aligns with my career goals.

    • I have experience moving for previous jobs and am comfortable with the process.

    • I am excited about the possibility of exploring a new city or country and experiencing a different culture.

  • Answered by AI
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Coding Test 

Easy medium and hard questions

Round 2 - Technical 

(3 Questions)

  • Q1. DBMS OS STACKS QUEUES
  • Q2. NORMALISATION IN DBMS
  • Ans. 

    Normalization in DBMS is the process of organizing data in a database to reduce redundancy and improve data integrity.

    • Normalization involves breaking down a database into smaller, more manageable tables and defining relationships between them.

    • It helps in reducing data redundancy by storing data in a structured and organized manner.

    • Normalization also helps in improving data integrity by ensuring that data is consistent ...

  • Answered by AI
  • Q3. OUTPUT QUESTION IN JAVASCRIPT
Round 3 - HR 

(1 Question)

  • Q1. GENERIC HR STUFF

Interview Preparation Tips

Interview preparation tips for other job seekers - Be thorough with os dbms ooops system design and dsa

Citicorp Interview FAQs

How many rounds are there in Citicorp Salesforce Developer interview?
Citicorp interview process usually has 3 rounds. The most common rounds in the Citicorp interview process are Coding Test and Technical.

Tell us how to improve this page.

Citicorp Salesforce Developer Interview Process

based on 1 interview

Interview experience

5
  
Excellent
View more

Interview Questions from Similar Companies

ICICI Bank Interview Questions
4.0
 • 2.4k Interviews
HDFC Bank Interview Questions
3.9
 • 2.1k Interviews
Axis Bank Interview Questions
3.8
 • 1.5k Interviews
IDFC FIRST Bank Interview Questions
4.0
 • 625 Interviews
IndusInd Bank Interview Questions
3.6
 • 591 Interviews
Wells Fargo Interview Questions
3.9
 • 563 Interviews
HSBC Group Interview Questions
4.0
 • 490 Interviews
Yes Bank Interview Questions
3.7
 • 414 Interviews
View all
Citicorp Salesforce Developer Salary
based on 5 salaries
₹14 L/yr - ₹28 L/yr
157% more than the average Salesforce Developer Salary in India
View more details
Assistant Vice President
4.6k salaries
unlock blur

₹17 L/yr - ₹48.5 L/yr

Assistant Manager
3.3k salaries
unlock blur

₹6 L/yr - ₹20 L/yr

Officer
2.8k salaries
unlock blur

₹10 L/yr - ₹35 L/yr

Vice President
2.5k salaries
unlock blur

₹24 L/yr - ₹70 L/yr

Manager
2.3k salaries
unlock blur

₹9 L/yr - ₹37 L/yr

Explore more salaries
Compare Citicorp with

State Bank of India

3.8
Compare

HDFC Bank

3.9
Compare

ICICI Bank

4.0
Compare

Axis Bank

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