Filter interviews by
I applied via Walk-in and was interviewed before Aug 2022. There were 4 interview rounds.
Basic aptitude question
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.
posted on 24 Jul 2024
HEAD method in REST API Integration is used to retrieve the headers of a resource without fetching the body.
HEAD requests are similar to GET requests but only return the headers of the resource, not the body.
This can be useful for checking the status of a resource or determining its size without downloading the entire content.
For example, a HEAD request to a website URL will return the headers like content type, conten
I applied via Referral and was interviewed in May 2024. There was 1 interview round.
I applied via Naukri.com and was interviewed in Apr 2024. There was 1 interview round.
posted on 7 Sep 2024
A palindrome code is a program that checks if a given string reads the same forwards and backwards.
Create a function that takes a string as input
Reverse the string and compare it to the original string
Return true if they are the same, false otherwise
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
You could crack easily if you done coding in past.
Javascript & UI creation
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
based on 1 review
Rating in categories
EPM Consultant
11
salaries
| ₹3 L/yr - ₹8.6 L/yr |
Information Technology Recruiter
8
salaries
| ₹1.5 L/yr - ₹2.2 L/yr |
HR Recruiter
7
salaries
| ₹1.1 L/yr - ₹3 L/yr |
Data Analyst
6
salaries
| ₹3 L/yr - ₹6 L/yr |
Flutter Developer
5
salaries
| ₹2.4 L/yr - ₹3.6 L/yr |
Infosys
TCS
Wipro
HCLTech