Certification for Asp.net MVC
Is there any certification aimed at Asp.net MVC developers? Either from Microsoft or any other vendor? EDIT: If there's not are there any plans to be? ...
Is there any certification aimed at Asp.net MVC developers? Either from Microsoft or any other vendor? EDIT: If there's not are there any plans to be? ...
Hi, I'm gonna do a Sun TLP (Technical Learning Profiles) exam so I can later instruct a SL-500 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. Can anyone shed some light on the questions they may ask for this particular course? ...
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. Joe ...
Hai I am preparing for DBMS exam where i want to calculate the memory size (in bytes) occupied by the B+tree. thank u. ...
How to compute the output for the recursive functions ? I know recursion invokes a stack, but am confusing while solving some aptitude question. Given the following code snippet: #include <stdio.h> void fun(int a){ if(a>0){ fun(--a); printf("%d ",a); fun(--a); printf("%d ",a); } return; } int main(void){ int num = 5; fun...
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: Quick sort and then binary s...
NOTE: THIS IS NOT HOMEWORK IT IS FROM A PRACTICE EXAM GIVEN TO US BY OUR PROFESSORS TO HELP US PREPARE FOR OUR EXAM I'm currently studying for a programming exam. On one of the sample tests they gave us we have the following question: Suppose you have been given a templated Container that holds an unordered collection of objects. temp...
Heys Guys, The only solid exams that are available today for aspiring developers are the Sun/Oracle exams and the Microsoft exams, however J2EE is ancient and Microsoft is well... Microsoft. I think many modern dynamic languages today are more relevant and powerful than their predecessors and yet their is no way to prove your capabilite...
The objectives and sections are listed here: http://www.sun.com/training/catalog/courses/CX-310-065.xml I've been using the Sun Certified Programmer for Java 6 Study Guide, which lists objectives as well that are close to those on the Web site, but they also have "sub-objectives" in the book that appear to be somewhat manufactured. Wil...
Hi, I now planning to give a SCMAD exam. so does anyone have any material or any exam dumps books...links...any help will do... thanks in advance.. ...
I'm starting on this book for the MCTS Exam 70-562 and i'm wondering if there are people around that can describe their feeling on how to work through this book most efficiently. Is the content in this book hard to understand? Is it a book that just requires you to do the excersises etc and then go for the exam? What are , in your opinio...
Hi All, I am due to sit my CCENT exam in about 3 weeks, for anyone who has sat the exam recently or knows about the exam: How many questions is in the exam How long does the exam go for Will there be a lot of question based on the CLI commands? ...
A potential employer requires me to take an online aptitude test before my interview (in this case the test is for C, from Previsor). Where can I take the same (or similar) test so I have a rough idea on what I should brush up on? I've taken a similar test for C++ previously, so I have some idea of what to expect. I've also been studyin...
Hello, I want to learn xslt and also asp.net mvc, but I'd like to have an exam so I can get a certification. Are there exams for xslt or mvc from Microsoft or from another company? Thanks. ...
im preparing for my exam. i got this question and i read several articles about this. but still i cant get a proper idea about this question what Paradigm means is that different programming styles ( as far as i think) in the question they ask explain it by taking two paradigms so this explanation should be done using two styles of pr...
What is the best way to solve programming questions when you are given a question to write a program, in an exam for example, where you have no computer to test it. Is there a certain technique that people use to help them solve these type of written problems? Or is it all down to knowledge of the language? ...
I just took an exam where i was asked the following: Write the function body of each of the methods GenStrLen, InsertChar and StrReverse for the given code bellow. You must take into consideration the following; How strings are constructed in C++ The string must not overflow Insertion of character increases its length by ...
Hi, I know there are already some questions about this, but not that specific. I have the self-paced training kit and worked through the test exam tool that is on the CD coming with the book. I constantly fail on the test tool, mostly on the regex questions. I'm not a regex guru. In fact my regex-fu is more than weak. I know what regex...
Hi, I have graduated in Dec 2009. I completed Masters Degree in Computer Science. I am at very basic level of .NET programming using C#. I have experience working with ASP.NET and other web technologies for 6 months. Currently I am working on the application developement using .NET framework in C#. I am planning to give some certificat...
I am passing the SCJP 6 exam in a month. I have the "SCJP Sun Certified Programmer for Java 6 Exam 310-065" book. It seems great for the exam. But I want your advice on this. Getting the closest possible to 100% would be great. I have found a site that answered some of the questions you ask yourself when you go trough the book. Here is ...