Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Get Qt Extensions
  • Unsolved
Collapse
Brand Logo
  1. Home
  2. Qt Learning
  3. Qt Certification
  4. Question about curriculum
Forum Update on Monday, May 27th 2025

Question about curriculum

Scheduled Pinned Locked Moved Qt Certification
8 Posts 5 Posters 4.7k Views
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • M Offline
    M Offline
    maherali
    wrote on last edited by
    #1

    Hi all
    I will take the Qt Essential Exam in 20 days
    In the curriculum I found this objective:
    XML in basics only

    Do they mean just th XML file structure or the XML module like Dom and SAX API.

    If someone took the exam, I can't find exam samples, did they ask difficult questions regarding the API, do you have to remember lot of API functions or the focus was on the skills of programming and basic API knowledge.

    Regards

    life is just lines of code

    1 Reply Last reply
    0
    • G Offline
      G Offline
      giesbert
      wrote on last edited by
      #2

      All people, who took the exam, signed a NDA, so we are not allowed to talk about the questions. But as the exam is a qt exam, that should be clear. It is about Qt and Qt classes, not about background of other stuff.

      Nokia Certified Qt Specialist.
      Programming Is Like Sex: One mistake and you have to support it for the rest of your life. (Michael Sinz)

      1 Reply Last reply
      0
      • M Offline
        M Offline
        maherali
        wrote on last edited by
        #3

        Gerolf

        I see, thanks for the reply.
        I guess I just have to prepared as much as I can.

        Regards

        life is just lines of code

        1 Reply Last reply
        0
        • M Offline
          M Offline
          mdn0
          wrote on last edited by
          #4

          "In the curriculum I found this objective" - it is not in cirriculum, it is from "References to Related Learning Materials".

          The only line in Cirriculum containing XML is: "Know the resource XML file structure"

          1 Reply Last reply
          0
          • M Offline
            M Offline
            maherali
            wrote on last edited by
            #5

            You are right about it Denis
            Anyway I've read the chapter about XML, it's not that difficult, actually I found it very useful especially the SAX API to read files without loading the whole file into memory.
            Thanks for your replies

            life is just lines of code

            1 Reply Last reply
            0
            • A Offline
              A Offline
              andre
              wrote on last edited by
              #6

              Don't only study the SAX API then, also take a look at QXmlStreamReader. It is even easier to use.

              1 Reply Last reply
              0
              • M Offline
                M Offline
                maherali
                wrote on last edited by
                #7

                Thanks Andre
                @
                QXmlStreamReader xml;
                ...
                while (!xml.atEnd()) {
                xml.readNext();
                ... // do processing
                }
                if (xml.error()) {
                ... // do error handling
                }
                @
                It's really easier and more clear, the reason I was asking about XML is the SAX, it's very complicated to remember all the API functions, now with this API I can write a great applications with simple code, I'll investigate it more deeply.
                thanks so much.

                life is just lines of code

                1 Reply Last reply
                0
                • B Offline
                  B Offline
                  broadpeak
                  wrote on last edited by
                  #8

                  What you find here:
                  http://qt.nokia.com/learning/certification/exams/preparation-prerequisites/qt-curriculum/qt-essentials/materials
                  and here:
                  http://qt.nokia.com/learning/certification/exams/preparation-prerequisites/qt-curriculum/qt-essentials
                  that will be enough for the exam (sure, I passed this exam).
                  Buy (or download :)) these books, read them and you will pass this exam successfully. The exam itself is not so hard.

                  1 Reply Last reply
                  0

                  • Login

                  • Login or register to search.
                  • First post
                    Last post
                  0
                  • Categories
                  • Recent
                  • Tags
                  • Popular
                  • Users
                  • Groups
                  • Search
                  • Get Qt Extensions
                  • Unsolved