ExamNotes.net  -  IT certification portal

ForumsCertResearchTop sitesNewslettersFree email
HomeRegister
Exams Notes
Practice exams
Exam games
Questions by email
Online training
Training videos
College degrees
Boot camps
Book store
Links directory
Tell a friend
For webmasters

CompTIA Exam Vouchers
Save money on CompTIA exams
Question of the day
Sign up to receive
interactive practice questions
for MCSE, CompTIA
Cisco and other exams
TestKing
Get MCSE, MCSD, CCNA, CCNP,A+, N+ and many more

* ExamSheets *
Guide for Success!
Actual Questions & Answers
MCSE, MCSD, A+ ,CCNA, CCNP
Oracle 8i, Oracle 9i

Online practice tests

Certification sites

Online university

Online college

Online education

Distance learning

Software forum

Server administration forum

Programming resources






This is interesting: Free IT Magazines | Databases help forum



Microsoft (MCSE, MCSD, MOUS, MCAD) > MCSD > Trade Questions !!!

Show a Printable Version
Email This Page to Someone!
Receive updates to this thread




MCSD exam notes



Author Trade Questions !!!
Anonimi
Junior Member
M




Registered: Mar 2002
Location:
Country: Afghanistan
State:
Certifications: Other
Working on:

Total Posts: 8
Exclamation Trade Questions !!!

I done 70-176, 170-175

Need 2 take the 70-016 on sunday
and 70-100 afterwards...

Got a Doc file with about 70 Questions
with remarks and reasons,
moreover - I checked the answers through MSDN and I think most of them R correct !

promise to send this doc 2 every one who'll
send me his stuff,
(mailto:Exam@SuperMain.com)

so please send me Questions
Better from recent month,
and whatever will help me to pass this bugger exam !!!
(also 4 70-100)

10X

Attachment: 80x80.jpg
This has been downloaded 87 time(s).

Report this post to a moderator

Old Post 03-21-02 10:20 AM
Anonimi is offline Click Here to See the Profile for Anonimi Click here to Send Anonimi a Private Message Add Anonimi to your buddy list Find more posts by Anonimi Reply w/Quote Edit/Delete Message IP: Logged
mdt
Junior Member




Registered: Feb 2002
Location:
Country: india
State: Maharashtra
Certifications:
Working on: MCSD

Total Posts: 4
Smile if u have the give us

hello
i want to give 70-016 and if u have question pls give me i want to desperately give the exam in very short duration
mdt

Report this post to a moderator

Old Post 03-22-02 11:27 AM
mdt is offline Click Here to See the Profile for mdt Click here to Send mdt a Private Message Add mdt to your buddy list Find more posts by mdt Reply w/Quote Edit/Delete Message IP: Logged
Anonimi
Junior Member
M




Registered: Mar 2002
Location:
Country: Afghanistan
State:
Certifications: Other
Working on:

Total Posts: 8
Re: if u have the give us

As soon as I get your email address...
(Pliize send me too...)

TCPQ@SuperMain.com

10X

Report this post to a moderator

Old Post 03-22-02 11:43 AM
Anonimi is offline Click Here to See the Profile for Anonimi Click here to Send Anonimi a Private Message Add Anonimi to your buddy list Find more posts by Anonimi Reply w/Quote Edit/Delete Message IP: Logged
RichardJW
Temporarily banned until the cure if found
M




Registered: Feb 2002
Location:
Country: United Kingdom
State:
Certifications: None
Working on: None

Total Posts: 1318

we wuz wheelin an dealin. we wuz havin a ball.

Last edited by RichardJW on 03-24-02 at 11:53 AM

Report this post to a moderator

Old Post 03-24-02 11:33 AM
RichardJW is offline Click Here to See the Profile for RichardJW Click here to Send RichardJW a Private Message Add RichardJW to your buddy list Find more posts by RichardJW Reply w/Quote Edit/Delete Message IP: Logged
Anonimi
Junior Member
M




Registered: Mar 2002
Location:
Country: Afghanistan
State:
Certifications: Other
Working on:

Total Posts: 8

Hi...
I'm (Ano Nimi) from holy land - Israel,
just managed to pass 70-016 with 627,
low score but damn !!! I passed this bugger (first try),

I checked out many dump sites and forums
but none had a collection of right questions
as U may find for VB exams...
(only few had I recognized from da dumps)
about half questions were about API functions and COM,

my advice:
understand COM, IUnknown, IDispatch
find out what some interfaces and API functions R doing...
(U can find 'em on the Training Kit and on da Dupms)
and most important:
read dump questions and understand reasons for each right question some same ideas repeats in different questions...

I personally think Microsoft provide great fiction and build the info very well, but I guess the Training Kit books wont help U pass this exam...

here few questions I saw for the first time (my words):

- you add help and whats this to your app,
what extensions should U include with your app ?
A. *.cnt
B. *.rtf
C. *.hlp -> My choice
D. *.hm
E. *.hpj

- U need to add Multithread functionality to your app
that use the NT security attributes
A. _beginthread
B. CreatThread
C. _beginthreadex
D. CWinThread

- you will use ATL object wizard to create support for an outgoing interface
in the control's idl file
(answer this by clicking with the mouse on a ATL object wizard properties)

- U have an in-pross COM that may not release it's resources when it unload
how can U debug it...?
A. call OutputDebugString in each interface's AddRef and Release methods
B. call OutputDebugString in the AddRef and Release methods of the
IUnknown interface
C. add #define _ATL_DEBUG_QI before #include <attbase.h>
D. add #define _ATL_DEBUG_INTERFACES before #include <attbase.h>

+ when ever U see a question that has this answer choose it
UpdateData(!bActivate)

Good luck, Share your info and may da Dump be with U !

Report this post to a moderator

Old Post 03-25-02 06:13 PM
Anonimi is offline Click Here to See the Profile for Anonimi Click here to Send Anonimi a Private Message Add Anonimi to your buddy list Find more posts by Anonimi Reply w/Quote Edit/Delete Message IP: Logged
Anonimi
Junior Member
M




Registered: Mar 2002
Location:
Country: Afghanistan
State:
Certifications: Other
Working on:

Total Posts: 8
Finally - Done !!!

Hi...
I'm (Ano Nimi) from holy land - Israel,
just managed to pass 70-016 with 627,
low score but damn !!! I passed this bugger (first try),

I checked out many dump sites and forums
but none had a collection of right questions
as U may find for VB exams...
(only few had I recognized from da dumps)
about half questions were about API functions and COM,

my advice:
understand COM, IUnknown, IDispatch
find out what some interfaces and API functions R doing...
(U can find 'em on the Training Kit and on da Dupms)
and most important:
read dump questions and understand reasons for each right question some same ideas repeats in different questions...

I personally think Microsoft provide great fiction and build the info very well, but I guess the Training Kit books wont help U pass this exam...

here few questions I saw for the first time (my words):

- you add help and whats this to your app,
what extensions should U include with your app ?
A. *.cnt
B. *.rtf
C. *.hlp -> My choice
D. *.hm
E. *.hpj

- U need to add Multithread functionality to your app
that use the NT security attributes
A. _beginthread
B. CreatThread
C. _beginthreadex
D. CWinThread

- you will use ATL object wizard to create support for an outgoing interface
in the control's idl file
(answer this by clicking with the mouse on a ATL object wizard properties)

- U have an in-pross COM that may not release it's resources when it unload
how can U debug it...?
A. call OutputDebugString in each interface's AddRef and Release methods
B. call OutputDebugString in the AddRef and Release methods of the
IUnknown interface
C. add #define _ATL_DEBUG_QI before #include <attbase.h>
D. add #define _ATL_DEBUG_INTERFACES before #include <attbase.h>

+ when ever U see a question that has this answer choose it
UpdateData(!bActivate)

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
~~~~~~~~~~~~~~~~~~~~~~~~~~
120 Minutes, 534/1000 (23.26~) x 43 Questions - 23 Questions to pass ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
~~~~~~~~~~~~~~~~~~~~~~~~~~
Good luck, Share your info and may da Dump be with U ! ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
~~~~~~~~~~~~~~~~~~~~~~~~~~

Report this post to a moderator

Old Post 03-25-02 06:15 PM
Anonimi is offline Click Here to See the Profile for Anonimi Click here to Send Anonimi a Private Message Add Anonimi to your buddy list Find more posts by Anonimi Reply w/Quote Edit/Delete Message IP: Logged
All times are GMT.
Post new thread   Post reply

Click here for list of MCSD study guides and order yours now!



Forum Jump:
 
Forum Rules:
Who Can Read The Forum? Any registered user or guest.
Who Can Post New Topics? Any registered user.
Who Can Post Replies? Any registered user.
Changes: Messages can be edited by their author.
Posts: HTML code is OFF. Smilies are ON. vB code is ON. [IMG] code is ON.
 

ExamNotes forum archive


Powered by: vBulletin 2.2.8
Copyright ©2000, Jelsoft Enterprises Limited.

  Free Braindumps | mcse braindumps