Options

Questions in development exam

2456712

Comments

  • Options
    MRQMRQ Member Posts: 73
    Q7)Xfile.EoF how can u represent it in another way
    (chose to answers)

    1.xfile.pos

    2.xfile.read

    3.xfile.len

    4.file.read(file.pos)= file.len

    5.file.read= file.len

    // i dont remember if thier another answers so if u know anther way to represent Xfile.EoF even if it is not in the previous answers
  • Options
    shafeaashafeaa Member Posts: 54
    ](*,) ](*,) ](*,)

    help me
    any one can help me in Q7 plz
  • Options
    shafeaashafeaa Member Posts: 54
    :whistle: :whistle: :whistle:
  • Options
    fbfb Member Posts: 246
    boolAtEOF := (file.POS = File.LEN);
    

    Recommended reading: http://www.catb.org/~esr/faqs/smart-questions.html
  • Options
    shafeaashafeaa Member Posts: 54
    thank u fb
  • Options
    fbfb Member Posts: 246
    MRQ: Please read this:
    http://www.catb.org/~esr/faqs/smart-que ... #noprivate
    and this:
    http://www.catb.org/~esr/faqs/smart-que ... l#homework

    I'm happy to answer questions that you post here in the forum, provided you have done your homework, searched the docs/web/forum, and so on...
  • Options
    dearlydearly Member Posts: 9
    I've failed that exam and i want to share some topics about questions.
    First of all,

    I can't remember questions. But, I'm writing some of remembered topics, words etc.

    ******
    onAfterGetRecord
    you write:
    CurrReport.skip
    
    or:
    CurrReport.close
    
    what can be happened?

    Not: I saw six more questions about that!!!!!!
    *******

    ***
    subForms must have ?
    ***

    ***
    SetFilter...
    ***

    ***
    BigText's max size?
    ***


    and you should also study triggers to pass that exam.

    good lucks :P
  • Options
    jiggsjiggs Member Posts: 1
    dearly wrote:
    I've failed that exam and i want to share some topics about questions.
    First of all,

    I can't remember questions. But, I'm writing some of remembered topics, words etc.

    ******
    onAfterGetRecord
    you write:
    CurrReport.skip
    
    or:
    CurrReport.close
    
    what can be happened?

    Not: I saw six more questions about that!!!!!!
    *******

    ***
    subForms must have ?
    ***

    ***
    SetFilter...
    ***

    ***
    BigText's max size?
    ***


    and you should also study triggers to pass that exam.

    good lucks :P

    I wrote the test yesterday and passed. To my suprise there were 3 questions that were asked repeatedly in the Special Programming Topic section. They all had to do with reporting and SKIP, BREAK and QUIT. If you know those 3 well, that's 13 easy marks. If you don't, you're working with a 13 mark handicap.

    Some other helpful hints, know the specifics when importing balances (posting or saving it) and upgrade procedures (ie. steps for upgrading). Good luck.
  • Options
    csearlecsearle Member Posts: 14
    Hey FB,

    your answers aren't lighting the world on fire so don't bother answering. The people asking questions here are trying to help each other. We don't need instructions on how to ask questions.
  • Options
    SavatageSavatage Member Posts: 7,142
    csearle wrote:
    Hey FB,

    your answers aren't lighting the world on fire so don't bother answering. The people asking questions here are trying to help each other. We don't need instructions on how to ask questions.

    [-X Not necessary
  • Options
    csearlecsearle Member Posts: 14
    2 questions about optimistic concurrency

    when displaying subordinate records in a subform what control do you use.
    a) you must use a Tablebox
    b) you usually use a tablebox
    c) a picture box
    d) a text box

    I chose (a) even though both a & b could be applicable.

    Form A calls on instance of a codeunit and assigns 'RED' to a global text variable. Form B call an instance of the same codeunit and assigns the same global variable 'BLUE'. Forma A then calls another function in the same codeunit and and retrieves the value of the globabl variable. What is the value?

    a) Red * (chose a)
    b) Blue
    c) Null
    d) you can't do this

    What function should you call in a report onaftergetRecord trigger that will still print the record your currently on.

    a) CurrReport.SKIP
    b) CurrReport.BREAK
    c) Exit * (chose c)
    d) CurrReport.QUIT

    user entering a general journal what are the dimension data flows. (2 Questions on this)

    T Default Dimension
    U Journal Dimension
    V Dimension Ledger
    X Production Order Dimension
    Y Document Dimension
    Z Posted Document Dimension

    a) T to U
    b) U to V (chose b)
    c) T to Z
    d) x to Z

    Report 2 dataitems Cust. Ledger Entry & Customer. Cust. Ledger Entry is linked and indented. What function do you use to break out of the current record.
    a)CurrReport.CLOSE
    b)CurrReport.QUIT
    c)CurrReport.BREAK
    d)CurrReport.SKIP (Chose d)
  • Options
    Iqbal_FebrianoIqbal_Febriano Member Posts: 66
    I've failed the exam only by 1 question (it was so damn close). And yes, I also feel that so many questions are not specific / open question.
    Report 2 dataitems Cust. Ledger Entry & Customer. Cust. Ledger Entry is linked and indented. What function do you use to break out of the current record.
    a)CurrReport.CLOSE
    b)CurrReport.QUIT
    c)CurrReport.BREAK
    d)CurrReport.SKIP (Chose d)

    If the current record refers to record on Cust. Ledger Entry table, your answer is right, but if the current record refers to record on Customer table, I think the answer is c.
    CMIIW
    Be fast, be straight, be quiet
  • Options
    TRSOEgroupTRSOEgroup Member Posts: 37
    when displaying subordinate records in a subform what control do you use.
    a) you must use a Tablebox
    b) you usually use a tablebox
    c) a picture box
    d) a text box

    What function should you call in a report onaftergetRecord trigger that will still print the record your currently on.

    a) CurrReport.SKIP
    b) CurrReport.BREAK
    c) Exit * (chose c)
    d) CurrReport.QUIT


    anyone knows the correct answers on these??

    i also had a question about Supplimentary and subsidial forms.. but have never heard about any of them.. anyone remember it??

    also a question about tablelock and the optimistic method - anyone remember?

    shall you never lock when doing an update??
  • Options
    alwaysgunaalwaysguna Member Posts: 45
    HI
    I am going to take up navision programming certification soon, Can anyone help me if you have any questions of that exam. Do mail me soon very urgent and important.

    Thanking U

    Guna
    Guna
  • Options
    aleix1979aleix1979 Member Posts: 213
    Guys, you don't ought to be trying to get all answers in the exams here. I mean these exams are intended to make you learn the questions you are asking about.

    I know it can be difficult though.

    I myself have been programming with Navision for more than a year and I do REFUSE to take such exams for the OUTRAGEOUS prices you have to pay for the training.

    In regular, serious, certification exams (say Java) what it matters is the capabilities of the candidate so the technology is prestiged and the channel strenghted. Usually you can buy a book for 30 quid and take the exam for a very cheap price. That's it.

    In Navision I haven't found any book or public papers which shows you how to answer the tests which is what really matters to pass so I assume that the only purpose of this training is to make huge amounts of money [-X

    Dissapointing for the product but not necessarely a surprise coming from MS.

    PD: Please prove me wrong.
    Navision Developer
  • Options
    jemmyjemmy Member Posts: 247
    Oh, Gozz..
    your statement might drop my morale to take Navision 4.0 Exam Solution Development. But I appreciate your side of view, everyone has his/her own opinion like me.
    Well, this is my opinion
    I don't think that MS is looking for $ from this exam, they also provide a 2nd chance to take the exam freely.
    You can REFUSE to take an exam, that is good.. so you can enjoy your works well :D
    But I can't refuse to take the exam (it has been a part of our company agreement with MS to be a certified partner). The company at least has 2 guys with Financial and Dev. certification.
    Hmm.. I don't think that you have to take the training class before take the exam. I don't get any trainings from my company. I study from this forum! :wink:
    That's why we can help each other in here. That's the point... yeah it's very good to know that there's no public papers on these.
    But as a MS partner/customer we have a training manual, haven't we?
    So, why still I feel blue?

    That's life with Navision.

    Jemmy[/b]
  • Options
    voodoovoodoo Member Posts: 82
    I agree with jemmy but i also understand aleix1979 :D
    I want to ask you(jemmy) something about 2nd chance.... my local test center said to me that they couldn't apply for 2nd chance because Pearson VUE didn't allow that. :?
    misha fka voodoo
  • Options
    jemmyjemmy Member Posts: 247
    Hello Voodoo!

    Hehehe.. I think your local partner guy should look at this in the vue website:
    http://www.vue.com/ms/2ndshot/
    How many free exams can I receive?
    If you register for the Second Shot eligibility, you are entitled to retake any exam that you paid for and failed during the eligibility period (February 28, 2005 - August 31, 2005).

    You can also find it in your partnersource site.

    Okay, It's time to go back to the main topic!

    If you create file and write to it the number '1000' what is the size if u know that the textmode = FALSE
    a) 2 byte
    b) 4 byte
    c) 6 byte
    d) 8 byte

    I have triend it and got the result is 5 byte!!! :shock:
    Is this a correct question? what is your answer? let me know...


    Cheers,

    Jemmy
  • Options
    voodoovoodoo Member Posts: 82
    I know that, when i was registered, vue gave me 2NDFREE as a code, and my local test center couldn't apply with that code... :(
    Hehehe.. I think your local partner guy should look at this in the vue website:
    http://www.vue.com/ms/2ndshot/

    I think 4 bytes because every char is one byte
    misha fka voodoo
  • Options
    guidorobbenguidorobben Member Posts: 157
    csearle wrote:
    user entering a general journal what are the dimension data flows. (2 Questions on this)

    T Default Dimension
    U Journal Dimension
    V Dimension Ledger
    X Production Order Dimension
    Y Document Dimension
    Z Posted Document Dimension

    a) T to U
    b) U to V (chose b)
    c) T to Z
    d) x to Z
    I think this should be: a) T to U
  • Options
    jemmyjemmy Member Posts: 247
    what are the dimension data flows

    We have to know how it flows...
    Default Dimension (table 352) to Journal Line Dimension (table 356).

    hmm.. I saw in DimensionManagement Code unit, getting the default dimension is in the master tables..

    Guidorobben Could you explain your reason? :?:

    Jemmy
  • Options
    dearlydearly Member Posts: 9
    Hi everybody!
    I have questions for you...

    1-)Which type of table have most buss. rules

    2-)A cay can have at most, how many SumIndexFields?

    3-)What is the fundemental bussiness rule concerning posting for all functional areas?

    4-)What cannot be in subform?
    (I selected subform)

    5-)Two options to open a new card from a list form.
    a-)F11 & Navigate menu
    b-)shift F5 & Navigate Menu
    c-)F11 & ??
    d-)shift F5 & ??

    6-)Which is not valid code?
    a-)EXIT;
    b-)EXIT(Amount);
    c-)EXIT
    d-)??

    7-)Choose Repeat..Until loop instance of a While..Do loop when you
    a-)want to bypass test given a set of conditional
    b-)want to time the loop
    c-)want to see how many conditions are mention in your test
    d-)want to loop to process at least one

    8-)Which of the following commands would be best to use C/AL return the user ID?
    a)UID
    b)system.UID
    c)??
    d)??

    9-)Which is not considered a document report?
    a)Sales invoice
    b)Customer Statement
    c)Inventory Order details
    d)Purchase Order
  • Options
    xrivoxrivo Member Posts: 56
    Let's see (I am not sure..I am just a beginner)

    1. Ledger Tables
    2. 20 SuminexFileds per key
    3. take journal records and put them into ledger table (need option)
    4.need option here too...but i think you can put a subform in a subform
    5.b
    6.d
    7.d
    8.USERID
    9.c
  • Options
    dearlydearly Member Posts: 9
    thanks xrivo :D

    Today i cannot pass the exam and i have to pass it. I'm writing some other questions remembered.

    First of all
    correction of 2nd Q
    2-)A KEY can have at most, how many SumIndexFields?

    and the other questions

    10-)Which command would you place on preSection trigger prevent the section from printing?
    a-)CurrReport.ShowOutpu(True)
    b-)?c-)?d-)?

    11-)A listreport is report that contains a single Dataitem that is the table being listed. which of the following would be a TRUE statement
    a-)Only PK (field and description and field can be included in ...
    b-)Each column on the report containing a field from the table on the data is printed from that table, not brought in or calculated other table..
    c-)the report limited to only 65500 lines
    d-)Each Field other then the PK, must be activated using the CALCFIELD equvilent to?

    12-)Which Xml properties will cause flowfields to be calc automatically?
    a-)calcfields
    b-)Flowcalc
    c-)CalcFlow
    d-)DoCalc

    13-) in the dataport field designer the list of source expressions should be what order?
    a-)same order as the information in the file.
    b-)same order as the fields in the table
    c-)alphabetical order
    d-)Ordered by data type.

    14-)which describes codeunit?
    a-)container for all c/al code
    b-)container for c/al code (i selected it)
    c-)measurement of C/AL
    d-)the editor c/al

    15-)Wich of the followings is Not characteristic of a menu suite?
    a-)it consist of a set of menu
    b-)A menu item is the highest level in the tree
    c-)A menu node can be either a menugroup or menusuite
    d-)A menu group contain a collection of menu nodes

    16-)which of the following is Not true regarding menus or .menusuites?
    a-)A menu contains content for a spesific deparmental area
    b-)menus consisst of items, groups and objectives
  • Options
    xrivoxrivo Member Posts: 56
    10. CurrReport.ShowOutpu(FALSE)
    11.b
    12.AutoCalcField (I think ...)
    13.a
    14.b
    15.b
    16. a and b are correct
    Do you have more?
  • Options
    dearlydearly Member Posts: 9
    17-) which is the sales & receiveables master table?
    a-)Salesperson (i selected)
    b-)customer

    18-)doohickeys??

    19-)If you want a variable that has been passed to be changed while in the function you can ...
    a-)pass it by referance
    b-)pass it by ...

    20-)what type of data have whole number and max 100000?
    a-)int
    b-)decimal
    c-)option
    d-)code

    21)Which is unary operator?
    a-) +
    b-) /
    c-)?
    d-)?

    22)which is not converted automtically?
    a-)Blob to binary (i seleceted)
    b-)int to dec
    c-)?
    d-)?

    23-)we have 2 dataitem one is master( I can't remember I think customer and ship .... ), and 10 customers have two shiptoadresses . When the report printed how many footers for ship to adresses?
    I'm confused :roll: 8-[
  • Options
    xrivoxrivo Member Posts: 56
    17. b
    18.
    19.a
    20. :-k
    21.+
    22. a
    23. more info
  • Options
    dearlydearly Member Posts: 9
    Thanks xrivo. :)
    I can't remember anything. :shock:
  • Options
    jemmyjemmy Member Posts: 247
    [edited]
    Now, I have known that if we have a string variable and the textmode = false then system will also consider one byte (always +1). 8)
    That's why I got 5 bytes!
    If it uses integer variable I'll absolutely get 4 bytes. :mrgreen:


    Dearly guy, I think your sample questions are C/Side Introduction exam. :D
    You have memorized them well..

    I agree with almost all of Xrivo's answers except no:
    1) I choose journal table.
    5) Shift+F5
    20) int

    Don't be chicken, type some more sample questions here.. hehe.. :mrgreen:
  • Options
    guidorobbenguidorobben Member Posts: 157
    Form A calls on SINGLE instance of a codeunit and assigns 'RED' to a global text variable. Form B call an instance of the same codeunit and assigns the same global variable 'BLUE'. Forma A then calls another function in the same codeunit and and retrieves the value of the globabl variable. What is the value?

    a) Red * (chose a)
    b) Blue
    c) Null
    d) you can't do this

    If it is a single instance, the answer would be B
Sign In or Register to comment.