Filter interviews by
Bean life cycle methods are used to manage the creation and destruction of Java beans.
There are four bean life cycle methods: init(), destroy(), afterPropertiesSet(), and destroyMethod().
init() is called after the bean is instantiated and can be used for initialization tasks.
destroy() is called before the bean is destroyed and can be used for cleanup tasks.
afterPropertiesSet() is called after all bean properties have b...
Top trending discussions
I applied via Naukri.com and was interviewed before Sep 2019. There were 3 interview rounds.
posted on 10 Nov 2015
Function overloading is when multiple functions have the same name but different parameters. Polymorphism is the ability of an object to take on many forms.
Function overloading allows multiple functions with the same name but different parameters to be defined.
Polymorphism allows objects of different classes to be treated as objects of a common superclass.
Function overloading is resolved at compile-time, while polymorp
A simple C program to accept and print a name.
Use scanf() function to accept the name from the user.
Use printf() function to print the name on the screen.
posted on 8 Sep 2022
I applied via LinkedIn and was interviewed in Aug 2022. There were 2 interview rounds.
Dynamic allocation of memory to 2D array is done using double pointer and malloc function.
Declare a double pointer to hold the 2D array.
Allocate memory to the first dimension using malloc function.
Allocate memory to the second dimension using a loop and malloc function.
Free the memory after use to avoid memory leaks.
Example: int **arr; arr = (int **)malloc(rows * sizeof(int *));
Example: for(int i=0; i
Waterfall model is a linear sequential approach to software development.
It follows a sequential process where each phase must be completed before moving to the next one.
It is a rigid model and changes cannot be made easily once a phase is completed.
It is suitable for projects with well-defined requirements and a clear understanding of the end product.
Phases include requirements gathering, design, implementation, testin...
I applied via Naukri.com and was interviewed before Oct 2021. There were 2 interview rounds.
FI to SD integration refers to the integration between SAP Financials (FI) and Sales and Distribution (SD) modules.
FI and SD are two important modules in SAP ERP system
FI module deals with financial transactions and accounting
SD module deals with sales and distribution processes
Integration between FI and SD modules ensures that financial transactions are accurately recorded for sales and distribution activities
Examples...
Tickets are a means of tracking and managing tasks or issues within a system.
Tickets can be created by users or automatically generated by the system.
They typically include information such as a title, description, priority level, and status.
Tickets can be assigned to specific individuals or teams for resolution.
They are commonly used in software development, customer support, and project management.
Examples of ticketi...
I applied via Naukri.com and was interviewed in Oct 2023. There were 3 interview rounds.
My work involves analyzing requirements, designing solutions, coding, testing, and deploying applications.
Analyze requirements provided by stakeholders
Design solutions based on requirements
Code the application using appropriate programming languages
Test the application for bugs and errors
Deploy the application to production environment
posted on 4 Oct 2021
I applied via Referral and was interviewed in Sep 2021. There were 3 interview rounds.
As a team lead, address the issue by identifying the root cause and providing support and guidance to improve performance.
Have a one-on-one meeting with the developer to discuss their challenges and identify the root cause of their performance issues.
Provide support and guidance to help the developer improve their skills and knowledge.
Set clear expectations and goals for the developer, and monitor their progress regula...
I applied via Naukri.com and was interviewed in Jun 2021. There were 3 interview rounds.
Promises and observables are both used for handling asynchronous operations in JavaScript.
Promises are objects that represent the eventual completion or failure of an asynchronous operation and allow you to handle the result using then() and catch() methods.
Observables are a more powerful way of handling asynchronous operations that allow you to subscribe to a stream of data and react to each event as it occurs.
Observa...
Lifecycle hooks are functions that allow you to tap into specific moments in the Angular lifecycle.
There are eight lifecycle hooks in Angular: ngOnChanges, ngOnInit, ngDoCheck, ngAfterContentInit, ngAfterContentChecked, ngAfterViewInit, ngAfterViewChecked, ngOnDestroy
ngOnChanges is called when an input property changes
ngOnInit is called once the component is initialized
ngDoCheck is called during every change detection ...
Inheritance in JavaScript allows objects to inherit properties and methods from other objects.
Inheritance is achieved through the use of prototypes
Child objects can access properties and methods of parent objects
Object.create() and class syntax can be used to create inheritance
Example: Child.prototype = Object.create(Parent.prototype)
Example: class Child extends Parent {}
Senior Software Engineer
774
salaries
| ₹12 L/yr - ₹37 L/yr |
Software Engineer2
336
salaries
| ₹8 L/yr - ₹22 L/yr |
Software Engineer
310
salaries
| ₹5.2 L/yr - ₹23 L/yr |
Principal Software Engineer
270
salaries
| ₹17 L/yr - ₹55 L/yr |
Senior Engineer
241
salaries
| ₹10 L/yr - ₹26 L/yr |
Cognizant
DXC Technology
UST
Atos