Go Back   Velocity Reviews > Newsgroups > MCSD
User Name
Password
Register FAQ Members List Calendar Search Today's Posts Mark Forums Read

Reply

MCSD - "encyclopaedic" questions?

 
Thread Tools Search this Thread
Old 01-21-2004, 09:47 AM   #1
Default "encyclopaedic" questions?


Hi all,

Can anybody tell whether "encyclopaedic" question types such as

- What is the maximum value of the *** data type?
- Which property on a controls does ***?
- Which keyboard shortcut in the IDE does ***?

can be asked on a real MCSD exam? My opinion is that it is rather
unreasonable to keep such things in memory while they can always be looked
up in MSDN, but that's only my opinion, and who knows what that of Microsoft
is?

--
Dmitriy Lapshin [C# / .NET MVP]
X-Unity Test Studio
http://x-unity.miik.com.ua/teststudio.aspx
Bring the power of unit testing to VS .NET IDE



Dmitriy Lapshin [C# / .NET MVP]
  Reply With Quote
Old 01-21-2004, 12:23 PM   #2
The Poster Formerly Known as Kline Sphere
 
Posts: n/a
Default Re: "encyclopaedic" questions?
Those type of questions are completely pointless and does nothing to
prove whether or not a person is competent or not.

In any case the whole format of the microsoft exam questions is poor
and proves nothing.

On Wed, 21 Jan 2004 11:47:22 +0200, "Dmitriy Lapshin [C# / .NET MVP]"
<x-> wrote:

>Hi all,
>
>Can anybody tell whether "encyclopaedic" question types such as
>
>- What is the maximum value of the *** data type?
>- Which property on a controls does ***?
>- Which keyboard shortcut in the IDE does ***?
>
>can be asked on a real MCSD exam? My opinion is that it is rather
>unreasonable to keep such things in memory while they can always be looked
>up in MSDN, but that's only my opinion, and who knows what that of Microsoft
>is?



Kline Sphere (Chalk) MCNGP #3


The Poster Formerly Known as Kline Sphere
  Reply With Quote
Old 01-21-2004, 12:28 PM   #3
 
Posts: n/a
Default Re: "encyclopaedic" questions?

Knowing the maximum values of an integer is relevent, especially if it's in
the context of database modeling. However, keyboard shortcuts can vary
depending on which IDE one is using.

"Dmitriy Lapshin [C# / .NET MVP]" <x-> wrote
in message news:...
> Hi all,
>
> Can anybody tell whether "encyclopaedic" question types such as
>
> - What is the maximum value of the *** data type?
> - Which property on a controls does ***?
> - Which keyboard shortcut in the IDE does ***?
>
> can be asked on a real MCSD exam? My opinion is that it is rather
> unreasonable to keep such things in memory while they can always be looked
> up in MSDN, but that's only my opinion, and who knows what that of

Microsoft
> is?
>
> --
> Dmitriy Lapshin [C# / .NET MVP]
> X-Unity Test Studio
> http://x-unity.miik.com.ua/teststudio.aspx
> Bring the power of unit testing to VS .NET IDE
>





  Reply With Quote
Old 01-21-2004, 12:47 PM   #4
The Poster Formerly Known as Kline Sphere
 
Posts: n/a
Default Re: "encyclopaedic" questions?
>Knowing the maximum values of an integer is relevent, especially if it's in
>the context of database modeling.


Although this would be different between implementation.

However, this type of question is below 'dummy' level, to see that
sort of question in an exam outside of the 8th grade, is it any wonder
employers take no notice of these exams!

Kline Sphere (Chalk) MCNGP #3


The Poster Formerly Known as Kline Sphere
  Reply With Quote
Old 01-21-2004, 01:18 PM   #5
Dmitriy Lapshin [C# / .NET MVP]
 
Posts: n/a
Default Re: "encyclopaedic" questions?
Still...is there a chance to be asked such a question on the exam? In other
words, how reasonable is to memorize such information as data type limits,
property/method/event names, shortcuts (regarding the IDE: the exams fully
rely on VS .NET), or even command line arguments?

--
Dmitriy Lapshin [C# / .NET MVP]
X-Unity Test Studio
http://x-unity.miik.com.ua/teststudio.aspx
Bring the power of unit testing to VS .NET IDE

"The Poster Formerly Known as Kline Sphere" <.> wrote in message
news:...
> Those type of questions are completely pointless and does nothing to
> prove whether or not a person is competent or not.
>
> In any case the whole format of the microsoft exam questions is poor
> and proves nothing.
>
> On Wed, 21 Jan 2004 11:47:22 +0200, "Dmitriy Lapshin [C# / .NET MVP]"
> <x-> wrote:
>
> >Hi all,
> >
> >Can anybody tell whether "encyclopaedic" question types such as
> >
> >- What is the maximum value of the *** data type?
> >- Which property on a controls does ***?
> >- Which keyboard shortcut in the IDE does ***?
> >
> >can be asked on a real MCSD exam? My opinion is that it is rather
> >unreasonable to keep such things in memory while they can always be

looked
> >up in MSDN, but that's only my opinion, and who knows what that of

Microsoft
> >is?

>
>
> Kline Sphere (Chalk) MCNGP #3




Dmitriy Lapshin [C# / .NET MVP]
  Reply With Quote
Old 01-21-2004, 01:39 PM   #6
The Poster Formerly Known as Kline Sphere
 
Posts: n/a
Default Re: "encyclopaedic" questions?
>Still...is there a chance to be asked such a question on the exam? In other
>words, how reasonable is to memorize such information as data type limits,
>property/method/event names, shortcuts (regarding the IDE: the exams fully
>rely on VS .NET), or even command line arguments?


I can't remember being asked anything so trivial as 'shortcuts' in any
microsoft exam.

I remember being asked a question way back about sizing sql server
[6.5] databases, which required knowing and understanding how the
actual space used by fields was calculated, i.e. understanding the
consequences of declaring a field to be null, the overhead of using
varchar's etc. I don't recall any question's about the sizes of
primitive types in the dot net exams; in any case this is no brainer

You will be expected to understand member names and what their
function is, although from my experience, understanding and knowing
the most appropriate class to use in a given situation is more likely
to crop up.

Kline Sphere (Chalk) MCNGP #3


The Poster Formerly Known as Kline Sphere
  Reply With Quote
Old 01-22-2004, 01:25 AM   #7
 
Posts: n/a
Default Re: "encyclopaedic" questions?
Yes, but how many people would still get the answer wrong on the exam?

"The Poster Formerly Known as Kline Sphere" <.> wrote in message
news:...
> >Knowing the maximum values of an integer is relevent, especially if it's

in
> >the context of database modeling.

>
> Although this would be different between implementation.
>
> However, this type of question is below 'dummy' level, to see that
> sort of question in an exam outside of the 8th grade, is it any wonder
> employers take no notice of these exams!
>
> Kline Sphere (Chalk) MCNGP #3





  Reply With Quote
Old 01-22-2004, 07:02 PM   #8
The Poster Formerly Known as Kline Sphere
 
Posts: n/a
Default Re: "encyclopaedic" questions?
>Yes, but how many people would still get the answer wrong on the exam?

Too many...

Kline Sphere (Chalk) MCNGP #3


The Poster Formerly Known as Kline Sphere
  Reply With Quote
Old 01-22-2004, 09:06 PM   #9
Brunswick Lowe
 
Posts: n/a
Default Re: "encyclopaedic" questions?
Seems like I saw more of those types of questions on practice exams for VS6,
but not .NET. I never took any of the actual VS6 exams, though. None of the
prep material for .NET exams really covers it. I'd tell you about the exams,
but, then, I'd be violating the agreement. Right?




"Dmitriy Lapshin [C# / .NET MVP]" <x-> wrote
in message news:...
> Hi all,
>
> Can anybody tell whether "encyclopaedic" question types such as
>
> - What is the maximum value of the *** data type?
> - Which property on a controls does ***?
> - Which keyboard shortcut in the IDE does ***?
>
> can be asked on a real MCSD exam? My opinion is that it is rather
> unreasonable to keep such things in memory while they can always be looked
> up in MSDN, but that's only my opinion, and who knows what that of

Microsoft
> is?
>
> --
> Dmitriy Lapshin [C# / .NET MVP]
> X-Unity Test Studio
> http://x-unity.miik.com.ua/teststudio.aspx
> Bring the power of unit testing to VS .NET IDE
>





Brunswick Lowe
  Reply With Quote
Old 01-23-2004, 09:15 AM   #10
Dmitriy Lapshin [C# / .NET MVP]
 
Posts: n/a
Default Re: "encyclopaedic" questions?
In no way I would like to encourage you to violate the agreement. But, I
hope, it is not forbidden to tell which additional books or other materials
you have used, and which topics are poorly covered in the Microsoft exam
preparation books, from your point of view?

--
Dmitriy Lapshin [C# / .NET MVP]
X-Unity Test Studio
http://x-unity.miik.com.ua/teststudio.aspx
Bring the power of unit testing to VS .NET IDE

"Brunswick Lowe" <> wrote in message
news:e%...
> Seems like I saw more of those types of questions on practice exams for

VS6,
> but not .NET. I never took any of the actual VS6 exams, though. None of

the
> prep material for .NET exams really covers it. I'd tell you about the

exams,
> but, then, I'd be violating the agreement. Right?
>
>
>
>
> "Dmitriy Lapshin [C# / .NET MVP]" <x-> wrote
> in message news:...
> > Hi all,
> >
> > Can anybody tell whether "encyclopaedic" question types such as
> >
> > - What is the maximum value of the *** data type?
> > - Which property on a controls does ***?
> > - Which keyboard shortcut in the IDE does ***?
> >
> > can be asked on a real MCSD exam? My opinion is that it is rather
> > unreasonable to keep such things in memory while they can always be

looked
> > up in MSDN, but that's only my opinion, and who knows what that of

> Microsoft
> > is?
> >
> > --
> > Dmitriy Lapshin [C# / .NET MVP]
> > X-Unity Test Studio
> > http://x-unity.miik.com.ua/teststudio.aspx
> > Bring the power of unit testing to VS .NET IDE
> >

>
>




Dmitriy Lapshin [C# / .NET MVP]
  Reply With Quote
Reply


Thread Tools Search this Thread
Search this Thread:

Advanced Search

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are Off
Pingbacks are Off
Refbacks are Off

Similar Threads
Thread Thread Starter Forum Replies Last Post
70-536 questions and time limit for exam? type of questions? gravz84 MCTS 2 11-22-2007 07:57 PM
70-536 questions and time limit for exam? type of questions? gravz84 MCTS 0 11-13-2007 05:44 PM
Questions on 70-536 Ashwin MCTS 0 04-29-2007 09:22 PM
Re: A+ Test Questions jsaulinskas@sbcglobal.net A+ Certification 0 01-20-2005 03:19 AM
Re: Questions....questions....questions Patrick Michael A+ Certification 0 06-16-2004 05:53 PM




SEO by vBSEO 3.3.2 ©2009, Crawlability, Inc.

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46