Filter interviews by
I appeared for an interview in Sep 2024, where I was asked the following questions.
Stale refers to outdated information, while variance indicates the difference between expected and actual outcomes.
Stale data can lead to poor decision-making; for example, using old sales figures to forecast future sales.
Variance analysis helps identify discrepancies; for instance, if a budgeted expense is $10,000 but the actual is $12,000, the variance is $2,000.
In project management, stale project timelines can misl...
Futures options are contracts giving the right to buy/sell futures at a set price, including calls and puts.
Call options give the holder the right to buy a futures contract at a specified price before expiration.
Example: Buying a call option on crude oil futures at $70, allowing purchase if prices rise above $70.
Put options give the holder the right to sell a futures contract at a specified price before expiration.
Exam...
I applied via Company Website and was interviewed before Jan 2023. There were 2 interview rounds.
VSAM is a file management system used in mainframe computers. It has different types like KSDS, ESDS, and RRDS.
VSAM stands for Virtual Storage Access Method.
It is a file management system used in IBM mainframe computers.
VSAM provides efficient access to large volumes of data.
It supports different types of datasets like Key Sequenced Data Set (KSDS), Entry Sequenced Data Set (ESDS), and Relative Record Data Set (RRDS).
K...
What people are saying about Citicorp
I applied via LinkedIn and was interviewed before Feb 2023. There were 2 interview rounds.
Citicorp interview questions for designations
I applied via Referral and was interviewed in Aug 2021. There were 2 interview rounds.
Get interview-ready with Top Citicorp Interview Questions
I applied via Referral and was interviewed before Apr 2021. There were 3 interview rounds.
I applied via Recruitment Consulltant and was interviewed before Nov 2021. There were 4 interview rounds.
I appeared for an interview in Sep 2020.
I applied via Referral and was interviewed in Oct 2020. There were 3 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
based on 4 interviews
2 Interview rounds
based on 253 reviews
Rating in categories
Assistant Vice President
4.9k
salaries
| ₹17 L/yr - ₹48.5 L/yr |
Assistant Manager
3.3k
salaries
| ₹6 L/yr - ₹20 L/yr |
Officer
2.9k
salaries
| ₹10.7 L/yr - ₹35.9 L/yr |
Vice President
2.6k
salaries
| ₹24 L/yr - ₹72 L/yr |
Manager
2.3k
salaries
| ₹11.5 L/yr - ₹39 L/yr |
Wells Fargo
JPMorgan Chase & Co.
HSBC Group
Cholamandalam Investment & Finance