Options

Development I: Exam (NAV 40-221 / MB7-221)

DynavisionDynavision Member Posts: 6
Hi,

I passed the Dev I exam today (with 95%) \:D/

On most sections i got between 94% - 100%. My 'major' problem were the 6 questions on ODBC, OCX and Automation, were i got 66%, meaning 2 wrong answers.

One of the questions was, What is the Advantage of C/Front over NODBC? I guessed the speed, C/Front is faster than NODBC, but I'm not sure?

Another question on Automation, ODBC, C/FRONT: Which two things are provided by Navision to Access data and functions from external applications?
I didn't know wheter it was
(A) NODBC and C/FRONT OR
(B) C/ODBC and Automation

I'll try and remember some other questions...

I passed ... \:D/ \:D/ \:D/ \:D/

The help (and questions) I found on this forum were extremely usefull, for which I'm very gratefull.

Comments

  • Options
    DynavisionDynavision Member Posts: 6
    Some other questions:

    Tables

    --1-- What is the table relationship between a Master table and the Ledger table?

    (A) A field in the Master table is related to the Ledger table
    (B) A field in the Ledger table is related to the Master table
    (C) A field in both master and ledger table are related
    (D) No fields are related

    answer: B

    --2-- When is it possible to change the name of a field in a table?

    (A) First delete all data from that field
    (B) First remove all references
    (C) You can always change the name of a field
    (D) You can never change the name of a field

    answer: C (if it was the datatype of the field, the answer is A)

    --3-- In which table are Journal Entries made for Sales & Receivables Funtional Area?

    (A) Cust. Journal Line
    (B) somthing with Cash
    (C) Gen. Journal Line
    (D) Receivables Journal Line

    answer: C

    Forms

    --4-- What is the main purpose of a subform?

    (A) Display info from another table
    (B) Display info below a form
    (C) Filter info on a form
    (D) Make a form smaller

    answer: A

    --5-- Which is not a form trigger?

    (A) OnDisposeForm
    (B) OnOpenForm
    (C) OnActivateForm
    (D) OnQueryCloseForm

    answer: A (yes A, not D)

    C/AL Code

    --6-- A binary operator is an operator that ...

    (A) Serves two purposes
    (B) Acts on the term before and after it
    (C) Acts on any term and converts it to a binary value
    (D) Can be used twice in the same function (or something like that)

    answer: B

    Automation, ODBC, C/FRONT:

    --7-- Which is NOT true, automation server in C/SIDE code:

    (A) When you declare an Automation Server as a variabele, you can view the methods and properties in the C/AL Symbol Menu
    (B) Some methods/properties will not be able to be utilized in Navision if there is no data type for it in Navision
    (C) Knowledge of relations between COM data types and Navision data type is required
    (D) COM data type can be converted to Navision data types using ALTERDATATYPE

    answer: D

    --8-- What happens to the field "Customer No." when you set the NODBC option 'All Except Dot' to true?

    (A) Customer No
    (B) Customer No_
    (C) Customer_No_
    (D) CustomerNo

    answer: B

    --9-- What is not a valid reason to use Automation?

    (A) To avoid sessions
    (B) To provide an interfase to outside apps
    (C) To save development time
    (D) To standardize certain operations

    answer: A


    These are the 'hardest' questions I could remember.

    There was also one question on reporting about SQL server (/Navision DB) and locking. I can't quite recal the question, but it was something about 2 users calling data from the same table in a report. And something about setting the TransactionType property either to Snapshot or Browse. I remembered that this only applied to SQL server, i think the correct answer was Snapshot.
  • Options
    quiNavquiNav Member Posts: 17
    Hello Dynavision,

    Thanks a lot for your input!

    I'm thinking the answer for question 3 is A (Cust. Journal Line) but I'm not sure at all. If possible, please give me some explainations on your answer? Thanks a bunch!
  • Options
    DynavisionDynavision Member Posts: 6
    Hi quiNav,

    For this question,

    --3-- In which table are Journal Entries made for Sales & Receivables Funtional Area?

    (A) Cust. Journal Line
    (B) somthing with Cash
    (C) Gen. Journal Line
    (D) Receivables Journal Line

    The answer is not A, because this table contains information about the customer and the journal lines. They ask in which table the journal entries are made, this is in the Gen. Journal Line.

    I'm sorry that I can't give more technical details, but it's been a while since i took the exam and I haven't work much in Navision since.
  • Options
    ravikantcravikantc Member Posts: 35
    quiNav wrote:
    Hello Dynavision,

    Thanks a lot for your input!

    I'm thinking the answer for question 3 is A (Cust. Journal Line) but I'm not sure at all. If possible, please give me some explainations on your answer? Thanks a bunch!

    Hi quiNav,

    There is no Cust. Journal Line Table in standard Navision.

    So it's confirmed that for S&R entries are made in Ge. Journal Line only.

    ok bye :D
  • Options
    quiNavquiNav Member Posts: 17
    Thanks Guys. I appreciate your help a lot!

    - quiNav
Sign In or Register to comment.