Home > Archive > microsoft.public.cert.exam.mcsd > November 2002 > 70-152





You are viewing an archived Text-only version of the thread. To view this thread in it's original format and/or if you want to reply to this thread please [click here]

Author 70-152
Andre Fuhrer

2002-11-08, 3:23 pm

First 10 easy questions about SQL, Inner Join, Stored Procedure

Make sure you know how a stored procedure looks like (syntax)
and how to pass it to a command object (INPUT, OUTPUT parameter).

1.) Stored Query to be executed many times
a) cmd.compiled = true
b) cmd.prepared = true

I selected b)

Then 7 questions about roles / project organization with the
following structure. (choose all that apply)

Goals
blablabla
Action
blablabla

Results
a)
b)
c)
d)
e)

Bullshit... I was just guessing. Check each result with all goals and all
actions.
Dont loose to much time there, better answer the rest correctly.

2.) Testplan to test web application. What should be done first?
a) integration testing
b) user acceptance testing
c) unit/component testing
d) system testing

I selected c)

3.) Debug ASP Application. Steps? (3 answers)

a) IIS MMC enable server-side scription
b) IIS MMC enable client-side scription
c) sample.asp set as start page
d) bullshit
e) Debug menu, click Start

I selected a), c) and e)

4.) VisualInterDev Debugging. Breakpoint: You are at line 4 (simplified)
value of a and b
in watch expression?

1 a=0
2 b=0
3 a=5
4 b=5

I selected a=5 and b=0

5.) Validation of form entries. Must run in IE and Netscape.
Choose best answer.
a) Java Script serverside
b) Java Script clientside
c) VB Script serverside
d) VB Script clientside

I selected b) 99% sure

6.) Servervariable to detect Browser?

c) HTTP_USER_BROWSER
d) HTTP_USER_AGENT

I guessed c) check it out

7.) Webusers can come from search engines to any site of your
web application. Where should you place navigation buttons.
a) put navigation buttons on each page
b) frameset with navigation buttons

I selected b)

8.) Navigation that must work for all Browsers under all condtions

a) Applet
b) ActiveX Control
c) ImageMap
d) Text Hyperlinks

I selected d)

9.) They show you the Icon of a broken ASP link in Visual Interdev.
(Exhibit Button) What is it?

a) broken HTML-Link
b) broken ASP-Link

I Selected b) make sure you know how the icon looks like...
(broken paper with blue globe lower left corner)

10.) Question about applet. Make sure you know how the <APPLET> Tag looks
like

a) <APPLET SOURCE="..">
b) <APPLET CODEBASE="...">

I selected b

11.) Uploading Attachement Files to Web-Server. Tag?

a) <INPUT TYPE="File">
b) <INPUT TYPE="Attachement">
c) <FILE>
d) <UPLOAD>

I selected a)

12.) User posts content on Web-Server. Front Page Server Extensions are
not installed.

a) MS Message Queue Server Snap In for IIS
b) Write client side script
c) Write socket based programm on Port 80
d) Install Internet Posting Acceptor on WebServer

13.) How to copy a WebApplication from development environment/server to
WebServer using Visual InterDev. Front Page Server Extensions are
installed.
a) Copy directory from development server to WebServer
b) CopyWebApplication Command of Visual Interdev
c) Bullshit
d) Bullshit

I selected b)

14.) How to copy a WebApplication from development environment/server to
WebServer using Visual InterDev. Front Page Server Extensions are
not installed.
a) Copy directory from development server to WebServer
b) CopyWebApplication Command of Visual Interdev
c) Bullshit
d) Bullshit

I selected a)

15.) Debugging of WebApplication with WebServer IIS 3.0 installed. What must
be done.

one answer was upgrade to IIS 4.0

I selected this.

16.) Tag to display an animated gif

a) <IMG SRC="animated.gif>
b) <IMG DYNSRC="animated.gif>

I selected b)

17.) Web Application with max. Scalability.10000 visitors / hour
Choose best answer

a) clientside ADO Connection
b) clientside ActiveX Control
c) serverside ADO Connection
d) MTS Component

I selected d)

18.) Similar to 17.)

a) MTS Component
b) serverside RDO
c) clientside ActiveX
d) clientside JScript

I selected a)

19.) WebApplication with DB-Access. You have the following DTCs:
TextBox DTC and RecordsetNavBar DTC. What do you need more to bind
TextBox
to database field?
a) PageObj DTC
b) Recordset DTC
c) Page Transit DTC
d) Page NavBar DTC

I selected b)

20.) Simple e-Mail Functionality. Heavy Traffic expected.
Choose best answer

a) CDO Exchange Server
b) ADO
c) DAO
d) CDO NT Server

I selected a)

21.) Clientside Win 95 of WebApplication uses MTS. What is needed to
install?

a) DCOM
b) MAPI
c) MSMQ
d) MTS
e) Remote Register Services

I selected a) and c)

22.) Visual Source Save for Source Control of WebApplication. Wich steps?
a) disable IIS Guest account
b)
c)
d) something with NTFS
e) install VSS on each client

23.) ASP Application accessing SQL-Server. Wich Data Access Software must be
installed on the Web-Server?
a) ODBC-Provider for SQL-Server
b) OLEDB-Provider for SQL-Server
c) OLEDB-Provider for ODBC
d) IDC

I selected b) and d)

24.) Securing an Intranet ASP-Application for UserGroup Department1,
Department2.
Wich user groups must you create?

a) Anonymus
b) Domain Guests
c) Admin
d) Department1
e) Department2

I selected c), d) and e)

25.) 100% Availability required for Web-Application.

I selected Site Server replication on multiple Web-Server

26.) New Application. Access for suppliers only.

a) Internet/Intranet
b) Extranet only
c) Internet only
d) Intranet only

I selected b)

27.) Creating a soulution wich will access Mainframe-DB. What is
important to know for you?
a) type of access (Read-Only, Read-Write)
b) number of tables
c) size of database
d) number of rows in each table

I selected a) and c)

28.) blablabla

a) <img>
b) <img align="left">
c) <img align="right">
d) <img align="center">

I selected a) check if image tag has align-property i dont think so

29.) How to include a .htm scriptlet. Knowing syntax of tag.

30.) Changes made on web application...blabla

a) Test changes according to testplan
b) bullshit

I selected a)

31.) Static Web-site about Products and Services. Choose architecture:

a) single-tier
b) two-tier
c) three-tier
d) n-tier

I guessed a)

32.) Many users make changes on Web-Site. Automatisation of deployment.
What must be installed on Web-Server?

a) FrontPage Server Extensions
b) IIS

I selected a) and b)

33.) Web-Application. HTML, Excel, Word. No components. Shared by
Index Server. Choose Architecture:

a) single-tier
b) two-tier
c) three-tier
d) n-tier

I guessed b)

34.) Javascript Function. Where to display progress?

I selected message in status bar

35.) Multimedia Streaming. Wich Format allows binary streaming?

a.) .mpg
b.) .wav
c.) .ast
d.) .mid

I selected b)



Don

2002-11-08, 3:23 pm

This is not a braindump site - MORON



"Andre Fuhrer" <andre_fuhrer@bluewin.ch> wrote in message
news:3dcc1dbf$1_3@news.bluewin.ch...
> First 10 easy questions about SQL, Inner Join, Stored Procedure
>
> Make sure you know how a stored procedure looks like (syntax)
> and how to pass it to a command object (INPUT, OUTPUT parameter).
>
> 1.) Stored Query to be executed many times
> a) cmd.compiled = true
> b) cmd.prepared = true
>
> I selected b)
>
> Then 7 questions about roles / project organization with the
> following structure. (choose all that apply)
>
> Goals
> blablabla
> Action
> blablabla
>
> Results
> a)
> b)
> c)
> d)
> e)
>
> Bullshit... I was just guessing. Check each result with all goals and all
> actions.
> Dont loose to much time there, better answer the rest correctly.
>
> 2.) Testplan to test web application. What should be done first?
> a) integration testing
> b) user acceptance testing
> c) unit/component testing
> d) system testing
>
> I selected c)
>
> 3.) Debug ASP Application. Steps? (3 answers)
>
> a) IIS MMC enable server-side scription
> b) IIS MMC enable client-side scription
> c) sample.asp set as start page
> d) bullshit
> e) Debug menu, click Start
>
> I selected a), c) and e)
>
> 4.) VisualInterDev Debugging. Breakpoint: You are at line 4 (simplified)
> value of a and b
> in watch expression?
>
> 1 a=0
> 2 b=0
> 3 a=5
> 4 b=5
>
> I selected a=5 and b=0
>
> 5.) Validation of form entries. Must run in IE and Netscape.
> Choose best answer.
> a) Java Script serverside
> b) Java Script clientside
> c) VB Script serverside
> d) VB Script clientside
>
> I selected b) 99% sure
>
> 6.) Servervariable to detect Browser?
>
> c) HTTP_USER_BROWSER
> d) HTTP_USER_AGENT
>
> I guessed c) check it out
>
> 7.) Webusers can come from search engines to any site of your
> web application. Where should you place navigation buttons.
> a) put navigation buttons on each page
> b) frameset with navigation buttons
>
> I selected b)
>
> 8.) Navigation that must work for all Browsers under all condtions
>
> a) Applet
> b) ActiveX Control
> c) ImageMap
> d) Text Hyperlinks
>
> I selected d)
>
> 9.) They show you the Icon of a broken ASP link in Visual Interdev.
> (Exhibit Button) What is it?
>
> a) broken HTML-Link
> b) broken ASP-Link
>
> I Selected b) make sure you know how the icon looks like...
> (broken paper with blue globe lower left corner)
>
> 10.) Question about applet. Make sure you know how the <APPLET> Tag looks
> like
>
> a) <APPLET SOURCE="..">
> b) <APPLET CODEBASE="...">
>
> I selected b
>
> 11.) Uploading Attachement Files to Web-Server. Tag?
>
> a) <INPUT TYPE="File">
> b) <INPUT TYPE="Attachement">
> c) <FILE>
> d) <UPLOAD>
>
> I selected a)
>
> 12.) User posts content on Web-Server. Front Page Server Extensions are
> not installed.
>
> a) MS Message Queue Server Snap In for IIS
> b) Write client side script
> c) Write socket based programm on Port 80
> d) Install Internet Posting Acceptor on WebServer
>
> 13.) How to copy a WebApplication from development environment/server to
> WebServer using Visual InterDev. Front Page Server Extensions are
> installed.
> a) Copy directory from development server to WebServer
> b) CopyWebApplication Command of Visual Interdev
> c) Bullshit
> d) Bullshit
>
> I selected b)
>
> 14.) How to copy a WebApplication from development environment/server to
> WebServer using Visual InterDev. Front Page Server Extensions are
> not installed.
> a) Copy directory from development server to WebServer
> b) CopyWebApplication Command of Visual Interdev
> c) Bullshit
> d) Bullshit
>
> I selected a)
>
> 15.) Debugging of WebApplication with WebServer IIS 3.0 installed. What

must
> be done.
>
> one answer was upgrade to IIS 4.0
>
> I selected this.
>
> 16.) Tag to display an animated gif
>
> a) <IMG SRC="animated.gif>
> b) <IMG DYNSRC="animated.gif>
>
> I selected b)
>
> 17.) Web Application with max. Scalability.10000 visitors / hour
> Choose best answer
>
> a) clientside ADO Connection
> b) clientside ActiveX Control
> c) serverside ADO Connection
> d) MTS Component
>
> I selected d)
>
> 18.) Similar to 17.)
>
> a) MTS Component
> b) serverside RDO
> c) clientside ActiveX
> d) clientside JScript
>
> I selected a)
>
> 19.) WebApplication with DB-Access. You have the following DTCs:
> TextBox DTC and RecordsetNavBar DTC. What do you need more to bind
> TextBox
> to database field?
> a) PageObj DTC
> b) Recordset DTC
> c) Page Transit DTC
> d) Page NavBar DTC
>
> I selected b)
>
> 20.) Simple e-Mail Functionality. Heavy Traffic expected.
> Choose best answer
>
> a) CDO Exchange Server
> b) ADO
> c) DAO
> d) CDO NT Server
>
> I selected a)
>
> 21.) Clientside Win 95 of WebApplication uses MTS. What is needed to
> install?
>
> a) DCOM
> b) MAPI
> c) MSMQ
> d) MTS
> e) Remote Register Services
>
> I selected a) and c)
>
> 22.) Visual Source Save for Source Control of WebApplication. Wich steps?
> a) disable IIS Guest account
> b)
> c)
> d) something with NTFS
> e) install VSS on each client
>
> 23.) ASP Application accessing SQL-Server. Wich Data Access Software must

be
> installed on the Web-Server?
> a) ODBC-Provider for SQL-Server
> b) OLEDB-Provider for SQL-Server
> c) OLEDB-Provider for ODBC
> d) IDC
>
> I selected b) and d)
>
> 24.) Securing an Intranet ASP-Application for UserGroup Department1,
> Department2.
> Wich user groups must you create?
>
> a) Anonymus
> b) Domain Guests
> c) Admin
> d) Department1
> e) Department2
>
> I selected c), d) and e)
>
> 25.) 100% Availability required for Web-Application.
>
> I selected Site Server replication on multiple Web-Server
>
> 26.) New Application. Access for suppliers only.
>
> a) Internet/Intranet
> b) Extranet only
> c) Internet only
> d) Intranet only
>
> I selected b)
>
> 27.) Creating a soulution wich will access Mainframe-DB. What is
> important to know for you?
> a) type of access (Read-Only, Read-Write)
> b) number of tables
> c) size of database
> d) number of rows in each table
>
> I selected a) and c)
>
> 28.) blablabla
>
> a) <img>
> b) <img align="left">
> c) <img align="right">
> d) <img align="center">
>
> I selected a) check if image tag has align-property i dont think so
>
> 29.) How to include a .htm scriptlet. Knowing syntax of tag.
>
> 30.) Changes made on web application...blabla
>
> a) Test changes according to testplan
> b) bullshit
>
> I selected a)
>
> 31.) Static Web-site about Products and Services. Choose architecture:
>
> a) single-tier
> b) two-tier
> c) three-tier
> d) n-tier
>
> I guessed a)
>
> 32.) Many users make changes on Web-Site. Automatisation of deployment.
> What must be installed on Web-Server?
>
> a) FrontPage Server Extensions
> b) IIS
>
> I selected a) and b)
>
> 33.) Web-Application. HTML, Excel, Word. No components. Shared by
> Index Server. Choose Architecture:
>
> a) single-tier
> b) two-tier
> c) three-tier
> d) n-tier
>
> I guessed b)
>
> 34.) Javascript Function. Where to display progress?
>
> I selected message in status bar
>
> 35.) Multimedia Streaming. Wich Format allows binary streaming?
>
> a.) .mpg
> b.) .wav
> c.) .ast
> d.) .mid
>
> I selected b)
>
>
>



Andre Fuhrer

2002-11-08, 4:23 pm

dumbass swot. no intelligent people learns that microsoft bullshit
seriously...

Don <spam@spamme.com> schrieb in im Newsbeitrag:
OCrBGW2hCHA.1368@tkmsftngp09...
> This is not a braindump site - MORON
>
>
>
> "Andre Fuhrer" <andre_fuhrer@bluewin.ch> wrote in message
> news:3dcc1dbf$1_3@news.bluewin.ch...
> > First 10 easy questions about SQL, Inner Join, Stored Procedure
> >
> > Make sure you know how a stored procedure looks like (syntax)
> > and how to pass it to a command object (INPUT, OUTPUT parameter).
> >
> > 1.) Stored Query to be executed many times
> > a) cmd.compiled = true
> > b) cmd.prepared = true
> >
> > I selected b)
> >
> > Then 7 questions about roles / project organization with the
> > following structure. (choose all that apply)
> >
> > Goals
> > blablabla
> > Action
> > blablabla
> >
> > Results
> > a)
> > b)
> > c)
> > d)
> > e)
> >
> > Bullshit... I was just guessing. Check each result with all goals and

all
> > actions.
> > Dont loose to much time there, better answer the rest correctly.
> >
> > 2.) Testplan to test web application. What should be done first?
> > a) integration testing
> > b) user acceptance testing
> > c) unit/component testing
> > d) system testing
> >
> > I selected c)
> >
> > 3.) Debug ASP Application. Steps? (3 answers)
> >
> > a) IIS MMC enable server-side scription
> > b) IIS MMC enable client-side scription
> > c) sample.asp set as start page
> > d) bullshit
> > e) Debug menu, click Start
> >
> > I selected a), c) and e)
> >
> > 4.) VisualInterDev Debugging. Breakpoint: You are at line 4 (simplified)
> > value of a and b
> > in watch expression?
> >
> > 1 a=0
> > 2 b=0
> > 3 a=5
> > 4 b=5
> >
> > I selected a=5 and b=0
> >
> > 5.) Validation of form entries. Must run in IE and Netscape.
> > Choose best answer.
> > a) Java Script serverside
> > b) Java Script clientside
> > c) VB Script serverside
> > d) VB Script clientside
> >
> > I selected b) 99% sure
> >
> > 6.) Servervariable to detect Browser?
> >
> > c) HTTP_USER_BROWSER
> > d) HTTP_USER_AGENT
> >
> > I guessed c) check it out
> >
> > 7.) Webusers can come from search engines to any site of your
> > web application. Where should you place navigation buttons.
> > a) put navigation buttons on each page
> > b) frameset with navigation buttons
> >
> > I selected b)
> >
> > 8.) Navigation that must work for all Browsers under all condtions
> >
> > a) Applet
> > b) ActiveX Control
> > c) ImageMap
> > d) Text Hyperlinks
> >
> > I selected d)
> >
> > 9.) They show you the Icon of a broken ASP link in Visual Interdev.
> > (Exhibit Button) What is it?
> >
> > a) broken HTML-Link
> > b) broken ASP-Link
> >
> > I Selected b) make sure you know how the icon looks like...
> > (broken paper with blue globe lower left corner)
> >
> > 10.) Question about applet. Make sure you know how the <APPLET> Tag

looks

> > like
> >
> > a) <APPLET SOURCE="..">
> > b) <APPLET CODEBASE="...">
> >
> > I selected b
> >
> > 11.) Uploading Attachement Files to Web-Server. Tag?
> >
> > a) <INPUT TYPE="File">
> > b) <INPUT TYPE="Attachement">
> > c) <FILE>
> > d) <UPLOAD>
> >
> > I selected a)
> >
> > 12.) User posts content on Web-Server. Front Page Server Extensions are
> > not installed.
> >
> > a) MS Message Queue Server Snap In for IIS
> > b) Write client side script
> > c) Write socket based programm on Port 80
> > d) Install Internet Posting Acceptor on WebServer
> >
> > 13.) How to copy a WebApplication from development environment/server to
> > WebServer using Visual InterDev. Front Page Server Extensions are
> > installed.
> > a) Copy directory from development server to WebServer
> > b) CopyWebApplication Command of Visual Interdev
> > c) Bullshit
> > d) Bullshit
> >
> > I selected b)
> >
> > 14.) How to copy a WebApplication from development environment/server to
> > WebServer using Visual InterDev. Front Page Server Extensions are
> > not installed.
> > a) Copy directory from development server to WebServer
> > b) CopyWebApplication Command of Visual Interdev
> > c) Bullshit
> > d) Bullshit
> >
> > I selected a)
> >
> > 15.) Debugging of WebApplication with WebServer IIS 3.0 installed. What

> must
> > be done.
> >
> > one answer was upgrade to IIS 4.0
> >
> > I selected this.
> >
> > 16.) Tag to display an animated gif
> >
> > a) <IMG SRC="animated.gif>
> > b) <IMG DYNSRC="animated.gif>
> >
> > I selected b)
> >
> > 17.) Web Application with max. Scalability.10000 visitors / hour
> > Choose best answer
> >
> > a) clientside ADO Connection
> > b) clientside ActiveX Control
> > c) serverside ADO Connection
> > d) MTS Component
> >
> > I selected d)
> >
> > 18.) Similar to 17.)
> >
> > a) MTS Component
> > b) serverside RDO
> > c) clientside ActiveX
> > d) clientside JScript
> >
> > I selected a)
> >
> > 19.) WebApplication with DB-Access. You have the following DTCs:
> > TextBox DTC and RecordsetNavBar DTC. What do you need more to bind
> > TextBox
> > to database field?
> > a) PageObj DTC
> > b) Recordset DTC
> > c) Page Transit DTC
> > d) Page NavBar DTC
> >
> > I selected b)
> >
> > 20.) Simple e-Mail Functionality. Heavy Traffic expected.
> > Choose best answer
> >
> > a) CDO Exchange Server
> > b) ADO
> > c) DAO
> > d) CDO NT Server
> >
> > I selected a)
> >
> > 21.) Clientside Win 95 of WebApplication uses MTS. What is needed to
> > install?
> >
> > a) DCOM
> > b) MAPI
> > c) MSMQ
> > d) MTS
> > e) Remote Register Services
> >
> > I selected a) and c)
> >
> > 22.) Visual Source Save for Source Control of WebApplication. Wich

steps?
> > a) disable IIS Guest account
> > b)
> > c)
> > d) something with NTFS
> > e) install VSS on each client
> >
> > 23.) ASP Application accessing SQL-Server. Wich Data Access Software

must
> be
> > installed on the Web-Server?
> > a) ODBC-Provider for SQL-Server
> > b) OLEDB-Provider for SQL-Server
> > c) OLEDB-Provider for ODBC
> > d) IDC
> >
> > I selected b) and d)
> >
> > 24.) Securing an Intranet ASP-Application for UserGroup Department1,
> > Department2.
> > Wich user groups must you create?
> >
> > a) Anonymus
> > b) Domain Guests
> > c) Admin
> > d) Department1
> > e) Department2
> >
> > I selected c), d) and e)
> >
> > 25.) 100% Availability required for Web-Application.
> >
> > I selected Site Server replication on multiple Web-Server
> >
> > 26.) New Application. Access for suppliers only.
> >
> > a) Internet/Intranet
> > b) Extranet only
> > c) Internet only
> > d) Intranet only
> >
> > I selected b)
> >
> > 27.) Creating a soulution wich will access Mainframe-DB. What is
> > important to know for you?
> > a) type of access (Read-Only, Read-Write)
> > b) number of tables
> > c) size of database
> > d) number of rows in each table
> >
> > I selected a) and c)
> >
> > 28.) blablabla
> >
> > a) <img>
> > b) <img align="left">
> > c) <img align="right">
> > d) <img align="center">
> >
> > I selected a) check if image tag has align-property i dont think so
> >
> > 29.) How to include a .htm scriptlet. Knowing syntax of tag.
> >
> > 30.) Changes made on web application...blabla
> >
> > a) Test changes according to testplan
> > b) bullshit
> >
> > I selected a)
> >
> > 31.) Static Web-site about Products and Services. Choose architecture:
> >
> > a) single-tier
> > b) two-tier
> > c) three-tier
> > d) n-tier
> >
> > I guessed a)
> >
> > 32.) Many users make changes on Web-Site. Automatisation of deployment.
> > What must be installed on Web-Server?
> >
> > a) FrontPage Server Extensions
> > b) IIS
> >
> > I selected a) and b)
> >
> > 33.) Web-Application. HTML, Excel, Word. No components. Shared by
> > Index Server. Choose Architecture:
> >
> > a) single-tier
> > b) two-tier
> > c) three-tier
> > d) n-tier
> >
> > I guessed b)
> >
> > 34.) Javascript Function. Where to display progress?
> >
> > I selected message in status bar
> >
> > 35.) Multimedia Streaming. Wich Format allows binary streaming?
> >
> > a.) .mpg
> > b.) .wav
> > c.) .ast
> > d.) .mid
> >
> > I selected b)
> >
> >
> >

>
>



Don

2002-11-08, 5:23 pm

Good job - that was almost a sentence. I wonder how much satisfaction
Microsoft will enjoy when they take away your MCP for violating the NDA that
you agreed to when you took the exam, MORON!



"Andre Fuhrer" <andre_fuhrer@bluewin.ch> wrote in message
news:3dcc3837_2@news.bluewin.ch...
> dumbass swot. no intelligent people learns that microsoft bullshit
> seriously...
>
> Don <spam@spamme.com> schrieb in im Newsbeitrag:
> OCrBGW2hCHA.1368@tkmsftngp09...
> > This is not a braindump site - MORON
> >
> >
> >
> > "Andre Fuhrer" <andre_fuhrer@bluewin.ch> wrote in message
> > news:3dcc1dbf$1_3@news.bluewin.ch...
> > > First 10 easy questions about SQL, Inner Join, Stored Procedure
> > >
> > > Make sure you know how a stored procedure looks like (syntax)
> > > and how to pass it to a command object (INPUT, OUTPUT parameter).
> > >
> > > 1.) Stored Query to be executed many times
> > > a) cmd.compiled = true
> > > b) cmd.prepared = true
> > >
> > > I selected b)
> > >
> > > Then 7 questions about roles / project organization with the
> > > following structure. (choose all that apply)
> > >
> > > Goals
> > > blablabla
> > > Action
> > > blablabla
> > >
> > > Results
> > > a)
> > > b)
> > > c)
> > > d)
> > > e)
> > >
> > > Bullshit... I was just guessing. Check each result with all goals and

> all
> > > actions.
> > > Dont loose to much time there, better answer the rest correctly.
> > >
> > > 2.) Testplan to test web application. What should be done first?
> > > a) integration testing
> > > b) user acceptance testing
> > > c) unit/component testing
> > > d) system testing
> > >
> > > I selected c)
> > >
> > > 3.) Debug ASP Application. Steps? (3 answers)
> > >
> > > a) IIS MMC enable server-side scription
> > > b) IIS MMC enable client-side scription
> > > c) sample.asp set as start page
> > > d) bullshit
> > > e) Debug menu, click Start
> > >
> > > I selected a), c) and e)
> > >
> > > 4.) VisualInterDev Debugging. Breakpoint: You are at line 4

(simplified)[color
=green]
> > > value of a and b
> > > in watch expression?
> > >
> > > 1 a=0
> > > 2 b=0
> > > 3 a=5
> > > 4 b=5
> > >
> > > I selected a=5 and b=0
> > >
> > > 5.) Validation of form entries. Must run in IE and Netscape.
> > > Choose best answer.
> > > a) Java Script serverside
> > > b) Java Script clientside
> > > c) VB Script serverside
> > > d) VB Script clientside
> > >
> > > I selected b) 99% sure
> > >
> > > 6.) Servervariable to detect Browser?
> > >
> > > c) HTTP_USER_BROWSER
> > > d) HTTP_USER_AGENT
> > >
> > > I guessed c) check it out
> > >
> > > 7.) Webusers can come from search engines to any site of your
> > > web application. Where should you place navigation buttons.
> > > a) put navigation buttons on each page
> > > b) frameset with navigation buttons
> > >
> > > I selected b)
> > >
> > > 8.) Navigation that must work for all Browsers under all condtions
> > >
> > > a) Applet
> > > b) ActiveX Control
> > > c) ImageMap
> > > d) Text Hyperlinks
> > >
> > > I selected d)
> > >
> > > 9.) They show you the Icon of a broken ASP link in Visual Interdev.
> > > (Exhibit Button) What is it?
> > >
> > > a) broken HTML-Link
> > > b) broken ASP-Link
> > >
> > > I Selected b) make sure you know how the icon looks like...
> > > (broken paper with blue globe lower left corner)
> > >
> > > 10.) Question about applet. Make sure you know how the <APPLET> Tag

> looks
> > > like
> > >
> > > a) <APPLET SOURCE="..">
> > > b) <APPLET CODEBASE="...">
> > >
> > > I selected b
> > >
> > > 11.) Uploading Attachement Files to Web-Server. Tag?
> > >
> > > a) <INPUT TYPE="File">
> > > b) <INPUT TYPE="Attachement">
> > > c) <FILE>
> > > d) <UPLOAD>
> > >
> > > I selected a)
> > >
> > > 12.) User posts content on Web-Server. Front Page Server Extensions
[/color]
are[c
olor=darkred]
> > > not installed.
> > >
> > > a) MS Message Queue Server Snap In for IIS
> > > b) Write client side script
> > > c) Write socket based programm on Port 80
> > > d) Install Internet Posting Acceptor on WebServer
> > >
> > > 13.) How to copy a WebApplication from development environment/server
[/color]
to[co
lor=darkred]
> > > WebServer using Visual InterDev. Front Page Server Extensions are
> > > installed.
> > > a) Copy directory from development server to WebServer
> > > b) CopyWebApplication Command of Visual Interdev
> > > c) Bullshit
> > > d) Bullshit
> > >
> > > I selected b)
> > >
> > > 14.) How to copy a WebApplication from development environment/server
[/color]
to[co
lor=darkred]
> > > WebServer using Visual InterDev. Front Page Server Extensions are
> > > not installed.
> > > a) Copy directory from development server to WebServer
> > > b) CopyWebApplication Command of Visual Interdev
> > > c) Bullshit
> > > d) Bullshit
> > >
> > > I selected a)
> > >
> > > 15.) Debugging of WebApplication with WebServer IIS 3.0 installed.
[/color]
What
> > must
> > > be done.
> > >
> > > one answer was upgrade to IIS 4.0
> > >
> > > I selected this.
> > >
> > > 16.) Tag to display an animated gif
> > >
> > > a) <IMG SRC="animated.gif>
> > > b) <IMG DYNSRC="animated.gif>
> > >
> > > I selected b)
> > >
> > > 17.) Web Application with max. Scalability.10000 visitors / hour
> > > Choose best answer
> > >
> > > a) clientside ADO Connection
> > > b) clientside ActiveX Control
> > > c) serverside ADO Connection
> > > d) MTS Component
> > >
> > > I selected d)
> > >
> > > 18.) Similar to 17.)
> > >
> > > a) MTS Component
> > > b) serverside RDO
> > > c) clientside ActiveX
> > > d) clientside JScript
> > >
> > > I selected a)
> > >
> > > 19.) WebApplication with DB-Access. You have the following DTCs:
> > > TextBox DTC and RecordsetNavBar DTC. What do you need more to

bind[
color=darkred]
> > > TextBox
> > > to database field?
> > > a) PageObj DTC
> > > b) Recordset DTC
> > > c) Page Transit DTC
> > > d) Page NavBar DTC
> > >
> > > I selected b)
> > >
> > > 20.) Simple e-Mail Functionality. Heavy Traffic expected.
> > > Choose best answer
> > >
> > > a) CDO Exchange Server
> > > b) ADO
> > > c) DAO
> > > d) CDO NT Server
> > >
> > > I selected a)
> > >
> > > 21.) Clientside Win 95 of WebApplication uses MTS. What is needed to
> > > install?
> > >
> > > a) DCOM
> > > b) MAPI
> > > c) MSMQ
> > > d) MTS
> > > e) Remote Register Services
> > >
> > > I selected a) and c)
> > >
> > > 22.) Visual Source Save for Source Control of WebApplication. Wich

> steps?
> > > a) disable IIS Guest account
> > > b)
> > > c)
> > > d) something with NTFS
> > > e) install VSS on each client
> > >
> > > 23.) ASP Application accessing SQL-Server. Wich Data Access Software

> must
> > be
> > > installed on the Web-Server?
> > > a) ODBC-Provider for SQL-Server
> > > b) OLEDB-Provider for SQL-Server
> > > c) OLEDB-Provider for ODBC
> > > d) IDC
> > >
> > > I selected b) and d)
> > >
> > > 24.) Securing an Intranet ASP-Application for UserGroup Department1,
> > > Department2.
> > > Wich user groups must you create?
> > >
> > > a) Anonymus
> > > b) Domain Guests
> > > c) Admin
> > > d) Department1
> > > e) Department2
> > >
> > > I selected c), d) and e)
> > >
> > > 25.) 100% Availability required for Web-Application.
> > >
> > > I selected Site Server replication on multiple Web-Server
> > >
> > > 26.) New Application. Access for suppliers only.
> > >
> > > a) Internet/Intranet
> > > b) Extranet only
> > > c) Internet only
> > > d) Intranet only
> > >
> > > I selected b)
> > >
> > > 27.) Creating a soulution wich will access Mainframe-DB. What is
> > > important to know for you?
> > > a) type of access (Read-Only, Read-Write)
> > > b) number of tables
> > > c) size of database
> > > d) number of rows in each table
> > >
> > > I selected a) and c)
> > >
> > > 28.) blablabla
> > >
> > > a) <img>
> > > b) <img align="left">
> > > c) <img align="right">
> > > d) <img align="center">
> > >
> > > I selected a) check if image tag has align-property i dont think so
> > >
> > > 29.) How to include a .htm scriptlet. Knowing syntax of tag.
> > >
> > > 30.) Changes made on web application...blabla
> > >
> > > a) Test changes according to testplan
> > > b) bullshit
> > >
> > > I selected a)
> > >
> > > 31.) Static Web-site about Products and Services. Choose architecture:
> > >
> > > a) single-tier
> > > b) two-tier
> > > c) three-tier
> > > d) n-tier
> > >
> > > I guessed a)
> > >
> > > 32.) Many users make changes on Web-Site. Automatisation of
[/color]
deployment. [colo
r=darkred]
> > > What must be installed on Web-Server?
> > >
> > > a) FrontPage Server Extensions
> > > b) IIS
> > >
> > > I selected a) and b)
> > >
> > > 33.) Web-Application. HTML, Excel, Word. No components. Shared by
> > > Index Server. Choose Architecture:
> > >
> > > a) single-tier
> > > b) two-tier
> > > c) three-tier
> > > d) n-tier
> > >
> > > I guessed b)
> > >
> > > 34.) Javascript Function. Where to display progress?
> > >
> > > I selected message in status bar
> > >
> > > 35.) Multimedia Streaming. Wich Format allows binary streaming?
> > >
> > > a.) .mpg
> > > b.) .wav
> > > c.) .ast
> > > d.) .mid
> > >
> > > I selected b)
> > >
> > >
> > >

> >
> >

>
>[/color]


Andre Fuhrer

2002-11-09, 4:23 am

you are a lovely guy, I just wanted to help...

Don <spam@spamme.com> schrieb in im Newsbeitrag:
#MHuIb3hCHA.1784@tkmsftngp09...
> Good job - that was almost a sentence. I wonder how much satisfaction
> Microsoft will enjoy when they take away your MCP for violating the NDA

that
> you agreed to when you took the exam, MORON!
>
>
>
> "Andre Fuhrer" <andre_fuhrer@bluewin.ch> wrote in message
> news:3dcc3837_2@news.bluewin.ch...
> > dumbass swot. no intelligent people learns that microsoft bullshit
> > seriously...
> >
> > Don <spam@spamme.com> schrieb in im Newsbeitrag:
> > OCrBGW2hCHA.1368@tkmsftngp09...
> > > This is not a braindump site - MORON
> > >
> > >
> > >
> > > "Andre Fuhrer" <andre_fuhrer@bluewin.ch> wrote in message
> > > news:3dcc1dbf$1_3@news.bluewin.ch...
> > > > First 10 easy questions about SQL, Inner Join, Stored Procedure
> > > >
> > > > Make sure you know how a stored procedure looks like (syntax)
> > > > and how to pass it to a command object (INPUT, OUTPUT parameter).
> > > >
> > > > 1.) Stored Query to be executed many times
> > > > a) cmd.compiled = true
> > > > b) cmd.prepared = true
> > > >
> > > > I selected b)
> > > >
> > > > Then 7 questions about roles / project organization with the
> > > > following structure. (choose all that apply)
> > > >
> > > > Goals
> > > > blablabla
> > > > Action
> > > > blablabla
> > > >
> > > > Results
> > > > a)
> > > > b)
> > > > c)
> > > > d)
> > > > e)
> > > >
> > > > Bullshit... I was just guessing. Check each result with all goals

and
> > all
> > > > actions.
> > > > Dont loose to much time there, better answer the rest correctly.
> > > >
> > > > 2.) Testplan to test web application. What should be done first?
> > > > a) integration testing
> > > > b) user acceptance testing
> > > > c) unit/component testing
> > > > d) system testing
> > > >
> > > > I selected c)
> > > >
> > > > 3.) Debug ASP Application. Steps? (3 answers)
> > > >
> > > > a) IIS MMC enable server-side scription
> > > > b) IIS MMC enable client-side scription
> > > > c) sample.asp set as start page
> > > > d) bullshit
> > > > e) Debug menu, click Start
> > > >
> > > > I selected a), c) and e)
> > > >
> > > > 4.) VisualInterDev Debugging. Breakpoint: You are at line 4

> (simplified)[colo
r=darkred]
> > > > value of a and b
> > > > in watch expression?
> > > >
> > > > 1 a=0
> > > > 2 b=0
> > > > 3 a=5
> > > > 4 b=5
> > > >
> > > > I selected a=5 and b=0
> > > >
> > > > 5.) Validation of form entries. Must run in IE and Netscape.
> > > > Choose best answer.
> > > > a) Java Script serverside
> > > > b) Java Script clientside
> > > > c) VB Script serverside
> > > > d) VB Script clientside
> > > >
> > > > I selected b) 99% sure
> > > >
> > > > 6.) Servervariable to detect Browser?
> > > >
> > > > c) HTTP_USER_BROWSER
> > > > d) HTTP_USER_AGENT
> > > >
> > > > I guessed c) check it out
> > > >
> > > > 7.) Webusers can come from search engines to any site of your
> > > > web application. Where should you place navigation buttons.
> > > > a) put navigation buttons on each page
> > > > b) frameset with navigation buttons
> > > >
> > > > I selected b)
> > > >
> > > > 8.) Navigation that must work for all Browsers under all condtions
> > > >
> > > > a) Applet
> > > > b) ActiveX Control
> > > > c) ImageMap
> > > > d) Text Hyperlinks
> > > >
> > > > I selected d)
> > > >
> > > > 9.) They show you the Icon of a broken ASP link in Visual Interdev.
> > > > (Exhibit Button) What is it?
> > > >
> > > > a) broken HTML-Link
> > > > b) broken ASP-Link
> > > >
> > > > I Selected b) make sure you know how the icon looks like...
> > > > (broken paper with blue globe lower left corner)
> > > >
> > > > 10.) Question about applet. Make sure you know how the <APPLET> Tag

> > looks
> > > > like
> > > >
> > > > a) <APPLET SOURCE="..">
> > > > b) <APPLET CODEBASE="...">
> > > >
> > > > I selected b
> > > >
> > > > 11.) Uploading Attachement Files to Web-Server. Tag?
> > > >
> > > > a) <INPUT TYPE="File">
> > > > b) <INPUT TYPE="Attachement">
> > > > c) <FILE>
> > > > d) <UPLOAD>
> > > >
> > > > I selected a)
> > > >
> > > > 12.) User posts content on Web-Server. Front Page Server Extensions

> are
> > > > not installed.
> > > >
> > > > a) MS Message Queue Server Snap In for IIS
> > > > b) Write client side script
> > > > c) Write socket based programm on Port 80
> > > > d) Install Internet Posting Acceptor on WebServer
> > > >
> > > > 13.) How to copy a WebApplication from development
[/color]
environment/server
> to

> > > > WebServer using Visual InterDev. Front Page Server Extensions

are[c
olor=darkred]
> > > > installed.
> > > > a) Copy directory from development server to WebServer
> > > > b) CopyWebApplication Command of Visual Interdev
> > > > c) Bullshit
> > > > d) Bullshit
> > > >
> > > > I selected b)
> > > >
> > > > 14.) How to copy a WebApplication from development
[/color]
environment/server
> to

> > > > WebServer using Visual InterDev. Front Page Server Extensions

are[c
olor=darkred]
> > > > not installed.
> > > > a) Copy directory from development server to WebServer
> > > > b) CopyWebApplication Command of Visual Interdev
> > > > c) Bullshit
> > > > d) Bullshit
> > > >
> > > > I selected a)
> > > >
> > > > 15.) Debugging of WebApplication with WebServer IIS 3.0 installed.

> What
> > > must
> > > > be done.
> > > >
> > > > one answer was upgrade to IIS 4.0
> > > >
> > > > I selected this.
> > > >
> > > > 16.) Tag to display an animated gif
> > > >
> > > > a) <IMG SRC="animated.gif>
> > > > b) <IMG DYNSRC="animated.gif>
> > > >
> > > > I selected b)
> > > >
> > > > 17.) Web Application with max. Scalability.10000 visitors / hour
> > > > Choose best answer
> > > >
> > > > a) clientside ADO Connection
> > > > b) clientside ActiveX Control
> > > > c) serverside ADO Connection
> > > > d) MTS Component
> > > >
> > > > I selected d)
> > > >
> > > > 18.) Similar to 17.)
> > > >
> > > > a) MTS Component
> > > > b) serverside RDO
> > > > c) clientside ActiveX
> > > > d) clientside JScript
> > > >
> > > > I selected a)
> > > >
> > > > 19.) WebApplication with DB-Access. You have the following DTCs:
> > > > TextBox DTC and RecordsetNavBar DTC. What do you need more to

> bind
> > > > TextBox
> > > > to database field?
> > > > a) PageObj DTC
> > > > b) Recordset DTC
> > > > c) Page Transit DTC
> > > > d) Page NavBar DTC
> > > >
> > > > I selected b)
> > > >
> > > > 20.) Simple e-Mail Functionality. Heavy Traffic expected.
> > > > Choose best answer
> > > >
> > > > a) CDO Exchange Server
> > > > b) ADO
> > > > c) DAO
> > > > d) CDO NT Server
> > > >
> > > > I selected a)
> > > >
> > > > 21.) Clientside Win 95 of WebApplication uses MTS. What is needed to
> > > > install?
> > > >
> > > > a) DCOM
> > > > b) MAPI
> > > > c) MSMQ
> > > > d) MTS
> > > > e) Remote Register Services
> > > >
> > > > I selected a) and c)
> > > >
> > > > 22.) Visual Source Save for Source Control of WebApplication. Wich

> > steps?
> > > > a) disable IIS Guest account
> > > > b)
> > > > c)
> > > > d) something with NTFS
> > > > e) install VSS on each client
> > > >
> > > > 23.) ASP Application accessing SQL-Server. Wich Data Access Software

> > must
> > > be
> > > > installed on the Web-Server?
> > > > a) ODBC-Provider for SQL-Server
> > > > b) OLEDB-Provider for SQL-Server
> > > > c) OLEDB-Provider for ODBC
> > > > d) IDC
> > > >
> > > > I selected b) and d)
> > > >
> > > > 24.) Securing an Intranet ASP-Application for UserGroup Department1,
> > > > Department2.
> > > > Wich user groups must you create?
> > > >
> > > > a) Anonymus
> > > > b) Domain Guests
> > > > c) Admin
> > > > d) Department1
> > > > e) Department2
> > > >
> > > > I selected c), d) and e)
> > > >
> > > > 25.) 100% Availability required for Web-Application.
> > > >
> > > > I selected Site Server replication on multiple Web-Server
> > > >
> > > > 26.) New Application. Access for suppliers only.
> > > >
> > > > a) Internet/Intranet
> > > > b) Extranet only
> > > > c) Internet only
> > > > d) Intranet only
> > > >
> > > > I selected b)
> > > >
> > > > 27.) Creating a soulution wich will access Mainframe-DB. What is
> > > > important to know for you?
> > > > a) type of access (Read-Only, Read-Write)
> > > > b) number of tables
> > > > c) size of database
> > > > d) number of rows in each table
> > > >
> > > > I selected a) and c)
> > > >
> > > > 28.) blablabla
> > > >
> > > > a) <img>
> > > > b) <img align="left">
> > > > c) <img align="right">
> > > > d) <img align="center">
> > > >
> > > > I selected a) check if image tag has align-property i dont think
[/color]
so[co
lor=darkred]
> > > >
> > > > 29.) How to include a .htm scriptlet. Knowing syntax of tag.
> > > >
> > > > 30.) Changes made on web application...blabla
> > > >
> > > > a) Test changes according to testplan
> > > > b) bullshit
> > > >
> > > > I selected a)
> > > >
> > > > 31.) Static Web-site about Products and Services. Choose
[/color]
architecture:[colo
r=green]
> > > >
> > > > a) single-tier
> > > > b) two-tier
> > > > c) three-tier
> > > > d) n-tier
> > > >
> > > > I guessed a)
> > > >
> > > > 32.) Many users make changes on Web-Site. Automatisation of

> deployment.
> > > > What must be installed on Web-Server?
> > > >
> > > > a) FrontPage Server Extensions
> > > > b) IIS
> > > >
> > > > I selected a) and b)
> > > >
> > > > 33.) Web-Application. HTML, Excel, Word. No components. Shared by
> > > > Index Server. Choose Architecture:
> > > >
> > > > a) single-tier
> > > > b) two-tier
> > > > c) three-tier
> > > > d) n-tier
> > > >
> > > > I guessed b)
> > > >
> > > > 34.) Javascript Function. Where to display progress?
> > > >
> > > > I selected message in status bar
> > > >
> > > > 35.) Multimedia Streaming. Wich Format allows binary streaming?
> > > >
> > > > a.) .mpg
> > > > b.) .wav
> > > > c.) .ast
> > > > d.) .mid
> > > >
> > > > I selected b)
> > > >
> > > >
> > > >
> > >
> > >

> >
> >

>
>[/color]


Tim

2002-11-09, 9:23 am

"Don" <spam@spamme.com> wrote in message
news:OCrBGW2hCHA.1368@tkmsftngp09...
> This is not a braindump site - MORON


Thanks to your unsnipped reply, the original content is still available. It
appears that an MS administrator deleted the original, but your post hit
their server after that. Or maybe you crossposted your reply to a group that
the original poster didn't use?

Either way, trimming posts you reply to is basic newsgroup etiquette, but
it's of particular importance when replying to spam or other inappropriate
posts. I know that post must have angered you, but please try to take a
moment to assess your reply before sending it. In this case, you
inadvertantly made the problem worse.


Don

2002-11-09, 10:23 am

Good point - never even thought of it.


"Tim" <spammers@begone> wrote in message
news:ePsc3#$hCHA.1364@tkmsftngp12...
> "Don" <spam@spamme.com> wrote in message
> news:OCrBGW2hCHA.1368@tkmsftngp09...
> > This is not a braindump site - MORON

>
> Thanks to your unsnipped reply, the original content is still available.

It
> appears that an MS administrator deleted the original, but your post hit
> their server after that. Or maybe you crossposted your reply to a group

that
> the original poster didn't use?
>
> Either way, trimming posts you reply to is basic newsgroup etiquette, but
> it's of particular importance when replying to spam or other inappropriate
> posts. I know that post must have angered you, but please try to take a
> moment to assess your reply before sending it. In this case, you
> inadvertantly made the problem worse.
>
>



Don

2002-11-09, 10:23 am

I am a lovely guy - it is my job to teach students how to use this
technology. Spoon feeding people test questions is harmful and forbidden by
Microsoft. You seem to hate Microsoft, so why get certified in their
products?

Braindumps are cheating, plain and simple. If you really want to help
people, there are many ways to do so without violating the NDA, which
Microsoft DOES take very seriously.


"Andre Fuhrer" <andre_fuhrer@bluewin.ch> wrote in message
news:3dccd3d5_4@news.bluewin.ch...
> you are a lovely guy, I just wanted to help...
>



Sponsored Links





Free Braindumps | MCSE braindumps software forum

Copyright 2003 - 2008 examnotes.net