Salesforce OA | LMTS
Summary
I encountered two problems during my Salesforce Online Assessment: an easy question concerning maximum process runtime and a medium LeetCode problem about minimizing operations to reduce an integer to zero.
Full Experience
Was asked an easy question (just get max process runtime).
Along with this medium question: https://leetcode.com/problems/minimum-operations-to-reduce-an-integer-to-0/
Interview Questions (2)
Maximum Process Runtime
The problem asks to get the maximum process runtime.
Minimum Operations to Reduce an Integer to 0
This is a medium difficulty problem from LeetCode, available at the provided link.