-1
votes
0answers
17 views
How would you design a Calender app similar to outlook (Interview Question)
Calender should have functions like,
User should be able to set an appointment based on time and date.
Calender will warn user if a conflicted appointment occur.
Please describe what Classes, data …
2
votes
13answers
236 views
How much should I “stretch the truth” on my resume? [closed]
Hi,
I'm just about to graduate and was wondering how much I should um... "stretch the truth" on my resume. Obviously, flat-out lying is probably a bad idea since (as well as many other reasons) it …
6
votes
6answers
109 views
On the job communication [closed]
Lets say you're an interviewer, and a coder shows up for an interview. He meets all the criteria you're looking for, but he is deaf and wears hearing aids. Despite his competency at face to face …
2
votes
6answers
266 views
Why do I lately have to be a master of big-O, sorting, searching, trees, graphs, large scale efficient data processing algorithms? [closed]
I haven't interviewed for about a decade. Back when I got the job it was mostly about how well I knew a programming language, where my experience was, what I am good at/bad at, some simple coding …
1
vote
1answer
78 views
What was the most difficult job interview question you were asked (and you could not even say a word)? [closed]
Hi,
What was the most difficult job interview question you were asked (and you could not even say a word)?
2
votes
6answers
170 views
Any great books of algorithm puzzles to practice whiteboard coding with?
I'm looking to get some practice coding solutions to algorithm puzzles on a whiteboard. A friend is going to read puzzles to me (as if he were interviewing me), and I'll solve them on a whiteboard.
…
14
votes
13answers
810 views
From an interview: Removing rows and columns in an n×n matrix to maximize the sum of remaining values
Given an n×n matrix of real numbers. You are allowed to erase any number (from 0 to n) of rows and any number (from 0 to n) of columns, and after that the sum of the remaining entries is computed. …
0
votes
11answers
328 views
Preparation for a c++ interview
i have to prepare for an interview in C++ technology.
could you please drop in your suggestions and recommendations about how to start and what are the basic topics that i have to concentrate mostly …
-4
votes
2answers
245 views
Things a newbie should learn to get a job at Google [closed]
Hi I'm a newbie to the IT field coming from a non-cs background. I always had my interests in CS & I have basic technical knowledge that got me where I am now. I'd like to try for a job at Google …
30
votes
13answers
722 views
Should i ask the interviewer if i can speak to other developers?
I've always thought that whether i loved or hated a role that i would be objective enough to help out a fellow dev if he ever wanted general info about a workplace/role - say he was in for an …
2
votes
6answers
128 views
What is a good (coding) platform to use for telephone coding interview?
We are going to interview some candidates over the phone and we need the candidate to write code (pseudo code). Obviously, asking the candidate to read the code out loud to us over the phone isn't …
18
votes
8answers
532 views
What questions should a JavaScript programmer be able to answer?
Suppose a company is going to hire JavaScript coders. I wonder what question should this company use to properly evaluate them. Even though general programming skills are more important than …
1
vote
7answers
98 views
How to interview a customer to take requirements?
I currently work as a PeopleSoft technical consultant, a title that, in practice, means that I'm a PeopleCode programmer. Documents with specifications somehow arrive to my desk and I just implement …
4
votes
10answers
242 views
Interviewers expect job candidates for application development jobs to know hexadecimal arithmetic
Does anyone think it is silly for interviewers to expect potential Software Engineers specializing in application development or UI to know hexadecimal arithmetic?
5
votes
13answers
220 views
Which is more important - experience or certifications?
Which is more important -
Certifications
Real time experience
In a interview if you have to select a candidate from a list of 2 candidates then whom would you select
the one with real time …
