Archive
Which SQL Server Certification should I take: 98-364, 70-461 or 70-761 ? – MSDN TSQL forum
–> Question:
I just started learning SQL Server, and I want to get certified, I checked internet, but I got confused.
There is exam 98-364, 70-461, 70-761, and i want to get MCSA in SQL
could some one explain to me what should i do …
–> My Answer:
>> MCSA or Microsoft Certified Solutions Associate in SQL Server can be earned on following areas with respective exams:
– Database Development (761, 762)
– Database Administration (764, 765)
– Business Intelligence (767, 768)
>> Exam 98-364 is to get Microsoft Technology Associate (MTA) certification. It is the most basic exam that focuses just on basic SQL, and is for people new to technology, who need to validate their knowledge of fundamental concepts before moving on to more advanced certifications. This exam covers:
1. RDBMS, DBMS concepts and terms, like Normanization, PK, FK, etc.
2. Plain SQL querying knowledge, like DDL, DML, etc. and indexes.
3. Simple DBA stuff, like security, backup/restore, etc.
Link: https://www.microsoft.com/en-in/learning/exam-98-364.aspx
>> Exam 70-761 is also an advanced exam which is based upon SQL Server 2016, which is the latest version of SQL Server as of today. To earn MCSA you have to take 70-762 exam as well as mentioned above, check this link for MCSA SQL Server 2016: https://www.microsoft.com/en-in/learning/mcsa-sql-2016-certification.aspx
>> Exam 70-461 is also an advance level exam but now older based upon SQL Server 2012 or 2014. Check this link for MCSA SQL Server 2012/2014: https://www.microsoft.com/en-in/learning/mcsa-sql-certification.aspx
Please note: Exam 98-364 is not required here, and as mentioned above its just to make sure you have knowledge in working with basic SQL Querying.
Ref link.