Home
Forums
New posts
Search forums
Online Courses
2021 Rankings
2021 MFE Programs Rankings Methodology
Reviews
Latest reviews
Search resources
Tracker
What's new
New posts
New media
New media comments
New resources
New profile posts
Latest activity
Log in
Register
What's new
Search
Search
Search titles only
By:
Menu
Log in
Register
Install the app
Install
C++ Programming for Financial Engineering
Highly recommended by thousands of MFE students. Covers essential C++ topics with applications to financial engineering.
Learn more
Join!
Python for Finance with Intro to Data Science
Gain practical understanding of Python to read, understand, and write professional Python code for your first day on the job.
Learn more
Join!
An Intuition-Based Options Primer for FE
Ideal for entry level positions interviews and graduate studies, specializing in options trading arbitrage and options valuation models.
Learn more
Join!
Home
Articles
How Quantnet's C++ certificates got me a job on Wall Street
JavaScript is disabled. For a better experience, please enable JavaScript in your browser before proceeding.
You are using an out of date browser. It may not display this or other websites correctly.
You should upgrade or use an
alternative browser
.
Reply to thread
Message
<blockquote data-quote="Pavlos Sakoglou" data-source="post: 219798" data-attributes="member: 27941"><p>Dear prospective students,</p><p></p><p>I recently signed a contract with a top Investment Bank for an Associate C++ Developer position in the Securities Technology Division in New York. Three years ago I had very little programming and math knowledge, and non-relevant work experience. I was just another business admin graduate with ambition to make it in Wall Street one day. Sounds familiar?</p><p></p><p>Here's what happened:</p><p></p><p>I came across the <a href="http://quantnet.com/cpp">C++ Programming certificate</a> in one of my searches for MFE programs in New York, and decided to enroll.</p><p></p><p>The intro certificate covers a lot of useful stuff, like implementing important data structures such as vectors (dynamic arrays) and stacks (adaptor containers), Object-Oriented hierarchies for polymorphic behavior, and of course several algorithms for file processing, string manipulations, and more. Additionally, it introduces templates and generic programming concepts, libraries such as STL and Boost, and hands-on applications, like Monte Carlo option pricing systems and standard financial derivatives pricing. This is already equivalent with two semesters of C++ at an average U.S. university, in my experience.</p><p></p><p>It took me two months to complete the certificate with distinction. A few months later, I had the first opportunity for employment by a big Investment Bank that you definitely have heard of. An in-house recruiter reached out to me and asked my availability to talk. He asked me questions about the course, and was mostly interested about the Object-Oriented and Generic programming part. Although I didn't get the job at this point, I was already getting the attention of the big players.</p><p></p><p>About a year later I took the advanced C++11/14 certificate. It was one of the most challenging courses I ever took, but the results were amazing. Once I listed it on my LinkedIn profile, making sure to have specified parts of the syllabus, I was literally having 2-3 recruiters every week reaching out and suggesting software engineering jobs for me. I wasn't even trying to get a job at that stage.</p><p></p><p>I gained deep intuition about all the concepts needed to land a job throughout the advanced course: multi-threading, advanced memory management, complexity analysis, how to look up documentation of new libraries, debugging, software design patterns and testing, optimizations and efficiency, edgy modern C++ techniques, systems engineering, and more.</p><p></p><p>And guess what. When I started going to interviews all my interviewers were asking the exact same things that were exactly taught throughout the certificate: smart pointers, design patterms (Singleton, Strategy, etc.) STL algorithms, multi-threading and thread-safe techniques, and more.</p><p></p><p>The C++ certificates here are an excellent opportunity to become a master-level and employable C++ programmer from scratch. Looking back, that's exactly the path I needed to take. <img src="data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7" class="smilie smilie--sprite smilie--sprite1" alt=":)" title="Smile :)" loading="lazy" data-shortname=":)" /></p><p></p><p>I hope you decide to enroll and write your own story one day!</p><p></p><p>Pavlos</p></blockquote><p></p>
[QUOTE="Pavlos Sakoglou, post: 219798, member: 27941"] Dear prospective students, I recently signed a contract with a top Investment Bank for an Associate C++ Developer position in the Securities Technology Division in New York. Three years ago I had very little programming and math knowledge, and non-relevant work experience. I was just another business admin graduate with ambition to make it in Wall Street one day. Sounds familiar? Here's what happened: I came across the [URL='http://quantnet.com/cpp']C++ Programming certificate[/URL] in one of my searches for MFE programs in New York, and decided to enroll. The intro certificate covers a lot of useful stuff, like implementing important data structures such as vectors (dynamic arrays) and stacks (adaptor containers), Object-Oriented hierarchies for polymorphic behavior, and of course several algorithms for file processing, string manipulations, and more. Additionally, it introduces templates and generic programming concepts, libraries such as STL and Boost, and hands-on applications, like Monte Carlo option pricing systems and standard financial derivatives pricing. This is already equivalent with two semesters of C++ at an average U.S. university, in my experience. It took me two months to complete the certificate with distinction. A few months later, I had the first opportunity for employment by a big Investment Bank that you definitely have heard of. An in-house recruiter reached out to me and asked my availability to talk. He asked me questions about the course, and was mostly interested about the Object-Oriented and Generic programming part. Although I didn't get the job at this point, I was already getting the attention of the big players. About a year later I took the advanced C++11/14 certificate. It was one of the most challenging courses I ever took, but the results were amazing. Once I listed it on my LinkedIn profile, making sure to have specified parts of the syllabus, I was literally having 2-3 recruiters every week reaching out and suggesting software engineering jobs for me. I wasn't even trying to get a job at that stage. I gained deep intuition about all the concepts needed to land a job throughout the advanced course: multi-threading, advanced memory management, complexity analysis, how to look up documentation of new libraries, debugging, software design patterns and testing, optimizations and efficiency, edgy modern C++ techniques, systems engineering, and more. And guess what. When I started going to interviews all my interviewers were asking the exact same things that were exactly taught throughout the certificate: smart pointers, design patterms (Singleton, Strategy, etc.) STL algorithms, multi-threading and thread-safe techniques, and more. The C++ certificates here are an excellent opportunity to become a master-level and employable C++ programmer from scratch. Looking back, that's exactly the path I needed to take. :) I hope you decide to enroll and write your own story one day! Pavlos [/QUOTE]
Verification
Post reply
Home
Articles
How Quantnet's C++ certificates got me a job on Wall Street
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.
Accept
Learn more…
Top