Micheal from Pakistan -
Sep 28 2011, 10:53 AMReport Spam
Mahes please specify the answer of testlet questions.
Thanks in advance.
Biscuit from India -
Sep 23 2011, 5:28 PMReport Spam
DO NOT BOTHER WITH THIS DUMP - ONLY 1 QUESTION WAS IN THIS DRAG AND DROP FORMAT... USE MK AND MIRIAM TO PASS.
I passed but this exam is harder than others - However if you have the dump then you have 35 questions in the bank - you only need another 2 or 3 from the testlet questions to pass.
Mahes from United States -
Sep 19 2011, 7:47 PMReport Spam
Today I passed 516 with 840 score. Would like to share the testlet questions
Out of 15 question , I re-call 10 question. Good luck all.
Q1) ... cannot insert duplicate key row in object 'dbo.Colors' with unique index 'IX_Colors'
A - Remove the unique key constraint...
B - Add a try/catch stattment...
C - Examine the code ... add a call to LoadOrCreate method
D - Overrride the save changes method..
answer: C
Q2) somithing related with Ienumerable<Tupe<int,Part>>
Q3) Add a check in the partial classes => answer is OnPropertyChanged not OnPropertyChanging
Q4) How to assemble the parameter so it won't allow sql injection using ESQL
Q5. Linq->SQL query to get the duplicate part name
Q6. To set condition for product with producttype isnull = false and Component with PartType Isnull = false
Q7. Sql Connection with appropriate server name server instance .. for example Data source = SQl1INST01
Q8. Cascade delete . When delete X object it throw foreign key error what you have to do to handler this expception?
Q9. How to make component and product class serializable? Xelement and Xattribute..etc.
Q10. How to encrypt an entire row in the database - options are MDA5 with has field, RSA with signature field as hash and public key, DES encryption, and RSA with just a public key.
Passes today with 820 marks. First i got the 15 quest teslet and then the 35 question. You need only mk+aperson+kaykafa+sacho's screenshots . Study the clues of the questions given in the comments of each dumps and thats all...You will pass.Best of luck to you all.
Peter from Netherlands ..do you remember any question and answers from the testlet.
Peter from Netherlands -
Sep 13 2011, 5:01 PMReport Spam
Passed my exam today with 820/1000. I first got the testlet with 15 questions; then second section with 35 questions.
For the testlet, my advice would be to study the case not more than 5-8 minutes, as the generated subset of 15 questions do cover only part of it, and you most likely will need the full remaining time to answer them.
MitkoDMTR from Bulgaria -
Sep 12 2011, 6:22 PMReport Spam
I think that have wrong answer in this test:
1.Get row from DataTable where some field is not null - the last operator should be "select row", not "return row"
2.POCO object -> The navigation property should implement ICollection, not IQueryable
3.About question with ConcurrenceException - there is 2 with different first part. In one add block with Using and create of object context in other not.(I'm not sure which is correct)
4.Specify the connection string: I thing that provider=System.Data.SqlClient is correct block
Can someone to confirm correct answer of this question?
GMT from Unitedstates..nice to know that it was easy for you. scribble down some more questions if you have any and please put you email id so that i can write to you
Hi...Does anyone have the dumps for the testlets for the 15 questions?....
gmt from United States -
Sep 08 2011, 10:08 PMReport Spam
I cleared my exam :) with 1000
It contain 35 question and all are from the MK dump.
I did the 50 questions in 30 minutes...
Testlet with 15 question which is quite easy and simple. All questions from the testlet discussed in previous post.
Some questions from the testlet I can remenber is
Q1) ... cannot insert duplicate key row in object 'dbo.Colors' with unique index 'IX_Colors'
A - Remove the unique key constraint...
B - Add a try/catch stattment...
C - Examine the code ... add a call to LoadOrCreate method
D - Overrride the save changes method..
answer: C
Q2) somithing related with Ienumerable<Tupe<int,Part>>
Q3) Add a check in the partial classes => answer is OnPropertyChanged not OnPropertyChanging
Q4) How to assemble the parameter so it won't allow sql injection using ESQL
All the best.
IrishPH from Philippines -
Sep 06 2011, 8:17 AMReport Spam
Iam loosing hope were i can find the new testlets, i spend too many hours looking for it. anyone here want to share with me to buy the dump4certs testlets?
Comman Man from India -
Sep 06 2011, 4:56 AMReport Spam
Hi IrishPH,
i have already wrote this exam 2 times, 2 times , i got 600, 680, But i have remember some question, but in this 76Q, i cant able to see a single question in the given dumps. see this link http://pdfcast.org/embed/70-516-testlets-1, this is the exact pattern i got in 2 times. in this pattern they have 15Q, so can please find the dumps in the above pattern and post here.
heisenberg from Unknown -
Sep 06 2011, 4:35 AMReport Spam
Not for me. It was the Part, Component, Product one discussed in the MK exam dump comments.
Thanks in advance.
I passed but this exam is harder than others - However if you have the dump then you have 35 questions in the bank - you only need another 2 or 3 from the testlet questions to pass.
Out of 15 question , I re-call 10 question. Good luck all.
Q1) ... cannot insert duplicate key row in object 'dbo.Colors' with unique index 'IX_Colors'
A - Remove the unique key constraint...
B - Add a try/catch stattment...
C - Examine the code ... add a call to LoadOrCreate method
D - Overrride the save changes method..
answer: C
Q2) somithing related with Ienumerable<Tupe<int,Part>>
Q3) Add a check in the partial classes => answer is OnPropertyChanged not OnPropertyChanging
Q4) How to assemble the parameter so it won't allow sql injection using ESQL
Q5. Linq->SQL query to get the duplicate part name
Q6. To set condition for product with producttype isnull = false and Component with PartType Isnull = false
Q7. Sql Connection with appropriate server name server instance .. for example Data source = SQl1INST01
Q8. Cascade delete . When delete X object it throw foreign key error what you have to do to handler this expception?
Q9. How to make component and product class serializable? Xelement and Xattribute..etc.
Q10. How to encrypt an entire row in the database - options are MDA5 with has field, RSA with signature field as hash and public key, DES encryption, and RSA with just a public key.
For the testlet, my advice would be to study the case not more than 5-8 minutes, as the generated subset of 15 questions do cover only part of it, and you most likely will need the full remaining time to answer them.
1.Get row from DataTable where some field is not null - the last operator should be "select row", not "return row"
2.POCO object -> The navigation property should implement ICollection, not IQueryable
3.About question with ConcurrenceException - there is 2 with different first part. In one add block with Using and create of object context in other not.(I'm not sure which is correct)
4.Specify the connection string: I thing that provider=System.Data.SqlClient is correct block
Can someone to confirm correct answer of this question?
It contain 35 question and all are from the MK dump.
I did the 50 questions in 30 minutes...
Testlet with 15 question which is quite easy and simple. All questions from the testlet discussed in previous post.
Some questions from the testlet I can remenber is
Q1) ... cannot insert duplicate key row in object 'dbo.Colors' with unique index 'IX_Colors'
A - Remove the unique key constraint...
B - Add a try/catch stattment...
C - Examine the code ... add a call to LoadOrCreate method
D - Overrride the save changes method..
answer: C
Q2) somithing related with Ienumerable<Tupe<int,Part>>
Q3) Add a check in the partial classes => answer is OnPropertyChanged not OnPropertyChanging
Q4) How to assemble the parameter so it won't allow sql injection using ESQL
All the best.
i have already wrote this exam 2 times, 2 times , i got 600, 680, But i have remember some question, but in this 76Q, i cant able to see a single question in the given dumps. see this link http://pdfcast.org/embed/70-516-testlets-1, this is the exact pattern i got in 2 times. in this pattern they have 15Q, so can please find the dumps in the above pattern and post here.