Tagged Questions

-1
votes
10answers
2k views

Check if a number is divisible by 3

Write code to determine if a number is divisible by 3. The input to the function is a single bit, 0 or 1, and the output should be 1 if the number received so far is the binary representation of a …
0
votes
1answer
74 views

Production code for finding junction in a linked list

Hi all, I was asked this question in some interview. I was required to write code for finding junction in a linked list (which is in form of Y with both arms not necessarily equal) for production …
11
votes
12answers
2k views

Advanced JavaScript Interview Questions

I have an interview coming up for a JavaScript Engineer position that I expect will be on advanced JavaScript topics. I'm sure there will be questions on closures, but other than that what kinds of …
10
votes
10answers
260 views

What technique would you recomend when reviewing C++ for an interview?

I've got about 2/3 years C++ experience but I've spent most of my career doing Java. I'm about to go for an interview for a C++ programming role and I've been thinking about the best way to brush up …
24
votes
17answers
5k views

Favorite C++ interview question

What is your favorite C++ interview question? It may be any question, for example: algorithms, multithreding, gamedev area, low-level system programming, strings...
169
votes
82answers
17k views

Dealbreakers for new programming jobs?

What might be said or implied at an interview or job posting that should set off alarm bells for a coder? I'm still only a few years in the industry but I already know to look out for excessive red …
45
votes
43answers
22k views

Good C# Interview Questions for a Senior Dev Position

I know there have been a great deal of interview questions posed on SO, however I wondered what sort of questions people here ask at C# interviews, interviewing for a senior developer position. In …
0
votes
2answers
33 views

Design a datastructure to support stack operations and to find minimun

Design a data structure which has the following features push the data pops the last inserted data [LIFO] Gives the minimum All of the above operations should have a complexity of O(1)
6
votes
3answers
92 views

Algorithm to transform one word to another through valid words

I came across this variation of edit-distance problem: Design an algorithm which transforms a source word to a target word. for example: from head to tail, in each step, you just can replace one …
0
votes
8answers
143 views

How to define an instance?

I was asked a question in an interview and i wasn't able to answer it... Here is the question How will you define an instance[c#]? My answer was it is an other name of an object... what is the …
2
votes
8answers
185 views

Find SmallestInt : Smallest integer greater than or equal to n that contains exactly k distinct digits(given values of n and k)

Hi guys, I found this on the internet. It looks good an interview question. I guess I got the working correct but programatically I haven't tried it. SmallestInt You are given an integer n. …
158
votes
128answers
16k views

What are five things you hate about your favorite language?

There's been a cluster of Perl-hate on Stackoverflow lately, so I thought I'd bring my "Five things you hate about your favorite language" question to StackOverflow. Take your favorite language and …
19
votes
29answers
1k views

Questions every good Java/J2EE Developer should be able to answer ?

I was going through Questions every good .Net developer should be able to answer and was highly impressed with the content and approach of this question and so in the same spirit, I am asking this …
3
votes
5answers
96 views

Thread limit in Unix before affecting performance

I have some questions regarding threads: What is the maximum number of threads allowed for a process before it decreases the performance of the application? If there's a limit, how can this be …
3
votes
7answers
101 views

Questions to Determine Maven Knowledge

I requested Maven training at work, and the bosses want to hire someone who knows Maven to come work with us as a consultant so that we'll learn Maven from a real-world perspective instead of a …

1 2 3 4 5 31
15 30 50 per page