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

Reply

MCSD - Question Regarding Exam 70-310

 
Thread Tools Search this Thread
Old 09-19-2004, 05:04 PM   #1
Default Question Regarding Exam 70-310


Hi,

My plan to get a MCSD.net is to pass the exams in this order: 306, 305, 310,
229, 300. However I could get my MCAD.net early if I do them 306, 310, 229,
305, 300. It seems that it would be harder to pass 310 without passing 305
first. Is passing 305 a good pre-requisite for passing 310? I would think
so. Any comments or advice on this? Thanks.

Rick




Rick
  Reply With Quote
Old 09-19-2004, 05:06 PM   #2
Rick
 
Posts: n/a
Default Re: Question Regarding Exam 70-310
Hi,

I forgot to mention that I'm almost ready to take the 306 exam so I don't
want to start with 305.

Rick

"Rick" <> wrote in message
news:56i3d.3517$Ii2.3278@trnddc09...
> Hi,
>
> My plan to get a MCSD.net is to pass the exams in this order: 306, 305,

310,
> 229, 300. However I could get my MCAD.net early if I do them 306, 310,

229,
> 305, 300. It seems that it would be harder to pass 310 without passing 305
> first. Is passing 305 a good pre-requisite for passing 310? I would think
> so. Any comments or advice on this? Thanks.
>
> Rick
>
>





Rick
  Reply With Quote
Old 09-19-2004, 06:32 PM   #3
Cédric BONNOT
 
Posts: n/a
Default Re: Question Regarding Exam 70-310
If you do in this order, you will also have the MCAD.NET.

I did 70-315, 70-320 and 70-316

Regards

Cédric

"Rick" <> a écrit dans le message de news:
56i3d.3517$Ii2.3278@trnddc09...
> Hi,
>
> My plan to get a MCSD.net is to pass the exams in this order: 306, 305,
> 310,
> 229, 300. However I could get my MCAD.net early if I do them 306, 310,
> 229,
> 305, 300. It seems that it would be harder to pass 310 without passing 305
> first. Is passing 305 a good pre-requisite for passing 310? I would think
> so. Any comments or advice on this? Thanks.
>
> Rick
>
>





Cédric BONNOT
  Reply With Quote
Old 09-20-2004, 12:27 PM   #4
Rick
 
Posts: n/a
Default Re: Question Regarding Exam 70-310
Hi,



I have it figured out now. I thought that the elective for MCAD had to be
something like 70-229. I didn't know I could use 70-305 as my elective. It
works differently for MCSD.



Rick





"Cédric BONNOT" <cedric@famille-bonnot-point-com> wrote in message
news:414dc2aa$0$15751$...
> If you do in this order, you will also have the MCAD.NET.
>
> I did 70-315, 70-320 and 70-316
>
> Regards
>
> Cédric
>
> "Rick" <> a écrit dans le message de news:
> 56i3d.3517$Ii2.3278@trnddc09...
> > Hi,
> >
> > My plan to get a MCSD.net is to pass the exams in this order: 306, 305,
> > 310,
> > 229, 300. However I could get my MCAD.net early if I do them 306, 310,
> > 229,
> > 305, 300. It seems that it would be harder to pass 310 without passing

305
> > first. Is passing 305 a good pre-requisite for passing 310? I would

think
> > so. Any comments or advice on this? Thanks.
> >
> > Rick
> >
> >

>
>





Rick
  Reply With Quote
Old 09-21-2004, 05:25 PM   #5
valko
 
Posts: n/a
Default Re: Question Regarding Exam 70-310
Hi Rick,

I passed them already this month in that order: 305, 306,310 )

and yes to get 305 before 310 is a very good idea, because they overlap in
many areas very much and also on 310 exam there was few questions from 305
area.

par example I remember 2 questions from my yesterday 310, they give you code
with 4 connection strings and ask you how many pools you will have (answer
was 3 because 2 strings was the same) - you get 1 pool for every UNIQUE
connection string , and it was absolutely the same question on my 306 exam,
for ref. see:
see
http://msdn.microsoft.com/library/de...provider. asp

second question was about Min Pool Size - you must to remember that it is
set up in connection string and there was same question in 305 too. see
http://msdn.microsoft.com/library/de...tringtopic.asp

if you look carefully in last link you will see "If you do not specify a
network and you use a local server (for example, "." or "(local)"), shared
memory is used." - I do not see question about this, but that details
actually do MSDN THE BEST source for learning - I do not beleive you met in
any book preparing you for exam such details.


good luck
Valko

"Rick" <> wrote in message
news:56i3d.3517$Ii2.3278@trnddc09...
> Hi,
>
> My plan to get a MCSD.net is to pass the exams in this order: 306, 305,

310,
> 229, 300. However I could get my MCAD.net early if I do them 306, 310,

229,
> 305, 300. It seems that it would be harder to pass 310 without passing 305
> first. Is passing 305 a good pre-requisite for passing 310? I would think
> so. Any comments or advice on this? Thanks.
>
> Rick
>
>





valko
  Reply With Quote
Old 09-21-2004, 05:32 PM   #6
The Poster Formerly Known as Kline Sphere
 
Posts: n/a
Default Re: Question Regarding Exam 70-310
>MSDN THE BEST source for learning

you are correct sir.

Kline Sphere (Chalk) MCNGP #3


The Poster Formerly Known as Kline Sphere
  Reply With Quote
Old 09-23-2004, 12:37 PM   #7
Rick
 
Posts: n/a
Default Re: Question Regarding Exam 70-310
Valko and all,

Thanks for your responses.

Rick

"valko" <> wrote in message
news:uyRXwe$...
> Hi Rick,
>
> I passed them already this month in that order: 305, 306,310 )
>
> and yes to get 305 before 310 is a very good idea, because they overlap in
> many areas very much and also on 310 exam there was few questions from 305
> area.
>
> par example I remember 2 questions from my yesterday 310, they give you
> code
> with 4 connection strings and ask you how many pools you will have (answer
> was 3 because 2 strings was the same) - you get 1 pool for every UNIQUE
> connection string , and it was absolutely the same question on my 306
> exam,
> for ref. see:
> see
> http://msdn.microsoft.com/library/de...provider. asp
>
> second question was about Min Pool Size - you must to remember that it is
> set up in connection string and there was same question in 305 too. see
> http://msdn.microsoft.com/library/de...tringtopic.asp
>
> if you look carefully in last link you will see "If you do not specify a
> network and you use a local server (for example, "." or "(local)"), shared
> memory is used." - I do not see question about this, but that details
> actually do MSDN THE BEST source for learning - I do not beleive you met
> in
> any book preparing you for exam such details.
>
>
> good luck
> Valko
>
> "Rick" <> wrote in message
> news:56i3d.3517$Ii2.3278@trnddc09...
>> Hi,
>>
>> My plan to get a MCSD.net is to pass the exams in this order: 306, 305,

> 310,
>> 229, 300. However I could get my MCAD.net early if I do them 306, 310,

> 229,
>> 305, 300. It seems that it would be harder to pass 310 without passing
>> 305
>> first. Is passing 305 a good pre-requisite for passing 310? I would think
>> so. Any comments or advice on this? Thanks.
>>
>> Rick
>>
>>

>
>





Rick
  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
Question regarding Exam 70-541 Wasay MCTS 2 06-25-2008 10:03 AM
RE: Question about 70-431 exam NooM MCTS 0 01-12-2007 01:51 AM
Re: Comptia Exam Pricing CertCities A+ Certification 0 10-21-2003 11:03 PM
Re: Exam Question C. Philip Cutler II A+ Certification 0 08-12-2003 08:18 PM
Re: Server+ exam afterthoughts Rick Blythin A+ Certification 1 07-31-2003 10:54 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