Skip to main content

I passed the ICND2! CCNA CERTIFIED!

I did it! I passed the ICND2!
I'm CCNA certified!
I took the ICND2 on Saturday and passed with 884/1000. I passed the ICND1 in September.

My write up of the ICND1 : https://azidsecurity.blogspot.com/2019/09/i-passed-icnd1.html

I only got to study during nights and weekends. I worked hard for this certification.
I followed the same methodology I did for the ICND1.
  1. Watched the CBTNuggets videos and take a ton of notes.
  2. Study from the Official Cert-Guide thoroughly from start to end.
  3. Practice with Boson.
I had a deadline. My University exams start from December and the Saturday I attempted the exam on was the last day I could. I had to start preparing for my finals.

When there was 10 days left I still had a lot to do, so I buckled up and finished the OCG, revised all topics from the notes I found on /r/ccna.

I had around 3 days left when I took the first Boson exam and I scored 650. This made me stress out a lot and I panicked a lot.

But I calmed myself down and reviewed the practice exam and studied. I went to score 690, 715 and 755 in the next 3 exams. I took leave from University for these 3 days and studied from early morning to late night(almost 10-12 hours of studying a day, do not recommend, don't do this). I took a ton of review notes and studied my weak points.

I went to the exam centre and gave the exam and IT WENT WAY BETTER THAN I EXPECTED.
I had the feeling of failing during the exam which everybody here told me they had but kept my calm and wrote it.

Overall, I think the exam was not that hard and I made it hard for myself because of the time constraints.

TIPS for people who are studying: THE EXAM IS NOT HARD. Don't skip any topic, study hard and smart. Use practice exams to see where you lack and study those topics.

I wouldn't recommend what I did. I only studied too hard during the last 3-4 days because I wasn't fully prepared. Take your time and take the Boson exams when you still have time and don't rush into it. If I had the time, I would have taken the Boson exams earlier and studied topics which I lacked before taking the next Boson exam.

Thank you r/ccna and its members. Reading the posts of people passing there everyday motivated me to keep on studying.


WHAT NEXT?

This December I have my Semester finals in college. So I'll have to buckle up and study hard for that.

Next January, I'm going to start studying for the CEH and do some Udemy course(probably Python or Penetration Testing related.)


Thanks for reading!

AZID


Comments

Most Viewed Content:

I wrote a Password Wordlist Generator in Python

As I am getting experience and writing simple programs in Python, I wanted to write a "hacking" related program. Not too hard, but not too simple. PasswordListGenerator I think I got the idea from watching a Mr Robot episode, Elliot creates a wordlist for cracking passwords. This gave me an idea and I thought I would do this! So I searched for similar programs to see if something like this existed and I found CUPP and BEWGor. These are absolutely beautiful. They are well written and provide many operations and options for creating a wordlist.   I took the idea of how these programs worked to create the wordlist and applied my version to do the same. Yes, it is not an original idea, but it is my implementation. I have to agree, the best way to get better at a programming language is to do a project. I posted a small GIF showing how the program works on Reddit and it got a good amount of reactions. Turns out, people actually give great advice and mot...

I gave my first talk at a Security Conference

Last month I gave a fun little talk called "Plenty of Phish in the Sea" in my local security conference. It was a fun presentation on how I phished my friends in high school.  I used to make music back in high school and sent a phishing link to 3 of my best friends to my "Soundcloud" and asked them to sign in through their email. I had created a fake domain that copied the Soundcloud login page but the form to submit username and password had a php script that sent the credentials to a txt file I had on the server.  My friends had weird passwords of course, one guy had his girlfriends name, another had his favourite sport mentioned, and another friend literally had his whole phone number as his password.  I made jokes about it and kept the whole tone of the presentation humorous.   This talk wasn't very technical, but it was my first time and this was an actual experience. Hopefully, next time my talk is a technical one, where I teach the audience something I le...

Best Reddit Subreddits for Cybersecurity and Hacking!

Reddit is a very useful website for discussions about everything. For cybersecurity and hacking too, it has useful subreddits, in which, you will learn a lot of things you previously had no knowledge of. So, I have compiled a list of security related subreddits. 1. Active and Most helpful subreddits: /r/netsec /r/AskNetsec /r/netsecstudents These three are pretty much it. They have very active communities and are very helpful. I, personally use  /r/netsecstudents a lot because I'm still in the process of learning and that subreddit(if you look properly) will tell you how to make a career in every security field. 2. Security Certification Subreddits: r/CompTIA (for Security+) r/ccna (for CCNA and CCNA Security, also r/ccnp for CCNP) r/CEH (for CEH) r/cissp (Certified Information Systems Security Professional) r/oscp (Offensive Security Certified Professional) Really helpful if you're doing any of these Certs. 3. Other...