Upload Button Icon Add office photos

Citicorp

Compare button icon Compare button icon Compare

Filter interviews by

Citicorp Officer Interview Questions and Answers

Updated 9 Jun 2025

15 Interview questions

An Officer was asked 2mo ago
Q. What is your understanding of stale and variance?
Ans. 

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...

An Officer was asked 2mo ago
Q. What are futures options calls and puts, and can you provide examples for each?
Ans. 

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...

Officer Interview Questions Asked at Other Companies

Q1. Which type of glass is generally used in pharmaceutical industrie ... read more
asked in HDFC Bank
Q2. What is the portfolio of fraud cases in West Bengal?
Q3. What is the meaning of current good manufacturing practices?
Q4. What is validation? How many types? What is the content in proces ... read more
asked in Uflex
Q5. What problems can arise if the temperature of the coater roller i ... read more
An Officer was asked 12mo ago
Q. What are SQL joins?
Ans. 

SQL joins are used to combine rows from two or more tables based on a related column between them.

  • SQL joins are used to retrieve data from multiple tables based on a related column between them

  • Common types of SQL joins include INNER JOIN, LEFT JOIN, RIGHT JOIN, and FULL JOIN

  • INNER JOIN returns rows when there is at least one match in both tables

  • LEFT JOIN returns all rows from the left table and the matched rows fro...

An Officer was asked
Q. What is NAV?
Ans. 

NAV stands for Net Asset Value.

  • NAV is a financial term used to describe the value of an investment fund's assets minus its liabilities.

  • It is calculated by dividing the total value of the fund's assets by the number of outstanding shares.

  • NAV is used to determine the price at which shares in the fund are bought and sold.

  • It is also used to calculate the performance of the fund over time.

  • For example, if a mutual fund ...

An Officer was asked
Q. What is the difference between a procedure and a function?
Ans. 

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 exam...

An Officer was asked
Q. What is the difference between a soft link and a hard link?
Ans. 

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 wh...

An Officer was asked
Q. Write a command to display a blank line in a file.
Ans. 

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

Are these interview questions helpful?
An Officer was asked
Q. Write a command to replace Sam with vam on the 5th line.
Ans. 

Command to replace Sam with vam on 5th line

  • sed '5s/Sam/vam/' filename.txt

  • awk 'NR==5 {sub(/Sam/, "vam")} 1' filename.txt

An Officer was asked
Q. Write a command to display the second to last line of a file.
Ans. 

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

An Officer was asked
Q. Write a command to display the biggest file on the server.
Ans. 

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

Citicorp Officer Interview Experiences

17 interviews found

Officer Interview Questions & Answers

user image Anonymous

posted on 28 Mar 2025

Interview experience
4
Good
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Selected Selected

I appeared for an interview in Sep 2024, where I was asked the following questions.

  • Q1. What is your understanding of stale and variance?
  • Ans. 

    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...

  • Answered by AI
  • Q2. What are futures options calls and puts, and can you provide examples for each?
  • Ans. 

    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...

  • Answered by AI

Officer Interview Questions & Answers

user image Anonymous

posted on 24 Sep 2024

Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Coding Test 

String concepts ques

Officer Interview Questions & Answers

user image Anonymous

posted on 6 Jun 2024

Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-
Round 1 - One-on-one 

(1 Question)

  • Q1. What are sql joins
  • Ans. 

    SQL joins are used to combine rows from two or more tables based on a related column between them.

    • SQL joins are used to retrieve data from multiple tables based on a related column between them

    • Common types of SQL joins include INNER JOIN, LEFT JOIN, RIGHT JOIN, and FULL JOIN

    • INNER JOIN returns rows when there is at least one match in both tables

    • LEFT JOIN returns all rows from the left table and the matched rows from the...

  • Answered by AI
Round 2 - One-on-one 

(1 Question)

  • Q1. Aptitude related questions on cubes

Skills evaluated in this interview

Officer Interview Questions & Answers

user image Anonymous

posted on 19 Feb 2024

Interview experience
4
Good
Difficulty level
Moderate
Process Duration
4-6 weeks
Result
Selected Selected
Round 1 - Technical 

(1 Question)

  • Q1. Streams collections

Officer Interview Questions & Answers

user image Anonymous

posted on 10 Dec 2024

Interview experience
2
Poor
Difficulty level
Hard
Process Duration
More than 8 weeks
Result
Selected Selected

I applied via Naukri.com and was interviewed before Dec 2023. There were 3 interview rounds.

Round 1 - Technical 

(1 Question)

  • Q1. Technical questions about the Technology on which we are working
Round 2 - Technical 

(1 Question)

  • Q1. Technical round with mor complexity
Round 3 - HR 

(1 Question)

  • Q1. Management Round and HR related queries

Interview Preparation Tips

Interview preparation tips for other job seekers - Attend with more preparation

Officer Interview Questions & Answers

user image Anonymous

posted on 26 Jan 2024

Interview experience
4
Good
Difficulty level
Moderate
Process Duration
4-6 weeks
Result
Selected Selected

I applied via Company Website and was interviewed before Jan 2023. There were 2 interview rounds.

Round 1 - Technical 

(1 Question)

  • Q1. Application of VSAM and its types
  • Ans. 

    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...

  • Answered by AI
Round 2 - One-on-one 

(1 Question)

  • Q1. Overall experience and Personality analysis

Officer Interview Questions & Answers

user image Anonymous

posted on 9 Jun 2025

Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I appeared for an interview before Jun 2024, where I was asked the following questions.

  • Q1. Tell me something about yourself.
  • Q2. Reason for leaving previous organization.
  • Ans. 

    I left my previous organization to seek new challenges and opportunities for professional growth in a dynamic environment.

    • Desire for career advancement: I felt I had reached a plateau in my previous role and wanted to take on more responsibilities.

    • Seeking a better cultural fit: The organizational culture was not aligned with my values, and I wanted to work in a more collaborative environment.

    • Pursuing new skills: I want...

  • Answered by AI

Officer Interview Questions & Answers

user image Anonymous

posted on 5 Feb 2024

Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via LinkedIn and was interviewed before Feb 2023. There were 2 interview rounds.

Round 1 - Technical 

(4 Questions)

  • Q1. Project Related work, Conflict of interest, major issues handled, tools used for development and release, Code compilation process, DB2 connection with Java, Mainframe migration, VSAM, JCL
  • Q2. JCL queries, scenario base questions
  • Q3. VSAM queries, whatever written in profile
  • Q4. DB2Java connection , bind questions
Round 2 - HR 

(1 Question)

  • Q1. Negotiation on Fix package

Officer Interview Questions & Answers

user image Bhagyoday Apartment

posted on 3 Jul 2022

Round 1 - Technical 

(1 Question)

  • Q1. Sql SSIS and SSRS interview questions

Interview Preparation Tips

Interview preparation tips for other job seekers - Pls don't join this company.
There's no KT has been provided and work gets started from day 1.

Officer Interview Questions & Answers

user image Anonymous

posted on 28 Feb 2022

I applied via Referral and was interviewed in Aug 2021. There were 2 interview rounds.

Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Keep your resume crisp and to the point. A recruiter looks at your resume for an average of 6 seconds, make sure to leave the best impression.
View all tips
Round 2 - One-on-one 

(1 Question)

  • Q1. Tell me about yourself Then aboit my work profile Then questions on sanctions Work pressure and criticality Timings and streching the work timings

Interview Preparation Tips

Interview preparation tips for other job seekers - Working here is very lengthy 10 hours every day , officially should be reduced to 9 hours

Management is good

Work pressure, depends, but most of times

No work life balance at all

Cant plan things in personal life properly

Top trending discussions

View All
Interview Tips & Stories
1w (edited)
a team lead
Why are women still asked such personal questions in interview?
I recently went for an interview… and honestly, m still trying to process what just happened. Instead of being asked about my skills, experience, or how I could add value to the company… the questions took a totally unexpected turn. The interviewer started asking things like When are you getting married? Are you engaged? And m sure, if I had said I was married, the next question would’ve been How long have you been married? What does my personal life have to do with the job m applying for? This is where I felt the gender discrimination hit hard. These types of questions are so casually thrown at women during interviews but are they ever asked to men? No one asks male candidates if they’re planning a wedding or how old their kids are. So why is it okay to ask women? Can we please stop normalising this kind of behaviour in interviews? Our careers shouldn’t be judged by our relationship status. Period.
Got a question about Citicorp?
Ask anonymously on communities.

Citicorp Interview FAQs

How many rounds are there in Citicorp Officer interview?
Citicorp interview process usually has 2-3 rounds. The most common rounds in the Citicorp interview process are Technical, One-on-one Round and HR.
How to prepare for Citicorp Officer interview?
Go through your CV in detail and study all the technologies mentioned in your CV. Prepare at least two technologies or languages in depth if you are appearing for a technical interview at Citicorp. The most common topics and skills that interviewers at Citicorp expect are Banking, Entry Level, Underwriting, Communication Skills and Leadership Skills.
What are the top questions asked in Citicorp Officer interview?

Some of the top questions asked at the Citicorp Officer interview -

  1. 6. What is difference between procedure and funct...read more
  2. 10. What is difference between soft link and hard l...read more
  3. 2. How to replace male with female in Ora...read more
What are the most common questions asked in Citicorp Officer HR round?

The most common HR questions asked in Citicorp Officer interview are -

  1. Why are you looking for a chan...read more
  2. What are your salary expectatio...read more
  3. Share details of your previous j...read more

Tell us how to improve this page.

Overall Interview Experience Rating

4/5

based on 12 interview experiences

Difficulty level

Moderate 83%
Hard 17%

Duration

Less than 2 weeks 33%
2-4 weeks 17%
4-6 weeks 33%
More than 8 weeks 17%
View more

Interview Questions from Similar Companies

Wells Fargo Interview Questions
3.8
 • 619 Interviews
HSBC Group Interview Questions
3.9
 • 511 Interviews
American Express Interview Questions
4.1
 • 387 Interviews
BNY Interview Questions
3.8
 • 366 Interviews
UBS Interview Questions
3.9
 • 351 Interviews
Morgan Stanley Interview Questions
3.6
 • 308 Interviews
View all
Citicorp Officer Salary
based on 3k salaries
₹17.6 L/yr - ₹31.5 L/yr
371% more than the average Officer Salary in India
View more details

Citicorp Officer Reviews and Ratings

based on 265 reviews

3.6/5

Rating in categories

3.1

Skill development

3.3

Work-life balance

3.8

Salary

3.4

Job security

3.3

Company culture

2.8

Promotions

3.1

Work satisfaction

Explore 265 Reviews and Ratings
Assistant Vice President
5.2k salaries
unlock blur

₹28 L/yr - ₹45 L/yr

Assistant Manager
3.2k salaries
unlock blur

₹10.6 L/yr - ₹19 L/yr

Officer
3k salaries
unlock blur

₹17.6 L/yr - ₹31.5 L/yr

Vice President
2.7k salaries
unlock blur

₹39.3 L/yr - ₹65 L/yr

Manager
2.3k salaries
unlock blur

₹17 L/yr - ₹30 L/yr

Explore more salaries
Compare Citicorp with

Wells Fargo

3.8
Compare

JPMorgan Chase & Co.

3.9
Compare

HSBC Group

3.9
Compare

Cholamandalam Investment & Finance

3.9
Compare
write
Share an Interview