Options

Practice exam with wrong answer?

kytohkytoh Member Posts: 11
I came across this sample practice exam.
http://www.ipass4sure.com/demopdf/MB7-702.pdf

I am fairly new in Navision so I would like to get some experts' comments on this.
Please have a look at question #1 and its given answer.

QUESTION: 1
You are designing a table with a Customer Name field that must not be stored.
The table must derive its contents from the Name field on the Customer table. The
Customer Name field must then be used in a C/AL function. How should you
create the Customer Name field and then access it using C/AL code?
A. Create the Customer Name as a FlowFilter field. In the code, use the
CALSUMS function to evaluate the value of Customer Name.
B. Create the Customer Name as a Normal text field. In the code, use the
EVALUATE function to evaluate the value of Customer Name.
C. Create the Customer Name as a FlowField with a Method set to Lookup. In the
code, use the CALCFIELDS function to evaluate the value of the Customer Name.
D. Create the Customer Name as a FlowFilter field. In the code, use the
EVALUATE function to evaluate the value of Customer Name.

I really doubt that the answer given (A) is correct, because from what I understand, CALSUMS is only used to calculate the total of SumIndexFields which is numeric, how do you evaluate the Customer Name using this method?
Somehow I think that the correct answer here is C?

However if the answer is really A, can someone explain a little bit?
Thank you.

Answers

  • Options
    Marije_BrummelMarije_Brummel Member, Moderators Design Patterns Posts: 4,262
    Looks like someone made a screwup here. You are correct the right answer is C.

    This proofs you should always think and study, not learn questions.
  • Options
    kytohkytoh Member Posts: 11
    This proofs you should always think and study, not learn questions.

    Agreed and thanks for the assurance on the correct answer.
    I hope others will be mindful on such things too.

    Also if this company can't even double check their sample Q&A, they can surely throw away all their advertised five-stars stamps. :D
    Cheers.
  • Options
    rocatisrocatis Member Posts: 163
    Impressive. They manage to screw up the answer for the very first question (the answer is C) and even spell CALCSUMS wrong.

    I believe the answer to question 5 is also wrong: it should be A, not B. Question 7 should be C, not D.

    Not really sure I would use these guys to prepare for an exam...
    Brian Rocatis
    Senior NAV Developer
    Elbek & Vejrup
  • Options
    jglathejglathe Member Posts: 639
    CALSUMS is purposefully misspelled, I think. You find this sometimes in the questions. However, as already said, the right answer is C) - but does the exams system know this?

    with best regards

    Jens
Sign In or Register to comment.