Yesterday, I received an online coding assessment from Cisco for the Software Engineer 2 role. The assessment consisted of three questions, which were of Easy to Medium difficulty:
- Check Alphabetical Order: Given a string, determine whether the characters follow alphabetical order. If they do not, return the index where the order breaks; otherwise, return 0.
- https://leetcode.com/problems/house-robber/description/
- https://leetcode.com/problems/spiral-matrix/description/