Upload Button Icon Add office photos

Salesforce

Compare button icon Compare button icon Compare

Filter interviews by

Salesforce Production Support Engineer Interview Questions and Answers

Updated 30 Oct 2021

Salesforce Production Support Engineer Interview Experiences

1 interview found

I applied via Referral and was interviewed in Sep 2021. There were 4 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. Core java questions, Coding questions regarding loops and if conditions, Java Web services, Html, JavaScript, J2EE, Logging and debugging related questions, database questions using filtering and join clau...

Interview Preparation Tips

Interview preparation tips for other job seekers - Basic Java programs, concepts, J2EE basics, Spring boot, microservice architecture, Java Web services and database related questions can help to clear this interview.

Production Support Engineer Jobs at Salesforce

View all

Interview questions from similar companies

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

Interview Questionnaire 

1 Question

  • Q1. Basic linux, sql, itil, sdlc question

Interview Preparation Tips

Interview preparation tips for other job seekers - Technical part was very easy, moreover they look on the candidate's confidence & capability to take responsibility

I applied via Referral and was interviewed in Sep 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 - Aptitude Test 

IBM Aptitude Syllabus which had 18 Questions on topics of Profit and Loss, Ratios and Proportions, Percentage, Probability, Speed Time and Distance, Permutation and Combination, and Number System. Each question was to be solved in a time limit of 2 minutes 15 seconds.

Round 3 - Coding Test 

The first round was a coding round of 30 min for only one .

Interview Preparation Tips

Interview preparation tips for other job seekers - Market yourself. ...
Apply even if you're not fully qualified. ...
Job search like it's your job. ...
Use informational interviews to network. ...
Set yourself apart with letters of recommendation. ...
Know yourself and what you want. ...
Pump yourself up and stay positive.
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 - Group Discussion 

Yes..good evening.....

Tq give me opportunity..

some topic all some member's discussion in group..

Interview Preparation Tips

Topics to prepare for HCLTech Production Support Engineer interview:
  • C++
  • Communication Skills
Interview preparation tips for other job seekers - Anyway tq u sir.......I can hard working

I applied via Naukri.com and was interviewed in May 2021. There were 3 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. Service Management scenario based questions

Interview Preparation Tips

Interview preparation tips for other job seekers - They take three rounds, first would be Tech then core tech then one with their VP after that only you will get into HCL
Interview experience
5
Excellent
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via Company Website and was interviewed in Jan 2023. 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 - Virtual interview 

(6 Questions)

  • Q1. What is a role of support engineer
  • Ans. 

    A support engineer is responsible for providing technical assistance and resolving issues related to software or hardware systems.

    • Providing technical support to customers or end-users

    • Troubleshooting and resolving software or hardware issues

    • Installing, configuring, and maintaining systems

    • Monitoring system performance and identifying potential problems

    • Collaborating with development teams to address bugs or enhancements

    • Do...

  • Answered by AI
  • Q2. What is ticketing tool
  • Ans. 

    A ticketing tool is a software application used to track and manage customer support requests or issues.

    • Ticketing tools help in organizing and prioritizing customer support tickets.

    • They provide a centralized platform for communication and collaboration between support teams and customers.

    • Ticketing tools often include features like ticket assignment, status tracking, and reporting.

    • Examples of popular ticketing tools inc

  • Answered by AI
  • Q3. What is monitoring tool
  • Ans. 

    A monitoring tool is a software application or system that collects and analyzes data to track the performance and health of a system or application.

    • Monitoring tools collect data from various sources such as servers, networks, databases, and applications.

    • They provide real-time visibility into the system's performance, availability, and resource utilization.

    • Monitoring tools can generate alerts or notifications when pred...

  • Answered by AI
  • Q4. What are SQL comments
  • Ans. 

    SQL comments are used to add explanatory notes or remarks within SQL code.

    • SQL comments start with a double hyphen (--), or can be enclosed between /* and */

    • Comments are ignored by the SQL engine and are not executed as part of the code

    • Comments can be used to improve code readability and provide documentation

    • Comments can be used to disable or temporarily remove parts of the code for testing or debugging purposes

  • Answered by AI
  • Q5. What doing in the SQL
  • Q6. What is DML full form
  • Ans. 

    DML stands for Data Manipulation Language.

    • DML is a subset of SQL (Structured Query Language) used to manipulate data in a database.

    • It includes commands like INSERT, UPDATE, DELETE, and SELECT.

    • DML statements are used to add, modify, or delete data in database tables.

    • For example, INSERT statement is used to add new records, UPDATE statement is used to modify existing records, DELETE statement is used to remove records, a...

  • Answered by AI

Interview Preparation Tips

Topics to prepare for IBM Production Support Engineer interview:
  • PLSQL
  • SQL
  • Oricale
  • Selcripting
Interview preparation tips for other job seekers - I am working very hard to a company I was interested in companys

Skills evaluated in this interview

I applied via Company Website and was interviewed in Jun 2022. 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 

A good coding test will measure candidate capacity for problem solving skills and understanding of coding

Round 3 - Aptitude Test 

Aptitude test plays important role of understanding the knowledge of the person

Round 4 - Technical 

(3 Questions)

  • Q1. Tell about yourself , what are your strengths?
  • Q2. What do you know about our company?
  • Q3. What are your weakness?

Interview Preparation Tips

Interview preparation tips for other job seekers - Your are going to need strong resume,Be patient Post interview

I was interviewed before Sep 2020.

Round 1 - Coding Test 

(1 Question)

Round duration - 140 minutes
Round difficulty - Medium

Test timing was at 2:00 pm , it was conducted in a college and the environment was good for the test. Camera was a primary part of test, so no suspicious activity.

  • Q1. 

    Sum of Two Numbers Represented as Arrays

    Given two numbers in the form of two arrays where each element of the array represents a digit, calculate the sum of these two numbers and return this sum as an ar...

  • Ans. 

    Given two numbers represented as arrays, calculate their sum and return the result as an array.

    • Iterate through the arrays from right to left, adding digits and carrying over if necessary

    • Handle cases where one array is longer than the other by considering the remaining digits

    • Ensure the final sum array does not have any leading zeros

  • Answered by AI
Round 2 - Face to Face 

Round duration - 20 minutes
Round difficulty - Easy

The round was conducted at around 12 p.m. I was called at the college location and then it was conducted. The interviewer was quite polite and frank.

Round 3 - HR 

Round duration - 8 minutes
Round difficulty - Easy

This round was conducted right after finishing and clearing the technical round at the same place and on the same day.

Interview Preparation Tips

Eligibility criteriaAbove 60 %Wipro Limited interview preparation:Topics to prepare for the interview - OOPS, Data Structures, Database Concepts, Coding problemsTime required to prepare for the interview - 2-3 monthsInterview preparation tips for other job seekers

Tip 1 : Practice atleast 2-3 Coding problems daily so your logic building becomes stronger.
Tip 2 : Exercise problems based on OOPS concepts and others too.
Tip 3 : If you can have your own project built, then it's the major point and will act as a plus point.

Application resume tips for other job seekers

Tip 1 : Your resume should be in standard form, short and simple will be more effective.
Tip 2 : Whatever you have learned, you need to mention it in your resume as that will be your primary source of selection and having project on your resume is important.

Final outcome of the interviewSelected

Skills evaluated in this interview

I applied via Naukri.com and was interviewed in Jul 2020. There were 4 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. SOLID principals, oops, c# basics, SQL server, azure, design pattern

Interview Preparation Tips

Interview preparation tips for other job seekers - Clear basics of oops and design pattern

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

Interview Questionnaire 

1 Question

  • Q1. Hr

Interview Preparation Tips

Interview preparation tips for other job seekers - You should be true to what you are putting before the interviewer . Try to put your ideas Add something you did well in your career like in projects /research which you know very well and versed in concepts about it for open interview so that interviewer can get bandwidth where he can ask questions from. This is simply a key .

Salesforce Interview FAQs

How to prepare for Salesforce Production Support Engineer interview?
Go through your CV in detail and study all the technologies mentioned in your CV. Prepare at least two technologies or languages in depth if you are appearing for a technical interview at Salesforce. The most common topics and skills that interviewers at Salesforce expect are Troubleshooting, Javascript, Automation, Linux and MySQL.

Tell us how to improve this page.

Interview Questions from Similar Companies

TCS Interview Questions
3.7
 • 10.4k Interviews
Accenture Interview Questions
3.8
 • 8.1k Interviews
Infosys Interview Questions
3.6
 • 7.5k Interviews
Wipro Interview Questions
3.7
 • 5.6k Interviews
HCLTech Interview Questions
3.5
 • 3.8k Interviews
IBM Interview Questions
4.0
 • 2.3k Interviews
Oracle Interview Questions
3.7
 • 846 Interviews
Google Interview Questions
4.4
 • 821 Interviews
Amdocs Interview Questions
3.7
 • 512 Interviews
View all
Salesforce Production Support Engineer Salary
based on 7 salaries
₹7 L/yr - ₹21.5 L/yr
124% more than the average Production Support Engineer Salary in India
View more details
Technical Support Engineer
935 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Technical Consultant
327 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Member Technical Staff
270 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Senior Member of Technical Staff
249 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Senior Technical Consultant
229 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Explore more salaries
Compare Salesforce with

SAP

4.2
Compare

Zoho

4.3
Compare

Oracle

3.7
Compare

Adobe

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