job-interview

How to know how big a salary you can expect in new job and demand it during interview?

Hello Where I live, job adverts are without range of earning that interviewee can expect. So during interview I have to say how much I want to earn - which is risky, while demanding too much will end the interview, and if I say small number - I can work for half of others pay. What is key to know how much could I ask that will satisfy ...

Junior Engineer Interviewing Senior Engineer - Need Questions

I am a Junior Engineer with under a year experience, primarily as a UI developer. We have a former Lead Programmer who just got laid off who is interviewing at our company, and I am one of the people interviewing him. He has almost 25 years of experience, so obviously it will be pointless to ask him technical questions. As a junior prog...

Phone Interview for Test Analyst Internship?

I am getting a phone interview for an automated test analyst internship position at a bank. What questions would you think I would be asked? ...

Bad interview

I recently had a interview, and when I walked out of there I realised that 2 of the 3 interviewers had made up their minds before I walked into the interview. I had a 20 minute session with the development manager that went really well. Then I had a session with an architect and a BA. The BA only asked me questions about my CV regarding ...

Google Internship Interview

Has anyone interviewed for an internship at Google? This is for a BS level position. How was your experience? How would you compare it to interviews at other companies like Microsoft, Facebook, Amazon, etc? I have a pretty good grasp of CS fundamentals -- the essential/common algorithms and data structures. Any tips? Oh yeah, I've read ...

Pair Programming for a job interview

Our company has been thinking about scrapping our interview procedures and bringing each candidate in for a 4-5 hours sit-down with some of the programmers and just do some pair programming. I like the idea in theory but I am not sure how you can really make it fair for each candidate. How would you rate them? Wouldn't their input real...

Moving from Hobbyist to Professional

I'm a lifelong hobbyist hacker, who'd like to become a paid, professional programmer, I first cut my chops on QBasic, on a 386, at a tender age, but I've never programmed in a professional capacity, have no professional certifications, and got a liberal arts B.A. I'd say (in all modesty) that I have a expert level understanding of UNIX ...

What is the proper amount of time required to interview a .NET developer?

I had two interviews during the last two weeks, one of them was about 30 minutes, and they had me fill out a job application before it, and the other one was less than 10 minutes! In your own point of view, how much time do you need to interview a .NET developer with almost 2 years experience? ...

How to check if potential employer uses rich programming environment

Lately I was thinking about job interviews. Most of time you can see information about how to look for a employer, how much you can earn or what do you look for in new employer and how to show from your best side. My concern is slightly different. You go to job interview to a employer you would like to work for next 1 or 2 years (or mor...

What is the best answer to give for, "Why do you want to change from your present organization?"

At present I am into a very good organization. I am planning to shift because I am not happy with the work that I am getting now. I want to work under a different Manager, but my Manager and team is more dependent on me. I tried so many times, but couldn't change my team. So, I started planning to switch my company. Everyone is asking ...

Is it acceptable for a C++ programmer to not know how null-terminated strings work?

Is there any way for a C++ programmer with 1,5 years of experience to have no idea that null-terminated strings exist as a concept and are widely used in a variety of applications? Is this a sign that he is potentially a bad hire? ...

In Job Postings, What Is .NET Programming?

My latest contract project successfully concluded a couple of weeks ago, and I've been pounding the job sites looking for new work. It's been six or seven years since I last really looked at these sites, so maybe the phrase, ".NET Programmer," or variants, has come to mean something. But, danged if I know what! My primary language is C#...

Add a programming quiz to the job advertisement?

At our company, we are looking for good Java programmers, that the one and only requirement and that's written in our job advertisement. Since we need more people to handle all the work that's coming up, within this and the next year, we want to hire people. The problem is, most of the candidates are not as good as we want them to be. Ma...

Java books for preparing for interviews

Hi all, Could you guys please recommend some good Java books which are good to read before you go to an interview. Ideally the book would cover a lot of core java, including tricky stuff. So books along the line of Java Puzzlers is what I am looking for. If you got any books to recommend for other areas like SQL, Design Patterns or any...

Fastest way to learn Python?

I have an interview for a Python job tomorrow through a personal connection. The thing is, I don't actually know Python although I've written a few programs and hacked around with Django and some other Python frameworks without really knowing what I was doing. An interview is a different matter. I'm planning on learning Python today even...

Interview question: f(f(n)) == -n

A question I got on my last interview: Design a function f, such that: f(f(n)) == -n Where n is a 32 bit signed integer; you can't use complex numbers arithmetic. If you can't design such a function for the whole range of numbers, design it for the largest range possible. Any ideas? ...

Interview question: f(f(x)) == 1/x

Design a function f such that: f(f(x)) == 1/x Where x is a 32 bit float Or how about Given a function f, find a function g such that f(x) == g(g(x)) See Also Interview question: f(f(n)) == -n ...

Facebook interview questions?

I have a phone screening with Facebook scheduled next week. What kind of questions might they ask? ...

What is a private interface?

In an interview a while ago for a .NET position the interviewer asked me "what would you use a private interface for?". I asked him did he mean the difference between implicit vs explicit interface implementation to which he answered no. So I'm wondering: What he meant? What you would use a private interface for? ...

Practical intervew questions that apply to any coding language

background info... When interviewing candidates we do the usual round up of questions (both coding and not) and we follow with a particular scenario where we ask the interviewee to code a given problem. We then follow the work with such questions as why did you do this, why not this, how would you handle the exception here, why did you...