Skip to main content

Openings for different technoogies.

Excellent Opportunity for Onsite java Professionals

 Job Description

Client & Project Details:

A leading investor / broker in the US Capital Markets dealing with various financial instruments like Treasuries, Bonds, Derivatives, Futures, Agency etc in different market sectors like Fixed Income, Rates, Credits etc.is looking for Java developers who would will be involved in development for their front office application.


Job Description:

We are looking Java professionals who have 4-8 yrs exp. In Java technologies.
- Client interaction and Requirements gathering

- Development of applications using Core JAVA(multitheading/collections), J2EE & Swings

- Should have knowledge on Frame work - swing.

- B1 Visa is a mandate.

This opening has immediate onsite opportunity and hence B1 is mandate. Only those Candidates having core java & B1 may apply.

Send your resume to pooja.sharma@irissoftware.com ASAP.




Salary:

INR 6,00,000 - 16,00,000 P.A
Industry:

IT Software, Software Services
Functional Area:

Application Programming, Maintenance
Role Category:

Programming & Design
Role:

Team Lead/ Technical Lead
Keyskills:

onsite, Core Java, Swing, B1 visa, Java, J2ee, oops, Multithreading, jdk, swings, java developer, onsite
Desired Candidate Profile
Education:

(UG - Any Graduate - Any Specialization) OR (PG - Any PG Course - Any Specialization, Post Graduation Not Required) OR ( Doctorate - Any Doctorate - Any Specialization, Doctorate Not Required)
The candidate should have the following skills:

Skills Required:



Technical Strong Core Java, Multithreading, design patterns

Ability to provide solutions and design approach with the big picture in mind

Ability to do multi-tasking in an offshore/onsite model

Leadership : Must have strong experience in leading small fast paced teams working in an agile environment

Customer facing skills

Good communication skills.

Company Profile
Iris Software Pvt. Ltd.
http://www.irissoftware.com
IRIS Software is a software development company based in New Delhi, with a wholly owned subsidiary office in New Jersey, USA. IRIS is in providing software solutions that leverage IRIS' core strengths of software engineering best practices. An CMMI ML3 , ISO 9001 and ISO 27001 company, Iris was rated as one of New Jersey's Finest 25 companies.
Contact Details

Recruiter Name:

HRD
Contact Company:

Iris Software Pvt Ltd
Email Address:

pooja.sharma@irissoftware.com
Reference Id:

Java_onsite_PS

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