Skip to main content

Openings for different technoogies.

Openings for Software Engineers, Technical Lead

 Job Description

- Proficient as Java and J2EE developer with fair knowledge on Design.
- Hands on in Core Java, JSP, Spring, Hibernate Framework and SOA Web services.
- Exposure to one Life Cycle methodologies like SDLC/ Agile.
- Familiarity/Understanding of different Design Patterns.
- Should have good communication skills and ability to communicate with clients across globe.
- Exp in Onsite/Offshore model is Plus.
- Working Knowledge in Database.
- Should be willing to work in 2nd shift (3:30 PM to 12:30 AM).
- Should have a valid B1 Visa.
Salary:


Not Disclosed by Recruiter
Industry:

IT Software, Software Services
Functional Area:

Application Programming, Maintenance
Role Category:

Programming & Design
Role:

Software Developer
Keyskills:

Spring/ Struts, Hibernate, Java and J2ee, Web services, Oracle/ Sql, Design Patterns.
Desired Candidate Profile
Education:

(UG - B.Tech/B.E. - Any Specialization) OR (PG - MCA - Computers, M.Tech - Any Specialization) AND ( Doctorate - Any Doctorate - Any Specialization, Doctorate Not Required)
Please refer to the Job description above
Company Profile
Nisum Technologies India Pvt. Ltd.
http://www.nisum.com
NISUM Technologies (Formerly known as OSI Technologies) NISUM is private limited company started in the year 1998 to provide high quality IT solutions to US corporations. Recognizing the growing demand of our clients for software Testing Services, NISUM Test Labs was formed in 2001 to fulfill the need. Our core service offerings are Product Engineering Services, Custom Application Development, Enhancement and maintenance, Software Testing & Application Support Services and Implementation, Customization & migration of ERP Applications & Suites.
Contact Details

Recruiter Name:

Lalithya
Contact Company:

Nisum Technologies India Pvt Ltd
Address:

#1-98/B Plot# 20and21, Avyas Tech Park, Krithika Layout, Madhapur HYDERABAD,Andhra Pradesh,India 500081
Email Address:

lnukathati@nisum.com
Telephone:

91-40-30603011
Reference Id:

SE_Pune_001

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...