Geekzone: technology news, blogs, forums
Guest
Welcome Guest.
You haven't logged in yet. If you don't have an account you can register now.


View this topic in a long page with up to 500 replies per page Create new topic
1 | 2 | 3
Dynamic
3868 posts

Uber Geek

ID Verified
Trusted
Lifetime subscriber

  #1754929 3-Apr-2017 17:48
Send private message

My last three open positions all had in the application requirements section that the candidate was to attach something extra to their applications that should have taken them no more than 5 minutes to prepare.  I've no interest in hiring someone who cannot follow simple instructions or doesn't take the time to read the advertisement correctly, so well over half of the applications went straight into the bin.





“Don't believe anything you read on the net. Except this. Well, including this, I suppose.” Douglas Adams

 

Referral links to services I use, really like, and may be rewarded if you sign up:
PocketSmith for budgeting and personal finance management.  A great Kiwi company.




zgreen

13 posts

Geek


  #1754934 3-Apr-2017 17:52
Send private message

freitasm: Removed the answer.

But yes, an IT Admin help desk may know about DNS but not necessarily programming. A generalist is usually just that.

 

 

 

I get that, the job is not a software dev job, but for someone that can tweak things as required. As I mentioned earlier, my motivation for picking a TXT record was to take something a generalist might not know about and get them to google it and go oh, so that's what it is, let me figure out how to apply this. I would never expect a generalist role to know everything off the top of their head. If one was to visit that link then you'd get another thing I wouldn't expect many except maybe AD / security specialists to know off the top of their head either.

 

However, maybe that is just too hard at this stage of the process. My expecations are probably too high from the ad. The whole thing was meant to just be a google and apply to the situation puzzle which is the main skill I expect from a generalist.


freitasm
BDFL - Memuneh
79306 posts

Uber Geek

Administrator
ID Verified
Trusted
Geekzone
Lifetime subscriber

  #1754937 3-Apr-2017 18:04
Send private message

Sounds good to me.




Please support Geekzone by subscribing, or using one of our referral links: Quic Broadband (free setup code: R587125ERQ6VE) | Samsung | AliExpress | Wise | Sharesies | Hatch | GoodSync 




TwoSeven
1624 posts

Uber Geek

Subscriber

  #1754948 3-Apr-2017 18:43
Send private message

In my own view, I think someone doing that without testing it would be doing well, as it requires knowledge of the  ASCII character set in Hex.

 

I would suggest the reliable return value of the function is job.enatel.net only if the input is 'jobapplication'.

 

For a word that contains a 't' in position > 9 then I would expect that it will simply take the first 3 letters of that word and subsititute it for the www,  so if the input was  bobssometext I guess that the return value would be bob.enatel.net. 

 

If the input value did not contain a value or did not contain a 't' after position 9, then perhaps the return value would likely be it.enatel.net.

 

   Only in this case would I think the output be txtrecord.enatel.net. as given by the console statement.

 

The code also required the static keyword to be added to enable it to run in a console app.  I did not check to see what happens in different codepages as my assumption was either 7 bit ASCII or UTF-8.

 

The odd bit for me was the reference to getting the TXT Record as suggested by others; DNS is not my field, but I figure that a a TXT record consists of a name, value and TTL. I made the assumption that a text record would exist with the name property set to 'job' and the value field being some arbitrary text (which is not specified in the requirements). Given any of the other values that could be returned, one would need to check for no TXT record being found.

 

Just my thoughts.





Software Engineer
   (the practice of real science, engineering and management)
A.I.  (Automation rebranded)
Gender Neutral
   (a person who believes in equality and who does not believe in/use stereotypes. Examples such as gender, binary, nonbinary, male/female etc.)

 

 ...they/their/them...


gbwelly
1243 posts

Uber Geek


  #1754955 3-Apr-2017 19:02
Send private message

zgreen:

 

Hi,

 

We're currently advertising

 

 

yes, you've got yourself a lot of advertising for an account with less than 10 posts.

 

 








zgreen

13 posts

Geek


  #1755965 3-Apr-2017 20:24
Send private message

gbwelly:

 

zgreen:

 

Hi,

 

We're currently advertising

 

 

yes, you've got yourself a lot of advertising for an account with less than 10 posts.

 

Sorry, didn't realise it would be frowned upon to set up an account and ask the question. If this is inappropriate then I don't mind if a moderator removes it. I have a personal account but I don't like mixing personal and business stuff. I genuinely wanted some feedback about it because clearly it's too hard or appropriate candidates aren't applying / trying / reading properly. It has been listed for 3 weeks now on other places where I'd expect job seekers to look.


toyonut
1508 posts

Uber Geek


  #1755983 3-Apr-2017 20:50
Send private message

Took a bit of brainpower to make sense of the code sample, had to rewrite it a bit to make it work. 

 

https://dotnetfiddle.net/FCvXpd

 

Which gets you a txt record to look up here:

 

https://mxtoolbox.com/SuperTool.aspx?action=txt%3ajob.enatel.net&run=toolpage

 

Which leads to another site with a question on it. 

 

You want to add a user account creation feature?

 

Honestly, I am not sure who you are targeting with this, a sysadmin is probably going to skip it as it is C#. A person who can write C# to a decent level is likely to skip it because they probably don't want to be a support desk generalist. There is more than enough demand for C# coders. It is a fun exercise though, good on you for doing something different.

 

Depending on the level of person you are after, maybe remove the cruft from the code question like the redundant return, var answer and console.writeline. I don't think they add to it. Also maybe try and write it in a Sysadmin language like powershell, bash or python. You might pick up more sysadmins if that is actually who you are after. 

 

 





Try Vultr using this link and get us both some credit:

 

http://www.vultr.com/?ref=7033587-3B


 
 
 

Trade NZ and US shares and funds with Sharesies (affiliate link).
zgreen

13 posts

Geek


  #1755985 3-Apr-2017 20:56
Send private message

toyonut:

 

Took a bit of brainpower to make sense of the code sample, had to rewrite it a bit to make it work. 

 

https://dotnetfiddle.net/FCvXpd

 

Which gets you a txt record to look up here:

 

https://mxtoolbox.com/SuperTool.aspx?action=txt%3ajob.enatel.net&run=toolpage

 

Which leads to another site with a question on it. 

 

You want to add a user account creation feature?

 

Honestly, I am not sure who you are targeting with this, a sysadmin is probably going to skip it as it is C#. A person who can write C# to a decent level is likely to skip it because they probably don't want to be a support desk generalist. There is more than enough demand for C# coders. It is a fun exercise though, good on you for doing something different.

 

Depending on the level of person you are after, maybe remove the cruft from the code question like the redundant return, var answer and console.writeline. I don't think they add to it. Also maybe try and write it in a Sysadmin language like powershell, bash or python. You might pick up more sysadmins if that is actually who you are after. 

 

 

 

 

 

 

Thanks, yeah I might simplify the code as really that's not the main point of it all. Target is someone that knows a bit of C# enough to find their way around code / make changes as required. I considered doing it in a more sysadmin friendly language, but C# really is the most important one. Based on all the feedback so far, I think it would be a good idea to remove all the trap stuff as you've mentioned and just leave it as a simple problem so people can focus on the real reason for the test (google unknown stuff and apply the answers to the situation).


toyonut
1508 posts

Uber Geek


  #1755986 3-Apr-2017 21:04
Send private message

Fair enough, I just re-read your OP and saw you were definitely after someone with C# experience, not just a sysadmin.

 

Good luck with the candidate hunt. It took a while to find someone good at the last place I was at. We did get there in the end though. 





Try Vultr using this link and get us both some credit:

 

http://www.vultr.com/?ref=7033587-3B


zgreen

13 posts

Geek


  #1755997 3-Apr-2017 21:17
Send private message

Thanks. Yeah it is a bit of an odd role. We're a manufacturing company with a couple of hundy staff and my department (including this role) is 2 people. We don't outsource anything, so really is a wide open role which makes things difficult. Had a real issue getting any remotely interesting applications last time we advertised so this was my attempt to do something a bit different and make candidates that can follow instruction and apply solutions found online stand out a bit even if their CV didn't look so flash.


Kiwifruta
1423 posts

Uber Geek

ID Verified

  #1756055 3-Apr-2017 23:25
Send private message

Personally, I don't apply for jobs when the advertisement has than instead of then or has spelling or grammatical errors.
Makes me wonder about the about the professionalism of the place.


Maybe your advertisement is dissuading suitable applicants.


 


 


 


bazzer
3438 posts

Uber Geek

Trusted

  #1756070 4-Apr-2017 01:01
Send private message

Out of interest, what is the salary range?

 

I could start my sentence with ""Puzzle: " but only if it were worth my while. :)


zgreen

13 posts

Geek


  #1756106 4-Apr-2017 09:06
Send private message

Kiwifruta:

 

Personally, I don't apply for jobs when the advertisement has than instead of then or has spelling or grammatical errors.
Makes me wonder about the about the professionalism of the place.

 

Maybe your advertisement is dissuading suitable applicants.

 

 

 

Thanks, I hadn't noticed that. That bit was added by HR. I'll get them to change it.

 

 

 

Salary depends on experience, could be 50's for someone new or up to 80's for someone with some reasonable experience. Ideally someone with experience would be better, but not sure many of those people would be applying for the role so it is more pitched at someone in a t2/t3 helpdesk kind of role that wants to expand to do other things as well.


singosing
3 posts

Wannabe Geek


  #1759951 9-Apr-2017 23:29
Send private message

Hi zgreen,

 

 

 

Is it still valid, or it is closed?

 

 

 

 


Edwood
218 posts

Master Geek


  #1759970 10-Apr-2017 06:26
Send private message

It's been a very long time since I wrote any code so the puzzle is beyond me.

 

However, I think it's a great way to do your first CV sort.

 

It has the potential to show you a LOT more about a candidate than just looking at a CV.

 

 

 

If it's too hard, simplify it. If it were me, I'd be as interested in their process as their result.


1 | 2 | 3
View this topic in a long page with up to 500 replies per page Create new topic





News and reviews »

Air New Zealand Starts AI adoption with OpenAI
Posted 24-Jul-2025 16:00


eero Pro 7 Review
Posted 23-Jul-2025 12:07


BeeStation Plus Review
Posted 21-Jul-2025 14:21


eero Unveils New Wi-Fi 7 Products in New Zealand
Posted 21-Jul-2025 00:01


WiZ Introduces HDMI Sync Box and other Light Devices
Posted 20-Jul-2025 17:32


RedShield Enhances DDoS and Bot Attack Protection
Posted 20-Jul-2025 17:26


Seagate Ships 30TB Drives
Posted 17-Jul-2025 11:24


Oclean AirPump A10 Water Flosser Review
Posted 13-Jul-2025 11:05


Samsung Galaxy Z Fold7: Raising the Bar for Smartphones
Posted 10-Jul-2025 02:01


Samsung Galaxy Z Flip7 Brings New Edge-To-Edge FlexWindow
Posted 10-Jul-2025 02:01


Epson Launches New AM-C550Z WorkForce Enterprise printer
Posted 9-Jul-2025 18:22


Samsung Releases Smart Monitor M9
Posted 9-Jul-2025 17:46


Nearly Half of Older Kiwis Still Write their Passwords on Paper
Posted 9-Jul-2025 08:42


D-Link 4G+ Cat6 Wi-Fi 6 DWR-933M Mobile Hotspot Review
Posted 1-Jul-2025 11:34


Oppo A5 Series Launches With New Levels of Durability
Posted 30-Jun-2025 10:15









Geekzone Live »

Try automatic live updates from Geekzone directly in your browser, without refreshing the page, with Geekzone Live now.



Are you subscribed to our RSS feed? You can download the latest headlines and summaries from our stories directly to your computer or smartphone by using a feed reader.