Probationary Officer
Probationary Officer Interview Questions and Answers for Freshers
Popular Companies
Q1. What is difference between C and C++
C is a procedural programming language while C++ is an extension of C with added features of object-oriented programming.
C is a procedural language, while C++ supports both procedural and object-oriented programming.
C does not have built-in support for classes and objects, while C++ does.
C++ has additional features like inheritance, polymorphism, and templates that are not present in C.
C++ allows function overloading and operator overloading, which are not supported in C.
C++ ...read more
Q2. So do you know about any social security schemed launched by govt of india?
Yes, the government of India has launched several social security schemes.
Pradhan Mantri Jan Dhan Yojana (PMJDY) - Financial inclusion program
Pradhan Mantri Suraksha Bima Yojana (PMSBY) - Accidental insurance scheme
Pradhan Mantri Jeevan Jyoti Bima Yojana (PMJJBY) - Life insurance scheme
Atal Pension Yojana (APY) - Pension scheme for unorganized sector
National Social Assistance Program (NSAP) - Financial assistance to the elderly, widows, and disabled
Pradhan Mantri Matru Vandan...read more
Q3. What is copy constructor
Copy constructor is a special constructor that creates a new object by copying an existing object.
It is used to create a new object with the same values as an existing object.
It takes an object of the same class as a parameter.
It is used to avoid shallow copy and create a deep copy of the object.
Example: class Car { Car(Car& c) { //copy constructor } }
Example: Car c1; Car c2(c1); //c2 is a copy of c1
Q4. What is inline function
An inline function is a function that is expanded in line when it is called, rather than being executed as a separate function.
Inline functions are used to improve the performance of a program by reducing the overhead of function calls.
They are defined using the 'inline' keyword in C++.
Inline functions are typically small and simple, as they are expanded at the call site.
They can be used to replace macros in C++ to provide type safety and other benefits.
Example: inline int sq...read more
Q5. So do you know the main theme of shakespearean sonnets?
The main theme of Shakespearean sonnets is love and beauty.
Love and beauty are the central themes of Shakespearean sonnets.
The sonnets explore various aspects of love, including romantic love, friendship, and the passage of time.
Shakespeare often uses imagery and metaphors to convey the intensity of emotions associated with love.
Some sonnets also address the concept of beauty and its fleeting nature.
Examples of Shakespearean sonnets that highlight these themes include Sonnet ...read more
Q6. So do you know about STEPS of sbi?
STEPS is a recruitment process followed by State Bank of India (SBI) for selecting Probationary Officers.
STEPS stands for SBI PO Test of English Language, Reasoning Ability, Quantitative Aptitude, General Awareness, and Descriptive Test.
It is a multi-stage selection process that includes a preliminary exam, main exam, group exercise, and interview.
The preliminary exam consists of three sections: English Language, Reasoning Ability, and Quantitative Aptitude.
The main exam incl...read more
Share interview questions and help millions of jobseekers 🌟
Q7. Why banking after engineering?
Banking offers a challenging and dynamic career path with opportunities for growth and development.
Engineering provided a strong foundation in analytical and problem-solving skills.
Banking offers a diverse range of roles and responsibilities.
The banking industry is constantly evolving and offers opportunities to learn and adapt.
Banking provides a platform to contribute to the growth and development of the economy.
Personal interest in finance and economics.
Q8. Your opinion on Union Budget Plan
The Union Budget Plan is a comprehensive financial plan presented by the government.
The Union Budget Plan outlines the government's revenue and expenditure for the upcoming fiscal year.
It includes allocations for various sectors such as education, healthcare, infrastructure, defense, etc.
The budget plan also highlights the government's policy priorities and economic goals.
It impacts various stakeholders including individuals, businesses, and the overall economy.
The budget pla...read more
Probationary Officer Jobs
Q9. Skills I acquired in pandemic
During the pandemic, I developed skills in adaptability, remote communication, and time management.
Adaptability: I learned to quickly adjust to changing circumstances and work from home.
Remote communication: I became proficient in using video conferencing tools and communicating effectively with colleagues and clients remotely.
Time management: I learned to prioritize tasks and manage my time effectively while working from home.
Interview Questions of Similar Designations
Interview experiences of popular companies
Calculate your in-hand salary
Confused about how your in-hand salary is calculated? Enter your annual salary (CTC) and get your in-hand salary
Reviews
Interviews
Salaries
Users/Month