Filter interviews by
I applied via Walk-in and was interviewed in Jan 2024. There was 1 interview round.
VLOOKUP is a function in MS Excel used to search for a value in the first column of a table and return a corresponding value from another column.
VLOOKUP stands for vertical lookup.
It is commonly used to find specific data in large datasets.
The function requires four arguments: lookup value, table array, column index number, and range lookup.
The lookup value is the value to search for.
The table array is the range of cel...
SAP domains are predefined data types used in SAP systems to define the structure and characteristics of data fields.
SAP domains are used to ensure data consistency and integrity in SAP systems.
They define the data type, length, and other attributes of a field.
Examples of SAP domains include CHAR (character), NUMC (numeric characters), and DATS (date).
Top trending discussions
I applied via Referral and was interviewed before Mar 2021. There was 1 interview round.
I applied via Referral and was interviewed before Apr 2020. There were 3 interview rounds.
I applied via Referral and was interviewed before Apr 2020. There were 4 interview rounds.
I applied via Recruitment Consultant and was interviewed before Sep 2020. There was 1 interview round.
I applied via Referral and was interviewed before Sep 2021. There was 1 interview round.
I applied via Referral and was interviewed before Sep 2021. There were 2 interview rounds.
I applied via Company Website and was interviewed before Oct 2019. There were 3 interview rounds.
To replace male with female in Oracle, use the UPDATE statement with the SET clause.
Use the UPDATE statement with the SET clause to replace male with female in Oracle
Example: UPDATE employees SET gender='female' WHERE gender='male'
Make sure to specify the table name and column name correctly
Use WHERE clause to specify the condition for replacement
Query to display 3rd highest salary
Use the ORDER BY clause to sort the salaries in descending order
Use the LIMIT clause to limit the result to the third row
Use a subquery to exclude the top two salaries
Delete removes specific rows while truncate removes all rows from a table.
Delete is a DML command while truncate is a DDL command.
Delete is slower than truncate as it logs each row deletion while truncate does not.
Delete can be rolled back while truncate cannot be rolled back.
Delete can have a WHERE clause to specify which rows to delete while truncate removes all rows.
Delete does not reset the identity of the table wh
A cursor is a database object used to manipulate data in a result set.
A cursor is used to traverse through a result set one row at a time.
There are two types of cursors: static and dynamic.
Static cursors are read-only and scroll forward only.
Dynamic cursors are updatable and can scroll in any direction.
Cursors can be used in stored procedures, triggers, and functions.
Procedure is a set of instructions that performs a specific task, while function returns a value after performing a task.
Procedure does not return a value, while function does.
Functions can be called from within expressions, while procedures cannot.
Functions can have parameters passed to them, while procedures can have both parameters and arguments.
Examples of procedures include printing to the console, while examples ...
Display second last line of a file using command line.
Use the tail command with -n option to display last two lines of the file.
Then use head command with -n option to display the second last line.
Example: tail -n 2 file.txt | head -n 1
Command to replace Sam with vam on 5th line
sed '5s/Sam/vam/' filename.txt
awk 'NR==5 {sub(/Sam/, "vam")} 1' filename.txt
Command to display blank line in file
Use echo command with empty quotes to create a blank line in a file
Syntax: echo '' >> filename
Alternatively, use printf command with newline character
Syntax: printf ' ' >> filename
Soft links are pointers to the original file while hard links are additional names for the same file.
Soft links are created using the 'ln -s' command while hard links are created using the 'ln' command.
Soft links can point to files on different file systems while hard links cannot.
Deleting the original file will render a soft link useless while a hard link will still work.
Soft links have different inode numbers while h...
Use the 'du' command to display biggest file on server.
Open terminal or SSH into server
Navigate to directory to search from
Run 'du -a . | sort -n -r | head -n 1' command
The output will display the biggest file on the server
I applied via Recruitment Consulltant and was interviewed before May 2021. There were 3 interview rounds.
Banking involves accepting deposits and lending money. Major items in banking balance sheet include assets, liabilities, and equity.
Banks accept deposits from customers and use the funds to make loans to other customers
Assets on a bank's balance sheet include cash, loans, and investments
Liabilities on a bank's balance sheet include deposits and borrowings
Equity on a bank's balance sheet represents the value of the bank...
I applied via Naukri.com and was interviewed before Oct 2020. There was 1 interview round.
Model validation metrics are crucial for regulatory and scoring models.
Regulatory models require validation metrics to ensure compliance with regulations and standards.
Scoring models require validation metrics to ensure accuracy and reliability of the model.
Common validation metrics include accuracy, precision, recall, F1 score, and ROC curve analysis.
Validation metrics should be chosen based on the specific requiremen...
based on 1 interview
Interview experience
Supervisor
22
salaries
| ₹1.8 L/yr - ₹3.6 L/yr |
Assistant Manager
18
salaries
| ₹3.6 L/yr - ₹7.8 L/yr |
Warehouse Supervisor
17
salaries
| ₹1.2 L/yr - ₹3 L/yr |
HR Executive
15
salaries
| ₹1.8 L/yr - ₹3.6 L/yr |
Data Entry Operator
10
salaries
| ₹1.5 L/yr - ₹4.5 L/yr |
Bajaj Finserv
Wells Fargo
JPMorgan Chase & Co.
HSBC Group