powered by simpleCommunicator - 2.0.50     © 2025 Programmizd 02
Форумы / Сертификация и обучение [игнор отключен] [закрыт для гостей] / Странные вопросы из TK для 70-316
5 сообщений из 5, страница 1 из 1
Странные вопросы из TK для 70-316
    #32749444
НЕ СКАЖУ
Скрыть профиль Поместить в игнор-лист Сообщения автора в теме
Участник
Для начала хотел спросить:
Почему в тесткинге встречаются вопросы для 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
...
Рейтинг: 0 / 0
Странные вопросы из TK для 70-316
    #32749754
Bigheadman
Скрыть профиль Поместить в игнор-лист Сообщения автора в теме
Участник
Наверное, потому что вопросы у экзаменов 70-316 и 70-306 очень похожи. Вот они и решили: зачем делать с нуля 70-316, когда можно переделать под С# 70-306. Однако это всего лишь мои догадки.
Сам сдавал весной 70-316, никаких проблем не испытал. В самих вопросах VB.NET никоим образом не встречался.
...
Рейтинг: 0 / 0
Странные вопросы из TK для 70-316
    #32751290
НЕ СКАЖУ
Скрыть профиль Поместить в игнор-лист Сообщения автора в теме
Участник
А по тестКингу готовился? Или чисто сам?
Да, и хотел спросить, скока вопросов на этом экзамене, и сколько баллов надо набрать?
...
Рейтинг: 0 / 0
Странные вопросы из TK для 70-316
    #32751370
Bigheadman
Скрыть профиль Поместить в игнор-лист Сообщения автора в теме
Участник
На эти вопросы в этом форуме можно легко найти ответы. Очень советую прочитать весь форум. Не так уж много кстати.
Я же подписался под соглашением о неразглашении, так что отвечать не буду.
Могу только добавить, что главное - это опыт работы с конкретными технологиями.
Недавно общался с обладателем MCSD.NET, который не мог ответить на достаточно простой вопрос по технологии Remoting. Печальное зрелище.
...
Рейтинг: 0 / 0
Странные вопросы из TK для 70-316
    #32751727
НЕ СКАЖУ
Скрыть профиль Поместить в игнор-лист Сообщения автора в теме
Участник
BigheadmanНа эти вопросы в этом форуме можно легко найти ответы. Очень советую прочитать весь форум. Не так уж много кстати.
Я же подписался под соглашением о неразглашении, так что отвечать не буду.

Я же не прошу тебя рассказать о чем-то особенном, а только как ты готовился.
Давая так:
Ты готовился по TK?(напечатай 1, если согласен, и 0 - если нет) :)
...
Рейтинг: 0 / 0
5 сообщений из 5, страница 1 из 1
Форумы / Сертификация и обучение [игнор отключен] [закрыт для гостей] / Странные вопросы из TK для 70-316
Целевая тема:
Создать новую тему:
Автор:
Закрыть
Цитировать
Найденые пользователи ...
Разблокировать пользователей ...
Читали форум (0):
Пользователи онлайн (0):
x
x
Закрыть


Просмотр
0 / 0
Close
Debug Console [Select Text]