Need help with these cisco online assessment questions
Anonymous User
303

So I gave the Cisco Online Assessment Test for Golang Developer (Exp Required:3-8). The test was conducted on HackerRank and all the questions needed to be solved in Go.

There were 3 questions asked:
Water Balancing Between 4 Jugs
Maximum Element sum upto target
Selling Apples By count

You will find all 3 questions in this link:
https://drive.google.com/file/d/1f97t-oDm2AVKBiKMDzC4b48X0mFUBTGm/view

I could even understand how to begin approaching the 1st problem
I could solve the second one with recursion but I want a more tim complexity optimised approach
I have solved the last question.

Need to so that I can prepare better for my upcoming interviews.

Comments (1)