<?xml version="1.0"?>
<rss version="2.0">
<channel>
  <title>Joe Walker - interview tag</title>
  <link>http://directwebremoting.org/blog/joe/tags/interview/</link>
  <description>Thoughts on Web Development</description>
  <language>en</language>
  <copyright>Joe Walker</copyright>
  <lastBuildDate>Wed, 19 Nov 2008 13:17:20 GMT</lastBuildDate>
  <generator>Pebble (http://pebble.sourceforge.net)</generator>
  <docs>http://backend.userland.com/rss</docs>
  
  
  <item>
    <title>InfoQ Interview</title>
    <link>http://directwebremoting.org/blog/joe/2008/03/05/infoq_interview.html</link>
    
      
        <description>
          &lt;p&gt;InfoQ interviewed me, &lt;a href=&#034;http://www.infoq.com/news/2008/03/dwr_3.0&#034;&gt;and asked&lt;/a&gt;:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;What are some of the major features planned for [DWR] version 3.0?&lt;/li&gt;
&lt;li&gt;When is 3.0 slated for release? Is it still sometime in June?&lt;/li&gt;
&lt;li&gt;What does the incremental release schedule look like before the final 3.0 release?&lt;/li&gt;
&lt;li&gt;What are the top small features or fixes in 3.0 that a developer will be thankful for?&lt;/li&gt;
&lt;li&gt;For someone who might have looked at DWR 2.0 and decided the time wasn&#039;t right, what might 3.0 provide to help &#034;make the deal&#034;?&lt;/li&gt;
&lt;li&gt;What happened to 2.1, why the jump to 3.0?&lt;/li&gt;
&lt;li&gt;What sort of impact will Tibco&#039;s role play in the future of DWR?&lt;/li&gt;
&lt;li&gt;What are the next major milestones for DWR after 3.0?&lt;/li&gt;
&lt;/ul&gt;

&lt;p style=&#034;float:right;&#034;&gt;&lt;a href=&#034;http://qcon.infoq.com/london/conference/&#034;&gt;&lt;img src=&#034;http://www.infoq.com/styles/i/qcon/qcon3_speaker11.jpg&#034; style=&#034;border:0;&#034;&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;InfoQ is &lt;a href=&#034;http://www.infoq.com/about.jsp&#034;&gt;built using DWR&lt;/a&gt;, so it would be great if they could take advantage of features like automatic offline when 3.0 comes out.&lt;/p&gt;

&lt;p&gt;Taking of things &lt;strong&gt;Q&lt;/strong&gt;. Next week, I&#039;m &lt;a href=&#034;http://qcon.infoq.com/london/presentation/Interactive+websites%3A+Comet+and+DWR&#034;&gt;talking on DWR and Comet&lt;/a&gt; at &lt;a href=&#034;http://qcon.infoq.com&#034;&gt;QCon&lt;/a&gt;.&lt;/p&gt;

        </description>
      
      
    
    
    
    <comments>http://directwebremoting.org/blog/joe/2008/03/05/infoq_interview.html#comments</comments>
    <guid isPermaLink="true">http://directwebremoting.org/blog/joe/2008/03/05/infoq_interview.html</guid>
    <pubDate>Wed, 05 Mar 2008 09:13:43 GMT</pubDate>
  </item>
  
  <item>
    <title>Architect Level Interview Questions</title>
    <link>http://directwebremoting.org/blog/joe/2006/03/01/architect_level_interview_questions.html</link>
    
      
        <description>
          &lt;div style=&#034;float:right;margin:10px;&#034;&gt;
&lt;script type=&#034;text/javascript&#034;&gt;&lt;!--
google_ad_client = &#034;pub-1699539174292679&#034;;
google_ad_width = 250;
google_ad_height = 250;
google_ad_format = &#034;250x250_as&#034;;
google_ad_type = &#034;text_image&#034;;
//2006-10-31: high rank posts
google_ad_channel = &#034;1218320012&#034;;
google_color_border = &#034;FFFFFF&#034;;
google_color_bg = &#034;FFFFFF&#034;;
google_color_link = &#034;000000&#034;;
google_color_text = &#034;555555&#034;;
google_color_url = &#034;000066&#034;;
//--&gt;&lt;/script&gt;
&lt;script type=&#034;text/javascript&#034;
  src=&#034;http://pagead2.googlesyndication.com/pagead/show_ads.js&#034;&gt;
&lt;/script&gt;
&lt;/div&gt;

&lt;p&gt;We&#039;re interviewing for Architects at work. There are stacks of sample tests around the web for programmer level roles, but not a lot for architect level roles. So we devised our own.&lt;/p&gt;

&lt;p&gt;We tell the applicants that these questions should be answered in bullet list / note form. We don&#039;t need essays because we are going to talk about some of the issues in the interview.&lt;/p&gt;

&lt;ul&gt;

&lt;li&gt;What in your opinion is the worst part of Java development? How would you fix it?&lt;/li&gt;

&lt;li&gt;What advice would you give a server side web developer wanting to ensure that new code was secure from external attacks?&lt;/li&gt;

&lt;li&gt;Do you think Component based frameworks are better than Action/Request based web frameworks?&lt;/li&gt;

&lt;li&gt;What recent technology trends are important to enterprise web development?&lt;/li&gt;

&lt;li&gt;What do you think of Struts?&lt;/li&gt;

&lt;li&gt;What&#039;s the difference between final, finally and finalize?&lt;/li&gt;

&lt;li&gt;Rank the following attributes in order of importance when designing new code. If you have time, please add a sentence to each explaining it&#039;s position:&lt;/li&gt;

&lt;ul&gt;
&lt;li&gt;performance&lt;/li&gt;
&lt;li&gt;maintainability&lt;/li&gt;
&lt;li&gt;correctness&lt;/li&gt;
&lt;li&gt;ease of use&lt;/li&gt;
&lt;li&gt;ease of learning&lt;li&gt;
&lt;/ul&gt;

&lt;li&gt;Some performance tweaks serve only to make source code hard to read, without really making a significant difference, others are vital to a system returning results in a finite time. When in the development process should you consider performance issues?&lt;/li&gt;

&lt;li&gt;A customer has asked you to write a toUpper function. The only requirement you have is:
&lt;ul&gt;
&lt;li&gt;It must return &#039;A&#039; when given an input of &#039;a&#039;.&lt;/li&gt;
&lt;/ul&gt;
What questions do you need to ask to flesh out the requirements?&lt;/li&gt;

&lt;/ul&gt;

&lt;p&gt;These are not trick questions - there is generally no one correct answer; just opinions. (Except question 4 of course; You get hired instantly for mentioning DWR ;-)&lt;/p&gt;

&lt;p&gt;Is this a good way to sorting the men out from the boys?&lt;/p&gt;

&lt;p&gt;Send me your CV If you are interested in an architect role in the East Midlands, UK: &amp;lt;joe at getahead dot ltd dot uk&amp;gt;&lt;/p&gt;

        </description>
      
      
    
    
    
    <comments>http://directwebremoting.org/blog/joe/2006/03/01/architect_level_interview_questions.html#comments</comments>
    <guid isPermaLink="true">http://directwebremoting.org/blog/joe/2006/03/01/architect_level_interview_questions.html</guid>
    <pubDate>Wed, 01 Mar 2006 13:22:25 GMT</pubDate>
  </item>
  
  </channel>
</rss>
