Interviews
XAML Interview Question
So here I am, only 3 days into WPF, and I have an interesting interview question. Given the following, what will be the title of the page? Why? XAML: <Page x:Class="Browser.BlogViewer" xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation" ...
Great Interview Task
A couple of days ago I had a really great interview, I figure that I am due one after the long series of horrible candidates that I had recently. Anyway, I did a couple things there that I think that I will carry on to the future interviews. I gave the guy a laptop, and the following excersise, given the follwoing object model: public class Customer { public List<Order> Orders = new List<Order>(); ...
Great Interview Question
I'm constantly on the look up for good questions to ask in interviews, mainly because "describe the page life-cycle" gets boring and I would like to get away from the page lifecycle myself. The problem with finding good questions is that it has to expose as much knowledge from the candidate, while keeping the answer short and possible to answer within the time limits of an interview. Here is one that I just thought of: Given an Employee class, create a collection that accepts employees but doesn't allow duplicate employees to be...