active questions tagged exam - Stack Overflow most recent 30 from stackoverflow.com 2009-12-21T01:14:49Z http://stackoverflow.com/feeds/tag/exam http://www.creativecommons.org/licenses/by-nc/2.5/rdf http://stackoverflow.com/questions/950882/vce-equivalent-open-format 0 .vce equivalent open format? Ricibald 2009-06-04T14:17:31Z 2009-12-20T04:00:02Z <p>I'm trying to write my own vce reader (Visual Cert Exam). But .vce is a binary format. </p> <p>Does exist any way to decode the format? Otherwise, does exist any other equivalent open format?</p> http://stackoverflow.com/questions/1917344/writing-a-test-case-that-checks-for-memory-leaks-in-c 1 Writing a test case that checks for memory leaks in C++ blcArmadillo 2009-12-16T20:10:47Z 2009-12-16T22:54:38Z <p><strong>NOTE: THIS IS NOT HOMEWORK IT IS FROM A PRACTICE EXAM GIVEN TO US BY OUR PROFESSORS TO HELP US PREPARE FOR OUR EXAM</strong></p> <p>I'm currently studying for a programming exam. On one of the sample tests they gave us we have the following question:</p> <p>Suppose you have been given a templated Container that holds an unordered collection of objects.</p> <pre><code>template &lt;typename T&gt; class Container { public: void insert(T *op); // EFFECTS: inserts the object pointed to by op into // the container T *remove(); // EFFECTS: removes an object from the Container, and // returns a pointer to it. Returns NULL if no // objects remain in the Container. // Note: the implementation can choose which // object to return if more than one exists. Container(); // ctor Container(const Container &amp;l); // copy ctor Container &amp;operator=(const Container &amp;l); // assignment ~Container(); // dtor private: ... }; </code></pre> <p>Note that this is the interface only; the implementation details have been left out for brevity. However, you may assume that the implementation is node based; a linked collection of nodes hold objects.<br><br> You suspect that the implementation of the destructor does not satisfy the Conservation Rule of the At-Most-Once invariant, and is leaking memory instead. Write an acceptance test (similar to those in Project 4) to check for this condition. You must supply a suitable contained type, and a main that performs the test.<br><br> Note that you cannot depend on any behavior that the language leaves undefined, you may not assume that you have the altnew allocator from Project 5 available to you, and you may not override the delete operator. Hint: you are allowed to use a global variable.</p> <p>I though something like:</p> <pre><code>#include &lt;iostream&gt; using namespace std; int *p = NULL; void leak() { int *num = new int(5); p = num; delete num; } int main() { if ((*p = 6)) { cout &lt;&lt; "Memory leak\n"; } else { cout &lt;&lt; "No Leak\n"; } } </code></pre> <p>The basic idea behind this is I though I couldn't write to a space of memory that I hadn't allocated. In compiling this test code though it works just fine so apparently you can. Any ideas on how to write such a test case though?</p> http://stackoverflow.com/questions/1895880/optimal-search-criteria-in-this-array 2 Optimal Search criteria in this array? Amit 2009-12-13T07:56:10Z 2009-12-13T08:07:00Z <p>I just wrote this exam, in which there was question: Consider a array of size 2n, where the numbers in odd positions are sorted in ascending order and the the numbers in even positions in descending order. Now, if I have to search for a number in this array, which is a good way to do this? The options were:</p> <ol> <li>Quick sort and then binary search</li> <li>Merge the two sorted arrays and then binary search</li> <li>Sequential search</li> </ol> <p>In 1, Quick Sort takes O(n log n) and binary search, O(log n)</p> <p>In 2, Merge takes O(n) and then O(log n) for binary search</p> <p>In 3, it takes O(n).</p> <p>So 3 turns out to be the way to go. Is that correct? Is there a better choice which might not have been given?</p> <p>EDIT: I accepted Lukas's answer since he was the first. Sigh, <strong>that</strong> was the other option. I get a -1. :( </p> http://stackoverflow.com/questions/1889769/how-do-i-choose-the-language-for-70-536-microsoft-exam 0 How do I choose the Language for 70-536 Microsoft Exam George 2009-12-11T17:54:39Z 2009-12-11T17:59:44Z <p>I went today to schedule the 70-536 Framework Foundations Exam, I thought I could choose the language when registering for it, but I saw there is only one option. I guess I will have to choose the language if C# or VB.NET when taking it on one of the first screens??</p> <p>I hope so, its already scheduled, and if it is in VB im screwed!...</p> http://stackoverflow.com/questions/1851810/how-to-compute-the-output 1 How to compute the output ? Innocentboy 2009-12-05T10:25:56Z 2009-12-09T20:28:55Z <p>How to compute the output for the recursive functions ? I know recursion invokes a stack, but am confusing while solving some aptitude question. </p> <p>Given the following code snippet:</p> <pre><code>#include &lt;stdio.h&gt; void fun(int a){ if(a&gt;0){ fun(--a); printf("%d ",a); fun(--a); printf("%d ",a); } return; } int main(void){ int num = 5; fun(num); return 0; } </code></pre> <p>This is not any home work assignment but I am unable to solve such question under exam condition.<strong>(Theoretical exam without Compiler)</strong></p> <p>What is the standard way to solve such question ? Please explain with a small example.Any pointer in the right direction or some web link will be welcomed.</p> http://stackoverflow.com/questions/1847185/size-of-b-tree 0 size of B+ tree karthigeyan 2009-12-04T14:12:33Z 2009-12-04T14:30:03Z <p>Hai </p> <p>I am preparing for DBMS exam where i want to calculate the memory size (in bytes) occupied by the B+tree. thank u.</p> http://stackoverflow.com/questions/1676241/where-are-sample-select2perform-test-questions 0 Where are sample Select2Perform test questions? Joseph 2009-11-04T20:00:17Z 2009-11-17T14:44:48Z <p>Has anyone taken a Select2Perform test? I know one can take a sample Brainbench C++ test online for free, but can anyone take a sample Select2Perform C++ test online to know the kind of questions? I need to take one for a job opportunity.</p> <p>Joe</p> http://stackoverflow.com/questions/1669840/why-do-people-cheat-at-online-exams 0 Why do people cheat at online exams [closed] MMRUser 2009-11-03T20:07:31Z 2009-11-03T20:09:12Z <p>I'm a SUN certified professional and I got a lower mark (considering to those unethical people who are cheating) but I'm really happy with that mark because I didn't cheat, as far as I know there are so many people who cheat in there exams and get higher rate of score with lower rate of knowledge base, this will surely impact to their future of professional career.That's about their own intervention, but what happens is the people who passes with a real advantage of these exams will discourages in the industry,because of this unethical people (and this is a true fact).So why won't this exam conductors do something about this, this will also causes to the quality of those exams.Please share your thoughts.</p> http://stackoverflow.com/questions/1589943/sun-tlp-for-sl-500-course 0 Sun TLP for SL-500 course Mike 2009-10-19T17:13:50Z 2009-10-19T17:13:50Z <p>Hi,</p> <p>I'm gonna do a Sun TLP (Technical Learning Profiles) exam so I can later instruct a <a href="http://www.sun.com/training/catalog/courses/SL-500.xml" rel="nofollow">SL-500</a> Sun course. The problem is, I have no idea what kind of questions are going to be presented, since the course is rather conceptual and not that practical.</p> <p>Can anyone shed some light on the questions they may ask for this particular course?</p> http://stackoverflow.com/questions/1560107/certification-for-asp-net-mvc 2 Certification for Asp.net MVC Robert Koritnik 2009-10-13T13:02:49Z 2009-10-13T21:15:17Z <p><strong>Is there any certification aimed at Asp.net MVC developers?</strong><br /> Either from Microsoft or any other vendor?</p> <p><strong>EDIT</strong>:<br /> If there's not are there any plans to be?</p> http://stackoverflow.com/questions/777896/java-aptitude-test-tips 0 Java Aptitude Test Tips ajushi 2009-04-22T15:40:46Z 2009-09-25T19:14:23Z <p>Hi, I'm applying for as a Java software engineer in a company in a couple of days. I really want to get hired in this company. Do you guys have any suggestions on what I should review or learn so that I'll be prepared? Also do you guys have any tips? Thanks in advance!</p> http://stackoverflow.com/questions/362324/is-there-any-free-online-exam-quiz-for-jquery 1 Is there any free online exam/quiz for jQuery? grega g 2008-12-12T09:40:36Z 2009-09-21T09:34:52Z <p>Is there any free online exam/quiz for jQuery?</p> http://stackoverflow.com/questions/1321359/confused-by-exam-question 1 Confused by Exam Question Aran 2009-08-24T09:32:13Z 2009-08-24T09:36:09Z <p>I have got this question from past exam papers and I can't figure out what it is trying to ask me to say... </p> <p>The question is... </p> <blockquote> <p>Explain the difference between HREF and IMG tags used in HTML document to link content held on other web sites, and describe potential of links for 'passing off'</p> </blockquote> <p>What I don't get is HREF is not a HTML tag so am getting confused... Does anyone else understand what they mean? </p> <p>Here is similar question from another past paper. </p> <blockquote> <p>Discuss the use of HREF versus IMG tags in HTML to link content held on other web sites. Is there any difference, from a moral or legal perspective, concerning the usage of these two types? Provide an example of potential misuse of web links.</p> </blockquote> http://stackoverflow.com/questions/1144700/c-mileage-counter -1 c# mileage counter jarus 2009-07-17T17:35:54Z 2009-08-16T04:32:23Z <ol> <li>A mileage counter is used to measure mileage in an automobile. A mileage counter looks something like this 0 5 9 9 8 The above mileage counter says that the car has travelled 5,998 miles. Each mile travelled by the automobile increments the mileage counter. Here is how the above mileage counter changes over a 3 mile drive. After the first mile 0 5 9 9 9</li> </ol> <p>After the second mile 0 6 0 0 0</p> <p>After the third mile 0 6 0 0 1</p> <p>A mileage counter can be represented as an array. The mileage counter 0 5 9 9 8 can be represented as the array int a[ ] = new int[ ] {8, 9, 9, 5, 0} Note that the mileage counter is "backwards" in the array, a[0] represents ones, a[1] represents tens, a[2] represents hundreds, etc. Write a function named updateMileage that takes an array representation of a mileage counter (which can be arbitrarily long) and adds a given number of miles to the array. Since arrays are passed by reference you can update the array in the function, you do not have to return the updated array.</p> <p>Note that the mileage counter wraps around if it reaches all 9s and there is still some mileage to add.</p> <p>if the input array is {9, 9, 9, 9, 9, 9, 9, 9, 9, 9} and the mileage is 13 the array becomes {2, 1, 0, 0, 0, 0, 0, 0, 0, 0}</p> <p>i tried to solve this problem but am not being able to solve it , how can i do this ? if anybody could help me i would be thankful</p> <pre><code>using System; using System.Collections.Generic; using System.Text; namespace updateMileageCounter { class Program { static void Main(string[] args) { //System.Console.WriteLine(updateMileageCounter(new int[] { 8, 9, 9, 5, 0 }, 1)); //System.Console.WriteLine(updateMileageCounter(new int[] { 8, 9, 9, 5, 0 }, 2)); foreach (int a1 in updateMileageCounter(new int[] { 8, 9, 9, 5, 0 }, 13)) { System.Console.WriteLine(a1); } } static int[] updateMileageCounter(int[] a, int miles) { int remain = miles; int[] result = new int[a.Length]; for (int i = 0; i &lt; a.Length; i++) { result[i] =a[i] + remain; if (i == a.Length - 1 &amp;&amp; result[i] &gt; 9) { remain = result[i] - 9; for (i = 0; i &lt; a.Length; i++) { result[i] = 0; a[i] = 0; } if (remain == 1) { return result; } for (i = 0; i &lt; a.Length; i++) { result[i] =a[i] + remain; if (result[i] &gt; 9) { decimal res = result[i] / 10; result[i] = (result[i] - 1)-10; } } return result; } if (result[i] &gt; 9) { remain = result[i] - 9; result[i] = 0; } else if (result[i] &lt; 9 || result[i]==9) { remain = 0; } } return result; } } } </code></pre> http://stackoverflow.com/questions/963998/studying-for-the-70-564-exam 1 Studying for the 70-564 exam Pete 2009-06-08T09:09:38Z 2009-08-08T03:07:48Z <p>Besdies the searching MSDN with the course outline, there is little out there to help prepare for the 70-564 exam . Some say that using the 70-547 Training Kit book helps, but does anyone know (as a rough percentage) how much of the 70-547 book covers the 70-564 exam?</p> http://stackoverflow.com/questions/313200/how-do-you-study-for-it-exams 1 How do you study for IT exams? Brenton C 2008-11-24T00:58:17Z 2009-07-29T16:42:27Z <p>How do you study for IT related exams?</p> <p>Are you the sort of person that leave it to the last minute? Do you go through all of the lab work and re-do them? Do you use the techniques taught in personal projects, learn extra things that way? Do you just go over the lecture notes and hope for the best?</p> <p>I'm just finishing my undergrad CS degree, and tend to study the specific material only on the couple of days leading up to the exam (bad form I know). I tend to learn the material best by applying it to other problems and work I'm doing.</p> <p>Just wondering what techniques others use.</p> <p>EDIT: Made into community wiki post.</p> http://stackoverflow.com/questions/1149248/get-the-consecutive-factors-c 0 get the consecutive factors ,c# jarus 2009-07-19T04:39:12Z 2009-07-19T08:36:13Z <p>hi , i need to solve this question but im stuck at getting the factors , but what i need to do is... </p> <p>A positive number n is consecutive-factored if and only if it has factors, i and j where i > 1, j > 1 and j = i + 1. Write a function named isConsecutiveFactored that returns 1 if its argument is consecutive-factored, otherwise it returns 0. the function signature is int isConsectiveFactored(int n)</p> <p>the function signature is int isConsectiveFactored(int n) <strong>Example</strong></p> <p><strong>If n is 24 return 1 because 24 = 2*3*4 and 3 = 2 + 1</strong></p> <p><strong>If n is 105 return 0 because 105 = 3*5*7 and 5 != 3+1 and 7 != 5+1</strong></p> <p><strong>If n is 90 return 1 because factors of 90 include 2 and 3 and 3 = 2 + 1</strong></p> <p>so far ive been able to get the factor i.e if the number is 24 then ive been able to get 2 and 12 , but im stuck there and blanked....</p> <pre><code> using System; using System.Collections.Generic; using System.Text; namespace isConsecutiveFactored { class Program { static void Main(string[] args) { Console.WriteLine(isConsecutiveFactored(24)); } private static int isConsecutiveFactored(int p) { foreach (int a1 in getFactor(24)) { Console.WriteLine(a1); } return 0; } private static List&lt;int&gt; getFactor(int p) { List&lt;int&gt; factor = new List&lt;int&gt;(); int max = (int)Math.Sqrt(p); for (int i = 1; i &lt;= max; i++) { if (i != 0) { if ((p % i) == 0) { if (i != max) { if ((p / i) != 1 &amp;&amp; (p / i) != p) { factor.Add(i); factor.Add(p / i); //Console.WriteLine((p / i) + " " + "this is the factor"); } } } } // } List&lt;int&gt; fac = factor.GetRange(0, 2); return fac; } } </code></pre> <p>}</p> <p>can anybody help me with this .....</p> http://stackoverflow.com/questions/1130486/70-536-exam-same-for-2-0-and-3-5 3 70-536 exam, same for 2.0 and 3.5 Fermin 2009-07-15T09:57:54Z 2009-07-15T11:51:49Z <p>Hi,</p> <p>I have recently booked the <a href="http://www.microsoft.com/learning/en/us/exam.aspx?ID=70-536&amp;locale=en-us" rel="nofollow">70-536 Application Development Foundation</a> exam. On the above link it says that </p> <blockquote> <p>"If you are a .NET 2.0 developer, you do not need to learn .NET 3.5 to pass Exam 70-536; conversely, if you are a .NET 3.5 developer, you do not need to review .NET 2.0 to pass the exam.".</p> </blockquote> <p>How does this work? Do you choose 3.5 or 2.0 (I'm wanting it for 3.5) at the start of the exam or does it only ask questions that are pertinent to both versions of the framework?</p> http://stackoverflow.com/questions/947695/what-tips-can-you-offer-for-programming-on-paper 9 What tips can you offer for programming on paper? Tom Wright 2009-06-03T22:49:08Z 2009-06-23T17:08:21Z <p>In exams and interview situations, it's common to need to either write or review code that's not on a screen.</p> <p>Whether it's on paper or a whiteboard, what tips can you offer for both the writing and reviewing/debugging processes?</p> http://stackoverflow.com/questions/1002817/how-many-percent-we-need-to-pass-zend-certifieed-php5-exam 0 How many percent we need to pass Zend Certifieed PHP5 Exam mariusz 2009-06-16T17:14:25Z 2009-06-16T17:21:12Z <p>How many percent we need to pass Zend Certifieed PHP5 Exam?</p> http://stackoverflow.com/questions/968783/haskell-revision-exam-question-help 0 Haskell Revision - Exam Question Help roberto duran 2009-06-09T08:10:49Z 2009-06-13T14:44:03Z <p>I hope this is a valid post for these forums </p> <p>I am trying to revise for my functional programming exam, and am stumped on the first questions on past papers, and yes, we arent allowed solution sheets, here is an example of the 1st question on a past paper</p> <p>For each of the following expressions give its type in Haskell (for an expression that has many types, just give one type).</p> <pre><code>(True, "hello", 42) [42, 4, 2] length [True] filter even </code></pre> <p>I think personally that the answer for one and two would be a tuple of bool, String and int and a list of ints respectively, is this correct to assume? and secondly how would you answer 3 and 4, i am sure length True just outputs a list of all elements that are of that length, and that filter even just alters a list of ints to a list that are of all even numbers, though how could i show this as an answer?</p> <p>thanks for your time, and if this shouldn't be posted here please delete and accept my apologies</p> http://stackoverflow.com/questions/950021/open-source-library-for-an-online-examination-module 0 Open source library for an online examination module? Faiz 2009-06-04T11:43:16Z 2009-06-04T18:46:55Z <p>I am writing an educational website for a non-profit purpose and I want to reuses an already available library for an "online examination" module (web application). Any server side scripting language will do. Please suggest...</p> <p>I have heard that there is a lot of free code available as PHP scripts. I haven't used PHP yet but I can learn it if I can get some basic online exam framework done in PHP</p> <p>The online exam module should handle objective type questions with images (or some method to display mathematical formulas and all) and should be time based. There should be some interface to create exams, questions, answers, attend exam, view results, record keeping etc... I am not sure how far I can implement this but this is the basic requirement.</p> http://stackoverflow.com/questions/902378/exam-question-java 0 Exam Question <Java> compsciundergrad 2009-05-23T20:11:26Z 2009-05-24T02:31:52Z <p>I was wondering if someone could look through my answers and tell me if i got it vaguely right or wrong, bearing in mind this was a written exam opposed to on a computer </p> <p>if not then thanks anyway</p> <p>a) The interface called selector has a single method called matches the method takes a single parameter of type object and returns a boolean result, define this </p> <p>b) Instances of the class Store store a java.util.list of objects in a field called items, the class defines a method called selectAllMatching.The method takes a signle parameter of type selector and returns a java.util.list of objects. The method iteratoes completley over the items and returns a subset of its contents in a new list. The objects that are to be returned are all those that receive the result true when passed to the matches method of the selector object passed in as a parameter, define selectAllMatching method</p> <p>c) the even integer class in an implementation of the selector interface, its matches method returns true when an object that is an integer is passed to it as a parameter and that integer contains an int with a even value, it will return false otherwise , intValue() in integer mayeb of some help </p> <p>This is my a answer </p> <pre><code>public interface Selector { boolean matches(Object obj); } </code></pre> <p>b answer</p> <pre><code>public List selectAllMatching(Selector selec) { ArrayList myList = new ArrayList&lt;Object&gt;(); for (Object obj : items){ if (selec.matches(obj)){ myList.add(obj); } } return myList; } </code></pre> <p>c answer</p> <pre><code>public boolean matches (Object obj) { if (obj instanceof Integer){ int myInt = obj.intValue(); if (myInt % 2 == 0){ return true; } } return false } </code></pre> http://stackoverflow.com/questions/611253/any-good-certification-in-testing 2 Any Good Certification in Testing sam 2009-03-04T16:10:06Z 2009-05-22T20:37:38Z <p>Which exam is better for TEsting engineer, ISEB or CSTE? Any other good ones you suggest? Anyone know about any Microsoft certification in Testing?</p> <p>Kind Regards Sam</p> http://stackoverflow.com/questions/898909/is-it-possible-to-call-subclasses-methods-on-a-superclass-object 6 Is it possible to call subclasses' methods on a superclass object? roberto 2009-05-22T17:06:01Z 2009-05-22T17:41:56Z <p>Hi, sorry for such a novice question, just wanted to check my answer as I think it might be wrong :S</p> <p>Animal is a superclass of Dog and Dog has a method called bark</p> <pre><code>public void bark() { System.out.println("woof"); } </code></pre> <p>consider the following</p> <pre><code>Animal a = new Dog(); if (a instanceof Dog){ a.bark(); } </code></pre> <p>What will happen?</p> <ol> <li>the assignment isn't allowed</li> <li>the call to bark is allowed and "woof" is printed at run time</li> <li>the call to bark is allowed but nothing is printed</li> <li>the call to bark causes a compile time error </li> <li>the call to bark results in a run time error </li> </ol> <p>I said 2 as we are checking if the object is a dog; as dog is the class with the bark method in it, if it is then we call it which will print out :s</p> <p>Is my understanding correct here?</p> <p>thanks</p> http://stackoverflow.com/questions/877181/oracle-nulls-in-foreign-keys 1 Oracle - NULLS in foreign keys? james morris 2009-05-18T11:04:05Z 2009-05-18T11:26:53Z <p>Hi,<br /> I'm trying to answer the following question...</p> <p>"Explain the issues that arise when NULLs are present in columns that make up foreign keys. Discuss how ANSI have attempted to resolve this issue with the three 'matching rules' that can be adopted when using concatenated foreign keys."</p> <p>Can anyone point me in the right direction as to what these 'matching rules' are? I initially thought they were referring to OUTER JOINS, but I'm not sure anymore.</p> <p>Any advice would be appreciated. Thanks.</p> http://stackoverflow.com/questions/620206/why-is-memory-area-1020-unwriteable-on-m68hc12-with-staa 4 Why is memory area $1020 unwriteable on M68HC12 with staa? kthakore 2009-03-06T19:56:51Z 2009-03-06T22:25:56Z <p>I have the following asm code:</p> <pre><code> org $1000 ;Table Origin is at $1000 fcb $02,$04,$06,$08 ; values of table from $1001 - $1004 fcb $0a,$0c,$0e,$10 ; values of table from $1005 - $1009 org $400 ; Program Start lds #$4000 ; Set Stack Pointer at value (#) $4000 ldy #$1000 ; Set Index Y at $1000 ldaa #$04 ; Load Accumulator a with value $04 loop staa $20,y ; Store value of Accumulator a at y = $1000 {DOESNT WORK} staa $21,y ; Store value of Accumulator a at y = $1021 {DOESNT WORK} iny ; increment y (at this point $1020 and $1021 are still ff) iny ; increment y (at this point $1020 and $1021 are still ff) deca ; decrement a bne loop ; loop until a = 0 hold bra hold ; end of program end </code></pre> <p>The table is set properly but the staa writes nothing at 1020 on. Why? </p> http://stackoverflow.com/questions/530690/net-optimized-int32 7 .NET Optimized Int32 Sean 2009-02-10T00:43:12Z 2009-02-11T19:56:08Z <p>While reading through the 70-536 training kit, it states: </p> <blockquote> <p>The runtime optimizes the performance of 32-bit integer types (Int32), so use those types for counters and other frequently accessed integral variables.</p> </blockquote> <p>Does this only apply in a 32 bit environment? Does Int64 take over in a 64 bit environment, or is Int32 still the better choice?</p> http://stackoverflow.com/questions/294609/recommended-on-line-sql-92-certification 1 Recommended on-line SQL-92 certification? Andrew Swan 2008-11-17T00:06:56Z 2008-11-17T00:14:18Z <p>I'm interested in measuring and improving (where necessary) my team's SQL-92 skills. Can anyone recommend an appropriate on-line course and/or examination?</p> <p>Ideally it would be vendor-neutral, but it could also be MSSQL/Oracle specific, as long as the proprietary bits were flagged as such.</p> http://stackoverflow.com/questions/211628/do-you-think-exams-that-test-rote-memorization-are-worthwhile 4 Do you think exams that test rote memorization are worthwhile? Gregory Higley 2008-10-17T10:09:31Z 2008-10-17T12:54:26Z <p>I usually do very well on tests, because I have a capacious memory. However, I know many programmers who are excellent at what they do, but have to drop to Google more often than I to figure something out. I don't hold this against them at all. What's important is to know the concepts, understand what's possible, and know where to find the specifics when you need them.</p> <p>This got me to thinking about many of the certification exams I've taken. A lot of them are just tests of rote memorization. I'm reminded of a VB exam I took back in the 90s that asked whether the collection property of a certain object was 1-based or 0-based. <b>Who cares?</b> A good developer will figure that out very rapidly.</p> <p>So, do you think exams that test rote memorization are worthwhile? What could they be replaced with?</p>