Is the Comptia A+ Certificate Worth Doing For A Programmer?

Discussion in 'A+' started by xty, Jan 26, 2014.

  1. xty

    xty New Member

    2
    0
    1
    Hello,

    I am currently on my 2nd year of university studying Software Engineering. I was wondering if i apply for the comptia A+ certificate, can it be of a benefit for my future IT career path especially in the programming field as a software engineer, or rather the certificate will be of just plain knowledge for myself?

    Can the comptia A+ or even the N+ or the S+ be of any beneficial for a programmer? And has any programmer who you may know or even you, who ever attempted to do a degree in software engineering and the comptia A+ ?

    Can the Software Eng. degree and the Comptia A+ certificate complements each other?

    Thanks for reading and helping me out with your answers,
    J
     
  2. Kitkatninja
    Highly Decorated Member Award 500 Likes Award

    Kitkatninja aka me, myself & I Moderator

    11,143
    559
    383
    The following answers are just my own opinions...

    It would be more of knowledge for yourself (but won't hurt even if you do stick with the software engineering route). It will also help if you decide to change to support.

    A couple here have them, who are programmers. Personally (outside this forum), the programmers that I know don't.

    Yes. However just remember that the A+, Network+ and the Security+ certifications have to be maintained/renewed every 3 years and these certs aren't cheap (even the educational prices).

    Personally, I would use that money instead for the entry level programming certs that are out there to reflect the languages that I'm studying, eg MTA Developer track and/or MTA Database track from Microsoft, the oracle/MySQL developer track or the JAVA certification track. If your end goal is software engineering.
     
    Last edited: Jan 26, 2014
    Certifications: MSc, PGDip, PGCert, BSc, HNC, LCGI, MBCS CITP, MCP, MCSA, MCSE, MCE, A+, N+, S+, Server+
    WIP: MSc Cyber Security
  3. xty

    xty New Member

    2
    0
    1
    Thanks for the reply wagnerk
     
  4. dmarsh
    Honorary Member 500 Likes Award

    dmarsh Petabyte Poster

    4,305
    503
    259
    No A+ certification is not necessary, knowing your hardware can be helpful for a lot of reasons however depending on what type of programs you are writing.
     
  5. shadowwebs

    shadowwebs Megabyte Poster

    842
    11
    76
    To respond to the title of your post directly, I think it's always worth having additional knowledge however it may not necessarily improve your programming skills... my reason for saying this is based on that I have the A+ and am already working as an IT Technician, on the side I enjoy programming but I do not feel that the A+ benefits any area of my programming as they are different areas of expertise.
     
    Certifications: compTIA A+, Apple Certified Technical Coordinator 10.10 (OS X Yosemite, Server and Support)
  6. dmarsh
    Honorary Member 500 Likes Award

    dmarsh Petabyte Poster

    4,305
    503
    259
    Knowing about memory hierachies and caches, cache lines, pages helps write efficient code.
    Knowing about sizes of pointers and address buses helps.
    Knowing roughly how long operations take, like register access, cache miss, main memory access, CPU to GPU transfer, disk access, network access etc, helps.
    The general architecture of a PC helps. Knowing which devices can work asynchronously, like NICs, GPU, CPU etc. The type of buses between devices and to a lesser degree the physical distances also has a bearing.
    Knowing about latencies, seek times, cache hits versus misses helps. Knowing about cache contention helps.
    Knowing about your OS at a fairly low level helps.
    Knowing about things like MTU's can help if designing network protocols.
    If writing device drivers, file systems, network protocols or a lot of other system software or middle-ware then knowing system architecture can be useful.
     
    Last edited: Feb 23, 2014
  7. shadowwebs

    shadowwebs Megabyte Poster

    842
    11
    76
    sorry dmarsh, you are right... the areas I write code for is with web developments rather than standalone applications... I am going to be getting in to App Development at some point in the near future so will be looking at compatibility within the development then but not sure if the A+ can assist with development directly to answer the originating thread question.
     
    Certifications: compTIA A+, Apple Certified Technical Coordinator 10.10 (OS X Yosemite, Server and Support)

Share This Page

Loading...
  1. This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
    By continuing to use this site, you are consenting to our use of cookies.