Premium Employer

i

This company page is being actively managed by Infosys Team. If you also belong to the team, you can get access from here

Infosys Verified Tick

Compare button icon Compare button icon Compare

Filter interviews by

Infosys Salesforce Administrator and Developer Interview Questions and Answers

Updated 22 Oct 2024

Infosys Salesforce Administrator and Developer Interview Experiences

3 interviews found

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

I applied via Company Website and was interviewed in Sep 2024. There was 1 interview round.

Round 1 - Technical 

(3 Questions)

  • Q1. Explain Lifecycle hook of LWC
  • Ans. 

    Lifecycle hooks in LWC are methods that allow developers to interact with the component lifecycle at specific points.

    • Lifecycle hooks include connectedCallback, disconnectedCallback, renderedCallback, errorCallback, and others.

    • 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 component's templ...

  • Answered by AI
  • Q2. Explain Security Model
  • Ans. 

    Security model refers to the framework that controls access to data within a system.

    • Defines who can access what data

    • Includes roles, profiles, and permissions

    • Ensures data integrity and confidentiality

    • Can be customized to meet specific security requirements

  • Answered by AI
  • Q3. How to acheive child to parent communication
  • Ans. 

    Child to parent communication can be achieved in Salesforce using lookup relationships or formula fields.

    • Create a lookup relationship field on the child object that references the parent object

    • Use formula fields to display parent information on the child record

    • Utilize cross-object formulas to display parent fields on related lists or reports

  • Answered by AI

Skills evaluated in this interview

Interview experience
2
Poor
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(1 Question)

  • Q1. Difference between role and profile

Salesforce Administrator and Developer Interview Questions Asked at Other Companies

asked in Accenture
Q1. What is the difference between Salesforce Admin and Developing.
Q2. How security is provided on salesforce.com
asked in Infosys
Q3. How to acheive child to parent communication
Q4. what is mean by production?
Q5. What is mean by Salesforce?
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 Dec 2022. There were 3 interview rounds.

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 

(1 Question)

  • Q1. Admin related deployments
Round 3 - One-on-one 

(2 Questions)

  • Q1. Project explanation , technical approach, right from basics
  • Q2. Certifications and future implementations

Interview questions from similar companies

Interview experience
5
Excellent
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
No response

I applied via Walk-in and was interviewed in Feb 2024. There was 1 interview round.

Round 1 - Salesforce 

(5 Questions)

  • Q1. What is crm tool
  • Ans. 

    CRM tool is a software used to manage customer relationships, interactions, and data.

    • CRM stands for Customer Relationship Management

    • Helps businesses track customer interactions, sales, and marketing efforts

    • Improves customer satisfaction and retention

    • Examples: Salesforce, HubSpot, Zoho CRM

  • Answered by AI
  • Q2. What are Salesforce service modules
  • Ans. 

    Salesforce service modules are pre-built functionalities that can be easily integrated into Salesforce to enhance its capabilities.

    • Service Cloud module for customer service management

    • Sales Cloud module for sales automation

    • Marketing Cloud module for marketing automation

    • Community Cloud module for building online communities

    • Analytics Cloud module for data analysis and visualization

  • Answered by AI
  • Q3. What are Salesforce products
  • Ans. 

    Salesforce products include Sales Cloud, Service Cloud, Marketing Cloud, Commerce Cloud, Community Cloud, and more.

    • Sales Cloud - for sales automation and CRM

    • Service Cloud - for customer service and support

    • Marketing Cloud - for marketing automation and analytics

    • Commerce Cloud - for e-commerce solutions

    • Community Cloud - for building online communities

    • Salesforce Platform - for app development and customization

  • Answered by AI
  • Q4. Salesforce applications
  • Q5. Salesforce aditions

Interview Preparation Tips

Topics to prepare for Genpact Salesforce Administrator and Developer interview:
  • Salesforce adminstration,
  • Salesforce developer

Skills evaluated in this interview

Interview experience
4
Good
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
No response

I applied via Referral and was interviewed in Feb 2024. There were 3 interview rounds.

Round 1 - Aptitude Test 

20Mins Duration. Admin Interview Questions, FLOWS, AutomationTools, Salesforce Securities.

Round 2 - Coding Test 

25 Mins Duration. Developing Trigger Coding, Handler Class, Test class, Integration.

Round 3 - HR 

(4 Questions)

  • Q1. 10 Minutes Duration. Introduction, Expected CTC.
  • Q2. Introduce YourSelf
  • Q3. What is the difference between Salesforce Admin and Developing.
  • Ans. 

    Salesforce Admin focuses on configuration and maintenance, while Developer focuses on customization and coding.

    • Admins focus on configuring and maintaining Salesforce orgs, such as setting up user permissions and creating workflows.

    • Developers focus on customizing Salesforce orgs through coding, such as creating custom objects and integrations.

    • Admins require declarative skills like point-and-click configuration, while De...

  • Answered by AI
  • Q4. What is Your Expected CTC As a fresher.

Skills evaluated in this interview

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

I appeared for an interview before Apr 2023.

Round 1 - HR 

(1 Question)

  • Q1. Your current role and your expectations
Round 2 - Technical 

(1 Question)

  • Q1. Salesforce Portals, Service cloud, Matching Rules, Duplicate, Bulk data management,

I applied via Campus Placement and was interviewed before Sep 2019. There were 5 interview rounds.

Interview Questionnaire 

7 Questions

  • Q1. 1.What is Opps concepts in Java.
  • Ans. 

    OOPs concepts in Java are the fundamental principles of object-oriented programming.

    • Encapsulation: wrapping data and code into a single unit

    • Inheritance: creating new classes from existing ones

    • Polymorphism: using a single interface to represent multiple types

    • Abstraction: hiding implementation details from the user

    • Examples: class, object, inheritance, polymorphism, encapsulation

  • Answered by AI
  • Q2. 2.What is difference between stack and queue?
  • Ans. 

    Stack is a LIFO data structure while Queue is a FIFO data structure.

    • Stack follows Last In First Out (LIFO) principle while Queue follows First In First Out (FIFO) principle.

    • Stack has two main operations: push and pop while Queue has two main operations: enqueue and dequeue.

    • Stack is used in recursive function calls, undo/redo operations, and backtracking while Queue is used in breadth-first search, printing tasks in ord...

  • Answered by AI
  • Q3. 3.Write SQL query to find second highest salary in database?
  • Ans. 

    SQL query to find second highest salary in database

    • Use ORDER BY and LIMIT to get the second highest salary

    • Assume ties are allowed and use DISTINCT

  • Answered by AI
  • Q4. 4. Difference Between method overloading and method overriding?
  • Ans. 

    Method overloading is having multiple methods with the same name but different parameters. Method overriding is having a method in a subclass with the same name and parameters as a method in its superclass.

    • Method overloading is done within the same class while method overriding is done in different classes (subclass and superclass).

    • Method overloading is achieved by changing the number of parameters or the data type of ...

  • Answered by AI
  • Q5. 5.which is the parent class of all classes in Java?
  • Ans. 

    The parent class of all classes in Java is the Object class.

    • All classes in Java implicitly extend the Object class.

    • The Object class provides basic methods such as toString(), equals(), and hashCode().

    • Any class can override these methods to provide custom implementations.

    • Example: public class MyClass extends Object { ... }

    • Example: Object obj = new MyClass();

  • Answered by AI
  • Q6. Explain your final year project?
  • Q7. Difference between SQL and NoSql database?
  • Ans. 

    SQL databases are relational and use structured query language, while NoSQL databases are non-relational and use various data models.

    • SQL databases are based on a fixed schema, while NoSQL databases are schema-less.

    • SQL databases use tables to store data, while NoSQL databases use various data models like key-value, document, columnar, or graph.

    • SQL databases are better suited for complex queries and structured data, whil...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - All interview process are easy. Intervier just ask basic concept of related to your stream.

Skills evaluated in this interview

I applied via Company Website and was interviewed before Oct 2019. There were 4 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. Tell me about your self

Interview Preparation Tips

Interview preparation tips for other job seekers - Be bold, don't hesitate.

I applied via Recruitment Consultant and was interviewed before Nov 2020. There were 3 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. PI questions and related to my previous experience.

Interview Preparation Tips

Interview preparation tips for other job seekers - Just be confident in every interview , you will see the difference. Because key to crack any interview is how confident you are while answering interview's questions.

SO JUST BE CONFIDENT WHAT YOU SPEAK.

I applied via Campus Placement and was interviewed before Oct 2020. There were 4 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. Basic questions

Interview Preparation Tips

Interview preparation tips for other job seekers - Better don’t join as a fresher. No career growth

Infosys Interview FAQs

How many rounds are there in Infosys Salesforce Administrator and Developer interview?
Infosys interview process usually has 1-2 rounds. The most common rounds in the Infosys interview process are Technical, Resume Shortlist and One-on-one Round.
What are the top questions asked in Infosys Salesforce Administrator and Developer interview?

Some of the top questions asked at the Infosys Salesforce Administrator and Developer interview -

  1. How to acheive child to parent communicat...read more
  2. Explain Lifecycle hook of ...read more
  3. Explain Security Mo...read more

Tell us how to improve this page.

Infosys Salesforce Administrator and Developer Interview Process

based on 3 interviews

Interview experience

3.7
  
Good
View more
Join Infosys Creating the next opportunity for people, businesses & communities

Interview Questions from Similar Companies

TCS Interview Questions
3.7
 • 10.5k Interviews
Accenture Interview Questions
3.8
 • 8.2k Interviews
Wipro Interview Questions
3.7
 • 5.7k Interviews
Cognizant Interview Questions
3.7
 • 5.6k Interviews
Capgemini Interview Questions
3.7
 • 4.8k Interviews
Tech Mahindra Interview Questions
3.5
 • 3.9k Interviews
HCLTech Interview Questions
3.5
 • 3.9k Interviews
Genpact Interview Questions
3.8
 • 3.1k Interviews
LTIMindtree Interview Questions
3.8
 • 2.9k Interviews
IBM Interview Questions
4.0
 • 2.4k Interviews
View all
Infosys Salesforce Administrator and Developer Salary
based on 9 salaries
₹4.2 L/yr - ₹5.8 L/yr
22% less than the average Salesforce Administrator and Developer Salary in India
View more details

Infosys Salesforce Administrator and Developer Reviews and Ratings

based on 1 review

3.0/5

Rating in categories

4.0

Skill development

3.0

Work-life balance

3.0

Salary

3.0

Job security

3.0

Company culture

3.0

Promotions

3.0

Work satisfaction

Explore 1 Review and Rating
Technology Analyst
55.4k salaries
unlock blur

₹3 L/yr - ₹11.1 L/yr

Senior Systems Engineer
51.2k salaries
unlock blur

₹2.5 L/yr - ₹8 L/yr

System Engineer
31.6k salaries
unlock blur

₹2.5 L/yr - ₹5.6 L/yr

Technical Lead
31k salaries
unlock blur

₹5 L/yr - ₹19.9 L/yr

Senior Associate Consultant
28.7k salaries
unlock blur

₹6.2 L/yr - ₹17 L/yr

Explore more salaries
Compare Infosys with

TCS

3.7
Compare

Wipro

3.7
Compare

Cognizant

3.7
Compare

Accenture

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