Skip to main content

Openings for different technoogies.

SBI Hiring Probationary Officers

Company        SBI(State Bank Of India)

Website          www.sbi.co.in

Eligibility        Any Degree

Experience     Freshers


Location         Anywhere in India

SBI(State Bank Of India)

Job Role: Probationary Officers (POs)

Job Summary :

Eligibility Criteria:

Graduation in any discipline from a recognised University or any equivalent qualification recognised as such by the Central Government.

Age Limit: As on 01.01.2013

Not below 21 years and not above 30 years as on 01.01.2013 i.e candidates must have been born not earlier than 02.01.1983 and not later than 01.01.1992 (both days inclusive)

ONLINE REGISTRATION OF APPLICATION: 30.01.2013 TO 23.02.2013

PAYMENT OF FEES - ONLINE : 30.01.2013 TO 23.02.2013

PAYMENT OF FEES - OFFLINE : 01.02.2013 TO 28.02.2013

DATE OF WRITTEN EXAMINATION : 28.04.2013

More Details: http://www.sbi.co.in/webfiles/uploads/files/1358846860536_SBI_PO_RECRUITMENT_ADVT.pdf

Apply: http://ibpsreg.sifyitest.com/sbipojan13/

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