Skip to main content

Computer Certification#Yogendra

                             Computer Certification



Start Listen There are many different types of computer certificates. Having a computer certificate demonstrates intimate knowledge of that particular area. With a certificate, you become a specialist, thus making yourself marketable for employment.

Start Listen For example, I went to the University of Washington, and received a BA in English literature. I then went to graduate school and got a MA in international studies. So how did I get a job at Microsoft? Although they like degrees, they wouldn't hire someone without any computer knowledge.

Start Listen While studying for my MA, I started studying for Microsoft's popular computer certificate called the MCSE (Microsoft Certified Systems Engineer). To become certified, I had to pass six different exams ranging from networking, operating systems, and Internet protocols. When I took the exams, they charged $100 per exam. The material cost was roughly $45 for each 600 page book. After six books and six exams, I became certified. To be honest though, I had to retake two exams, so I really took 8 exams.

Start Listen After I graduated from graduate school and obtained a computer certificate, Microsoft invited me for an interview and the rest is history. Don't be mistaken though. I feel really lucky to have interviewed with Microsoft at all. I feel it was due to good timing. Microsoft was in a time period when they were hiring many people. However, if I didn't have the computer certificate, I wouldn't have even qualified to interview at all.

Start Listen Besides the MCSE, Microsoft has many different exams. For example, if you are a developer or programmer, then the MCSD would be the certificate for you. Microsoft has a certificate for many different computer fields like database and other computer areas.

Start Listen Besides Microsoft, there are many other types of certification. Here is a list of popular certificates by company:

Cisco
CompTIA
Novell
Sun Microsystem
Oracle

Start Listen I don't want to go into too much detail about each certificate because there are many web sites that teach you about each one. But usually each certification will consist of multiple exams. The cost can vary depending on if you use training and computer institutes or not. Studying by yourself can be hard without an instructor, but it is very inexpensive. Having an instructor can help tremendously, but they cost a little bit of money. You can think of it as an investment if you decide to study in a class environment. But just to give you an idea, someone with a MCSD who is a great programmer, or a person with a Cisco CCNA certificate will easily make $90,000 a year.

Start Listen If you have any questions, remember that the message boards are a place you can freely ask any questions you want. If you want to learn more about certification, visit the many websites that explain each certification.


Comments

Interactive Blogposts

Top 100 Useful Excel Macro [VBA] Codes Examples

Yogendra98.blogpost.com You can automate small as well as heavy tasks with VBA codes. And do you know with the help of macros, you can break all the limitations of Excel which you think Excel has? So today, I have listed some of the useful codes e xamples to help you become more productive in your day to day work. You can use these codes even if you haven't used VBA before that. All you have to do just paste these codes in your VBA editor. These codes will exactly do the same thing which headings are telling you. For your convenience, please follow these steps to add these codes to your workbook. Before you use these codes, make sure you have your developer tab on your Excel ribbon to access VB editor. If you don't have please use these simple steps to  activate developer tab . Once you activate developer tab, you can use below steps to paste a VBA code into VB editor. Don't Forget:   Make sure to  download thi...

OFFSET combined with SUM or AVERAGE_#Yogendra

           OFFSET combined with SUM or AVERAGE Formula: =SUM(B4:OFFSET(B4,0,E2-1)) The OFFSET function on its own is not particularly advanced, but when we combine it with other functions like SUM or AVERAGE we can create a pretty sophisticated formula.  Suppose you want to create a dynamic function that can sum a variable number of cells.  With the regular SUM formula, you are limited to a static calculation, but by adding OFFSET you can have the cell reference move around. How it works:  To make this formula work, we substitute ending reference cell of the SUM function with the OFFSET function.  This makes the formula dynamic and the cell referenced as E2 is where you can tell Excel how many consecutive cells you want to add up. Now we’ve got some advanced Excel formulas! Below is a screenshot of this slightly more sophisticated formula in action. Add caption As you see, the SUM formula starts...

29 Incredibly Useful Websites You Wish You Knew Earlier@yogendra

Share Pin it Tweet Share Email There are so many wonderful websites around, and it is difficult to know each and every one of them. The below list provides some of those websites that I find particularly helpful, even though they are not as famous or as prevalent as some of the big names out there. 1.  BugMeNot Are you bugged constantly to sign up for websites, even though you do not wish to share your email? If yes, then BugMeNot is for you. Instead of creating new logins, BugMeNot has shared logins across thousands of websites which can be used. . 2.  Get Notify This nifty little website tracks whether the emails sent by you were opened and read by the receiver. Moreover, it also provides the recipient’s IP Address, location, browser details, and more. 3.  Zero Dollar Movies If you are on a constant lookout of free full length movies, then Zero Dollar movies provides a collection of over 15,000 movies in multipl...