|
Странные вопросы из TK для 70-316
|
|||
---|---|---|---|
#18+
Для начала хотел спросить: Почему в тесткинге встречаются вопросы для Visual Basic'a.NET? Например: QUESTION NO: 25(part 2) You use Visual Basic .NET to develop a Windows-based application for TestKingFirst Bank. You plan to reuse a procedure written in Visual Basic 6.0. The procedure includes the following array declaration to store referees of loan applicants: 070 - 316 Leading the way in IT testing and certification tools, www.testking.com - 137 - Dim LoanApplicantReferees(1 to 5) As String You copy and paste the array declaration from the Visual Basic 6.0 project into the new Visual Basic .NET project. Now you must ensure that the LoanApplicantReferees array will compile in the Visual Basic .NET application. What should you do? A. Include the Option Base 1 statement in the Declaration section of the module. B. Include the Option Base 0 statement in the Declaration section of the module. C. Include the Option Base 10 statement in the Declaration section of the module. D. Replace the Dim statement with the following code segment: Dim LoanApplicantReferees(1 to 9) As String E. Replace the Dim statement with the following code segment: Dim LoanApplicantReferees(0 to 9) As String F. Replace the Dim statement with the following code segment: Dim LoanApplicantReferees(9) As String G. After the Dim statement, add the following code segment: ReDim LoanApplicantReferees(0 to 9) As String H. After the Dim statement, add the following code segment: ReDim LoanApplicantReferees(9) As String Answer: F Array lower bounds are supported in Visual Basic 6.0, but not in Visual Basic .Net. ИЛИ QUESTION NO: 19 You have received a sample XML file from Barkings Bank to import into a loan application that you have created. The import routine in her application contains the following code: Private Function BuildDataSet (strFileLocation as String) as DataSet FileStream myFileStream = New FileStream (strFileLocation, FileMode.Create) DataSet dsData = New DataSet dsData.ReadXml (myFileStream, XmlReadMode.InferSchema) Return dsData End Function The XML file contains the following data: <Data> <LoanApplicant> <ApplicantName>Tess King</ApplicantName> <ApplicantTitle>Chief Software Architect</ApplicantTitle> <ApplicantCode>328</ApplicantCode> </LoanApplicant> </Data> When you import the data, what will happen? (Select the best choice.) A. The data set will be empty. B. The data set will create a table with the name Data. No columns or rows will exist in the table. C. The data set will create a table with the name LoanApplicant . D. The data set will create a table with the name LoanApplicant and three columns named ApplicantName, ApplicantTitle, and ApplicantCode. The table will contain one row of data. E. The data set will create a table with the name Data and one column named LoanApplicant. The table will contain three rows of data. Answer: D If the XmlReadMode parameter is set to InferSchema when the ReadXml method of a DataSet object is used, then the data set will create a data structure based on an existing schema. If no schema exists, then the data set will base its data structure on the elements and attributes of the XML data. An element in an XML document that has child elements is inferred as a table if the child elements themselves are inferred as columns. Elements with no attributes or child elements are inferred as columns. If the XmlReadMode ... |
|||
:
Нравится:
Не нравится:
|
|||
22.10.2004, 03:32 |
|
Странные вопросы из TK для 70-316
|
|||
---|---|---|---|
#18+
Наверное, потому что вопросы у экзаменов 70-316 и 70-306 очень похожи. Вот они и решили: зачем делать с нуля 70-316, когда можно переделать под С# 70-306. Однако это всего лишь мои догадки. Сам сдавал весной 70-316, никаких проблем не испытал. В самих вопросах VB.NET никоим образом не встречался. ... |
|||
:
Нравится:
Не нравится:
|
|||
22.10.2004, 10:29 |
|
Странные вопросы из TK для 70-316
|
|||
---|---|---|---|
#18+
А по тестКингу готовился? Или чисто сам? Да, и хотел спросить, скока вопросов на этом экзамене, и сколько баллов надо набрать? ... |
|||
:
Нравится:
Не нравится:
|
|||
22.10.2004, 19:46 |
|
Странные вопросы из TK для 70-316
|
|||
---|---|---|---|
#18+
На эти вопросы в этом форуме можно легко найти ответы. Очень советую прочитать весь форум. Не так уж много кстати. Я же подписался под соглашением о неразглашении, так что отвечать не буду. Могу только добавить, что главное - это опыт работы с конкретными технологиями. Недавно общался с обладателем MCSD.NET, который не мог ответить на достаточно простой вопрос по технологии Remoting. Печальное зрелище. ... |
|||
:
Нравится:
Не нравится:
|
|||
23.10.2004, 00:24 |
|
Странные вопросы из TK для 70-316
|
|||
---|---|---|---|
#18+
BigheadmanНа эти вопросы в этом форуме можно легко найти ответы. Очень советую прочитать весь форум. Не так уж много кстати. Я же подписался под соглашением о неразглашении, так что отвечать не буду. Я же не прошу тебя рассказать о чем-то особенном, а только как ты готовился. Давая так: Ты готовился по TK?(напечатай 1, если согласен, и 0 - если нет) :) ... |
|||
:
Нравится:
Не нравится:
|
|||
24.10.2004, 03:43 |
|
|
start [/forum/topic.php?fid=34&tid=1551822]: |
0ms |
get settings: |
11ms |
get forum list: |
13ms |
check forum access: |
3ms |
check topic access: |
3ms |
track hit: |
146ms |
get topic data: |
11ms |
get forum data: |
2ms |
get page messages: |
40ms |
get tp. blocked users: |
2ms |
others: | 15ms |
total: | 246ms |
0 / 0 |