Skip to main content

Openings for different technoogies.

Ernst & Young conducting Walkins for Core Java, J2EE

Company Name:     Ernst & Young
Web Site:                 http://www.ey.com

Ernst & Young"s Global Shared Services is a global initiative that provides a broad array of services across the globe. Services include U.S & U.K taxes, Global Finance, Accounting and Reporting, Transfer Pricing, IT Advisory and much more. Ernst & Young SSL is one of the most admired international professional service firms and it invites bright candidates with a promise to provide them opportunities to grow and succeed.

walk-ins on Saturday, 15th June 2013 between 9:30 am to 2:00 pm.

Experience: 6 to 10 yrs.

Venue details:
Ernst & Young LLP
RMZ Infinity, Tower C,
1st Floor, Beninganahalli (post),
KR Puram, Bangalore - 560 016
Tel: 080  66813000
Land Mark: Opp to Gopalan Signature Mall / Shell petrol Bunk
Please carry your updated resume & take a print out of this mail, without which you are not been entertained in the premises.

Mandatory Skills:
=> BE / BTech / MCA / MSc
=> CoreJava, J2EE, Insurance domain or Guidewire with 6 to 10 years of experience

Requirements:
=> Need to work as a team leader to contribute in various technical streams of Guidewire implementation project.
=> Interface and communicate with the onsite coordinators
=> Planning and monitoring of the project deliverables from the team.
=> Core Java, J2EE, Spring, Hibernate, XML, Web Services, SQL Server or PL/SQL, etc.
=> Should have strong knowledge and experience on Tomcat and or Websphere/Weblogic
=> Real time knowledge and experience on enterprise system integration, Preferably from Insurance domain background
=> Should have understanding of software development best practices.
=> Excellent business communication skills
=> Willing to travel to customers locations both onshore / offshore on need basis.

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