Went to meet an agent last week about an Excel VBA developer role they had. Was told that before I could meet the client, I would have to complete their test.
I was presented with a blank spreadsheet, except 10 cells in 1 column with some numbers in. The test was to sort the data using VBA without using the sort function. It also said they weren't looking to see how fast I could complete the task but the quality of the programming.
40 mins later and have a macro that does the following:
Everything works, is flexible on inputs, is instantaneous etc etc. Noone is around to tell I have finished so I add in error correction, option to sort asc/desc, a nice little button, comment all the code etc etc.
Next day I get an email saying sorry, test was not strong enough to progress. I asked if I could have some constructive feedback about why they thought so, since in my mind it did everything they asked for and more. Said they'd get back to me but haven't heard anything since and probably won't.
How would my fellow CUK excel vba experts have done it? What are my failings?
Ta. R.
I was presented with a blank spreadsheet, except 10 cells in 1 column with some numbers in. The test was to sort the data using VBA without using the sort function. It also said they weren't looking to see how fast I could complete the task but the quality of the programming.
40 mins later and have a macro that does the following:
Code:
Array is populated by the selected cells Array is rearranged, element by element using loops Array is spat back out into spreadsheet next to original data
Next day I get an email saying sorry, test was not strong enough to progress. I asked if I could have some constructive feedback about why they thought so, since in my mind it did everything they asked for and more. Said they'd get back to me but haven't heard anything since and probably won't.
How would my fellow CUK excel vba experts have done it? What are my failings?
Ta. R.



Comment