Microsoft.Certkey.70-450.v2011-04-13.by.Jorge.311q.vcehttps://www.examcollection.com/microsoft/Microsoft.Certkey.70-450.v2011-04-13.by.Jorge.311q.vce.file.htmlMicrosoft.Certkey.70-450.v2011-04-13.by.Jorge.311q.vceRichardhttps://www.examcollection.com/microsoft/Microsoft.Certkey.70-450.v2011-04-13.by.Jorge.311q.vce.file.html#comment-95061High-performance mode question:<br /> The question is talking about configuring, not what you would do in the case of a Failover.<br /> <br /> So, you need to configure a solution that has lowest latency.<br /> That means it can't be "D" (Auto Failover), as that requires Synchronous mode, and that has highest latency, as Commit must happen on Mirror before Commit happens on Primary.<br /> <br /> Can't be "A" (Pause), as that would mean no High Availability.<br /> <br /> Can't be "B" (Manual Failover), as Manual Failover relies on Synchronous mode, even for short while.<br /> <br /> That leaves C (Forced).<br /> The App is designed to retry transactions if failover happens.<br /> So forcing, though it may lose committed transactions, is the answer, as the App logic will detect that transactions are not committed, and retry them on the new Primary.Monday, January 16, 2012 1:05 PM UTjohnhttps://www.examcollection.com/microsoft/Microsoft.Certkey.70-450.v2011-04-13.by.Jorge.311q.vce.file.html#comment-81302Question 41.<br /> Let's turn the discussion about the correct answer. I saw several people saying that the correct answer is A, others say it is C. I did the second test and got 650pt and failed.<br /> We need everyone to research the correct answer to the questions!!!Wednesday, August 24, 2011 1:07 PM UTLevente Nagyhttps://www.examcollection.com/microsoft/Microsoft.Certkey.70-450.v2011-04-13.by.Jorge.311q.vce.file.html#comment-81037High-performance mode, supports only one form of role switching: forced service (with possible data loss), which uses the mirror server as a warm standby server. Forced service is one of the possible responses to the failure of the principal server. <br /> Considering all th articles, this is the only possible good solution, I think.<br /> http://technet.microsoft.com/en-us/library/ms187110.aspxMonday, August 22, 2011 9:10 AM UTkenhttps://www.examcollection.com/microsoft/Microsoft.Certkey.70-450.v2011-04-13.by.Jorge.311q.vce.file.html#comment-78482anyone have a definitive answer for the manual failover vs forced service role switching? From what I read I figure its forced service role switching, but sometimes the right answer in the real world isnt the right answer on these testsThursday, July 28, 2011 6:30 AM UTHelper22https://www.examcollection.com/microsoft/Microsoft.Certkey.70-450.v2011-04-13.by.Jorge.311q.vce.file.html#comment-71216@Sule - I am not sure about your idea so we might as well get help from the others. High-Safety and High-Performance modes can both commit transactions. In the article it says:<br /> <br /> "High-Safety Mode supports synchronous operation"<br /> "As soon as the databases are synchronized, a transaction is committed on both partners, at the COST OF INCREASED transaction LATENCY."<br /> "Manual and Automatic Failover Role Switching requires High-Safety Mode"<br /> <br /> <br /> "High-Performance Mode runs asynchronously."<br /> "In high-performance mode, as soon as the principal server sends a log record to the mirror server, the principal server sends a confirmation to the client. It does not wait for an acknowledgement from the mirror server. This means that "TRANSACTIONS COMMIT" without waiting for the mirror server to write the log to disk. Such asynchronous operation enables the principal server to run with minimum transaction latency, at the potential risk of some data loss."<br /> "Forced Service Role Switching runs under high-performance mode and high-safety mode without automatic failover"<br /> <br /> What do you guys think?Friday, May 27, 2011 2:18 PM UTSulehttps://www.examcollection.com/microsoft/Microsoft.Certkey.70-450.v2011-04-13.by.Jorge.311q.vce.file.html#comment-71211And what about this part of question: "for committed <br /> transactions." I'm not sure that High-Performance Mode (Configure forced service role switching) support this.. I don't understand question very well..Friday, May 27, 2011 1:21 PM UTCarloshttps://www.examcollection.com/microsoft/Microsoft.Certkey.70-450.v2011-04-13.by.Jorge.311q.vce.file.html#comment-71183@Helper22. You explanation is exactly what I also understand from the article. Another idea I thought is related to the part "The current application includes programming logic that will retry transactions if a failover occurs." which indicates that if the "Forced service" occurs and a possible data loss takes place, the application will retry de transactions and there will be no data loss in fact. What do you think? I hope others DBA's join us in this discussion.Friday, May 27, 2011 4:49 AM UTHelper22https://www.examcollection.com/microsoft/Microsoft.Certkey.70-450.v2011-04-13.by.Jorge.311q.vce.file.html#comment-71169@Carlos - Well I am not an expert in SQL Server but what I simply think is that, There are 2 mirroring Operating Modes, one is the High-Safety Mode and the other one is High-Performance Mode. There is an increased transaction latency involved in High-Safety Mode. Automatic and Manual Failover Role Switching requires High-Safety Mode but "FORCED SERVICE" runs under High-Performance Mode wherein asynchronous operation enables the principal server to run with minimum transaction latency. These are the ideas I gathered from that article and according to the problem, this might be the solution. If I will be wrong I stand corrected sorry.Friday, May 27, 2011 12:13 AM UTCarloshttps://www.examcollection.com/microsoft/Microsoft.Certkey.70-450.v2011-04-13.by.Jorge.311q.vce.file.html#comment-71142Hi helper22, why do you think the correct answer is "Configure forced service role switching."? I've read the pages you indicated and I think you might be right, but I wanna understand better what you think.Thursday, May 26, 2011 7:49 PM UTHelper22https://www.examcollection.com/microsoft/Microsoft.Certkey.70-450.v2011-04-13.by.Jorge.311q.vce.file.html#comment-70989Guys: regarding the question below from Emir's 21 questions in the pdf, I think the answer should be <br /> <br /> "Configure forced service role switching." The two popular answers that have been debated were "Configure <br /> <br /> manual failover role switching." and "Configure automatic failover role switching". I may be wrong but<br /> you can refer to this link "http://msdn.microsoft.com/en-us/library/ms189852.aspx" and read "Operating<br /> Modes" plus "Role Switching".<br /> <br /> <br /> You administer a SQL Server 2008 instance.<br /> You plan to design a high-availability solution by using database mirroring.<br /> The current application includes programming logic that will retry transactions if a failover occurs.<br /> You need to configure a strategy that will provide the minimum amount of latency for committed <br /> transactions. What should you do?<br /> <br /> A. Pause database mirroring.<br /> B. Configure manual failover role switching.<br /> C. Configure forced service role switching.<br /> D. Configure automatic failover role switching.Wednesday, May 25, 2011 3:23 PM UTHowardhttps://www.examcollection.com/microsoft/Microsoft.Certkey.70-450.v2011-04-13.by.Jorge.311q.vce.file.html#comment-70670Q40 the answer should be C - Enable nested Triggers - "If the nested triggers server configuration option is disabled, On change: prevent will not work correctly. Policy-Based Management relies on DDL triggers to detect and roll back DDL operations that do not comply with policies that use this evaluation mode. Removing the Policy-Based Management DDL triggers or disabling nest triggers, will cause this evaluation mode to fail or perform unexpectedly." - http://technet.microsoft.com/en-us/library/bb510667.aspxMonday, May 23, 2011 4:24 AM UTluckardhttps://www.examcollection.com/microsoft/Microsoft.Certkey.70-450.v2011-04-13.by.Jorge.311q.vce.file.html#comment-70657Regarding Q 54<br /> <br /> http://msdn.microsoft.com/en-us/library/ms187465.aspx<br /> <br /> Answer is B.Sunday, May 22, 2011 10:25 PM UTmariuszhttps://www.examcollection.com/microsoft/Microsoft.Certkey.70-450.v2011-04-13.by.Jorge.311q.vce.file.html#comment-70630I think 66 is wrong. My opionon: 66 D<br /> <br /> http://msdn.microsoft.com/en-us/library/ms190984.aspxSunday, May 22, 2011 11:30 AM UTMarkhttps://www.examcollection.com/microsoft/Microsoft.Certkey.70-450.v2011-04-13.by.Jorge.311q.vce.file.html#comment-69826Hello Peter,<br /> I'm sorry but you're not rught about question (38).<br /> SQL Server 2008 supports Kerberos authentication on the following protocols:<br /> TCP/IP<br /> Named pipes<br /> Shared memory<br /> You can check this from the following link:<br /> http://msdn.microsoft.com/en-us/library/cc280744.aspxSaturday, May 14, 2011 10:16 PM UTPeter Weberhttps://www.examcollection.com/microsoft/Microsoft.Certkey.70-450.v2011-04-13.by.Jorge.311q.vce.file.html#comment-69625Regarding John's suggestions to the 21 new questions:<br /> I agree on 4, 16, 21, 28, 29, 35, 42, 51, 54, 64, 65<br /> I think 38, 40 + 41 are wrong. My opionon: 38A, 40D, 41C<br /> (38B can't be right since Kerberos can only be used with TCP/IP for example)Thursday, May 12, 2011 9:18 PM UTCzarhttps://www.examcollection.com/microsoft/Microsoft.Certkey.70-450.v2011-04-13.by.Jorge.311q.vce.file.html#comment-69616I found Hank's answers to be correct (for the most part.)<br /> <br /> I managed to pass with 834.<br /> <br /> Hope this helps.Thursday, May 12, 2011 7:40 PM UTp3tro3https://www.examcollection.com/microsoft/Microsoft.Certkey.70-450.v2011-04-13.by.Jorge.311q.vce.file.html#comment-69614Check a couple of posts below, John has provided the latest answers, although there are still some incorect ones but noone still knows, which exactly.Thursday, May 12, 2011 7:08 PM UTPeter Weberhttps://www.examcollection.com/microsoft/Microsoft.Certkey.70-450.v2011-04-13.by.Jorge.311q.vce.file.html#comment-69609Where can I find the answers to the 21 new questions?Thursday, May 12, 2011 6:56 PM UTp3tro3https://www.examcollection.com/microsoft/Microsoft.Certkey.70-450.v2011-04-13.by.Jorge.311q.vce.file.html#comment-69577Regarding question 64, I have a doubt that C is the correct answer. Based on the link posted below, I would say that B is more correct. The only problem with the answer B is that it says server master key instead of service master key. Any thoughts on this?<br /> <br /> here is the link to the document: http://www.sqlservercentral.com/blogs/steve_jones/archive/2009/05/12/sql-server-encryption-the-service-master-key.aspxThursday, May 12, 2011 2:52 PM UTp3tro3https://www.examcollection.com/microsoft/Microsoft.Certkey.70-450.v2011-04-13.by.Jorge.311q.vce.file.html#comment-69572Sorry I meant to say: Even checking Books online doesn't help me, I am still not sure which of those answers are right or wrong.. but you got the point anyway, I am sure :)Thursday, May 12, 2011 2:33 PM UTp3tro3https://www.examcollection.com/microsoft/Microsoft.Certkey.70-450.v2011-04-13.by.Jorge.311q.vce.file.html#comment-69571@Peter: Do you happen to know, which are not correct? We are all checking those new questions and noone seems to know, which of the answers are wrong. Even checking Books online doesn't help me, I am still not sure what if some of those answers are right or wrong.Thursday, May 12, 2011 2:31 PM UTpeterhttps://www.examcollection.com/microsoft/Microsoft.Certkey.70-450.v2011-04-13.by.Jorge.311q.vce.file.html#comment-69562tested now not all John's answers are corect carefully check answer b4 testingThursday, May 12, 2011 1:32 PM UTRithikahttps://www.examcollection.com/microsoft/Microsoft.Certkey.70-450.v2011-04-13.by.Jorge.311q.vce.file.html#comment-69493When compared to the answers of John and Haywire ,they are different from each other .Can you suggest me which answers to follow.Did any one take the exam after reading the Haywire???Thursday, May 12, 2011 7:35 AM UTjohnhttps://www.examcollection.com/microsoft/Microsoft.Certkey.70-450.v2011-04-13.by.Jorge.311q.vce.file.html#comment-69378Bruno,<br /> D&ecirc; uma olhada nas minhas respostas abaixo. N&atilde;o garanto todas, mas pelo que estamos discutindo ha alguns dias, a maioria aqui est&aacute; utilizando estas respostas para fazer o exame.Wednesday, May 11, 2011 10:37 AM UTSunnyhttps://www.examcollection.com/microsoft/Microsoft.Certkey.70-450.v2011-04-13.by.Jorge.311q.vce.file.html#comment-69318Hi <br /> Passed the exam, 50 questions, and MrE, and new 21 question from Emir.<br /> I used answered by John, passed ( 800).<br /> Good luck everyone.Wednesday, May 11, 2011 12:30 AM UTBrunohttps://www.examcollection.com/microsoft/Microsoft.Certkey.70-450.v2011-04-13.by.Jorge.311q.vce.file.html#comment-69289MrE's issues are enough to pass the exam?Tuesday, May 10, 2011 5:27 PM UTBrunohttps://www.examcollection.com/microsoft/Microsoft.Certkey.70-450.v2011-04-13.by.Jorge.311q.vce.file.html#comment-69288I downloaded the pdf, but dont have the answers of this 21 new questions. Someone have this?Tuesday, May 10, 2011 5:25 PM UTjohnhttps://www.examcollection.com/microsoft/Microsoft.Certkey.70-450.v2011-04-13.by.Jorge.311q.vce.file.html#comment-69112hello everybody!<br /> back to discussion on new issues, here are my answers. I wish people who have taken the test, inform if these answers are correct or not.<br /> <br /> 4.A<br /> 12.B<br /> 16. B,D<br /> 21.A<br /> 24.C<br /> 25.C,D<br /> 26. A<br /> 28.C<br /> 29.B<br /> 35.D<br /> 38.B<br /> 40.C<br /> 41.A<br /> 42.B<br /> 43.A<br /> 47.D<br /> 51.C<br /> 54.D<br /> 64.C<br /> 65. A,C<br /> 66. CMonday, May 09, 2011 1:37 PM UTpeterhttps://www.examcollection.com/microsoft/Microsoft.Certkey.70-450.v2011-04-13.by.Jorge.311q.vce.file.html#comment-69105I have the MrE Questions but can't find Emir with 21 questions, Czar, Mo, John can u kindly send it to my mail "flynet.tech@gmail.com" i'll appreciateMonday, May 09, 2011 12:21 PM UTKelhttps://www.examcollection.com/microsoft/Microsoft.Certkey.70-450.v2011-04-13.by.Jorge.311q.vce.file.html#comment-69052Studied MR2 and the "New questions". Pretty much valid w/ like 3 new questions. Passed 746/1000. So you really have to get the MR2 answers right if you are uncertain about "New questions"Monday, May 09, 2011 12:59 AM UTMohttps://www.examcollection.com/microsoft/Microsoft.Certkey.70-450.v2011-04-13.by.Jorge.311q.vce.file.html#comment-69023Just take the exam today with dumps from MrE together with extra questions from Emir w/ answers from Hank & Andreas.<br /> <br /> Questions are all from them, but answers.. Could just give me a bare pass only..Sunday, May 08, 2011 10:35 AM UTCzarhttps://www.examcollection.com/microsoft/Microsoft.Certkey.70-450.v2011-04-13.by.Jorge.311q.vce.file.html#comment-68992I've passed today; MrE + the 21 questions Emir had provided is all you need (I came across 50 q's,)<br /> <br /> Thank you all for the discussions, insight and guidance (thank you Emir, Hank, and Andreas!)Saturday, May 07, 2011 10:34 PM UTMaplehttps://www.examcollection.com/microsoft/Microsoft.Certkey.70-450.v2011-04-13.by.Jorge.311q.vce.file.html#comment-68986Thanks everyone. Just passed today. 50 questions/120 mins. MrE and new questions covers the most. There are about 3-4 new questions. Thanks John and good luck to everyone.Saturday, May 07, 2011 7:40 PM UTMarkhttps://www.examcollection.com/microsoft/Microsoft.Certkey.70-450.v2011-04-13.by.Jorge.311q.vce.file.html#comment-68965Guys,<br /> The new questions are available here:<br /> http://www.4shared.com/document/vpmqJoaG/70-450_New_Question.html<br /> I have uploaded them as they have been removed from Rapidshare.<br /> Please tell me the correct answers if you have them.Saturday, May 07, 2011 4:14 PM UTMaplehttps://www.examcollection.com/microsoft/Microsoft.Certkey.70-450.v2011-04-13.by.Jorge.311q.vce.file.html#comment-68876John,<br /> <br /> Do you the 21 new questions? I cannot download them. If you have it, could you email me? Thanks.<br /> <br /> RenchingFriday, May 06, 2011 2:06 PM UTjohnhttps://www.examcollection.com/microsoft/Microsoft.Certkey.70-450.v2011-04-13.by.Jorge.311q.vce.file.html#comment-68870maple,<br /> <br /> I'm talking to a friend MVP, and he will give me your opinion about the answers. then I put his answers here. Use the answers already discussed here and if you're approved, you place your feedback here. Thanks.Friday, May 06, 2011 1:15 PM UTMaplehttps://www.examcollection.com/microsoft/Microsoft.Certkey.70-450.v2011-04-13.by.Jorge.311q.vce.file.html#comment-68868I am going to take the test tomorrow. Could someone send me the new questions? My email address is maple_9876@yahoo.com. Thanks a lot.Friday, May 06, 2011 12:54 PM UTjohnhttps://www.examcollection.com/microsoft/Microsoft.Certkey.70-450.v2011-04-13.by.Jorge.311q.vce.file.html#comment-68859TOMO,<br /> <br /> Congratulations!<br /> But, do you remember of your answers by the new questions?<br /> Please, help us?Friday, May 06, 2011 11:09 AM UTtomohttps://www.examcollection.com/microsoft/Microsoft.Certkey.70-450.v2011-04-13.by.Jorge.311q.vce.file.html#comment-68831It was only 46 questions.<br /> passed today.<br /> scored 1000/1000.<br /> It was all from Mr2.<br /> Probably I was lucky.<br /> Thank you very much everyone and good luck.Friday, May 06, 2011 7:11 AM UTErwinhttps://www.examcollection.com/microsoft/Microsoft.Certkey.70-450.v2011-04-13.by.Jorge.311q.vce.file.html#comment-68830Sorry. Thank you very much to Emir, Hank and Andreas!!!Friday, May 06, 2011 7:05 AM UTErwinhttps://www.examcollection.com/microsoft/Microsoft.Certkey.70-450.v2011-04-13.by.Jorge.311q.vce.file.html#comment-68829I passed today with 769. So 12 questions were wrong answered. I used MrE , the questions from Emir and the answers from Hank and Andreas. In doubt the one of Andreas. All 50 questions were from this two collections.<br /> So start quick to get the certificate! :)Friday, May 06, 2011 7:02 AM UTMaplehttps://www.examcollection.com/microsoft/Microsoft.Certkey.70-450.v2011-04-13.by.Jorge.311q.vce.file.html#comment-68804I cannot download Emir's new questions. Rapidshare said it is expired. Do you have a copy of the new questions?<br /> <br /> Thanks.Thursday, May 05, 2011 8:23 PM UTjohnhttps://www.examcollection.com/microsoft/Microsoft.Certkey.70-450.v2011-04-13.by.Jorge.311q.vce.file.html#comment-68796Somebody find new answers to the 21 new questions?Thursday, May 05, 2011 7:06 PM UTJohnhttps://www.examcollection.com/microsoft/Microsoft.Certkey.70-450.v2011-04-13.by.Jorge.311q.vce.file.html#comment-68703lunatic:<br /> 50 qWednesday, May 04, 2011 9:53 PM UTlunatichttps://www.examcollection.com/microsoft/Microsoft.Certkey.70-450.v2011-04-13.by.Jorge.311q.vce.file.html#comment-68696Now the exam have 50q or 69qWednesday, May 04, 2011 8:19 PM UTHankhttps://www.examcollection.com/microsoft/Microsoft.Certkey.70-450.v2011-04-13.by.Jorge.311q.vce.file.html#comment-68695Just took it from United States - Could you please enlighten us as to which questions are wrong, and if you know the right answer please tell us.<br /> <br /> ThanksWednesday, May 04, 2011 8:06 PM UTSonerhttps://www.examcollection.com/microsoft/Microsoft.Certkey.70-450.v2011-04-13.by.Jorge.311q.vce.file.html#comment-68660Also took the exam today passed with 746. 50 questions, 17 are from Emir and others from MrE.Wednesday, May 04, 2011 2:10 PM UTJust took ithttps://www.examcollection.com/microsoft/Microsoft.Certkey.70-450.v2011-04-13.by.Jorge.311q.vce.file.html#comment-68636Just took the exam. All 50 questions are from the MrE and this latest 21 questions from Emir. That makes it easier to study as you only need to learn 70 questions. However, the answers that Hank and Andreas took the time to post are at least half wrong, at least. Until a definitive answer list comes out, use their answer sheets as a starting point. I passed with a 700. Research the answers yourself and you will easily pass with a 1000Wednesday, May 04, 2011 11:46 AM UTHankhttps://www.examcollection.com/microsoft/Microsoft.Certkey.70-450.v2011-04-13.by.Jorge.311q.vce.file.html#comment-68581Excellent discussion, i now feel confident to pass the exam thanks a lot andreas. i still think the answer for question 12 is alter trace though lol, but we'll see when i do my exam soon.Tuesday, May 03, 2011 11:11 PM UTandreashttps://www.examcollection.com/microsoft/Microsoft.Certkey.70-450.v2011-04-13.by.Jorge.311q.vce.file.html#comment-68580enclosed my comments / questions:<br /> <br /> http://pastebin.ca/2053637Tuesday, May 03, 2011 10:47 PM UTShahnazhttps://www.examcollection.com/microsoft/Microsoft.Certkey.70-450.v2011-04-13.by.Jorge.311q.vce.file.html#comment-68579question 64: B(backup server master key) should be the answer <br /> http://sql-articles.com/blogs/how-to-copy-move-a-database-that-is-encrypted-with-tde/Tuesday, May 03, 2011 10:20 PM UTlunatichttps://www.examcollection.com/microsoft/Microsoft.Certkey.70-450.v2011-04-13.by.Jorge.311q.vce.file.html#comment-68531Q66<br /> A: c - Perform a partial restoreof the PRIMARY filegroup and FileGroupA from a partial backup. Perform an online recovery of FileGroupB, and then perform an online restore of FileGroupCTuesday, May 03, 2011 11:48 AM UTHankhttps://www.examcollection.com/microsoft/Microsoft.Certkey.70-450.v2011-04-13.by.Jorge.311q.vce.file.html#comment-68490Here are my opinion on the answers of the questions from Emir http://pastebin.ca/2053333<br /> <br /> Please tell me what you guys think or if any of them are wrong.Tuesday, May 03, 2011 3:15 AM UTHankhttps://www.examcollection.com/microsoft/Microsoft.Certkey.70-450.v2011-04-13.by.Jorge.311q.vce.file.html#comment-68423Emir, do you have the answers for those questions? I have found some of the answers by researching but it would be easier if someone just posted them as I am unsure.Monday, May 02, 2011 9:12 AM UTJohnhttps://www.examcollection.com/microsoft/Microsoft.Certkey.70-450.v2011-04-13.by.Jorge.311q.vce.file.html#comment-68385EMIR, can you post the answers of the new 21 questions???<br /> ThanksSunday, May 01, 2011 6:52 PM UTJohnhttps://www.examcollection.com/microsoft/Microsoft.Certkey.70-450.v2011-04-13.by.Jorge.311q.vce.file.html#comment-68382Can someone post the answers to these 21 new questions? so we can discuss better?Sunday, May 01, 2011 6:35 PM UTEmir Alizadehhttps://www.examcollection.com/microsoft/Microsoft.Certkey.70-450.v2011-04-13.by.Jorge.311q.vce.file.html#comment-6831550 QuestionSaturday, April 30, 2011 7:54 AM UTDodihttps://www.examcollection.com/microsoft/Microsoft.Certkey.70-450.v2011-04-13.by.Jorge.311q.vce.file.html#comment-68313Emir Alizadeh<br /> Same questions as I saw on exam!!!<br /> Good!Saturday, April 30, 2011 7:50 AM UTEmir Alizadehhttps://www.examcollection.com/microsoft/Microsoft.Certkey.70-450.v2011-04-13.by.Jorge.311q.vce.file.html#comment-68309https://rapidshare.com/files/459882965/70-450_New_Question.pdfSaturday, April 30, 2011 7:28 AM UTDodihttps://www.examcollection.com/microsoft/Microsoft.Certkey.70-450.v2011-04-13.by.Jorge.311q.vce.file.html#comment-68276Ok. Passed today - 746. Really deadline result.<br /> About 30-35 questions from Jorge, MrE, Debel and G-Force.<br /> Other 15q was new.<br /> But this 35 questions/answers not word-to-word as in dumps, also answers was replace.Friday, April 29, 2011 6:16 PM UTjohn chenhttps://www.examcollection.com/microsoft/Microsoft.Certkey.70-450.v2011-04-13.by.Jorge.311q.vce.file.html#comment-67768There are many long new questions. I passed with 732. <br /> This dump has some questions but Mr2 is still the best. <br /> Bottom line is that do not just memorize the dump and go to the exam. It will be too risky.Friday, April 22, 2011 7:34 PM UT