ASP.NET interview questions and answers
# Describe the difference between a Thread and a Process?
# What is a Windows Service and how does its lifecycle ......
Read the rest of this entry »
Interview»
JavaScript interview questions and answers
# What’s relationship between JavaScript and ECMAScript? – ECMAScript is yet another name for JavaScript (other names include LiveScript). The ......
Read the rest of this entry »
Interview»
PHP interview questions and answers
What does a special set of tags <?= and ?> do in PHP? – The output is displayed directly to ......
Read the rest of this entry »
Question»
C++ Interview questions and answers
# How do you decide which integer type to use?
# What should the 64-bit integer type on new, 64-bit machines ......
Read the rest of this entry »
Question»
C# interview questions and answers
What’s the advantage of using System.Text.StringBuilder over System.String? StringBuilder is more efficient in the cases, where a lot of manipulation ......
Read the rest of this entry »
Interview»
eBay interview questions and answers
eBay interview questions and answers
A reader went through an interview at eBay and shared the questions asked.
1. Let’s say you ......
Read the rest of this entry »
Database»
Binding properties of Flex objects to a variable.
private var allSegmentChartsOn:Boolean=true;
[Bindable]
public function set segmentChartsOn(value:Boolean):void {
allSegmentChartsOn = value;
}
public function get segmentChartsOn():Boolean {
return allSegmentChartsOn;
}
var myLineSeries:LineSeries = new L...
Read the rest of this entry »
Tech»
Microsoft Interview Questions-full
Microsoft Interview Questions
The following are actual questions from actual interviews conducted by ......
Read the rest of this entry »
Interview»
Interviewing for MS Interns
# Explain a database to a young child.
# Explain the Internet to your grandparents
# What is your favorite web site? ......
Read the rest of this entry »
Interview»
Microsoft Software Design Engineer in Test
# “How would you deal with changes being made a week or so before the ship date?
# “How would you ......
