Skip to main content

Computer Science Resume - Samples

Computer Science Resume - Sample 1

Abdul Mugeesh Shaikh

Contact: +91-779456****
Email ID: ***@yahoo.com
Career Summary
  • A detail oriented and hardworking professional with remarkable analytical, logical skills and expert in performing complex operations possessing 3 year experience as Computer Science Engineer.
  • Excellent in developing various programms on different languages for existing software.
  • Proficient in maintaining the computer system and existing software.
  • Efficient in working at fast pace environment and excellent organizational and interpersonal organization.
  • Excellent data analysis reporting skills using statistical methods and software.
Personal Qualities
  • Unmatchable communication skills in verbal and written both
  • Detail oriented and strong interpersonal skills.
  • Good Conceptual, Analytical and Logical skills.
  • Ability to work individually as well as in group environment.
Technical Knowledge
  • Excellent in MS Office (MS Word, MS Excel, MS PowerPoint).
  • Proficient in C, Java, PHP and MYSQL.
  • Well versed in Macromedia, Bugzilla and Photoshop.
Key Responsibilities Handled
  • Design and develop the cost effective and well equipped plan.
  • Design the program for various purposes.
  • Suggest innovative ideas to enhance the working of existing software.
  • Finding the problems and suggest the best possible solution.
  • Presenting the model in front of seniors and elaborate it.
  • Perform various duties as assigned.
Achievements
  • Gave a presentation on “Software science” at ERT University.
  • Made the hacking software for SDF Solutions.
  • Receive ‘Best Employee’ award in 2011.
Employers
  • Working as Software Engineer in ABC Company from March 2010- Present
  • Worked as Software Engineer in SDF Company from Jan 2009- Feb 2010.
Academia
  • Masters in Computer Science Engineering.
  • B.Tech in Computer Science Engineering.
Personal Details
Date of Birth: MM/DD/YYYY
Address: SKKSAK
Language: English, Hindi, XXXXX

Computer Science Resume - Sample 2

Abdul Mugeesh Shaikh
16 Road, Prawns Corner, LA-453
Contact: 954********
Email ID: abf***@gmail.com
Career summary
6 years computer science engineer with a strong educational background and experience, seeking a challenging position in the software field for growth with the organization. Skilled in designing, programming and testing.
Technical Skills
Languages: C++, C#, Java, Visual Basic
Development Tools, Methodologies & Environments: Object-Oriented Analysis & Design (OOAD), Waterfall Approach, Net Beans, Prototyping Approach, Microsoft Visual Studio
Software: Apache, Sun ONE, JBoss, BEA WebLogic, MS Silverlight 2
Systems: Unix, Windows, Next Step, .Net Framework
Databases: Oracle, SQL, Sybase
Skills Set
  • Good at communication skills
  • Good interpersonal
  • Reasoning ability
  • Keen observer
  • Analytical skills
  • Quick learner
  • Multi tasker
Key Responsibilities Handled
  • Converted data from project specifications and statements of problems and procedures and created / modified computer programs.
  • Received from SYSTEMS ANALYST, detailed workflow chart and diagram to illustrate sequence of steps that program must follow and to describe input, output, and logical operations involved.
  • Analyzed workflow chart and diagram, applying knowledge of computer capabilities, subject matter, and symbolic logic.
  • Conferred with supervisor and representatives of departments concerned with program to resolve questions of program intent, data input, output requirements, and inclusion of internal checks and controls.
  • Converted detailed logical flow chart to language processable by computer.
  • Entered program codes into computer system.
  • Inputted test data into computer.
  • Observed computer monitor screen to interpret program operating codes.
  • Corrected program errors, using methods such as modifying program or altering sequence of program steps.
  • Analyzed, reviewed, and rewritten programs to increase operating efficiency or to adapt program to new requirements.
  • Compiled and wrote documentation of program development and subsequent revisions.
  • Trained workers to use program.
  • Assisted COMPUTER OPERATOR to resolve problems in running computer program.
  • Worked with SYSTEMS ANALYST to obtain and analyze project specifications and flow charts.
  • Directed and coordinated work of others to write, test, and modify computer programs.
  • Assisting seniors in different project work.
  • Documentation of project plan and blueprints.
Employers
  • TNT company as Project Leader from 20** till date
  • WSS Pvt Ltd. as Jr. software engineer from 20** to 20**
Achievements
  • Won best employee award for 2 consecutive year by TNT association.
  • Head of student community during graduation.
  • Gold medalist during last year of graduation for standing 1st in university.
Personal Details
DOB: 10/05/19**
Languages known: English, Marathi, Hindi
Hobbies: Reading, Swimming
Address: XYZ

Computer Science Resume - Sample 3

Abdul Mugeesh Shaikh
Contact: +91-XXXXXXX
Mail Id: XXXXXXX@rediffmail.com
Career Objective
Seeking a challenging position in a engineering environment where I could add my knowledge and skills for the better productivity of the organization.
Technical Skills
Programming languages: C, C++, Java Technologies, Visual Basic.
Operating System: Windows 98, 2000, 2003, Vista and 2007.
Office Tools: Ms Excess, Ms Excel, Ms Power point and MS-Word.
Qualification
  • BCA from XXXXX College in year XXXXX with XX %.
  • Passed higher secondary from XXXX School in year XXXXX with XX %.
  • Passed High School from XXXX School in year XXXX With XX %.
Certification Course
  • Six months Course of Java Technologies from XXXXX Institute.
  • One year Course on software development from XXXX Institute.
Project Undertaken
Title: Online Bus and railway Ticket booking system
Programming Background: Java, MS Excess.
Details: Theses systems provide the facility for online checking of seat availability and ticket booking. This helps the people in saving their time.

Title: XXXXX City tourism website
Details: This website is designed to explore the tourist place of the city. With the help of this website people will come to know about the hidden good historical places of the India.
Achievement
  • This website development project has been awarded in the college as the Best project of the year.
Summer Training
  • 45 days Training from XXXXX Software company on “Website development”.
  • One month training on “Coding and DBMS” from XXXX Company.
Extra Curricular Activities
  • Winner of the Poem writing during college.
  • Participated in various cultural activities during school and college time.
Hobbies
  • Writing poems.
  • Exploring new places.
  • Listening soft music.
Personal details
Date of Birth: XX-XX-XXXX
Languages known: English, Hindi, and XXXXX
Address: XXXXXXX

Comments

Popular posts from this blog

Login and Registration Example in JSP with Session

Those who want to start with jsp and MySQL, this is an excellent example for themselves. Here you can learn how to insert data to MySQL using JSP. Also you can learn about session handling in jsp. 1 2 3 4 5 6 7 8 9 10 CREATE TABLE `members` (    `id` int (10) unsigned NOT NULL auto_increment,    `first_name` varchar (45) NOT NULL ,    `last_name` varchar (45) NOT NULL ,    `email` varchar (45) NOT NULL ,    `uname` varchar (45) NOT NULL ,    `pass` varchar (45) NOT NULL ,    `regdate` date NOT NULL ,    PRIMARY KEY   (`id`) ) ENGINE=InnoDB DEFAULT CHARSET=latin1; index.jsp 1 2 3 4 5 6 ...

Timer funcitons in JavaScript: Reminder Script

Timers are used in web pages and we will discuss how to setup one and how to use one with an example. The function setTimeout() in function is used and here is its general syntax. mytime = setTimeout(expression, msec); mytime  is the identifier used to identify the current timeout function.  expression  is the statement that is to be executed after the specified time has ticked off.  msec  is the duration of time in milliseconds after which the expression will be executed.  You can see by using setTimeout function we can execute any function or object after a set of time. For example if msec is set 5000 then the expression will be executed after 5 seconds or 5000 milliseconds.  We will try one example where we will have four period buttons and each button will set a different time for another function to execute and display a alert button. We will call it as a reminder script and we will get one alert box based on the period button we click...

Binary Addition

/* File Name : BinAdd.java */    import java.util.*; public class BinAdd    {  public static String addBit(String a, String b, String c)  { String r=""; if(a.equals("1") && b.equals("0") || a.equals("0") && b.equals("1")) { if( c.equals("0")) r="1"; else { r="0"; c="1"; } } else if( a.equals("0") && b.equals("0") ) { if(c.equals("0")) r="0"; else r="1"; } else if( a.equals("1") && b.equals("1") ) { if(c.equals("0")){ r="0"; c="1"; } else { r="1"; c="1"; } } return c+r; }   public static String add(String a, String b)   { String r=""; int len=a.length(); String carry="0"; for(int i=len-1;i...

Real time changing Clock showing date and time

We can display a clock which will be showing the local time of the client computer by using JavaScript. Note that this time displayed is taken from user computer and not from the server.  We have seen in our  date object example how to display current date and time   where the current date and time is displayed once. Here we will try to display changing clock or real time change in date and time by using  setTimeout function . This setTimeout function we have used to trigger the time display function in a refresh rate of 1000 mill seconds ( 1 Sec ). This refresh rate can be changed to any other value. By changing the value to 5000 the clock will refresh and show the exact time once in every 5 seconds.  Here is the demo of this script and code is given below that.  Sat Apr 23 2016 08:27:22 GMT+0530 (IST)   Here is the code <html> <head> <title>(Type a title for your page here)</title> <script type="text/javascript...