What goes into becomming Microsoft Certified?

Denaes

Well-known member
Joined
Jun 10, 2003
Messages
956
Im new to programming. Only 3 years, starting with vb6 in my first semister at college. About a year and a half or so into .Net - mostly vb.net. Like a week into C#.

Ive been out of school now for a year and do plan on returning sometime after my wife finishes school.

I figure I could chase after becomming MS Certified as something of a goal and to prove my skills that despite only having a 2yr, I know how to program
 
Depends on what level of certification you are after, from a developer point of view the 2 qualifications are the MCAD and the MCSD this link @ MS gives a good comparison of the two, and you will also find the requirements in terms of exams needed amongst the information.
 
Thank you. I did a search earlier and found the MCSD and took a practice test... scored a 30%!! 10/30 :D

Wow, I never realized they put such a high priority/push on ASP.Net... I dont even know the differences between SOAP and XML Web Services ( I know what XML is!) nor the difference between A Web Service and Web Application.

Looks like I need to pick up that ASP.Net book off the shelf and start hammering away at that.

I guess if I took the MCAD Id have a better starting place... that and MS suggests doing MCAD first unless you really know your stuff.

Thanks for the link... I was feeling dejected, but now less so. After I get a 10/30 on the easy version, then I can feel dejected :)
 
If you go for the MCAD first then most of the exam credits count towards the MCSE as well - you just need to be a bit careful in choosing the exams. As a rule with MS exams they do tend to focus on whats a) new and b) stuff they are really proud of - hence the emphesis on Web Services in the current exams.
 
To be honest Denaes, if you dont know the difference between a Web service and a Web application you are probably not going to pass any of the Web exams (70-305, 70-315, 70-310, 70-320). Im not saying this to discourage you however. Im simply saying you definately need more experience in those areas.
 
I finished the MCSD a few months ago, they are not easy, my suggestion is to do them in this order...

ASP.NET (305 or 315)
WebService (310 or 320)
WinForms (306 or 316)
---------------MCAD Complete
Elective (I did SQL Server 2000 (229))
Architecture (300)
---------------MCSD Complete

the lower numbers are VB.NET, the higher ones are C#)
 
Derek Stone said:
To be honest Denaes, if you dont know the difference between a Web service and a Web application you are probably not going to pass any of the Web exams (70-305, 70-315, 70-310, 70-320). Im not saying this to discourage you however. Im simply saying you definately need more experience in those areas.

I already said I just know windows development, no Web Development.

Most of the reason for my exploration into becomming certified wasnt to jump out and pass the tests, but to find out what I needed to learn/know to do so.

Its not that I dont know these web services/applications because I cant/dont understand it, I just have no exposure to it.

I have a book on ASP.Net and I plan on studying that a bit to learn some web skills.
 
I personally found the Architecture exam (300) the hardest as although the scenarios suggested were okay they seemed to lack detail and as such often I was choosing an answer as a best guess based on what information they had provided were in real life I would have probably gone back to the customer for clarification or a more complete outline faced with the same problem....
 
Last edited by a moderator:
I got a 90% on the practice exam and Ive never taken a class...think I should take the real thing?
 
Robby said:
Yeah, I found many of the questions had many possible correct answers, if only they wouldve mentioned that there were n correct as apposed to whichever are correct. (As they did in all the other exams)

Denaes, This 4 book set is a very good place to start... http://www.amazon.com/exec/obidos/ASIN/0735619255/qid%3D1091133355/sr%3D11-1/ref%3Dsr%5F11%5F1/104-7849757-4366362

It goes beyond the scope of the exams (thats a good thing)
Are the practice tests in these books typical of the exams?
I was browsing these books in B&N the other day and thepractice tests appeard to be essay. Is that the format?
 
Robby said:
Yeah, I found many of the questions had many possible correct answers, if only they wouldve mentioned that there were n correct as apposed to whichever are correct. (As they did in all the other exams)

Denaes, This 4 book set is a very good place to start... http://www.amazon.com/exec/obidos/ASIN/0735619255/qid%3D1091133355/sr%3D11-1/ref%3Dsr%5F11%5F1/104-7849757-4366362

It goes beyond the scope of the exams (thats a good thing)

Ill probobly pick that up.

The main problem I have is that Ive spent like 1.5 years on VB.Net, but just started C#. Actually I dont feel like doing VB.Net right now.

It seems like most of my .Net experience from vb.net has carried over to C#. Just a week into C# and Im already creating class heirarchies, custom components with custom events and adding delegates to procedures. Then I get stuck up on the structure of the syntax for a While Loop :D, or annoyed that I cant figure out how to do the With... EndWith commands in C#.

I think Ill pick up the books and go through them in C#.
 
Ive done a couple of these exams over the years too, VB6 Distributed, VB6 Desktop, and SQL 2000 Design (70-229 which I can use for my MSCD.NET :)).

These exams can be very difficult though, I recommend using more than one reference/book for each exam, as some of the books are very **** or were released when the exams were in beta and are now slightly wrong.

Also some of the practice exams are badly written and have wrong answers.

I;m just warning you to be careful what you use.

Personally I found the exams very useful at giving you a good overview of the technology.

Also some employers (my current one included), dont value the certifications as much as they probably should (especially the newer ones), mostly because in the past MSDE bootcamps have devalued the MS certifications all around.

Currently working at VB.NET Windows Apps, but Ive been reading it for a year now..
 
Thanks for the concern/advice.

Right now I ordered the MCAD set. I at least intend to get the MCADs in C# or vb. (probobly winForms over ASP.Net, but I want to learn that as well).

One other thing I find usefull would be the SQL Server certification.

They may not value them very much... but right now Im trying to break into the industry and most jobs at the 50,000 w/benifits software programmer level are out of my range unless I professionally program for 2-5 more years and/or get a 4-8yr degree in college.

The one thing Im really torn about is my timing. By the time Im ready for this test (by my thinking) 2005 and the Framework 2.0 will be commercially out.

will this further devalue my 2003/1.1 certification? Also it just says .Net certification, not which version. Im afraid of studying 1.1 and getting in there and theyre like "Heres 2.0!"
 
Youll be fine for the next 3 or 4 years at least with the current certifications. People dont usually jump into the next technology until its calmed down a little, staying off the bleeding edge so to say...
 
Robby said:
I finished the MCSD a few months ago, they are not easy, my suggestion is to do them in this order...

ASP.NET (305 or 315)
WebService (310 or 320)
WinForms (306 or 316)
---------------MCAD Complete
Elective (I did SQL Server 2000 (229))
Architecture (300)
---------------MCSD Complete

the lower numbers are VB.NET, the higher ones are C#)

Do you think this set of tests would also work for the MCAD:
70-315
70-320
70-229 (as the elective)

Then use this set of tests for the MCSD:
70-316
70-300

Just starting to work on the 70-315 as my first exam in the process.
 
Wow. I ordered the set on Thursday night (about midnite) and got them on monday morning. Shipping estimate was 3-7 days. Sweet :)
 
Great on the fast shipping. You order them from Amazon? That is the big heavy set of books right? (some of my friends have ribbed me a bit when I talk about wanting to get them, they refer to the set as a boat anchor due to it being so heavy :) )
 
irasmith said:
Great on the fast shipping. You order them from Amazon? That is the big heavy set of books right? (some of my friends have ribbed me a bit when I talk about wanting to get them, they refer to the set as a boat anchor due to it being so heavy :) )

The entire set weighs about as much as 2 sybex/big books, but there are 4 books in there, so each one doesnt weight too much.

In fact, individually each one is very managable. "Developing Web Applications" is the largest (about twice the size of Windows Applications).

I think Im going to breeze through "Windows Applications", take a while to chew trough "Web Applications" and then wade through "Web Services and Server Components" a bit slower.

Looks like fun though :)

Edit: Oh yeah, it was Amazon.
 
Last edited by a moderator:
Thanks for the update on about how much it weighs. Some friends of mine were just giving me grief I think, but I can handle that. :cool:

The set has been on my amazon wish list for a bit of time now. I havent had the pleasure of having any one of the volumes in hand to go through with my own eyes, but I am going on the belief that it is a very good reference set. Im actually thinking about acquiring it as a secondary source to the material I already have, and the material I am planning to get, for preparing for the exam(s).

Good luck to you in your efforts and I am sure well be running into each other here ont he forums more as we both prepare for our tests.
 
Back
Top