My Report

SQL Server Mock Test 5


Correct Answer: 2 points | Wrong: -1 point
Grades: A* (100% score) | A (80%-99%) | B (60%-80%) | C (40%-60%) | D (0%-40%)
advertisement
 10%

Question 1 of 10

1. Point out the wrong statement.

Question 1 of 10

Question 2 of 10

2. The easiest way to start is to create a linked server 'localhost' by using _____________

Question 2 of 10

Question 3 of 10

3. Which of the following is enumeration for ADO.net with SQL Server?

Question 3 of 10

Question 4 of 10

4. LINQ Query to list all purchases of $1000 or greater made by customers who live in Washington.

Question 4 of 10

Question 5 of 10

5. Which of the following service broker component defines the infrastructure used for exchanging messages between instances?

Question 5 of 10

Question 6 of 10

6. Which of the following steps should be carried out using data types in SSIS for efficient results?

Question 6 of 10

Question 7 of 10

7. Which of the following gives trusted Connection from a CE device?

Question 7 of 10

Question 8 of 10

8. Which of the following is the best practice related to SSIS?

Question 8 of 10

Question 9 of 10

9. SQL injection is an attack in which _________ code is inserted into strings that are later passed to an instance of SQL Server.

Question 9 of 10

Question 10 of 10

10. Query alternative to the following SQL code in LINQ is ____________

SELECT TOP 10 UPPER (c1.Name)
FROM Customer c1
WHERE
   c1.Name LIKE 'A%'
   AND c1.ID NOT IN
   (
      SELECT TOP 20 c2.ID
      FROM Customer c2
      WHERE c2.Name LIKE 'A%'
      ORDER BY c2.Name
   ) 
ORDER BY c1.Name 

Question 10 of 10


 

Manish Bhojasia - Founder & CTO at Sanfoundry
Manish Bhojasia, a technology veteran with 20+ years @ Cisco & Wipro, is Founder and CTO at Sanfoundry. He lives in Bangalore, and focuses on development of Linux Kernel, SAN Technologies, Advanced C, Data Structures & Alogrithms. Stay connected with him at LinkedIn.

Subscribe to his free Masterclasses at Youtube & discussions at Telegram SanfoundryClasses.