Skip to main content

Openings for different technoogies.

Excellent Opportunity For Software Professionals

Experience required for the Job: 2 - 4 years
Annual Salary of the Job: 0.0 - 7.0 Lacs
Job Location: Bengaluru/Bangalore

We are looking for professionals. and the selected candidate will be working on client project VeriFone . This is a permanent opportunity with TEKsystems .Please find below the job description. Please feel free to contact me at anytime for any information you may need. Looking forward to hear from you.


    Joining time - 30 days.

    Job Description
    Company: TEKsystems
    Client : VeriFone
    Location: Bangalore

    Please find the JD below:

    * Bachelor'sor Master"s Degree in Computer Science or related technical field.
    * Excellent programming skills in Java and Python scripting
    * 2 - 3 years programming experience in Java is required
    * Must have worked on a Pythonproject for at least 3-6 months.
    * Good Communication Skills.

    Responsibility
    * Complete all assigned tasks on timely basis
    * Conceptualize & Design software modules
    * Deliverables must meet quality standards set by the organization
    * The engineer will be responsible for developing components on various technology platforms as required by the underlying product architecture.
    * Complete documentation as required

    Few websites you can visit to know more about Allegis Group(TEKsytems) and its operating companies:
    www.teksystems.com
    www.allegisgroup.com
    www.tvainfotech.com
    www.aerotek.com
    www.stephenjames.com
    www.marketsource.net
    www.allegisgroup.co.uk
    www.allegisgroup.co.ca

    Shoba Selva |
    No 55, 5th Floor, Divyashree Towers
    Bannerghatta Road, Bangalore-560029
    T 080.3070.5469;

Comments

Popular posts from this blog

Openings for different technoogies.

 

What is the relation between Classes and Objects?

  They look very much same but are not same. A class is a definition, while an object is an instance of the class. A class is a blueprint while objects are actual objects existing in the real world. Suppose we have a class Person which has attributes and methods like name, age, height, weight, color etc. Class Person is just a prototype, now we can create real-time objects of class Person. #Example:   Ajay  is real time object of class  Person , which have name=Ajay, age=23, height=170cm, weight=60kg and color=black etc. Class A way to bind data and associated functions together. Class have many objects. Class is a template for creating objects. It is logical existence. Memory space is not allocated, when it is created. Definition (Declaration) is created once. Class is declared using "class" keyword. Object Basic runtime entity in object oriented environment. Object belongs to only class. Object are a implementation of class. It is physical existence. Memory space i...