Microsoft Interview Question






Comment hidden because of low score. Click to expand.
0
of 0 vote

Did they give you a framework like .NET to parse this? Or did they expect you to parse it as a character array, with pointers?

- SDE35 December 16, 2007 | Flag Reply
Comment hidden because of low score. Click to expand.
0
of 0 votes

We are expected to parse it as a char array with ptrs.

- Rakesh January 28, 2008 | Flag
Comment hidden because of low score. Click to expand.
0
of 0 vote

it is not hard right. I mean just start to parse when an "=" is met, parse the value between the two double quotes

- Jackie September 13, 2008 | Flag Reply
Comment hidden because of low score. Click to expand.
0
of 0 vote

<?xml version="1.0" encoding="UTF-8"?>
<xsl:stylesheet version="1.0" xmlns:xsl="http://www.w3.org/1999/XSL/Transform">
<xsl:output method="text" version="1.0" encoding="UTF-8" indent="no"/>
   <xsl:template match="//b">
      <xsl:value-of select="@val"/>
   </xsl:template>
</xsl:stylesheet>

- puzzle March 17, 2009 | Flag Reply


Add a Comment
Name:

Writing Code? Surround your code with {{{ and }}} to preserve whitespace.

Books

is a comprehensive book on getting a job at a top tech company, while focuses on dev interviews and does this for PMs.

Learn More

Videos

CareerCup's interview videos give you a real-life look at technical interviews. In these unscripted videos, watch how other candidates handle tough questions and how the interviewer thinks about their performance.

Learn More

Resume Review

Most engineers make critical mistakes on their resumes -- we can fix your resume with our custom resume review service. And, we use fellow engineers as our resume reviewers, so you can be sure that we "get" what you're saying.

Learn More

Mock Interviews

Our Mock Interviews will be conducted "in character" just like a real interview, and can focus on whatever topics you want. All our interviewers have worked for Microsoft, Google or Amazon, you know you'll get a true-to-life experience.

Learn More