Questions on job interviews, concerning preparation for and attending job interviews, as well as designing job interviews for recruiting employees.
-3
votes
0answers
151 views
C# Developer Interview in Quant Trading Firm [closed]
I have a senior developer interview coming up with a quantitative trading firm. It is a first interview after the pre-screening online test in C#.
Can someone guide as to what areas to prepare for?
-1
votes
2answers
158 views
Do programmers (using an IDE) need to know namespaces? [duplicate]
I got into a discussion with a coworker over an interview question that was asked of a potential employee. "Name some namespaces/what do they do/what namespace is involved with x".
I'm of the opinion ...
-3
votes
0answers
161 views
Simple Algorithmic Interview questions? [closed]
I will be taking some interviews for an intern position. And it will be a telephonic phone screen for around 45 minutes.
So I am looking for some simple algorithmic interview questions that I can ask ...
2
votes
3answers
399 views
Please tell me I'm not alone (can't program on paper) [duplicate]
So I went to a job interview today. Long story short, the interviewers were delighted with my knowledge and experience, they were practically showing me to my new desk. Needless to say, what delighted ...
0
votes
0answers
126 views
Coding “style” interview questions [closed]
I'm looking at coding interview questions and most of them are either algorithms or knowledge questions but sometimes I'm asked simple questions that don't involve a lot of thought just to see how I ...
0
votes
1answer
120 views
What to expect from a 'peer interview' for a new grad position? [duplicate]
I apologize if something like this has been asked, I did try to look for something similar.
I am graduating May 16th, and I applied for a position posted as '.NET Application Developer' requiring 1-2 ...
10
votes
2answers
436 views
General thought process for “How would you build this website/app” interview questions
I've collected a bunch of interview questions like "Describe how you would design a photo album application", "Describe how you would design this particular feature of this particular website" (e.g. ...
2
votes
1answer
196 views
Moving forward in the programming world
I have been placed in a recent position where my job title does not adequately represent what my current duties entail. I am worried that this classification will affect me later in my career as the ...
9
votes
1answer
225 views
What is a development stack?
I am just now in the process of looking for jobs as I am about to graduate from college. An interviewer asked me what my current 'development stack' is?
I know this is probably a really basic ...
46
votes
10answers
3k views
How common is it for a team to write everything in-house?
In a recent interview I asked the interviewers "how do you go about evaluating new technologies and libraries (such as SignalR) and bringing them in to use?". They said they don't, that instead they ...
-4
votes
1answer
166 views
“Your career path and promotions are up to you”? [closed]
I just interviewed for a large Silicon Valley company (you are probably using their products right now). One of the engineers told me that "Unlike IBM, where you follow a career path, here your career ...
1
vote
2answers
217 views
How do I evaluate programming interview preparation websites? [closed]
I ran across the CareerCup website which says they can help prepare you for programming interviews with various US based top tech companies. They don't "guarantee" anything, and the site appears to be ...
-1
votes
1answer
122 views
Interview for UX/UI Javascript [closed]
I am interviewing for a job where the requirements are for...
UX practice with UI and Javascript expertise
I am expecting questions perhaps about MVC, maybe some specific frameworks, like backbone, ...
0
votes
1answer
311 views
Problems for Sample Code [closed]
I was recently asked to write some sample code that solves a difficult technical problem. I've been mulling over what kinds of problems might be good to solve in code to demonstrate my skills in such ...
4
votes
2answers
423 views
Began with iOS development, skipped CS, and getting hit hard at interviews? [duplicate]
I'll start with a brief background: my degree is in Recording Arts, so mainly audio engineering and stuff relating to the music industry, with some synthesis and stuff which was my link into coding ...
-1
votes
2answers
200 views
Apply for a software job via WebService call [closed]
The idea would be to set up a simple webservice that a job applicant could call that would contain contact info, webpage link, etc. This would allow the company to screen potential employees that A) ...
0
votes
3answers
243 views
How to build Algorithm confidence and where to practice? [closed]
I have a pretty highly extensive background in development, I understand, can visualize and code from the top of my head any data structure. I understand running time complexity inside and out and can ...
2
votes
3answers
309 views
How do you find the first common element in two arrays
The way I did it was to loop through each at the same time and add the current value to a separate set for each of the lists. Also, check if the current element is already in the other list's set. I ...
12
votes
8answers
869 views
In an interview, is it better to code a brute-force solution to a tough question, or to spend the interview examining the question carefully?
Sometimes interview questions are hard, whether the interviewer intends them to be, or not. It can come down to a choice of whether to use the limited interview time to code up an ugly, inefficient, ...
-4
votes
1answer
271 views
Program to verify all words in a crossword puzzle are valid
I have my own solution and wanted to check it against something online but couldn't find any examples. How would you solve this one. (I can post my code if necessary). I just want to see if someone ...
3
votes
2answers
255 views
What are some JavaScript selectors? [closed]
I was at an interview recently and although they knew that I was a beginner in javascript they asked me what selectors I used before? I didn't know what to say.
I came back home and searched for it ...
2
votes
1answer
440 views
Try to find a word in the dictionary that has most letters given
Given some random letters , For example "a,e,o,g,z,k,l,j,w,n" and a dictionary.Try to find a word in the dictionary that has most letters given
I was going through some old interview questions and ...
-1
votes
1answer
109 views
Technical interview graphics-related concepts fundamentals [closed]
I'm having a technical interview with a graphics society in a few time and I'd like to expand my knowledge related to the following subjects:
TLB (translation lookaside buffers and their role)
low ...
39
votes
6answers
4k views
Engineering interview candidate refuses to use whiteboard
Today I experienced a first in a technical interview. The candidate refused to use the whiteboard to solve an algorithm question, as I requested. There was no sort of disability at play or anything ...
1
vote
1answer
93 views
What are some guidelines for submitting test cases with the code for an interview question? [closed]
I was interviewed by a big internet company. After describing the problem to solve, the interviewer requested that I also submit test cases with the code via email.
I'm not sure if I should reveal ...
3
votes
2answers
484 views
what to make of a Microsoft Most-Valued-Professional who believes that .NET types are either primitive or complex? [closed]
I thought that in .NET types are either value types or reference types. But this guy, when asked about .NET types, talked about "primitive types" and "complex types".
I understand that people ...
0
votes
1answer
365 views
What is meant by Distributed Systems Coding interview questions
I was told that I will be asked coding questions in my interview and that the context will be related to Distributed Systems (I took ONE Distributed Systems course and I don't even remember much from ...
-2
votes
2answers
304 views
Interview - Create a portfolio to show my skills [closed]
I have around five years of experience in PHP development
and around one year of experience with ExpressionEngine.
I use PHP 5, HTML, CSS, JavaScript and other web technologies.
I decided to create ...
2
votes
1answer
310 views
Developed a web site - How to explain in an interview [closed]
I developed a e-commerce site for a major company. I did not create some kind of a document to show how the data flows between pages.
I used: PHP, HTML, CSS, JavaScript, ExpressionEngine, plugins ...
8
votes
3answers
394 views
Are there any tools for remote coding interview?
Firstly, I'm not exactly sure if this question is a better fit over here, or on workplace.SE. So forgive me if it is in the wrong place.
We are interviewing some candidates for a development ...
9
votes
5answers
600 views
Interview puzzle on traveling on a line segment
Here's an interesting question I came upon:
Let's just say on a number line of length M, where 0 < M <= 1,000,000,000, you given N (1 < N <= 100,000) integer pairs of points. In each ...
2
votes
3answers
457 views
When do you 'speak' C++ fluently? [closed]
I see that many companies require the same skill. This skill is often described as following:
"Applicants are required to speak C++ fluently."
I never really understand what fluent meant for ...
3
votes
6answers
441 views
Criticizing your former employer in an interview [closed]
I'm a very junior developer fresh out of college, and in my first programming job. I'm pretty unhappy with my current company-the software engineering standards here are pretty shoddy-the code base is ...
-1
votes
2answers
436 views
What are some interview questions I can expect for a technical evaluation? [closed]
I am 20 years old and I've been doing some web development work for about 2 years or so. I have an interview for a Junior Web Developer position and the company knows that but I'll still be going ...
-2
votes
3answers
251 views
How do you know how much money other programmers are earning? [closed]
A note before the actual question: I know this is similar to this question, but mine is kind of different, so it's not a duplicate.
We, as programmers, work for money. It's obvious: we want to pay ...
-3
votes
1answer
72 views
What is a good web resource to practice and review data structures and other fundamentals that frequently are used in software engr interviews? [closed]
I have a few CS interviews coming up and looking for a good way to refresh on all the basic things. I'm about to graduate from college so I'm looking into new grad jobs.
Any good sites that you guys ...
9
votes
3answers
698 views
What's the point of those technique detailed interview question for Senior dev? [closed]
I've had an internal promotion interview for gain a higher level programmer title, something like Senior plus.
And I've been interviewed by around 7 people using different technology, and people ...
-1
votes
2answers
184 views
Software Engineer in Test, Software Developer in Test, Software Development Engineer in Test [closed]
(Stackoverflow suggested that I move this question over here.)
Does anyone have a clear distinction between these titles? They seem to be near synonyms.
Personally I write and maintain code and ...
7
votes
3answers
973 views
More comfortable working on the backend, often referred for role on the front end
I have applied and have been approached for different roles in web development recently. The one thing that keeps coming up is that I am more suited to front end development than back end development. ...
24
votes
5answers
2k views
Programming interview question on Trees
I was asked this interview question at a top internet website company recently and I kinda was stumped by it.
Certain empty glasses of water are arranged in the following order
When you pour ...
1
vote
2answers
1k views
Using the STL to solve interview questions? [closed]
If I'm undergoing a technical interview that's based on my C++ skills, would most companies allow or expect me to use STL containers to solve problems?
I think it's clear that if a question is ...
1
vote
1answer
1k views
software design interview questions [closed]
I am preparing for an interview at google, and it will involve programming questions as well as design questions. I have done interviews with facebook and amazon, and I didn't do well in the design ...
4
votes
2answers
503 views
Job interview - questions that could help to detect bullsh*t from future employeer [closed]
Friend of a friend is looking for a new job. He finished IT university 2 years ago and started to work as a developer (C#/C++) in a small company but he wants to grow now and it is basically ...
4
votes
5answers
754 views
OO Design related questions in technical interviews
I've been attending quite a few interviews recently and have been asked by companies to answer "design a [insert model]" questions more than a few times.
Is this normal in the industry nowadays? ...
34
votes
10answers
2k views
Effectiveness of FizzBuzz and Beyond
As part of the interview process we initially ask the candidates to do 'FizzBuzz' nowadays the percentage of candidates that can correctly answer FizzBuzz has increased dramatically - this may be due ...
9
votes
2answers
428 views
Can I ask the job interviewer to show me their code before joining the company? [duplicate]
Possible Duplicate:
Asking for a code sample of the company at an interview
Last year I changed jobs twice.. In the interviews with the companies, everything was so ideal and perfect. ...
8
votes
1answer
414 views
Hash function classification interview question
In several places on the Internet there's the interview question
Classify the Hashing Functions based on the various methods by which the key value is found.
with answers like
Direct method
...
9
votes
5answers
521 views
Asking potential developers to draw UML diagrams during the interview
Our interview process currently consists of several coding questions, technical questions and experiences at their current and previous jobs. Coding questions are typically a single method that does ...
10
votes
2answers
2k views
Are these advanced/unfair interview questions regarding Java concurrency? [closed]
Here are some questions I've recently asked interviewees who say they know Java concurrency:
Explain the hazard of "memory visibility" - the way the JVM can reorder certain operations on variables ...
8
votes
8answers
752 views
How to evaluate code quality when you're not familiar with the language?
As a hypothetical, if I were to interview someone for a new PHP developer position when my experience is in .NET, how can I determine if the code sample they've provided me is efficient and of good ...


