Salesforce interview experience Real time questions & tips from candidates to crack your interview

SDE - Intern

Salesforce
upvote
share-icon
2 rounds | 2 Coding problems

Interview preparation journey

expand-icon
Preparation
Duration: 1.5 month
Topics: Data Structures, OOPS, System Design, Top 20 Salesforce questions on leetcode, Behavioral round
Tip
Tip

Tip 1 : Consistency for coding is important. The approach is seen not the syntax/language
Tip 2 : Prepare for system design questions if you are having work experience.

Application process
Where: Company Website
Eligibility: 7+ or 3.0+ GPA
Resume Tip
Resume tip

Tip 1 : Simple and relevant to the job description
Tip 2 : Mention impact statements

Interview rounds

01
Round
Easy
Online Coding Interview
Duration45 minutes
Interview date15 Oct 2021
Coding problem1

Online hackerrank assessment 3 coding questions were asked. 2 easy, 1 medium

1. Rotate array

Easy
25m average time
80% success
0/40
Asked in companies
Deutsche BankIBMSalesforce

Given an array 'arr' with 'n' elements, the task is to rotate the array to the left by 'k' steps, where 'k' is non-negative.


Example:
'arr '= [1,2,3,4,5]
'k' = 1  rotated array = [2,3,4,5,1]
'k' = 2  rotated array = [3,4,5,1,2]
'k' = 3  rotated array = [4,5,1,2,3] and so on.
Problem approach

The problem was straight forward.

Try solving now
02
Round
Medium
Face to Face
Duration45 minutes
Interview date21 Oct 2021
Coding problem1

System Design round + SQL queries + OOPs Concepts

1. System Design Question

Design a system for a web crawler

Problem approach

Tip 1: Ask the interviewer the right questions and write down all the information.
Tip 2: Share screen to use a notepad or sketch to briefly describe or write the low level/highlevel diagrams/code

Here's your problem of the day

Solving this problem will increase your chance to get selected in this company

Skill covered: Programming

How do you remove whitespace from the start of a string?

Choose another skill to practice
Similar interview experiences
company logo
SDE - Intern
1 rounds | 3 problems
Interviewed by Salesforce
2493 views
1 comments
0 upvotes
company logo
SDE - Intern
3 rounds | 9 problems
Interviewed by Salesforce
1978 views
0 comments
0 upvotes
company logo
SDE - Intern
2 rounds | 4 problems
Interviewed by Salesforce
1072 views
0 comments
0 upvotes
company logo
SDE - Intern
2 rounds | 3 problems
Interviewed by Salesforce
810 views
0 comments
0 upvotes
Companies with similar interview experiences
company logo
SDE - Intern
3 rounds | 6 problems
Interviewed by Amazon
15606 views
4 comments
0 upvotes
company logo
SDE - Intern
4 rounds | 7 problems
Interviewed by Microsoft
15500 views
1 comments
0 upvotes
company logo
SDE - Intern
2 rounds | 4 problems
Interviewed by Amazon
10216 views
2 comments
0 upvotes