MB6-819 Microsoft Business Solutions Braindump
ExamSoon MB6-819 Exams
Microsoft AX 2009 Development Introduction
O rder : MB6-819 Exam
Practice Exam: MB6-819
Exam Number/Code: MB6-819
Exam Name: AX 2009 Development Introduction
Questions and Answers: 150 Q&As
Free MB6-819 Braindumps
Exam : Microsoft MB6-819
Title : AX 2009 Development Introduction
1. You work in an International company which is called DONEX. And you're in charge of the network of your
company. Now one of your colleagues asks for your help. He
has no idea about what the best practice for naming variables is. So what's your answer? (choose more than one)
A. One letter variable names can only be used for looping and co-ordinates
B. Variables should start with a lower case letter, for example custAccount
C. When using two variables of the same type, use a sequential number, for example date1, date2
D. Variables should start with a letter signifying the base type followed by an underscore (_), for example str s_name;
Answer: A
2. You work in an International company which is called DONEX. And you're in charge of the network of your
company. And now you work as the systems developer. You
have been assigned a task to investigate a problem with a field on a form. The field is an Enum, with five possible
selections. Some of the records in the form show the
value as blank, whereas some show the correct text. All values of the Enum are seen on at least one record. What
might cause this?
A. No label has been specified on one or more of the elements
B. The data source on the form control has not been specified
C. The values in the enum have been modified and records exist with old values
D. The Enum on the field is set correctly, but the extended data type on the field has not been set.
Answer: B
3. You work in an International company which is called DONEX. And you're in charge of the network of your
company. How can you make sure the end user cannot delete
a record in one table if there are related records in another table?
A. By creating a