Skip to main content
4 answers
4
Asked 813 views

What are some of the most common jobs after graduating from college for computer science people?

I want to know what kind of jobs that most people go for with a computer science degree after graduating. #computer-science

+25 Karma if successful
From: You
To: Friend
Subject: Career question for you

4

4 answers


0
Updated
Share a link to this answer
Share a link to this answer

Tomer’s Answer

There are many different opportunities, including programming, analytics, quality assurance, and so on.

For me personally, however, I started with technical support. This was an area where you can more easily join a company, as its very friendly to people with budding skills. You generally pick more and more information as you mature and build up your knowledge. Many tech support engineers eventually move on to other roles based on their concentrates, whether that's quality assurance, engineering, or sales engineering.

I love education, so eventually moved on to be an instructor, and now a technical course developer. Find that thing in computers that is also related to your passion... there is generally an opportunity along that road.

0
0
Updated
Share a link to this answer
Share a link to this answer

Veronica’s Answer

There's many paths you can take with a computer science degree! Jobs such as computer programming (software & hardware), business analysis, system testers to name a few. Think about what subjects related to CS did you enjoy the most? I myself started with a B.S. Statistics degree and joined AT&T's Initial Designer Training. This determined my career path to be - a COBOL developer (IBM Mainframe) or a Unix developer (HP/SunSolaris servers). My first job was as to generate Executive Reports writing a lot of SQL statements. Later on, I found a niche in IVR (Interactive Voice Response) development using touch-tone technology. Took class to become an Oracle database administrator, still with the same company. I left AT&T to join a start up company during the internet boom as an Oracle DBA for a prepay card company. That was fun since it was a small company and my peers were really smart so I learned a lot from them. 3 yrs later, I was asked to join Nortel Networks to join their speech recognition development team. That was a blast learning Voice Reco and Biometrics! I has gone through a lot of iterations and is now widely acceptable, which gratifying to me. It was frustrating to know that people rather hit digits on their phone than say it! Now it's more acceptable to speak to your phone, right? My most recent experience is to be a business analyst for call center applications for Verizon Wireless and that's another area you may want to look into. It involves project management and a lot of client interactions vs. a 'behind the scene' developer. But I definitely credit my development experience to being a good systems engr/analyst that I am today.


So to summarize, there's different areas a Computer Science degree can take you. One other wisdom I can share with you. To avoid being the target of layoffs, make sure to pick up the work that other people do not like to do or you see that's taking too long to finish. Be the expert of anything you area assigned. Know it inside out, end to end. Employers know to value you and be saved from the chopping block.

Thank you comment icon Thank you! Kemi
0
0
Updated
Share a link to this answer
Share a link to this answer

David’s Answer

Hello Kemi! I have the perfect resource for you.

Many colleges have 1-year-out surveys which ask their students what they are doing now. I will link my college's as an example. Scroll to the Computer Science section and see what they're doing. Personally, I work as a network intern at Verizon. Hopefully, this turns into a full job. I'm exited to work here. :) Some of the jobs on the survey include Amazon, AT&T, EA Games, and more.

Link:
https://career.tcnj.edu/wp-content/uploads/sites/168/2020/09/CLASSOF2019_SCIENCE_REPORT-1.pdf
0
0
Updated
Share a link to this answer
Share a link to this answer

Hanish’s Answer

There are multiple fields within it that you can work in like Artificial Intelligence, Software Engineering, Security Engineering, Embedded Systems Engineering, etc. If you're someone who wants to get into the tech industry quickly, I would suggest trying out for fullstack engineer roles. I would suggest focusing on data structures and algorithms and mastering at least one programming language. A lot of people start out with python or javascript because they’re easier to learn compared to an object oriented language like Java or C++. Data structures and algorithms are crucial for anyone that’s trying to learn CS concepts because once you start interviewing for jobs, most of these jobs will focus on your ability to solve problems using common data structures like linked lists, arrays, stacks, queues, etc. Try to solve questions on leetcode in different programming languages like python, javascript, java, c++, etc. Leetcode has a section of problems dedicated to just interview, from personal experience I can vouch that you can expect to get these in atleast 90% of the time.
0