CCS Soft Tech Pvt Ltd Chennai : Trainee Software Developer

+ Ask Question / Post resume
Results 1 to 5 of 5
  1. Post Count Number #1
    Site Admin
    Join Date
    April 17th, 2008
    Location
    Europe
    Posts
    11,588

    CCS Soft Tech Pvt Ltd Chennai : Trainee Software Developer

    CCS Soft Tech (p) Ltd
    Company Profile
    CCS Soft Tech is a leading IT solution provider for windows applications and Internet based applications. Established in the year 2001, located at the central point of Chennai, TamilNadu


    Experience:
    0 - 1 Years
    Location:
    Chennai
    Industry Type:
    IT-Software/ Software Services
    Functional Area:
    IT-Other
    Posted Date:
    08 Aug


    Job Description
    walk in for freshers: (08.08.2008 to 16.08.2008) at 9.30 am (sunday holiday)
    Designation : Software Engineer Trainee
    Skill : Strong knowledge in .net or java
    No of Positions : 50

    Desired Candidate Profile
    Any BCA, Bsc(cs), BE / B Tech, Msc(CS), Msc (IT), MCA
    2006 / 2007 / 2008 passed outs only
    Strong knowledge in .net or java.
    come with 2 copy of resume. Enroll charges Rs 100/-

    Executive Name:
    Mr Rajan

    Address:
    #7, First Floor, PVT Complex, Ranganathan Street
    T Nagar, Chennai-17.
    (Land Mark : next to Shanmuga Stores
    Chennai,Tamilnadu,INDIA 600017

    Email Address:
    design.ccssoft@gmail.com

    Telephone:
    Not Mentioned

    Reference ID:
    .net01

    Keywords: software developer, programmer, trainee, java openings, net, fresher, analyst, chennai jobs
    Last edited by Guest-IJT; June 16th, 2011 at 11:09 AM.

  2. Post Count Number #2
    IJT addict Guest-IJT's Avatar
    Join Date
    October 15th, 2010
    Location
    Looking for Job
    Posts
    20,894

    Hi Sir,
    Myself Bhanu Pratap Singh, I have completed my b.tech ( Mechanical
    Engineering) from Bundelkhand University,Jhansi.I have
    secured an aggregate of 63.00% marks in 2010.Moreover,I am a man of
    alround personality and possess extremely good communication skill
    (both verbal & non-verbal).,I want to start my career with your name .So I'm
    presenting my candidature and request you to consider the same.I have attached below my RESUME.

    With Regards,

    Bhanu Pratap Singh(),
    B.Tech-Mechanical

    BHANU PRATAP SINGH
    bhanu2007ps@rediffmail.com ,
    ________________________________________
    MECHANICAL ENGINEER
    Seeking a challenging and rewarding opportunity with an organization of repute which recognizes & utilizes my true potential while nurturing my analytical and technical skills .________________________________________
    PROFILE

     Qualified B.Tech (Mechanical Engineering) from I.E.T., B.U., Jhansi; accented with the latest trends and techniques of the field, having an inborn quantitative aptitude & determined to carve a successful and satisfying career in the industry.
     Enriched with the ability to learn new concepts & technology within a short span of time. Conceptually strong with an innovative and analytical approach to the work with an eye for detail.
     Possess excellent communication and interpersonal traits with talent for problem solving through reasoned thought processes.
     A systematic, organized and hardworking individual with an analytical bent of mind determined to be a part of a growth-oriented organization
     An effective team player with exceptional planning and execution skills coupled with a systematic approach and quick adaptability.
    ________________________________________
    EDUCATIONAL CREDENTIALS

    B.Tech (Mech. Core) 2010
    I.E.T., B.U., Jhansi, 63%

    12th (Maths) 2006
    UP Board, 62.4%

    10th (Science) 2004
    UP Board, 63.5%

    Computer Proficiency
    MS Office (2003 & 2007) and Internet Applications

    Projects Undertaken
    Modified Geothermal Heating and Cooling System

    Trainings Undertaken
     1 month Vocational Training with NTPC, Singrauli
     15 days Training with BHEL Jhansi

    Seminars Attended
    “Renewable Energy & Environment” at Arya College of Engineering & IT, Jaipur 2010

    Papers Presented
    “Geothermal heating/cooling system” at Arya College of Engineering & IT, Jaipur 2010
    ________________________________________
    Hobbies: Listening to Music, Farming and Gardening

  3. Post Count Number #3
    Guest Poster
    Join Date
    August 14th, 2008
    Location
    Your Heart, Delhi
    Posts
    76,213

    Fresher- B.E- Computer Science

    R. RAJALAKSHMI
    Email : raji.rajavel AT yahoo.com
    CAREER OBJECTIVE :
    To obtain a position as a software program designer in a challenging environment that utilizes team-work effort for researching, learning and developing new high-tech products.
    EDUCATION :
    B.E(computer science engineering) in J.J college of engineering and technology(Trichy) 2011
    Percentage : 75.55%
    HSC in Holy cross girls higher secondary school(Trichy) 2007
    Percentage : 86%
    SSLC in Holy cross girls higher secondary school(Trichy) 2005
    Percentage : 90.4%
    ACADEMIC ACHIEVEMENT :
    - Centum in Maths( X )
    COURSES :
    - Have attended ASP.NET course
    WORKSHOPS ATTENDED :
    - Operating Systems development in VORTEX conducted in NIT(Trichy)
    - 3D Animation and Web Technology in Anna University Trichirapalli
    - Project Management
    SOFTWARE SKILL SETS :
    - Languages : C,C++,.NET
    - Operating System : Windows
    - Packages : MS Office, AutoCAD, Photoshop, Macromedia Flash,
    Microsoft visual studio
    PROJECT - ACADEMIC FULLFILMENT :

    Title : Synchronized Database Analyzer in Nearest Neighbor Groups
    Domain : Knowledge and Data Engineering
    Project Description :

    The query types processed over uncertain data includes range query, top-k query, skyline query, similarity join and nearest neighbor queries. The project discusses another query type called Probabilistic Group Nearest Neighbor Query which retrieves the data object that has the minimum aggregate distance from the user specified Query set Q among the uncertain data objects.
    The PGNN query technique is implemented in Library system, a synchronized database. The data elements considered are book name, book id, book price, book year, etc. Data tables for user information and administrator function is also maintained. Here uncertainty occurs when multiple users access a particular file at time. Here a virtual copy of the file is given to users and it remains uncertain till the commit of operations by the last user. A search engine is designed to show the way spatial and probabilistic pruning techniques reduce the search space.
    To resolve in such uncertain environment PGNN users pruning techniques where Spatial pruning prunes data objects with zero expected probability. Spatial pruning is put to work by computing the query string length at first and making string comparison only for the first letter with the data objects. So the data objects starting with the same letters are retrieved and all others are pruned.
    Probabilistic pruning is put to work by computing the query string length at first and making entire string comparison with the data objects that also matches the query length. The threshold value considered is the web browser’s default iterator value (20). When a particular user views or downloads a particular file for more than 20 times, it get downloaded and the link will become available in the user web browser. So, for the next time, the query need not go to the web server to fetch the link, instead it’ll be retrieved from the browser itself. This is a sort of pruning where the search space is further reduced by retrieving the most appropriate data objects. These techniques works with least time consumption and are best suited for uncertain database.
    Technical Environment : jdk-1_5_0_01, SQL Server 2000, Window’s Xp SP2, Tomcat server.
    IN-PLANT TRAINING :
    - In Plant Training in Blue chip Technologies(Trichy) on Embedded Systems
    CO-CURRICULAR AVCTIVITIES :
    - NEN member
    - Event Member in the organizing committee of NETCOM’2KX, Technical Symposium.

    PERSONAL SKILLS :
    - Quick learning ability
    - Self confidence
    - Positive attitude towards career and life

  4. Post Count Number #4
    Guest Poster
    Join Date
    August 14th, 2008
    Location
    Your Heart, Delhi
    Posts
    76,213

    resume

    R. ISWARYA DEVI
    Email : iswaryaramani AT gmail.com
    ________________________________________________________________________
    OBJECTIVE :
    Seeking a position to utilize my skills and abilities, contributing innovative ideas and work for an organization where there is a ample scope for individual as well as organization growth.
    EDUCATIONAL QUALIFICATION :
    Qualification Institution Percentage Year of Passing
    B.E in Computer Science Engineering KARPAGA VINAYAGA COLLEGE OF ENGINEERING AND TECHNOLOGY(affiliated college of ANNA UNIVERSITY) 75 % 2011
    Higher secondary RAJ MATRICULATION HIGHER SECONDARY
    SCHOOL 79.25 % 2007
    High School RAJ MATRICULATION HIGHER SECONDARY
    SCHOOL 72.18 % 2005
    .
    TECHNICAL SKILLS :
    - Languages : C , C++,JAVA,J2EE
    - Operating Systems : Windows 07, Windows Xp
    - Web language : HTML
    - Databases : Microsoft Access
    - Packages : MS Office, Adobe Photoshop
    CERTIFICATIONS :
    - Completed “Web Component Development Using JavaTechnologies” at NIIT Private Limited,Chennai.
    AREA OF INTEREST :
    - Data Base management system (DBMS).
    - Software Engineering
    ACHIEVEMENTS :
    - Department 1st in the 6th semester(2009-2010).
    - Department 3rdin the 5th semester.
    PERSONAL HIGHLIGHTS :
    - Optimist
    - Self Confident
    - Strategic Planner
    - Team facilitator
    FINAL YEAR PROJECT DETAILS :
    - Project name : Mitigating selective forwarding attack with a channel
    Aware approach in WMNS.
    Domain : Networking
    Description :
    Denial of service (DOS) attack in wireless mesh networks known as selective forwarding attack (gray hole attack).with such an attack,a misbehaving mesh router forward a subset of packets it receives but drop the others.we develop a channel aware detection(CAD) algorithm that can effectively identify the selective forwarding misbehaviour from the channel loss.
    CO-CURRICULAR ACTIVITIES :
    - Participated in NATIONAL LEVEL TECHNICAL SYMPOSIUM.
    - Under went INDUSTRIAL VISIT at DOORDHARSHAN KENDRA (2009).
    - Under went INDUSTRIAL VISIT at BONTON SOLUTIONS.
    EXTRA CURRICULAR ACTIVITIES :.
    - Participated in DISTRICT LEVEL SCIENCE EXHIBITION.

  5. Post Count Number #5
    Guest Poster
    Join Date
    August 14th, 2008
    Location
    Your Heart, Delhi
    Posts
    76,213

    B.Tech C.S.E 2011 Fresher

    MARY LAVANYA
    e-mail :lavans9989kkl AT gmail.com

    CAREER OBJECTIVE
    Seeking a challenging opportunity in the fields of computer science and software development. The organization growth is the main objective as it can help me boost my knowledge and experience and can ensure my dynamic growth.
    EDUCATION QUALIFICATION
    - Bachelor of Technology
    Specialization : Computer Science.
    Institute : Bharathiyar College Of Engineering and Technology,Karaikal.
    Duration : Aug 2007 to 2011
    Percentage : 7.3 CGPA (aggregate of Final semesters)
    Arrears : Nil (don’t have any history of arrears)
    - Academic Scores in School level
    12th standard : 63% (aggregate).
    Institute : Nirmala Ranee Girls Higher Secondary School, Karaikal
    10th standard : 80.3% (aggregate).
    Institute : Nirmala Ranee Girls Higher Secondary School, Karaikal
    - Computer Skills
    - Operating System : Microsoft Windows XP, MS-DOS.
    - Packages : MS OFFICE.
    - Programming Languages : C, C++, DATA STRUCTURE USING C, JAVA.
    - Courses Done : C, C++, JAVA and J2EE in NIIT.

    OUT-DOOR EXPERIENCES
    - Attended a workshop in “Hactrack 2010” conducted by Hindustan College Of Engineering And Technology, Coimbatore.
    - Attended the NIIT Aptitude Test on 21st February, 2010 and got merit certificate.
    HOBBIES
    - Playing carom.
    - Listening to soft music, Reading books.