i
Movate
Filter interviews by
I applied via Naukri.com and was interviewed in Feb 2021. There were 4 interview rounds.
Top trending discussions
posted on 19 Nov 2024
Lifecycle hooks in Angular are methods that allow you to tap into the lifecycle of a component or directive.
Lifecycle hooks include ngOnInit, ngOnChanges, ngDoCheck, ngOnDestroy, etc.
ngOnInit is used for initialization logic, ngOnChanges is used for reacting to input changes, ngOnDestroy is used for cleanup tasks, etc.
Example: ngOnInit() { console.log('Component initialized'); }
Use a subquery to find the third highest salary from the employees table in MySQL.
Use a subquery to select distinct salaries from the employees table.
Order the salaries in descending order and use LIMIT to get the third highest salary.
Example: SELECT DISTINCT salary FROM employees ORDER BY salary DESC LIMIT 2, 1;
Steps to connect to a database involve specifying the database type, providing credentials, and establishing a connection.
Specify the type of database you want to connect to (e.g. MySQL, PostgreSQL, MongoDB).
Provide the necessary credentials such as username and password.
Establish a connection using a programming language or tool like JDBC, ODBC, or ORM frameworks.
I applied via Naukri.com and was interviewed in Jul 2024. There was 1 interview round.
No, commit work cannot be written in enhancement.
Commit work statement cannot be written in enhancement as it can lead to inconsistencies in the database.
Enhancements are meant to enhance the standard functionality without modifying it directly.
Using commit work in enhancement can cause issues during system upgrades or patches.
Instead of using commit work in enhancement, it is recommended to use implicit enhancements o
Search help is a tool used in SAP ABAP to help users find values for input fields. There are different types like elementary search help and collective search help.
Search help is a tool in SAP ABAP used to assist users in finding values for input fields.
Elementary search help is used for a single field, while collective search help is used for multiple fields.
Search helps can be defined using tables, views, or function...
BADI is an enhancement technique in SAP ABAP that allows for multiple implementations, while user exits are single-point enhancements.
BADI allows for multiple implementations to be active at the same time, while user exits only allow for one at a time.
BADI is object-oriented and can be used in multiple applications, while user exits are specific to a particular program or transaction.
BADI is implemented using classes a...
Rollback work is a process in SAP ABAP where changes made in a transaction are undone and the system is restored to its previous state.
Rollback work is used to revert changes made in a transaction if an error occurs or if the user decides to cancel the changes.
It ensures data consistency and integrity by undoing incomplete or incorrect transactions.
Rollback work can be triggered manually by the user or automatically by...
Rollback cancels the changes made in a transaction, while omitting commit work does not save the changes.
Rollback cancels all the changes made in a transaction and reverts the data to its original state.
Omitting commit work does not save the changes made in a transaction, but the changes are still visible until the session is closed.
Rollback is used when there is an error or issue in the transaction that needs to be un...
A cursor is a database object used to retrieve and manipulate data in a database management system.
A cursor allows for sequential processing of query results one row at a time.
It can be used to update or delete specific rows in a result set.
Cursors are commonly used in stored procedures and triggers.
Example: DECLARE cursor_name CURSOR FOR SELECT column1, column2 FROM table_name;
Query using listagg function to concatenate values into a single string
Use the listagg function followed by the column name and delimiter in parentheses
Specify the order by clause if needed
Can be used in SQL queries to display aggregated data
I applied via Campus Placement
I applied via Approached by Company and was interviewed before Oct 2023. There were 2 interview rounds.
The SAP journey involves implementing, customizing, and optimizing SAP software to meet business needs.
Start with understanding the business requirements and goals
Implement SAP software modules based on the requirements
Customize the software to fit the specific needs of the organization
Optimize the system for efficiency and effectiveness
Provide training and support to users for successful adoption
I applied via campus placement at SRM Institute of Science & Technology, Chennai
Artifical Intelligence
based on 1 review
Rating in categories
Senior Engineer
1.5k
salaries
| ₹2.2 L/yr - ₹12.2 L/yr |
Technical Support Engineer
1.4k
salaries
| ₹1 L/yr - ₹8 L/yr |
Network Engineer
1.1k
salaries
| ₹1.8 L/yr - ₹9 L/yr |
Engineer
1.1k
salaries
| ₹1.8 L/yr - ₹6.5 L/yr |
Specialist
316
salaries
| ₹4.5 L/yr - ₹17.8 L/yr |
TCS
Infosys
Wipro
HCLTech