I've only ever had 2 and they were for positions that I never applied for but the companies contacted me and really wanted to go ahead and talk to me. One was RedHat and the other Google and I know that my skill range is not what they wanted but what the hell. They went through the questions and I replied, correctly I might add, how I would do it but quite often the answers were marked down as wrong because the person at the other end of the phone was either a low level techie or an HR weenie and was reading from a piece of paper. I wasn't bothered though...
- Visitors can check out the Forum FAQ by clicking this link. You have to register before you can post: click the REGISTER link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below. View our Forum Privacy Policy.
- Want to receive the latest contracting news and advice straight to your inbox? Sign up to the ContractorUK newsletter here. Every sign up will also be entered into a draw to WIN £100 Amazon vouchers!
Technical interviews
Collapse
X
-
“Brexit is having a wee in the middle of the room at a house party because nobody is talking to you, and then complaining about the smell.” -
Got interviewed back in 2006 for a role in London. They got their top MS consultant in from another gig just to interview me. He started pressing me on ADO.Net, then SQ l server, then concurrency, then locking mechanisms. I really knew my tulip, so really enjoyed it.
I remember the one question about locking mechs, he only wanted 2. I gave him the remaining 3 anyways. AdBatchLockOptimistic confused him.
Anyway ps I got the gig. I was held aloft as the shiny new star, who had fended off 250 other applicants and outfoxed their Top MS consultant.
In the 7 weeks I was there, I learned a lot about bullying in the work place from my colleagues. Was given the cryogenic ally frozen shoulder from day 1.
This is one of the reasons I went contracting.
If the technical interviewer was a total bellend, self importatant knob stain who did not know the subject matter well enough to test you then you could have politely called the meeting short, given feedback to your agent and then moved onto the next interview.
You have to balance your hunger for the next role, with when something smells bad. A kind of look before you leap mentality. If you have zero warchest, then you just have to leap and suck it up while you rebuild.
Either way you dodged a bullet and should be relieved. Also you received some excellent training in how not to conduct a technical interview so should you find yourself in a hiring capacity you should draw on the experience positively and become a better person from it.
Knock first as I might be balancing my chakras.Comment
-
Originally posted by suityou01 View Post
Either way you dodged a bullet and should be relieved. Also you received some excellent training in how not to conduct a technical interview so should you find yourself in a hiring capacity you should draw on the experience positively and become a better person from it.merely at clientco for the entertainmentComment
-
Originally posted by wonderboy View Postthe nominated "senior technical guy" betrayed a complete and fundamental misunderstanding of how object references are passed around (something you learn in chapter one of any book on said development language, and that is common across Java, C# and JavaScript).Originally posted by MaryPoppinsI'd still not breastfeed a naziOriginally posted by vetranUrine is quite nourishingComment
-
Originally posted by d000hg View PostIn the spirit of full disclosure you need to explain what he said and what you think the right answer is, in case we can mock you horrendously.
This is a fundamental misunderstanding of the way JavaScript uses "pass reference by value" (described more commonly as "pass by reference") when dealing with objects.
Code:var appVar1 = {}; (function(appVar2){ appVar2.MyConstructor = function() { //... }; })(appVar1);
Mock me all you want!Comment
-
Holy feck, in my day you passed either by reference or by value. Now we can pass by reference value?Knock first as I might be balancing my chakras.Comment
-
Originally posted by suityou01 View PostHoly feck, in my day you passed either by reference or by value. Now we can pass by reference value?Comment
-
Originally posted by wonderboy View PostI simply mean pass by reference, but I personally find the term "pass reference by value" to be easier to understand. It means the same thing. The important thing is that the value of the reference is what is copied (and not the object pointed to by the reference).
Wtf does line 1 do? Set a loosely typed var equal to a set of braces! I mean wtf is that?Knock first as I might be balancing my chakras.Comment
-
Originally posted by suityou01 View PostI'm mystified by javascript nowadays.
Wtf does line 1 do? Set a loosely typed var equal to a set of braces! I mean wtf is that?Comment
-
Also line 2 starts with an opening parentheses. How can a statement begin with an opening parenthesis?
I need a lie down.Knock first as I might be balancing my chakras.Comment
- Home
- News & Features
- First Timers
- IR35 / S660 / BN66
- Employee Benefit Trusts
- Agency Workers Regulations
- MSC Legislation
- Limited Companies
- Dividends
- Umbrella Company
- VAT / Flat Rate VAT
- Job News & Guides
- Money News & Guides
- Guide to Contracts
- Successful Contracting
- Contracting Overseas
- Contractor Calculators
- MVL
- Contractor Expenses
Advertisers
Contractor Services
CUK News
- Are CVs medieval or just being misused? Today 05:05
- Are CVs medieval or just being misused? Yesterday 21:05
- IR35: Mutuality Of Obligations — updated for 2025/26 Yesterday 05:22
- Only proactive IT contractors can survive recruitment firm closures Sep 22 07:32
- How should a creditors’ meeting ideally pan out for unpaid suppliers? Sep 19 07:16
- How should a creditors’ meeting ideally pan out for unpaid suppliers? Sep 18 21:16
- IR35: Substitution — updated for 2025/26 Sep 18 05:45
- Payment request to bust recruitment agency — free template Sep 16 21:04
- Why licensing umbrella companies must be key to 2027’s regulation Sep 16 13:55
- Top 5 Chapter 11 JSL myths contractors should know Sep 15 03:46
Comment