Tech IndustryApr 3, 2019
Envestnetpieter

Salesforce HackerRank Assessment

Salesforce said to add Junit tests to HackerRank solutions. How would you recommend adding that since everything’s in a single file in HackerRank? Do they lock everything down to Java? That’s not my strongest area and I’d hate to make a dumb miscue when all my LeetCode practice was in other languages.

Add a comment
Oracle pzd Apr 3, 2019

So why are you interviewing in Java?

Honeywell meditate Apr 3, 2019

If it's a maven project.. you can add the test cases in src/main/test..

Oracle hurr Apr 3, 2019

How was their Assessment like?? Is it leetcode style?

Envestnet pieter OP Apr 3, 2019

I’ll share more later but I’d recommend checking out HackerRank for Work. Create an account and try it out. Really helpful to create custom Java questions. You get to see how a company might score you and how unit tests work.