Skip to main content

CDAC (C-CAT) exam Topics


Comments

  1. hey there I want to do DITISS course in pune and what must be my rank to get into pune main HQ CDAC ACTS

    ReplyDelete
    Replies
    1. I will suggest for DITISS if yuor rank is under 2000 you will get DITISS in Pune HQ because one of my friend from my college got Pune HQ in this rank in AUG 2017 exam.
      and in BLR Ecity you may get DITISS around 4000 rank.
      the reason is most of the students are selecting DAC or DBDA or DMC
      DITISS is also one of the best course I can tell from my experience.

      Delete
    2. Hey I just wanna know that for pg dac course which rank must for the Bangalore knowledge park region..

      Delete
  2. Your rank should me under 1500.

    ReplyDelete
  3. Hi am interested in cdac ditiss due to some personal reasons I am not able to do cdac in August batch but I will be doing in decDecem batch. What are all the basic concept I need to study before going to course I mean after clearing my cdac ditiss because I thought of making some homework before going there plz help me out

    ReplyDelete
    Replies
    1. I'm sorry for late reply I was so busy this week got time today to check my blog.
      you should start Preparing Networking in depth, start working in linux CentOS, Ubuntu, Kali in kali you can learn basic tools like wireshark, tcp dump, learn about different types of attacks in Cyber Security and don't forget python because it will help you a lot to create some awesome scripts, be good in operating system so you will not face any issue, and learn something about PKI encryption technique, public private keys. That will be enough, if you know that much things before joining class you will me master in your domain.

      Delete
  4. what kind of posts one can assume after successfully completing DITISS say from Ecity Bglore
    and range of salary package?

    ReplyDelete
  5. Hey bro I I am mechanical background student i want to do cdac with perfection so what u do before joining cDac course will make me easy to handle this think.

    ReplyDelete
  6. Sir I am civil engg background I will entring in c-dac. Can I eligible for c-dac exam DITISS

    ReplyDelete
  7. Sir I got Hyderabad location for DITISS course should I go for that course or not .
    And also tell me placement about that course.

    ReplyDelete

Post a Comment

Popular posts from this blog

OSSEC - Open source And Free Host Intrusion Detection System (HIDS)

As it clarify with name that it is host based intrusion detention system we need to set it up in host/server which we want to monitor. Features File Integrity checking Log Monitoring Rootkit detection Active response Benefits Compliance Requirements -  PCI and HIPAA Multi platform Real-time and Configurable Alerts Integration with current infrastructure Centralized management Agent and agentless m onitoring Configuration   I did in Ubuntu so here are commands I used  sudo apt get update -y sudo apt-get install apache2 -y sudo apt-get install build-essential -y sudo apt get update -y wget https://github.com/ossec/ossec-hids/archive/2.9.2.tar.gz sudo tar -zxvf 2.9.2.tar.gz cd ossec-hids-2.9.2/ sudo ./install.sh sudo /var/ossec/bin/ossec-control start cd /home/ubuntu wget https://github.com/ossec/ossec-wui/archive/master.zip sudo apt-get install unzip -y sudo unzip master.zip mv ossec-wui-master /var/www/html/ossec ...

An Nvidia card was not detected in your system fix for Asus Laptops

This article explains how to fix issue like "NVIDIA display settings are not available" OR "An Nvidia card was not detected in your system" in your Asus laptop. The Error looks like  And GPU is not present in armory crate as well You will not be able to Nvidia driver in Device Manager as well To fix this go to your armory crate software and check if Eco mode is enabled in GPU mode. Select any other mode i.e., standard  If you do not see it in your Home Page, go to device and select GPU power saving option and select any other mode than Eco mode. As you select any other mode your GPU will be back This happens because Eco Mode Completely disables GPU for power saving from armory crate Made a video as well regarding this do check it out.

OpenVAS vulnerability scanner

  OpenVAS is a framework of several services and tools offering a comprehensive and powerful vulnerability scanning and vulnerability management solution. The framework is part of Greenbone Networks commercial vulnerability management solution from which developments are contributed to the Open Source community since 2009. ·          The actual security scanner is accompanied with a regularly updated feed of Network Vulnerability Tests (NVTs), over 50,000 in total. All OpenVAS products are Free Software. Most components are licensed under the GNU General Public License (GNU GPL). ·          About NVT Feed - Greenbone maintains a public feed of Network Vulnerability Tests (NVTs) for the OpenVAS project, the Greenbone Community Feed. It contains more than 50,000 NVTs, growing on a permanent basis. This feed is configured as the default for the OpenVAS Scanner and relates to the Gr...