Skip to main content

Openings for different technoogies.

Urgent openings for Dot Net, Java Developers

Company        Inventive IT

Website          www.inventiveindia.com

Eligibility        B.Tech (CSE/ IT/ ECE/ EEE)/ M. Tech/ MCA

Experience     Fresher/ Exp

Location         Hyderabad


Inventive IT

Job Role: Engineers

Job Summary :

Position 1: .NET Developer

Job Description:

1. Design, develop, test, support and deploy desktop, custom web, and mobile applications.

2. Develop and write high quality coding that meets customer requirements.

3. Create software documentation and update existing documentation.

4. Assist and support other team members on multiple projects.

5. Write supporting documents for projects developed and tested.

6. Implement best practices, standards and procedures including quality and delivery methodologies.

7. Ensure compliance with the documented software processes and procedures throughout the life cycle of software products.

Key Skills:

1. Windows Scripting – VBScript.

2. Web Application Administration (IIS, ASP.NET, C#.NET, VB.NET).

3. SQL Server programming using MySQL.

4. Database Design & Database query languages.

5. Excellent problem solving and communication skills.

6. Ability to multitask.

Eligibility:

1. Any B.Tech (CSE/ IT/ ECE/ EEE)/ Any M. Tech PG’s/ MCA’s can apply.

2. Freshers/ Experienced persons can apply.

Package: (96,000 – 1.5 LPA) + Incentives.

Work Location: Hyderabad.

With Subject Line as: “Application for .NET Developer”

Position 2: Java Developer

Job Description:

Design, implement and maintain java application phases.

Establish, refine and integrate development and test environment tools and software as needed.

Develop, test, implement and maintain application software working with established processes.

Develop application code for java programs.

Develop and execute unit test plans.

Key Skills:

Java, Java Applets.Web Programming Skills.

Good Verbal Communication.

Web User Interface Design, Software Requirements.

Eligibility:

Any B.Tech (CSE/ IT/ ECE/ EEE)/ Any M. Tech PG’s/ MCA’s can apply.

Freshers/ Experienced persons can apply.

Package: (96,000 – 1.5 LPA) + Incentives.

Work Location: Hyderabad.

With Subject Line as: “Application for Java Developer”

Contact Us:

Contact Name: Deepthi

Forward your resume: jobs@inventiveindia.com

Contact Number: 9030055899

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