Logo

Get AmbitionBox App

Faster and better experience!

AmbitionBox

AmbitionBox

Search

Interview Questions

  • Reviews
  • Salaries
  • Interview Questions
  • About Company
  • Benefits
  • Jobs
  • Office Photos
  • Community
  • Home
  • Companies
  • Reviews
  • Salaries
  • Jobs
  • Interviews
  • Salary Calculator
  • Awards 2024
  • Campus Placements
  • Practice Test
  • Compare Companies
+ Contribute
notification
notification
Login
  • Home
  • Communities
  • Companies
    • Companies

      Discover best places to work

    • Compare Companies

      Compare & find best workplace

    • Add Office Photos

      Bring your workplace to life

    • Add Company Benefits

      Highlight your company's perks

  • Reviews
    • Company reviews

      Read reviews for 6L+ companies

    • Write a review

      Rate your former or current company

  • Salaries
    • Browse salaries

      Discover salaries for 6L+ companies

    • Salary calculator

      Calculate your take home salary

    • Are you paid fairly?

      Check your market value

    • Share your salary

      Help other jobseekers

    • Gratuity calculator

      Check your gratuity amount

    • HRA calculator

      Check how much of your HRA is tax-free

    • Salary hike calculator

      Check your salary hike

  • Interviews
    • Company interviews

      Read interviews for 40K+ companies

    • Campus placements

      Interviews questions for 2K+ colleges

    • Share interview questions

      Contribute your interview questions

  • Jobs
  • Awards
    pink star
    WINNERS AWAITED!
    • ABECA 2025
      WINNERS AWAITED!

      AmbitionBox Employee Choice Awards - 4th Edition

    • ABECA 2024

      AmbitionBox Employee Choice Awards - 3rd Edition

    • AmbitionBox Best Places to Work 2022

      2nd Edition

    • AmbitionBox Best Places to Work 2021

      1st Edition

For Employers
logo
Premium Employer

i

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

HCLTech Verified Tick Work with us arrow

Compare button icon Compare button icon Compare
3.5

based on 38.5k Reviews

  • Why join us
  • Reviews
    38.5k
  • Salaries
    3.4L
  • Interviews
    4k
  • Jobs
    251
  • Benefits
    4.3k
  • Photos
    58
  • Posts
    30

Filter interviews by

HCLTech Salesforce Administrator Interview Questions and Answers

Updated 2 Feb 2024

HCLTech Salesforce Administrator Interview Experiences

2 interviews found

Salesforce Administrator Interview Questions & Answers

user image Anonymous

posted on 2 Feb 2024

Interview experience
1
Bad
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(5 Questions)

  • Q1. No questions asked
  • Add your answer
  • Q2. Interviewer did not show up
  • Add your answer
  • Q3. Interviewer did bit show up
  • Add your answer
  • Q4. No one has come
  • Add your answer
  • Q5. I waited for 3 hours
  • Add your answer

Interview Preparation Tips

Interview preparation tips for other job seekers - They made me wait for 3 hours with no communication on when the interview would be and finally no interviewer showed up ..not sure what kind of professionalism is that.
Anonymous

Salesforce Administrator Interview Questions & Answers

user image Anonymous

posted on 23 Feb 2021

Interview Questionnaire 

2 Questions

  • Q1. What is the difference between workflow and approval process.?
  • Ans. 

    Workflow automates standard internal procedures and processes to save time across the organization. Approval process automates the approval of records.

    • Workflow automates standard internal procedures and processes

    • Approval process automates the approval of records

    • Workflow can update fields, send email alerts, create tasks, etc.

    • Approval process involves submitting records for approval and defining approval steps

    • Workflow c...

  • Answered by AI
    View 3 more answers
  • Q2. What is custom settings in salesforce?
  • Ans. 

    Custom settings are customizable, persistent data that can be used to store data at the organization, profile, or user level.

    • Custom settings are similar to custom objects but are used to store data that is not transactional.

    • They can be accessed in Apex code, formulas, and validation rules.

    • They can be defined at the organization, profile, or user level.

    • They can be used to store application settings, user preferences, an...

  • Answered by AI
    Add your answer

Skills evaluated in this interview

Anonymous

Salesforce Administrator Interview Questions Asked at Other Companies

asked in Vijay Sales
Q1. Man power management, what was the procedure for handling , stori ... read more
View answers (3)
asked in MetLife
Q2. What validations can be implemented in the login feature of Sales ... read more
View answers (3)
asked in HCLTech
Q3. What is the difference between a workflow and an approval process ... read more
View answers (4)
asked in MetLife
Q4. What do you know about the Data Security module in Salesforce?
View answers (4)
asked in MetLife
Q5. What do you know about layouts?
View answers (4)
View All

What people are saying about HCLTech

View All
a software developer ii
2w
Seeking Career Advice: Choosing Between 3 Offers
Hi everyone, I'm currently exploring new opportunities and would love to hear your thoughts on which offer might be the best fit based on my priorities. Here's my current situation: Experience: 4.2 years Current CTC: 9.8 LPA (8.5 fixed + 1.3 variable) Tech Stack: Primarily Golang Current Location: Chennai I'm evaluating 3 offers: Option 1: HCL Software (a division of HCL Tech) Product: BigFix CTC: 16.5 LPA (15 fixed + 1.5 variable including 99K performance bonus) Location: Chennai Option 2: Infogain CTC: 18 LPA (breakup not shared yet) Location: Bangalore Option 3: Msys Technologies CTC: 19 LPA (breakup not shared yet) Location: Chennai or Bangalore What I’m looking for: A good work-life balance Opportunities for learning and growth Preferably a strong engineering/product culture Salary is not my top priority, but of course, it’s a factor NOTE: All three offer hybrid work.
Got a question about HCLTech?
Ask anonymously on communities.

Interview questions from similar companies

company Logo

Software Engineer Interview Questions & Answers

Infosys user image Anonymous

posted on 25 Nov 2021

Interview Questionnaire 

1 Question

  • Q1. Why Infosys
  • Add your answer

Interview Preparation Tips

Interview preparation tips for other job seekers - be honest and dont fake they will know if you are
Anonymous
company Logo

Software Engineer Interview Questions & Answers

LTIMindtree user image Anonymous

posted on 4 Dec 2020

I applied via Campus Placement and was interviewed in Nov 2020. There were 3 interview rounds.

Interview Questionnaire 

10 Questions

  • Q1. Tell me about yourself
  • Add your answer
  • Q2. Write a program to print unique elements in an array in java
  • Ans. 

    Program to print unique elements in an array in Java

    • Create a HashSet to store unique elements

    • Iterate through the array and add each element to the HashSet

    • Print the HashSet to get the unique elements

  • Answered by AI
    Add your answer
  • Q3. Types of data structures
  • Ans. 

    Data structures are ways of organizing and storing data in a computer so that it can be accessed and used efficiently.

    • Arrays - a collection of elements of the same type

    • Linked Lists - a sequence of nodes where each node contains a reference to the next node

    • Stacks - a collection of elements with two main operations: push (add) and pop (remove)

    • Queues - a collection of elements with two main operations: enqueue (add) and d...

  • Answered by AI
    Add your answer
  • Q4. Tree traversal
  • Add your answer
  • Q5. What is oops
  • Ans. 

    OOPs stands for Object-Oriented Programming. It is a programming paradigm based on the concept of objects.

    • OOPs focuses on creating objects that contain both data and functions.

    • It emphasizes on encapsulation, inheritance, and polymorphism.

    • Examples of OOPs languages are Java, C++, Python, etc.

  • Answered by AI
    Add your answer
  • Q6. Applications of oops
  • Ans. 

    OOPs is used for creating modular, reusable and maintainable code.

    • Encapsulation: Hiding implementation details and exposing only necessary information.

    • Inheritance: Reusing code and creating a hierarchy of classes.

    • Polymorphism: Using a single interface to represent multiple entities.

    • Abstraction: Reducing complexity by hiding unnecessary details.

    • Examples: Java, C++, Python, Ruby, etc.

  • Answered by AI
    Add your answer
  • Q7. What is inheritance
  • Ans. 

    Inheritance is a mechanism in object-oriented programming where a new class is created by inheriting properties of an existing class.

    • Inheritance allows code reuse and promotes code organization.

    • The existing class is called the parent or superclass, and the new class is called the child or subclass.

    • The child class inherits all the properties and methods of the parent class and can also add its own unique properties and ...

  • Answered by AI
    Add your answer
  • Q8. What is polymorphism
  • Ans. 

    Polymorphism is the ability of an object to take on many forms.

    • It allows objects of different classes to be treated as if they were objects of the same class.

    • It is achieved through method overriding and method overloading.

    • Example: A parent class Animal can have child classes like Dog, Cat, and Bird, each with their own unique implementation of the method 'makeSound'.

    • Polymorphism makes code more flexible and reusable.

  • Answered by AI
    View 1 more answer
  • Q9. What is abstraction? Explain with example
  • Ans. 

    Abstraction is the process of hiding complex implementation details and exposing only the necessary information.

    • Abstraction helps in reducing complexity and increasing efficiency.

    • It allows us to focus on the essential features of an object or system.

    • For example, a car can be abstracted as a vehicle with certain properties like speed, fuel efficiency, and seating capacity.

    • Abstraction can be achieved through interfaces, ...

  • Answered by AI
    Add your answer
  • Q10. What is encapsulation
  • Ans. 

    Encapsulation is the process of hiding implementation details and providing a public interface for accessing the functionality.

    • Encapsulation helps in achieving data abstraction and information hiding

    • It prevents unauthorized access to the internal details of an object

    • It allows for easy modification of implementation without affecting the external code

    • Example: A class with private variables and public methods

    • Example: A b...

  • Answered by AI
    Add your answer

Interview Preparation Tips

Interview preparation tips for other job seekers - As I'm from ECE background it's little bit easy for me because they ask basic questions. If we are good enough in basics it's easy to crack Mindtree interview

Skills evaluated in this interview

Anonymous
company Logo

Software Engineer Interview Questions & Answers

Wipro user image Anonymous

posted on 27 Oct 2021

I applied via Recruitment Consultant and was interviewed in May 2021. There were 6 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. Asked about current projects and concepts on oops, dsa
  • Add your answer

Interview Preparation Tips

Interview preparation tips for other job seekers - Interview was good. Mostly they check the candidates approach towards problem solving in different scenarios.
Anonymous
company Logo

Software Engineer Interview Questions & Answers

Capgemini user image Anonymous

posted on 14 Jul 2022

I applied via Naukri.com and was interviewed before Jul 2021. There were 4 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 - Coding Test 

Basic java recursion

Round 3 - Technical 

(1 Question)

  • Q1. Java oops , string , multithreading related questions
  • Add your answer
Round 4 - HR 

(1 Question)

  • Q1. Tell me about your self , why capgemini, strength and weakness ,how to overcome them
  • Add your answer

Interview Preparation Tips

Interview preparation tips for other job seekers - It is good company but if you have other options go for them
Anonymous
company Logo

Software Engineer Interview Questions & Answers

Cognizant user image Anonymous

posted on 17 Nov 2021

I applied via Campus Placement and was interviewed in May 2021. There were 4 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. Data srructures
  • Add your answer

Interview Preparation Tips

Interview preparation tips for other job seekers - Be confident revise data structures ,
Anonymous
Are these interview questions helpful?
company Logo

Software Engineer Interview Questions & Answers

Infosys user image Anonymous

posted on 2 Jan 2021

I applied via Company Website and was interviewed in Dec 2020. There was 1 interview round.

Interview Questionnaire 

1 Question

  • Q1. Self introduction
  • Add your answer

Interview Preparation Tips

Interview preparation tips for other job seekers - say individual ideas,plans, story's.say different opinions,speek confidentially, correctly answer Yes or no questions, correctly say interested and confidential job,
Anonymous
company Logo

Software Engineer Interview Questions & Answers

Infosys user image Anonymous

posted on 27 Feb 2021

Interview Questionnaire 

1 Question

  • Q1. About company
  • Add your answer
Anonymous
company Logo

Software Engineer Interview Questions & Answers

TCS user image Anonymous

posted on 15 Jun 2021

I applied via Company Website and was interviewed in May 2021. There was 1 interview round.

Interview Questionnaire 

1 Question

  • Q1. What is a table in SQL
  • Ans. 

    A table in SQL is a collection of related data organized in rows and columns.

    • Tables are used to store data in a structured way.

    • Each table has a unique name and consists of columns and rows.

    • Columns define the type of data that can be stored in them.

    • Rows represent individual records in the table.

    • Tables can be queried using SQL commands to retrieve, insert, update or delete data.

  • Answered by AI
    Add your answer

Interview Preparation Tips

Interview preparation tips for other job seekers - Review some key terms for SQL

Skills evaluated in this interview

Anonymous
More about working at HCLTech
golden leaf award AmbitionBox awards

#13 Best Mega Company - 2021

golden leaf award
  • HQ - Noida, Uttar Pradesh
  • IT Services & Consulting
  • 1 Lakh+ Employees (India)
  • Public
  • Telecom
  • Education & Training
  • Hardware & Networking
  • Banking
  • Emerging Technologies
  • Software Product

HCLTech Interview FAQs

How many rounds are there in HCLTech Salesforce Administrator interview?
HCLTech interview process usually has 1 rounds. The most common rounds in the HCLTech interview process are Technical.
What are the top questions asked in HCLTech Salesforce Administrator interview?

Some of the top questions asked at the HCLTech Salesforce Administrator interview -

  1. What is the difference between workflow and approval proces...read more
  2. What is custom settings in salesfor...read more

Tell us how to improve this page.

HCLTech Interviews By Designations

  • HCLTech Software Engineer Interview Questions
  • HCLTech Technical Lead Interview Questions
  • HCLTech Lead Engineer Interview Questions
  • HCLTech Analyst Interview Questions
  • HCLTech Senior Analyst Interview Questions
  • HCLTech Senior Software Engineer Interview Questions
  • HCLTech Technical Specialist Interview Questions
  • HCLTech Software Developer Interview Questions
  • Show more
  • HCLTech Senior Specialist Interview Questions
  • HCLTech Senior Technical Lead Interview Questions

Interview Questions for Popular Designations

  • Salesforce Developer Interview Questions
  • Senior Salesforce Developer Interview Questions
  • Salesforce Consultant Interview Questions
  • Salesforce Administrator and Developer Interview Questions
  • Salesforce Developer Trainee Interview Questions
  • Salesforce Technical Lead Interview Questions
  • Salesforce Business Analyst Interview Questions
  • Salesforce Tester Interview Questions
  • Show more
  • Salesforce Marketing Cloud Developer Interview Questions
  • Salesforce Developer Lead Interview Questions
logo
Join HCLTech Find your spark and discover what drives you forward

Salesforce Administrator Interview Questions from Similar Companies

Accenture
Accenture Salesforce Administrator Interview Questions
3.8
 • 3 Interviews
Cognizant
Cognizant Salesforce Administrator Interview Questions
3.7
 • 3 Interviews
Infosys
Infosys Salesforce Administrator Interview Questions
3.6
 • 2 Interviews
Tech Mahindra
Tech Mahindra Salesforce Administrator Interview Questions
3.5
 • 2 Interviews
TCS
TCS Salesforce Administrator Interview Questions
3.6
 • 1 Interview
IBM
IBM Salesforce Administrator Interview Questions
4.0
 • 1 Interview
NTT Data
NTT Data Salesforce Administrator Interview Questions
3.8
 • 1 Interview
View all
HCLTech Salesforce Administrator Salary
based on 111 salaries
₹2.9 L/yr - ₹10.5 L/yr
At par with the average Salesforce Administrator Salary in India
View more details

HCLTech Salesforce Administrator Reviews and Ratings

based on 4 reviews

3.5/5

Rating in categories

3.6

Skill development

4.4

Work-life balance

2.7

Salary

4.0

Job security

3.5

Company culture

3.5

Promotions

4.0

Work satisfaction

Explore 4 Reviews and Ratings
HCLTech Salaries in India
Software Engineer
23.9k salaries
unlock blur

₹1.9 L/yr - ₹8 L/yr

Technical Lead
22.1k salaries
unlock blur

₹7 L/yr - ₹28.5 L/yr

Senior Software Engineer
16.4k salaries
unlock blur

₹4 L/yr - ₹17 L/yr

Lead Engineer
16k salaries
unlock blur

₹4.1 L/yr - ₹14 L/yr

Analyst
15.1k salaries
unlock blur

₹0.8 L/yr - ₹6.6 L/yr

Explore more salaries
Compare HCLTech with
TCS

TCS

3.6
Compare
Wipro

Wipro

3.7
Compare
Accenture

Accenture

3.8
Compare
Cognizant

Cognizant

3.7
Compare
Popular Calculators
Are you paid fairly?
Monthly In-hand Salary Calculator
Gratuity Calculator
HRA Calculator
Salary Hike Calculator
  • Home >
  • Interviews >
  • HCLTech Interview Questions >
  • HCLTech Salesforce Administrator Interview Questions
write
Share an Interview
Stay ahead in your career. Get AmbitionBox app
Awards Banner

Helping over 1 Crore job seekers every month in choosing their right fit company

80 Lakh+

Reviews

4 Crore+

Salaries

6 Lakh+

Interviews

1 Crore+

Users/Month

Contribute
Search

Interview Questions

  • Reviews
  • Salaries
  • Interview Questions
  • About Company
  • Benefits
  • Jobs
  • Office Photos
  • Community
Users/Jobseekers
  • Companies
  • Reviews
  • Salaries
  • Jobs
  • Interviews
  • Salary Calculator
  • Campus Placements
  • Practice Test
  • Compare Companies
Employers
  • Create a new company
  • Update company information
  • Respond to reviews
  • Invite employees to review
  • AmbitionBox Offering for Employers
  • AmbitionBox Employers Brochure
AmbitionBox Awards
  • ABECA 2026
  • ABECA 2025 winners awaited tag
  • ABECA 2024
  • AmbitionBox Best Places to Work 2022
  • AmbitionBox Best Places to Work 2021
  • Invite employees to rate
AmbitionBox
  • About Us
  • Email Us
  • Blog
  • FAQ
  • Credits
  • Give Feedback
Terms & Policies
  • Privacy
  • Grievances
  • Terms of Use
  • Summons/Notices
  • Community Guidelines
Get AmbitionBox app

Made with ❤️ in India. Trademarks belong to their respective owners. All rights reserved © 2025 Info Edge (India) Ltd.

Follow Us
  • Youtube
  • Instagram
  • LinkedIn
  • Facebook
  • Twitter