Salesforce
More Experiences
Salesforce OA SMTS
October 31, 2025 • 22 reads
Summary
Submitted a straightforward OA with two easy problems related to sets and a 0-1 knapsack-like question. Both were solved within 30 minutes, but no response has been received in over a week.
Full Experience
Interview(75 min)
Easy problem related to Set
Easy medium problem similiar to 0-1 Knapsack
I was able to solve both within 30 minutes, but I haven’t heard back for over a week. Has anyone else experienced something similar?
Interview Questions (2)
Q1
Set Operations Problem
Data Structures & AlgorithmsEasy
A problem involving set operations, likely requiring efficient handling of elements and their relationships.
Q2
0-1 Knapsack Variant
Data Structures & AlgorithmsMedium
A problem similar to the 0-1 Knapsack, where the goal is to select items with maximum value without exceeding capacity constraints.