Salesforce OA Questions 2024: What Candidates Actually Saw

Last updated: May 2026

31+ Salesforce online assessment questions reported by candidates who took the OA in 2024. Sourced from 1Point3Acres, LeetCode, Blind, Glassdoor, and Reddit. Data grows as new reports are added.

Salesforce OA Format in 2024

The Salesforce online assessment has followed a consistent format across multiple hiring cycles. Based on 2024 reports in the database, candidates typically see 2 to 3 algorithmic coding problems delivered through a proctored online platform (most commonly HackerRank). Some roles include additional behavioral or work-simulation components after the coding section.

Time limits reported by candidates range from 70 to 110 minutes for the full assessment. The coding problems are auto-graded, so edge case handling and runtime efficiency both matter. Partial credit is available on some platforms if your solution passes a subset of test cases.

Real Salesforce OA Questions from 2024

My Experience with the AMTS Online Assessment(OA) at Salesforce

easy dynamic programming leetcode

My journey towards the AMTS role at Salesforce began when I came across an opening on LinkedIn. With the help of a referral from a Salesforce employee, I was invited...

View

Salesforce LMTS interview experience

hard system design leetcode

Round 1 : Hackerrank online test It was a hackerrank test with apprx 1.5 hours and there were 2 questions of medium to hard difficulty. I felt there were medium leetcode. One...

View

SalesForce online assessment

graph leetcode

Hi community , I have recently started with interview preperation and i appeared for salesforce online OA. I was asked Variations for below two question , questions were story based...

View

Salesforce Hackerrank Assesment

greedy leetcode

In an array of integers of size n, we have costs in each entry of the array. We have to select k costs from n such that the total cost...

View

Salesforce LTMS OA

dynamic programming leetcode

Input: \u2022 Campaign Costs: {1000, 500, 2000, 8000, 1500} \u2022 Number of Weeks: 3 Goal: \u2022 Campaigns should be executed in the order they appear. \u2022 Each week must contain at least one campaign....

View

Saleforce OA | Dec 2024

easy hash table leetcode

It was a hackerrank test with 2 problems and 75 mins to solve. Luckily, test was very easy. Problem - 1 Given an array of unique elements, count number of pairs such...

View

Salesforce Service Cloud | LMTS | Bangalore | Dec 2023 [Reject]

system design leetcode

Round 1 : Hacker rank OA : Rod cutting problem Don\'t remember 2nd problem Round 2 : Coding : https://leetcode.com/problems/rotting-oranges/ https://leetcode.com/problems/minimum-window-substring/ **Round 3 : LLD: Couple of typical behavioural questions LLD of...

View

Salesforce | SMTS | Cleared | Awaiting Offer

medium other leetcode

YOE - 8 OA - Hackerrank round. 2 Medium level LC. Virtual Drive Round1 : Problem Solving - LRU cache. Interviewer was interested in DS used, code quality and happy that I wrote...

View

Salesforce || SMTS || Bangalore/Hyderabad || Offer

hard system design leetcode

exp - 5.8 yrs current company - product based MNC college - Tier 3 Screening : Hackerrank Dont remeber the question , but they were medium level Round 1 : coding print the rightmost...

View

Salesforce SMTS | Razorpay SSE | Uber SDE 2 | Bengaluru (Interview Experience)

easy system design leetcode

Previous company: Mid size MNC Previous Compensation: 30 LPA (Fixed including PF + Gratuity) with no stocks and performance bonus YOE: 4 Years RazorPay Interview Experience There were 3 rounds. 1. LLD: I was asked...

View

Salesforce | SMTS | May 2024 | Hyderabad | Reject

easy system design leetcode

Role:- SMTS Recruiter mailed me about the role through Instahyre. She asked me to complete hackerrank test within 2 days. Hackerrank test Couple of questions asked in the hackerrank test. (Easy to Medium...

View

Arcesium | Senior Software Engineer | OA

arrays leetcode

Question 1: <img src="https://assets.leetcode.com/users/images/0d477832-2e49-4d85-9ebf-a671c60b5d43_1720121780.5720189.png" width="500"/> <img src="https://assets.leetcode.com/users/images/78f99672-95d3-4349-a373-b15c929c67f2_1720121786.0569093.png" width="500"/> <img src="https://assets.leetcode.com/users/images/ad109fba-5eca-4f55-8b67-f1be5781923d_1720121859.5922036.png" width="500"/> Solution: static int maxLength(List<Integer> arr) { int n = arr.size(); int ans = 0; int i = 0; while (i < n) { ...

View

Salesforce | LMTS | Hyderabad | June 2024 | Offer

system design leetcode

Total exp - 10.2 years Current Company - FAANG Applied directly on the portal. Got OA day after. Completed OA on the same day and got the interview call to be scheduled in...

View

JPMorganChase | June - July 2024| Select

medium system design leetcode

JPMC 2024 COHORT HIRING Location: Hyderabad YOE: 4 Role offered: SDE3 (Associate - 602 Level) June 1st Week - Recruiter approached me June 2nd Week - OA - 2 Medium DS Questions - All Passed July...

View

Salesforce OA | General Software Engineer Assessment (INDIA ONLY) + onsites (Drive Sep 20)

easy system design leetcode

Role: Frontend Developer Location: Hyderabad EOY: 4+ I just got done with Salesforce Hackerrank OA. The test has two questions. I\'d say the first one was kinda okay but the second one was...

View

Salesforce WIT summit Intern Interview Experience 2024

easy arrays gfg

Salesforce came to our campus in April and it was basically for girls as it was something related to Women In Tech summit in Salesforce Office at Hyderabad. This was the f...

View

Salesforce Interview Experience Internship (On-Campus)

easy arrays gfg

My name is Himdyuti Sandilya, a third-year undergraduate student in the Department of Electrical Engineering at IIT Kharagpur. I am thrilled to share my journey of securin...

View

Salesforce SMTS | Dec 23 | India[Offer]

easy binary tree leetcode

Had online interviews on 2nd Dec. OA screening: Had to solve 2 questions of medium difficulty on hackerrank in 60 mins. The time constraint was very tight for me, but managed to...

View

Salesforce SMTS interview India

medium other leetcode

YOE: 4 Round1: Online test with 2 questions (leetcode medium) Onsites: Round2: Dsa 1 question (leetocode medium). Solved it in 20 minutes. Round3: LLD (standard question). Good discussion. Round4: Generic HM questions along with discussion...

View

My Salesforce Interview Experience for AMTS Role

medium coding other reddit

I recently had my interview at Salesforce for the AMTS role. The online assessment round consisted of 3 medium DSA problems to be solved on HackerRank within 100 minutes. The first interview round was

View

Topic Breakdown (2024 OA)

Topics reported by candidates who took the Salesforce OA in 2024:

system design (12) arrays (4) dynamic programming (3) hash table (2) graph (2) math (1) greedy (1) binary tree (1)

Difficulty Breakdown (2024 OA)

11

easy

7

medium

3

hard

Difficulty labels are reported by candidates or inferred from LeetCode ratings.

How to Prepare for the Salesforce OA

The Salesforce OA is a timed, auto-graded coding test. Preparation is different from interview prep: you need to optimize for both correctness and speed, since partial credit requires passing test cases, not just showing reasoning.

  • Practice timed sessions. Set a timer for 35 to 45 minutes per problem and simulate the real constraint.
  • Focus on the topic clusters that appear most in Salesforce OA reports: dynamic programming, graphs, arrays, and strings make up the majority of reported problems.
  • Read the problem constraints carefully before writing code. The constraints often reveal the expected time complexity and algorithm type.
  • Use the LeakCode database to review 2024 OA questions from actual candidates. Pattern recognition across multiple sightings is a stronger prep signal than any single mock problem.
  • If the OA includes a work simulation section, practice under realistic conditions. This section tests judgment and values alignment, not coding ability.

FAQ

What does the Salesforce OA look like in 2024?

Based on 2024 candidate reports, the Salesforce OA typically includes 2 to 3 coding problems and runs 70 to 110 minutes. Topics lean toward dynamic programming, graphs, arrays, and strings. Some roles include a work simulation section after the coding component.

How long is the Salesforce OA?

Most candidates report 70 to 90 minutes for the coding component. Roles with additional work simulation sections extend the total time to 110 to 150 minutes. Check your invitation email for the exact time allocation for your specific role.

What platform does Salesforce use for the OA?

Salesforce uses HackerRank or its own proprietary platform depending on the role and hiring cycle. Your invitation will specify the platform. Both platforms support multiple languages including Python, Java, C++, and JavaScript.

Are these real Salesforce OA questions?

Yes. All questions in the LeakCode database come from candidate reports on 1Point3Acres, Blind, Glassdoor, Reddit, and LeetCode. They are not AI-generated. Each question links to its source where available.

Other Salesforce OA Years

Related: Salesforce OA Hub · Salesforce All Questions · All OA Questions · Data Sources