Skip to main content

PMI-RMP Examination - A few pointers

I was one of the first takers for the exam, though I did not qualify for the fifty percent discount by a day. Took the exam in early November and it was quite an experience considering the fact there is very little information available as to the content and nature of the exam.

With the experience of having taken the PMP exam, comes in handy as the jargon used in the exam is very much in line with the PMI-PMP speak. It is imperative to note that though the exam was very much in line with the draft documentation on the Risk Management Process thats been published, it had a few elements of surprise as well.

As a risk manager, having been accustomed to taking risk in the negative connotation, it needs to be noted that RISK is considered positive as well as negative. This being the rule of the thumb, it facilitates in understanding the questions properly and to subsequently answer them.

The approach that I took to address the examination was to ensure that I run through the glossary from the PMBOK again. The PMBOK contains material that speak in PMInese and it helps a lot to understand the same language that is used in the RMP exam. Having run through it as well as the material in the PMBOK, the draft publication comes in handy. Even though still in draft stage, it provides the major inputs as to the thinking in vogue at PMI and their perception of risk and therefore its management. The draft is work in progress and we would see more eloboration as the time moves ahead.

It is to laud PMI for taking the initiative to bring into the mainstream the need for risk managers , who are a different set of people with specific skill sets to handle risks in a project. Large projects tend to fail as a consequence of not understanding the risks or underplaying risks. This leads to scheduling conflicts, errors in estimation and resource misallocation. The need to manage risk and its components both positive and negative helps in identification of the set of variables that affect the outcome of the project as well as the overall health of the project as various milestones are met.

Risk Management as a tool is very effective in many other ways not apparent. For example safety that is often overlooked would very much be represented when a full fledged management principle to include risk is incorporated into project management. Well, looks like I have digressed from the examination point of view to that about risk management in projects. However, as I was answering the questions, it became so obvious as to how much you learn at work, the questions were real life scenarios and if you have handled a few projects, you would be in a position to answer many of the questions. This is something that you do not find often in many examinations, but certainly the PMI-RMP makes the difference in this area.

Do drop me a mail, if you need some more information, I would be more than willing to help

Comments

Popular posts from this blog

Malware Damage - It is real and you need to be ready ...

  Malware, short for "malicious software," is any software intentionally designed to cause harm to computer systems, networks, or devices. Malware can take many forms, including viruses, trojan horses, worms, ransomware, spyware, and adware, among others. The dangers of malware are numerous, and it is crucial to protect yourself from malware to avoid serious consequences, such as: Data theft: Malware can be designed to steal personal information, such as bank account details, social security numbers, and login credentials. Once this information is stolen, it can be used for identity theft, financial fraud, and other malicious activities. System damage: Some malware can damage your computer system, causing it to crash or malfunction. This can result in lost data, system downtime, and costly repairs. Financial loss: Malware can also be used to extort money from victims. For example, ransomware can lock down a victim's computer and demand payment in exchange for the decrypti...

HIPAA - What is that we need to know .... Cyberawareness for a Health Care Organization

  Here is a detailed cyber awareness training for HIPAA candidates: Introduction to HIPAA: Provide an overview of the Health Insurance Portability and Accountability Act (HIPAA) and the importance of protecting patient information. Understanding HIPAA regulations: Explain the different regulations under HIPAA, such as the Privacy Rule, Security Rule, and Breach Notification Rule. Identifying and reporting breaches: Teach employees how to identify a potential breach of patient information and the proper procedures for reporting it. Phishing and social engineering: Provide training on how to identify and avoid phishing emails and other social engineering tactics. Passwords and authentication: Teach employees about the importance of strong passwords and multi-factor authentication. Mobile device security: Discuss the risks of using mobile devices to access patient information and the measures employees can take to keep the information secure. Remote access security: Explain the risks ...

AI/ML Open Source Framework for adoption at an organization

  Data Storage : The first step in any ML pipeline is to store the data that will be used for training and testing. AWS offers various data storage options like Amazon S3, Amazon EFS, and Amazon EBS. Choose the one that best suits your requirements. Data Preprocessing : Data preprocessing is an important step in any ML pipeline. This step includes cleaning, normalizing, and transforming the data to make it suitable for training ML models. You can use open-source libraries like Pandas, NumPy, and Scikit-Learn for data preprocessing. Model Training : The next step is to train your ML models. You can use open-source ML frameworks like TensorFlow, PyTorch, or Apache MXNet for this step. AWS also offers its own ML framework called Amazon SageMaker, which provides a managed platform for training and deploying ML models. Model Evaluation : Once the models are trained, they need to be evaluated to ensure that they are accurate and reliable. You can use open-source libraries like scikit-lea...