PDA

View Full Version : How to prepare for Qt Essentials certification?



vrltwe
29th August 2015, 14:51
I'm using Qt for some years. May I expected to pass the Qt Essentials exam? How should I prepare for it?

I've already seen this list of topics (http://d3hp9ud7yvwzy0.cloudfront.net/wp-content/uploads/2014/08/Qt-Essentials-Exam-Curriculum-010-002.pdf) but it's from 2012. Also have checked some books (http://www.amazon.com/Introduction-Patterns-Prentice-Software-Development/dp/0132826453).

Is there some kind of self test one could do before going to the actual exam certification?

prasad_N
30th August 2015, 07:13
As you said you are working on Qt for some years you can easily crack the exam. We will get basic questions only in essential certification. By the time i completed my basic certification I had 1 yr exp in Qt n I could clear the test.

I got very basic questions like
1.difd types of sig/slots
2.how .ui files store -> xml format
3.what is the compiler for UI -> uic (UI COMPILER)
3. Compiler for resources -> rc (resource compiler)
4.what is the macro we should have when we write sig/slot -> Q_OBJECT

I don't remember much but as per my exp if you work on Qt for some time it will be easy for you. You can go through any standard Qt book once is more than enough.