Skip to main content

Openings for different technoogies.

RSRTC Hiring Officer Cadre

Company        Rajasthan State Road Transport Corporation(RSRTC)

Website          www.rsrtc.rajasthan.gov.in

Eligibility        BA/BBA/BBM/BE/B.Tech/CA/ICWA

Experience     Freshers


Location         Rajasthan

Rajasthan State Road Transport Corporation(RSRTC)

Job Role: Officer Cadre

Job Summary :

Candidate Profile:

Assistant Division Manager (Traffic):

The candidate should have completed degree in BE/B.Tech/BBA from recognized university.

Assistant Mechanical Engineer (Technical):

The candidate should have completed degree BE/B.Tech in Trades of Automobile/ Mechanical/ Electric from recognized university.

Accounts Officer (Finance)

The candidate should have completed CA/ICWA/B.Com/BA (Economics)/BBA Degree from any recognized university.

Assistant depot Manager / Traffic Inspector (Traffic)

The candidate should have completed Degree in BE/B.tech/BBA from recognized university.

Assistant Traffic Inspector (Traffic)

The candidate should have completed a degree from recognized university.

Junior Engineer (Technical)

The candidate should have completed B.E/B.Tech in Trades of Automobile/ Mechanical/ Electric from any recognized university.

How to Apply:

Interested and eligible candidates apply this position in online on or before 21st February 2013

APPLICATION FEE: Rs 700/(For General Candidates) & RS 175(Reserved Candidates)

For More: http://rsrtc.rajasthan.gov.in/images/pdf/adver3001.pdf

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