<?xml version="1.0" encoding="UTF-8" ?><!-- generator=Zoho Sites --><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:content="http://purl.org/rss/1.0/modules/content/"><channel><atom:link href="https://uat.icofp.org/blogs/Uncategorized/feed" rel="self" type="application/rss+xml"/><title>https://www.icofp.org/ - Blog , Uncategorized</title><description>https://www.icofp.org/ - Blog , Uncategorized</description><link>https://uat.icofp.org/blogs/Uncategorized</link><lastBuildDate>Fri, 12 Jun 2026 02:28:40 +0530</lastBuildDate><generator>http://zoho.com/sites/</generator><item><title><![CDATA[Markup: HTML Tags and Formatting]]></title><link>https://uat.icofp.org/blogs/post/markup-html-tags-and-formatting</link><description><![CDATA[Headings Header one Header two Header three Header four Header five Header six Blockquotes Single line blockquote: Stay hungry. Stay foolish. Multi line bl ]]></description><content:encoded><![CDATA[<div class="zpcontent-container blogpost-container "><div data-element-id="elm_9xX8vZWPQjueAxBJv8TZEg" data-element-type="section" class="zpsection "><style type="text/css"></style><div class="zpcontainer-fluid zpcontainer"><div data-element-id="elm_8SFCchhlRJ-0v0gv2e8GrA" data-element-type="row" class="zprow zprow-container zpalign-items- zpjustify-content- " data-equal-column=""><style type="text/css"></style><div data-element-id="elm_9zWrQF0MTuGla4uX3kn-YA" data-element-type="column" class="zpelem-col zpcol-12 zpcol-md-12 zpcol-sm-12 zpalign-self- "><style type="text/css"></style><div data-element-id="elm_XVKq5GDYQGuD2ENabYpPFw" data-element-type="text" class="zpelement zpelem-text "><style></style><div class="zptext zptext-align-center " data-editor="true"><div><strong>Headings</strong><h1>Header one</h1><h2>Header two</h2><h3>Header three</h3><h4>Header four</h4><h5>Header five</h5><h6>Header six</h6><h2>Blockquotes</h2> Single line blockquote: <blockquote> Stay hungry. Stay foolish. </blockquote> Multi line blockquote with a cite reference: <blockquote> The <strong>HTML <code>&lt;blockquote&gt;</code> Element</strong> (or <em>HTML Block Quotation Element</em>) indicates that the enclosed text is an extended quotation. Usually, this is rendered visually by indentation (see <a href="https://developer.mozilla.org/en-US/docs/HTML/Element/blockquote#Notes">Notes</a> for how to change it). A URL for the source of the quotation may be given using the <strong>cite</strong> attribute, while a text representation of the source can be given using the <a href="https://developer.mozilla.org/en-US/docs/Web/HTML/Element/cite"><code>&lt;cite&gt;</code></a> element. </blockquote><cite>multiple contributors</cite> - MDN HTML element reference - blockquote <h2>Tables</h2><table><thead><tr><th>Employee</th><th>Salary</th><th></th></tr></thead><tbody><tr><th><a href="http://example.org/">John Doe</a></th><td>$1</td><td>Because that's all Steve Jobs needed for a salary.</td></tr><tr><th><a href="http://example.org/">Jane Doe</a></th><td>$100K</td><td>For all the blogging she does.</td></tr><tr><th><a href="http://example.org/">Fred Bloggs</a></th><td>$100M</td><td>Pictures are worth a thousand words, right? So Jane x 1,000.</td></tr><tr><th><a href="http://example.org/">Jane Bloggs</a></th><td>$100B</td><td>With hair like that?! Enough said...</td></tr></tbody></table><h2>Definition Lists</h2><dl><dt> Definition List Title </dt><dd> Definition list division. </dd><dt> Startup </dt><dd> A startup company or startup is a company or temporary organization designed to search for a repeatable and scalable business model. </dd><dt> #dowork </dt><dd> Coined by Rob Dyrdek and his personal body guard Christopher &quot;Big Black&quot; Boykins, &quot;Do Work&quot; works as a self motivator, to motivating your friends. </dd><dt> Do It Live </dt><dd> I'll let Bill O'Reilly will <a title="We'll Do It Live" href="https://www.youtube.com/watch?v=O_HyZ5aW76c">explain</a> this one. </dd></dl><h2>Unordered Lists (Nested)</h2><ul><li>List item one <ul><li>List item one <ul><li>List item one</li><li>List item two</li><li>List item three</li><li>List item four</li></ul></li><li>List item two</li><li>List item three</li><li>List item four</li></ul></li><li>List item two</li><li>List item three</li><li>List item four</li></ul><h2>Ordered List (Nested)</h2><ol start="8"><li>List item one -start at 8 <ol><li>List item one <ol><li>List item one -reversed attribute</li><li>List item two</li><li>List item three</li><li>List item four</li></ol></li><li>List item two</li><li>List item three</li><li>List item four</li></ol></li><li>List item two</li><li>List item three</li><li>List item four</li></ol><h2>HTML Tags</h2> These supported tags come from the WordPress.com code <a title="Code" href="https://en.support.wordpress.com/code/">FAQ</a>. <strong>Address Tag</strong> 1 Infinite Loop Cupertino, CA 95014 United States<strong>Anchor Tag (aka. Link)</strong> This is an example of a <a title="WordPress Foundation" href="https://wordpressfoundation.org/">link</a>. <strong>Abbreviation Tag</strong> The abbreviation srsly stands for &quot;seriously&quot;. <strong>Acronym Tag (<em>deprecated in HTML5</em>)</strong> The acronym ftw stands for &quot;for the win&quot;. <strong>Big Tag</strong> (<em>deprecated in HTML5</em>) These tests are a <big>big</big> deal, but this tag is no longer supported in HTML5. <strong>Cite Tag</strong> &quot;Code is poetry.&quot; --<cite>Automattic</cite><strong>Code Tag</strong> This tag styles blocks of code. <code>.post-title { margin: 0 0 5px; font-weight: bold; font-size: 38px; line-height: 1.2; and here's a line of some really, really, really, really long text, just to see how it is handled and to find out how it overflows; }</code> You will learn later on in these tests that word-wrap: break-word;will be your best friend. <strong>Delete Tag</strong> This tag will let you strike out text, but this tag is <em>recommended</em> supported in HTML5 (use the <code>&lt;s&gt;</code> instead). <strong>Emphasize Tag</strong> The emphasize tag should <em>italicize</em><i>text</i>. <strong>Horizontal Rule Tag</strong><hr/> This sentence is following a <code>&lt;hr /&gt;</code> tag. <strong>Insert Tag</strong> This tag should denote inserted text. <strong>Keyboard Tag</strong> This scarcely known tag emulates keyboard text, which is usually styled like the <code>&lt;code&gt;</code> tag. <strong>Preformatted Tag</strong> This tag is for preserving whitespace as typed, such as in poetry or ASCII art. <h2>The Road Not Taken</h2><pre><cite>Robert Frost</cite>


  Two roads diverged in a yellow wood,
  And sorry I could not travel both          (_/)
  And be one traveler, long I stood         (='.'=)
  And looked down one as far as I could     (&quot;)_(&quot;)
  To where it bent in the undergrowth;

  Then took the other, as just as fair,
  And having perhaps the better claim,          |_/|
  Because it was grassy and wanted wear;       / @ @ 
  Though as for that the passing there        ( &gt; º &lt; )
  Had worn them really about the same,         `&gt;&gt;x&lt;&lt;´
                                               /  O  
  And both that morning equally lay
  In leaves no step had trodden black.
  Oh, I kept the first for another day!
  Yet knowing how way leads on to way,
  I doubted if I should ever come back.

  I shall be telling this with a sigh
  Somewhere ages and ages hence:
  Two roads diverged in a wood, and I—
  I took the one less traveled by,
  And that has made all the difference.


  and here's a line of some really, really, really, really long text, just to see how it is handled and to find out how it overflows;
</pre><strong>Quote Tag</strong> for short, inline quotes Developers, developers, developers... --Steve Ballmer <strong>Strike Tag</strong> (<em>deprecated in HTML5</em>) and <strong>S Tag</strong> This tag shows <span style="text-decoration:line-through;">strike-through</span> text. <strong>Small Tag</strong> This tag shows <small>smaller<small> text.</small></small><strong>Strong Tag</strong> This tag shows <strong>bold<strong> text.</strong></strong><strong>Subscript Tag</strong> Getting our science styling on with H<sub>2</sub>O, which should push the &quot;2&quot; down. <strong>Superscript Tag</strong> Still sticking with science and Albert Einstein's E = MC<sup>2</sup>, which should lift the 2 up. <strong>Teletype Tag </strong>(<em>obsolete in HTML5</em>) This rarely used tag emulates teletype text, which is usually styled like the <code>&lt;code&gt;</code> tag. <strong>Underline Tag</strong><em>deprecated in HTML 4, re-introduced in HTML5 with other semantics</em> This tag shows <u>underlined text</u>. <strong>Variable Tag</strong> This allows you to denote variables.</div></div>
</div></div></div></div></div></div> ]]></content:encoded><pubDate>Sat, 08 Dec 2018 03:38:43 +0000</pubDate></item><item><title><![CDATA[Importance of Financial Planning]]></title><link>https://uat.icofp.org/blogs/post/importance-financial-planning</link><description><![CDATA[Consider two situations. It is 2008 and the global markets have taken a hit. India is left reeling too. The company Mr X works for has to implement co ]]></description><content:encoded><![CDATA[<div class="zpcontent-container blogpost-container "><div data-element-id="elm_jKDeowHiSCC56j4tcExDSA" data-element-type="section" class="zpsection "><style type="text/css"></style><div class="zpcontainer-fluid zpcontainer"><div data-element-id="elm_p1a339HuTI2iyuj0N-syXA" data-element-type="row" class="zprow zprow-container zpalign-items- zpjustify-content- " data-equal-column=""><style type="text/css"></style><div data-element-id="elm_7_1uLCEQT9-SkSh-QB2cwQ" data-element-type="column" class="zpelem-col zpcol-12 zpcol-md-12 zpcol-sm-12 zpalign-self- "><style type="text/css"></style><div data-element-id="elm_e1MG1tnjRWaRfS67_n1uvg" data-element-type="text" class="zpelement zpelem-text "><style></style><div class="zptext zptext-align-center " data-editor="true"><div><span style="font-weight:400;">Consider two situations. It is 2008 and the global markets have taken a hit. India is left reeling too. The company Mr X works for has to implement cost cutting measures immediately and decides to lay off personnel. Mr X is one of the unfortunate and loses his job. He goes back home to his wife and son who is just about to finish school and head to college. The next day he decides to check his finances and discovers that he can keep the house running only for the next two months and if he delves into his savings, then perhaps an additional three months. At the same, his son who is finishing school soon will be heading to college and there are no provisions for that. Mr X frantically starts looking for a job and after a couple of months of stress he settles on a job which pays lesser than his previous job and has longer hours. But because of necessity there is nothing he can do.</span><span style="font-weight:400;">In the second scenario Mr Y is laid off at the same time and goes home to his wife and daughter of a similar age as the previous case. He is not perturbed in the slightest when he goes to sleep that night as he has a separate fund which will cater for his daughter’s higher education along with enough savings to run his household for the next year. He proceeds to take the time off as an opportunity to polish his resume with additional courses and a year later he gets a job with a profile which is better than the one before.</span><span style="font-weight:400;">Now think about it, which one of the cases would you prefer because both individuals assumed that their job was safe and were not expecting this to happen? The future cannot be predicted but no matter what the situation, we can be prepared financially. This alone should be a pretty compelling reason to start planning your finances, but if you think this scenario is dire, and the possibility of it happening are quite less, remember there are other reasons why you should plan and invest according to the plan.</span><ul><li style="font-weight:400;"><strong><i>Inflation</i></strong></li></ul><span style="font-weight:400;">This is the biggest killer of both your purchasing power and your savings. Saving money in your bank account is rarely enough as inflation is a silent killer of it. So steady planning is important to keep yourself ahead of the curve.</span><ul><li style="font-weight:400;"><strong><i>Long term goals</i></strong></li></ul><span style="font-weight:400;">Retirement is not the only long term goal you will be having. It could be a new car or the down payment on a house or as we saw in the case above the higher education of your children. You need to plan in a manner which allows you to face those circumstances with a clear mind</span><ul><li style="font-weight:400;"><strong><i>Emergency</i></strong></li></ul><span style="font-weight:400;">An emergency is something which can arrive at any time without any warning. So ideally you will want to make sure that you have enough of a buffer no matter what the situation and that does not come without some serious financial planning.</span><ul><li style="font-weight:400;"><strong><i>Retirement</i></strong></li></ul><span style="font-weight:400;">Lastly, the granddaddy of them all! If you’re not a government employee then chances are that you are not eligible for a pension. Due to that it is very important to plan for your future when the chances of you getting a steady pay-check are negligible</span><span style="font-weight:400;">We hope this makes you rethink your financial position and strengthen it so that you are ready for anything. So, go ahead and plan your finances the way you need it.</span> &nbsp;</div></div>
</div></div></div></div></div></div> ]]></content:encoded><pubDate>Thu, 20 Sep 2018 06:44:24 +0000</pubDate></item><item><title><![CDATA[Best MBA College In Delhi To Shine Your Future]]></title><link>https://uat.icofp.org/blogs/post/best-mba-college-in-delhi-to-shine-your-future</link><description><![CDATA[Over past decades, there has been massive growth in Delhi education sector. Plenty of new institutions and colleges have come out with the best qualit ]]></description><content:encoded><![CDATA[<div class="zpcontent-container blogpost-container "><div data-element-id="elm_2okPyA-GRcey4lOPM0z65Q" data-element-type="section" class="zpsection "><style type="text/css"></style><div class="zpcontainer-fluid zpcontainer"><div data-element-id="elm_PTt6ufKMRyOWpY78KMKHEg" data-element-type="row" class="zprow zprow-container zpalign-items- zpjustify-content- " data-equal-column=""><style type="text/css"></style><div data-element-id="elm_mOXC0qquRxKPivREBdiWrA" data-element-type="column" class="zpelem-col zpcol-12 zpcol-md-12 zpcol-sm-12 zpalign-self- "><style type="text/css"></style><div data-element-id="elm_8fQJmL-mTxCZWjOjFyJS-Q" data-element-type="text" class="zpelement zpelem-text "><style></style><div class="zptext zptext-align-center " data-editor="true"><div><p style="text-align:justify;">Over past decades, there has been massive growth in Delhi education sector. Plenty of new institutions and colleges have come out with the best quality education. The management colleges and schools in Delhi are highly popular among aspirants who want to take up MBA course. Delhi city is home to skill seekers from all around India as well as outside who come to study various diploma and degree programs.</p><p style="text-align:justify;">The MBA schools in Delhi are otherwise called as management colleges or B-schools or Business schools.&nbsp; Some best MBA colleges in the country are located in the Delhi City. These institutions or colleges provide different programs at UG and also PG levels like MBA, PGDBA, and PGPM. Apart from this various research programs, EMBA is also provided.</p><p style="text-align:justify;"><b>Admission To Master Of Business Administration:</b></p><p style="text-align:justify;">Aspirants searching admission to MBA courses must be the graduate degree from any recognized university. In Delhi, admission to MBA programs is done based on Management Entrance Examination, GD (Group discussion) and personal interview. The marks of the various tests include CAT, MAT, AIMA and much more taken into consideration in the Management colleges of the Delhi. There are plenty of New Delhi Management Colleges available to provide the world-class education to the students. One of the <a href="https://www.icofp.org/best-mba-in-delhi/">best mba college in Delhi</a>&nbsp;is International College of Financial Planning (ICOFP) provide various job-related courses, diploma courses, certificate course, short term programs, evening courses, Important workshops, online programs and correspondence courses are provided by this institution, keeping in your mind working class. The admission process is taking place usually in months of June – August and December - January Month. In both of the cases, the admission alerts or notifications are provided in Advance.</p><p style="text-align:justify;"><b>Craft Your Future In Best MBA College In Delhi:</b></p><p style="text-align:justify;">The MBA courses at International College of Financial Planning (<a href="https://www.icofp.org/">www.icofp.org</a>) take a long-term view of the business education and learn aspirants for fulfilling and long career. The multi-disciplinary and application related curriculum offers practical knowledge and life skills that are allow making thought-leaders, entrepreneurs, and innovators who will reinvent future of doing the business in a new way. Through these courses, the experts improve their students to become business ready and to lead from the day they step into the industry.</p><p style="text-align:justify;">The aspirants studying experience at this place is further improved by collaborating with renowned universities and the corporate which offers international placement chances and inbuilt internship program. Enable learning experience via practical training, industry oriented inputs, stock exchanges for practical exposure, visits financial companies and much more. The most popular and aspirants highly preferred <a href="https://www.icofp.org/mba-course-in-finance/">MBA finance courses</a> in Delhi</p><ul><li>MBA Financial Planning</li><li>MBA Financial Analysis</li><li>Best MBA In Delhi</li><li>MBA Course In Finance</li></ul><p style="text-align:justify;">The MBA programs are envisioned to enable innovative thought entrepreneurs and leaders who make value for their communities and organizations. It focuses on transforming aspirants through an exciting and interesting journey of intellectual development, inquiry, curiosity, motivating and inspiring them to make the sustainable impact on the communities they are working with.</p></div></div>
</div></div></div></div></div></div> ]]></content:encoded><pubDate>Sat, 24 Dec 2016 10:25:04 +0000</pubDate></item><item><title><![CDATA[The CFP Certification Course For Becoming Professionals]]></title><link>https://uat.icofp.org/blogs/post/the-cfp-certification-course-for-becoming-professionals</link><description><![CDATA[Area of Finance and Commerce is the dynamic tree but it is quite challenging continuously and rapidly. Hiring the experts who are quite skilled in the ]]></description><content:encoded><![CDATA[<div class="zpcontent-container blogpost-container "><div data-element-id="elm_Gr81AYpBSmW3dwjEcQ3GqA" data-element-type="section" class="zpsection "><style type="text/css"></style><div class="zpcontainer-fluid zpcontainer"><div data-element-id="elm_Hg5eT3bzQ5ezWzcJyNeyxA" data-element-type="row" class="zprow zprow-container zpalign-items- zpjustify-content- " data-equal-column=""><style type="text/css"></style><div data-element-id="elm_hC8a6O4mTLK0VNcoMMtQzg" data-element-type="column" class="zpelem-col zpcol-12 zpcol-md-12 zpcol-sm-12 zpalign-self- "><style type="text/css"></style><div data-element-id="elm_X0ZQppH3QFKwTuzHIkyczg" data-element-type="text" class="zpelement zpelem-text "><style></style><div class="zptext zptext-align-center " data-editor="true"><div><p style="text-align:justify;">Area of Finance and Commerce is the dynamic tree but it is quite challenging continuously and rapidly. Hiring the experts who are quite skilled in the art would be quite useful for the Finance and Commerce so that most of the people are studying the MBA course in the Financial Planning. Maintaining and managing the financial aspects for the enterprises in the organization is most important so that it is quite easier for running the organisation in the absolute manner. CFP Certification Course is helpful for the individuals to train the students with science of finance comprehensively. The <b>cfp certification</b> individuals and professionals are competent to help companies or organisation to formulate the appropriate to help companies in the most excellent manner. Making the proper business decision is quite simple with the extensive knowledge of the course in the absolute manner. Most people are well-acquainted with many different types of strategies, retirement accounts, insurance, taxes and much more in the effective manner. These are the most important factors that bring the wide impact on the Financial related activities. The course is helpful to have the appropriate inclination in the Economics and Finance in the absolute manner.</p><p style="text-align:justify;"><b>CFP Certification Course:</b></p><p style="text-align:justify;">CFP Professionals would definitely make the comprehensive and extensive plan for the company or business to invest in the money for gaining more profits. International College of Financial Planning offers the high end CFP certification course that is quite useful for getting the complete knowledge in the efficient way. Having the <a href="https://www.icofp.org/certified-financial-planner-cfp-certification/">cfp certification</a> with appropriate experience would be useful to get placement in the top companies based on Finance. CFP Certification course have the higher amount of inclination towards the economics and finance. The course is helpful for the students to materialise the dream in the absolute manner so that the best financial planning institute are helpful for endeavouring the modern strategies. The Staffs from the top institute have years of experience in the field with offering the theoretical and practical training based on many different aspects. The curriculum of CFP Certification programs are designed to cater all financial services industry in the most excellent manner. Studying from the globally recognized finance programs would be useful for handling the skill sets based on the modern techniques. In fact the CFP Certification is much convenient to have the updated knowledge based on many different aspects of getting the complete reorganisation.</p><p style="text-align:justify;"><b>Certified Financial Planner:</b></p><p style="text-align:justify;">The Certified Financial Planner is the professional who have the best skill and knowledge in the extensive field of the revenue generation as well as fund management. Most of the Government agencies are also recruiting the experts for their job. For becoming the credential CFP Certification, the professional must fulfil all educational criteria with the appropriate professional financial planning experience for the exam. Getting the higher score in the exams would be the extensive options for getting the high end placement option from the top companies. In fact the CFP Certification would be helpful for accessing the financial status as well as conditions for the company.</p></div></div>
</div></div></div></div></div></div> ]]></content:encoded><pubDate>Wed, 23 Nov 2016 10:34:24 +0000</pubDate></item><item><title><![CDATA[Demonetization]]></title><link>https://uat.icofp.org/blogs/post/demonetization</link><description><![CDATA[In lieu of bringing the minesweepers out, the impossibly high alternative cost borne by the general public in terms of time and effort is too much to ]]></description><content:encoded><![CDATA[<div class="zpcontent-container blogpost-container "><div data-element-id="elm_0mtZPCziQXqwOKTacOTBXw" data-element-type="section" class="zpsection "><style type="text/css"></style><div class="zpcontainer-fluid zpcontainer"><div data-element-id="elm_deID8svrRdiRugXmwDi5BA" data-element-type="row" class="zprow zprow-container zpalign-items- zpjustify-content- " data-equal-column=""><style type="text/css"></style><div data-element-id="elm_UYsYrkrFQRqcY-wqMGUODQ" data-element-type="column" class="zpelem-col zpcol-12 zpcol-md-12 zpcol-sm-12 zpalign-self- "><style type="text/css"></style><div data-element-id="elm_DuUjF6vmSd6f5zADfiRRkQ" data-element-type="text" class="zpelement zpelem-text "><style></style><div class="zptext zptext-align-center " data-editor="true"><div>In lieu of bringing the minesweepers out, the impossibly high alternative cost borne by the general public in terms of time and effort is too much to reimburse. The nation is stuck with the demonetization drive that aims at curbing corruption by way of demeaning the wealth possessed by people who avoid paying taxes and use various sources that make transactions happen in plain cash without any formal records. The idea proposed here is to fight corruption but with seemingly improper preparation. One would suggest that maybe having the “new” liquid cash (new notes of Rs. 500 and Rs. 2000) to make available to general public in place of the 500 and 1000 rupees notes had to be sufficient enough in order to deal with the inconvenience thus caused. The newspapers, the TV Channels, daily magazines are flooded with the drive and debates are happening abound about whether or not this should have happened and why! It’s common to see crowds flocking outside banks and ATMs right from as early as 6 am in the morning struggling to do away with old notes and acquire new ones. Per markets, the trade has got affected a little bit as well and the rupee value has appreciated by a zilch. The bankers are working overtime over last couple of weeks to cater to the desperate demand thus created. Earlier, the limits imposed by the banks to regulate the amounts were Rs 4,000 for withdrawal/exchange of money and Rs. 2,50,000 for depositing money in bank accounts. However, understanding the urgency of a few cases, the limits have been raised marginally i.e. from Rs. 4,000 to 4,500 (for withdrawal/exchange) to meet the indispensable transactions. Further it was limited to 2,000 rupees from 18th November, 2016. Apart from demonetisation, at a few places raids have also been imposed to augment the drive. <blockquote> Written by&nbsp;Namisha Kathpalia </blockquote></div></div>
</div></div></div></div></div></div> ]]></content:encoded><pubDate>Mon, 21 Nov 2016 05:33:55 +0000</pubDate></item><item><title><![CDATA[MBA in Finance- A Course That Shapes Your Personality]]></title><link>https://uat.icofp.org/blogs/post/mba-infinance-a-course-that-shapes-your-personality</link><description><![CDATA[We are very well aware that certain degree programs shape our career in a significant way. They show us some directions on how should we manage our ac ]]></description><content:encoded><![CDATA[<div class="zpcontent-container blogpost-container "><div data-element-id="elm_KoTZXSpyTgGolYOWOHjhkw" data-element-type="section" class="zpsection "><style type="text/css"></style><div class="zpcontainer-fluid zpcontainer"><div data-element-id="elm_RctFq7mITCmdSUkmc-YlmQ" data-element-type="row" class="zprow zprow-container zpalign-items- zpjustify-content- " data-equal-column=""><style type="text/css"></style><div data-element-id="elm_MYKf8eQ1SVuy4kA15eN-tQ" data-element-type="column" class="zpelem-col zpcol-12 zpcol-md-12 zpcol-sm-12 zpalign-self- "><style type="text/css"></style><div data-element-id="elm_wSyWi2i2QbGqkSXFM7arig" data-element-type="text" class="zpelement zpelem-text "><style></style><div class="zptext zptext-align-center " data-editor="true"><div>We are very well aware that certain degree programs shape our career in a significant way. They show us some directions on how should we manage our actions in order to enter that particular field. At the same time there are certain degree programs that not only shape our career but also our overall personality. <a href="https://www.icofp.org/mba-in-financial-analysis">MBA in Finance</a> is one such program that can altogether change your persona from an ordinary graduate to a professional, calculative and mature individual. Your presence leaves a very positive impression in any environment which is related to business if you come from a MBA finance background. <span style="text-decoration:underline;">How do the MBA in Finance change one’s personality?</span> Personality is changed by a combination of various factors and one of them is ‘perspective’. When you possess a degree like MBA Finance, you naturally become more aware of the way the day to day events are conducted around you. You start feeling familiar with a whole lot of new terminologies in the newspapers that earlier seemed to be aliens. This change brings about confidence and a sense of responsibility towards the family, industry as well as the country. Secondly, in a professional degree such as MBA, time to time the students are educated about their dressing manners. In practice to ‘look like a professional’ the students tend to adapt that behaviour in their personality as a natural process. Also, they learn how to keep minimum accessories and make up but dress up gracefully for any occasion. The course is intended to incur a number of presentations and seminars that enforces the students to a natural process of widened exposure. They learn to interact with the people of different backgrounds and class in professional meets. The fear of ‘self consciousness’ whiles away and the student becomes more open about social interactions and gatherings. <span style="text-decoration:underline;">How do these changes help in a bright career and better life?</span> When the students appear for any interview, the biggest fear in their mind is about facing the questions that they may not be able to answer. In a course such as MBA in Finance, the students are well in advance made familiar with almost all similar questions that can be asked during an interview. They are made to sit in mock interview sessions, self assessment classes and counselling sessions. This helps them to become more aware of their own personality and prepare themselves for a situation accordingly. This trait is carried forward from the interview time to job term as well as a daily life practice. The student becomes a confident individual who is aware of his or her choices in life. He is more apt for taking decisions whether it is about a new house, new car, old garage or getting married. These changes are inculcated in their personality. Studying the calculative and knowledge based subjects of MBA in Finance; they tend to adapt a defining role in making a decision regarding the finances of family, investment for future as well as planning expenses for long term occasions in the family. These changes in one’s personality tend to make him or her successful and add self conscientious in personal as well as professional life.</div></div>
</div></div></div></div></div></div> ]]></content:encoded><pubDate>Mon, 18 May 2015 12:12:46 +0000</pubDate></item></channel></rss>