Upload Button Icon Add office photos

Exide Industries

Compare button icon Compare button icon Compare

Filter interviews by

Exide Industries Salesforce Developer Interview Questions and Answers

Updated 9 Jan 2023

Exide Industries Salesforce Developer Interview Experiences

1 interview found

Salesforce Developer Interview Questions & Answers

user image balaji Jayarajeshwaran

posted on 28 Dec 2022

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

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 - One-on-one 

(2 Questions)

  • Q1. About product & sales how i am
  • Q2. About sales and business growth and company development
Round 3 - HR 

(1 Question)

  • Q1. Package details & further more

Interview Preparation Tips

Interview preparation tips for other job seekers - Keep motivated and be keen on what you are and be on right path and track to achieve feet.

Interview questions from similar companies

Interview Questionnaire 

1 Question

  • Q1. What is your weak point

Interview Preparation Tips

Interview preparation tips for other job seekers - For an interview fist of all we should be mentally prepare like these gyus here for hire us ,just we tell some answers to their questions, and later try to think as much as close to correct answer my answer is ,there is better chance that they will keep me for job

Interview Preparation Tips

Round: Test
Experience: more of experience gaining and learning new tricks of codding a program.
Tips: must focus on bugging and debugging the program.
Duration: 60 mins minutes

Skills: Coding Skills,
College Name: Invertis university
Motivation: bosch is a multinational company stating its rank worldwide.so anyone would to work with outstanding company.

I applied via Walk-in and was interviewed before Sep 2020. There were 5 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. Data structure and STA

Interview Preparation Tips

Interview preparation tips for other job seekers - Be yourself and don't try to be oversmart.

I applied via Walk-in and was interviewed before Feb 2021. There were 2 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 

(2 Questions)

  • Q1. Depends on experience
  • Q2. Related to systematic approach
  • Ans. Problem solving tools, OEE, FPY, Root cause analysis. 14Q, 5S
  • Answered Anonymously

Interview Preparation Tips

Interview preparation tips for other job seekers - Never join Bosch chakan if want to have growing future In career and work life balance.

I appeared for an interview in Jul 2020.

Interview Questionnaire 

1 Question

  • Q1. Waht is your achievements
  • Ans. 

    I have achieved several milestones throughout my career as a Senior Engineer.

    • Successfully led a team of engineers to develop and implement a new software system, resulting in a 20% increase in efficiency.

    • Received recognition for designing and implementing a cost-effective solution that reduced production downtime by 30%.

    • Contributed to the development of a groundbreaking technology that revolutionized the industry, lead...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - All most 3 Rounds they conducted, they taken 3 days for every round and they taken allmost 3 months to select... For learners this company was good...

I applied via Naukri.com and was interviewed in Dec 2020. There were 3 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. Core Java, J2EE

Interview Preparation Tips

Interview preparation tips for other job seekers - Good
Interview experience
5
Excellent
Difficulty level
-
Process Duration
Less than 2 weeks
Result
-

I applied via Referral and was interviewed before Oct 2021. 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 

(3 Questions)

  • Q1. What are the Siemens plc models?
  • Ans. 

    Siemens plc models include S7-1200, S7-1500, S7-300, S7-400, and LOGO!

    • S7-1200

    • S7-1500

    • S7-300

    • S7-400

    • LOGO!

  • Answered by AI
  • Q2. What is the spc?
  • Ans. 

    SPC stands for Statistical Process Control, a method used to monitor and control processes to ensure they are operating efficiently and within specifications.

    • SPC involves collecting and analyzing data to identify variations in a process

    • It helps in detecting and correcting issues before they result in defects

    • Common tools used in SPC include control charts, histograms, and Pareto charts

  • Answered by AI
  • Q3. How to configure the dp dp coupler?
  • Ans. 

    To configure a dp dp coupler, set the parameters for communication protocol, baud rate, address, and data format.

    • Set the communication protocol to match the devices being connected.

    • Configure the baud rate to ensure proper data transmission speed.

    • Assign a unique address to the dp dp coupler for identification.

    • Choose the appropriate data format for the connected devices.

    • Test the configuration to ensure proper communicati

  • Answered by AI
Round 3 - HR 

(1 Question)

  • Q1. Personal details

Skills evaluated in this interview

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

(2 Questions)

  • Q1. What is the smart pointers?
  • Ans. 

    Smart pointers are objects that store a pointer to dynamically allocated memory and provide automatic memory management.

    • Smart pointers help prevent memory leaks by automatically releasing memory when the pointer is no longer needed.

    • Examples include unique_ptr, shared_ptr, and weak_ptr in C++.

    • unique_ptr is used for exclusive ownership, shared_ptr for shared ownership, and weak_ptr to break circular references.

  • Answered by AI
  • Q2. What is the lamda function?
  • Ans. 

    A lambda function is a small anonymous function defined in a single line of code without a name.

    • Lambda functions are often used in programming languages that support functional programming.

    • They are commonly used for short, simple operations that do not require a named function.

    • Lambda functions can take any number of arguments but can only have one expression.

    • Example: lambda x: x*2 defines a lambda function that doubles

  • Answered by AI
Round 2 - Behavioral 

(2 Questions)

  • Q1. What is threading?
  • Ans. 

    Threading is a way for a program to split itself into multiple simultaneous tasks.

    • Threading allows for parallel execution of tasks within a program.

    • Each thread has its own stack and runs independently of other threads.

    • Threads can communicate with each other and share resources.

    • Example: A web server handling multiple client requests concurrently using threads.

  • Answered by AI
  • Q2. What is lamda function?
  • Ans. 

    Lambda function is an anonymous function in programming that can have multiple parameters and can be used as an argument to other functions.

    • Lambda functions are also known as anonymous functions because they do not have a name.

    • They are often used for short, one-time tasks that do not require a separate function definition.

    • Lambda functions can take multiple parameters and return a single value.

    • Example: lambda x, y: x + ...

  • Answered by AI

Skills evaluated in this interview

Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-

I applied via Job Portal

Round 1 - Technical 

(2 Questions)

  • Q1. About yourself, describe
  • Q2. Technical question

Exide Industries Interview FAQs

How many rounds are there in Exide Industries Salesforce Developer interview?
Exide Industries interview process usually has 3 rounds. The most common rounds in the Exide Industries interview process are Resume Shortlist, One-on-one Round and HR.

Tell us how to improve this page.

Exide Industries Salesforce Developer Interview Process

based on 1 interview

Interview experience

4
  
Good
View more

Interview Questions from Similar Companies

Bosch Interview Questions
4.2
 • 334 Interviews
MRF Tyres Interview Questions
3.6
 • 314 Interviews
UNO Minda Interview Questions
4.0
 • 182 Interviews
Ceat Tyres Interview Questions
4.0
 • 167 Interviews
Yazaki Interview Questions
3.8
 • 137 Interviews
Apollo Tyres Interview Questions
4.0
 • 134 Interviews
Hitachi Astemo Interview Questions
4.0
 • 107 Interviews
Aptiv Interview Questions
3.5
 • 101 Interviews
JK Tyres Interview Questions
3.6
 • 98 Interviews
View all
Area Sales Executive
407 salaries
unlock blur

₹3.7 L/yr - ₹10.2 L/yr

Senior Area Sales Executive
259 salaries
unlock blur

₹4.2 L/yr - ₹11.6 L/yr

Assistant Manager
248 salaries
unlock blur

₹5.5 L/yr - ₹13.5 L/yr

Service Engineer
232 salaries
unlock blur

₹2.5 L/yr - ₹9.5 L/yr

Regional Sales Manager
148 salaries
unlock blur

₹10.6 L/yr - ₹41.1 L/yr

Explore more salaries
Compare Exide Industries with

Bosch

4.2
Compare

Samvardhana Motherson Group

3.7
Compare

MRF Tyres

3.6
Compare

Ceat Tyres

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