Skip to main content

Openings for different technoogies.

We are looking for J2EE, SOA, Script ,Spring ,Hibernate devolopers

Currently we are looking for candidates for the below mentioned position with an esteemed client of ours.
THER IS ARGENT OPPING SO WE R LOOKING Pls find the details for Provisioning requirement for EGI.

Location: Bangalore

We need EMA CA Software Developers in Provisioning domain. Candidate should have worked in Provisioning Domain with 5-6 yrs of experience.
Apart from telecom and provisioning background we are looking for competencies in JAVA and Web services.


1.    Good experience in Telecom provisioning
2.    Good experience in Java technologies (like J2EE, SOA, Script ,Spring ,Hibernate)
3.    Good experience in Web services (Like HTML, JSON, AJAx, xSLT)
4.    Total experience of 5-6 years in development.
5.    Should have good analytical skills.
6.    Should have good knowledge about SDLC and Configuration management

If you are interested for the above mentioned position, Kindly mail your updated resume on
deepti. singh " .@linkquestindia.com "
Or

For any queries please feel free to give me a call on 9999283380, 9560041271
While sending your resume for the above mentioned postion do provide us with the below mentioned details.

Total Experience :
Relevant Experience :
Current Salary :
Expected Salary :
Notice Period :
Reasons for change :

For any references please feel free to contact me.

Best Regards,

deepti
Recruiter
Linkquest Telecom ltd.

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