Upload Button Icon Add office photos

Citicorp

Compare button icon Compare button icon Compare

Filter interviews by

Citicorp Interview Questions, Process, and Tips

Updated 2 Mar 2025

Top Citicorp Interview Questions and Answers

View all 276 questions

Citicorp Interview Experiences

Popular Designations

564 interviews found

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

I applied via Recruitment Consulltant and was interviewed in Mar 2024. There were 2 interview rounds.

Round 1 - Technical 

(4 Questions)

  • Q1. Difference between BERT and GPT
  • Ans. 

    BERT is bidirectional, GPT is unidirectional. BERT uses transformer encoder, GPT uses transformer decoder.

    • BERT is bidirectional, meaning it can look at both left and right context in a sentence. GPT is unidirectional, it can only look at the left context.

    • BERT uses transformer encoder architecture, while GPT uses transformer decoder architecture.

    • BERT is pretrained on masked language model and next sentence prediction ta...

  • Answered by AI
  • Q2. Explain the attention mechanism
  • Ans. 

    Attention mechanism allows models to focus on specific parts of input sequence when making predictions.

    • Attention mechanism helps models to weigh the importance of different parts of the input sequence.

    • It is commonly used in sequence-to-sequence models like machine translation.

    • Examples include Bahdanau Attention and Transformer models.

  • Answered by AI
  • Q3. Bias and variance trade off
  • Q4. How to deal if the distribution of a variable is skewed
  • Ans. 

    To deal with skewed distribution of a variable, transformations like log, square root, or box-cox can be applied.

    • Apply log transformation to reduce right skewness

    • Apply square root transformation to reduce left skewness

    • Apply box-cox transformation for a more generalized approach

    • Consider removing outliers before applying transformations

  • Answered by AI
Round 2 - Coding Test 

Python code to determine the least common sub word in a given list with strings

Skills evaluated in this interview

Machine Learning Engineer Interview Questions asked at other Companies

Q1. Subset Sum Equal To K Problem Statement Given an array/list of positive integers and an integer K, determine if there exists a subset whose sum equals K. Provide true if such a subset exists, otherwise return false. Example: Input: ARR = {1... read more
View answer (1)
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-

I applied via Approached by Company

Round 1 - Coding Test 

Mostly they asked questions on String or basic coding questions

Round 2 - Technical 

(1 Question)

  • Q1. Core java questions basics, SpringBoot Microservice ,Sql questions
Round 3 - Technical 

(1 Question)

  • Q1. Mostly questions on core java, day to day activities , agile,beghavioural questions
Round 4 - HR 

(1 Question)

  • Q1. Salary Expectation

Interview Preparation Tips

Interview preparation tips for other job seekers - Salary discussion

Senior Software Engineer Interview Questions asked at other Companies

Q1. Find Nth PrimeYou are given a number 'N'. Your task is to find Nth prime number. A prime number is a number greater than 1 that is not a product of two smaller natural numbers. Prime numbers have only two factors – 1 and the number itself. ... read more
View answer (6)

Manager Interview Questions & Answers

user image Anonymous

posted on 18 Jul 2024

Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - One-on-one 

(2 Questions)

  • Q1. Roles and responsibilities in the current role
  • Q2. Situational questions to check different approaches to solve a problem

Manager Interview Questions asked at other Companies

Q1. There is a chairman of a conglomerate. He has been on the post for 10 years, and is extremely dominating. He treats the various business heads like children, not letting them take any major decision. While the chairman has negatives, he bel... read more
View answer (2)

Analyst Interview Questions & Answers

user image Anonymous

posted on 25 Nov 2024

Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via Referral and was interviewed in May 2024. There was 1 interview round.

Round 1 - Technical 

(2 Questions)

  • Q1. SQL questions were asked mainly related to joins and queries on the same.
  • Q2. Tableau and power BI questions. Related to various visualizations.

Analyst Interview Questions asked at other Companies

Q1. N-th Fibonacci NumberYou are given an integer ‘N’, your task is to find and return the N’th Fibonacci number using matrix exponentiation. Since the answer can be very large, return the answer modulo 10^9 +7. Fibonacci number is calculated u... read more
View answer (5)

Citicorp interview questions for popular designations

 Analyst

 (24)

 Assistant Manager

 (22)

 Associate Vice President

 (19)

 Business Analyst

 (18)

 Officer

 (15)

 AVP

 (14)

 Software Developer

 (12)

 Assistant Vice President

 (11)

Interview experience
3
Average
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via Company Website and was interviewed in Mar 2024. There was 1 interview round.

Round 1 - Technical 

(4 Questions)

  • Q1. SAS Scenario based questions related to transactions
  • Q2. Handling big data in SAS
  • Ans. 

    Handling big data in SAS involves using efficient programming techniques and tools to process and analyze large datasets.

    • Utilize SAS procedures like PROC SQL, PROC SORT, and PROC MEANS for data manipulation and summarization

    • Use SAS macros to automate repetitive tasks and improve code efficiency

    • Leverage SAS data step programming for data cleaning, transformation, and merging

    • Consider using SAS/ACCESS engines to connect t...

  • Answered by AI
  • Q3. Risk analytics specific questions
  • Q4. How to identify red flags in a data
  • Ans. 

    Red flags in data can be identified through inconsistencies, outliers, missing values, and unusual patterns.

    • Look for inconsistencies in the data such as contradictory information or errors.

    • Identify outliers that are significantly different from the rest of the data points.

    • Check for missing values that could indicate incomplete or inaccurate data.

    • Look for unusual patterns or trends that deviate from the expected norms.

    • U...

  • Answered by AI

Skills evaluated in this interview

Senior Analyst Interview Questions asked at other Companies

Q1. Explain 3 statement financial model Calculating discount rate Could you walk me through the DCF model? Other valuation methods. What PE is ideal? What is the other matrix to value the company? Difference between IRR and CAGR. What is Bond Y... read more
View answer (1)

Get interview-ready with Top Citicorp Interview Questions

Analyst Interview Questions & Answers

user image Anonymous

posted on 7 Nov 2024

Interview experience
2
Poor
Difficulty level
Hard
Process Duration
2-4 weeks
Result
No response

I applied via Company Website and was interviewed in May 2024. There was 1 interview round.

Round 1 - One-on-one 

(2 Questions)

  • Q1. Why we should hire you we work on high pace process
  • Q2. Asked about banking terms

Interview Preparation Tips

Interview preparation tips for other job seekers - They want someone who can just work rapidly without any proper training

Analyst Interview Questions asked at other Companies

Q1. N-th Fibonacci NumberYou are given an integer ‘N’, your task is to find and return the N’th Fibonacci number using matrix exponentiation. Since the answer can be very large, return the answer modulo 10^9 +7. Fibonacci number is calculated u... read more
View answer (5)

Data Analyst Interview Questions & Answers

user image Anonymous

posted on 17 Oct 2024

Interview experience
2
Poor
Difficulty level
-
Process Duration
2-4 weeks
Result
No response

I applied via Naukri.com and was interviewed in Apr 2024. There was 1 interview round.

Round 1 - Technical 

(3 Questions)

  • Q1. Tell me something about yourself
  • Ans. 

    I am a data analyst with a strong background in statistics and programming, passionate about deriving insights from data.

    • Graduated with a degree in Statistics

    • Proficient in programming languages like Python and R

    • Experience in data visualization tools like Tableau

    • Strong analytical and problem-solving skills

    • Passionate about using data to drive business decisions

  • Answered by AI
  • Q2. Guesstimates: Whatsapp database users in India
  • Ans. 

    Approximately 400 million Whatsapp users in India

    • India has a population of over 1.3 billion

    • Whatsapp is one of the most popular messaging apps in India

    • Assuming around 30% of the population uses Whatsapp

    • Estimate based on internet penetration and smartphone usage in India

  • Answered by AI
  • Q3. Problem Solving: How to cut cake into 8 pieces with three slice

Data Analyst Interview Questions asked at other Companies

Q1. Suppose there is a room in the office and X people enter room throughout the day, Y people leave throughout the day [continuously people are entering the room, some are staying there, and rest are going out] .. so tell me the code to calcul... read more
View answer (11)
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Coding Test 

One Javascript question to remove duplicates and reverse the string

One Angular coding question

Round 2 - One-on-one 

(2 Questions)

  • Q1. How to bind a value of a input to label
  • Ans. 

    You can bind a value of an input to a label by using JavaScript and DOM manipulation.

    • Use JavaScript to get the value of the input element

    • Set the value of the label element to the input value

    • You can use event listeners to update the label in real-time

  • Answered by AI
  • Q2. Write a program to print 1 to 9 on repeat for 5 times
  • Ans. 

    Program to print numbers 1 to 9 on repeat for 5 times

    • Use a loop to iterate 5 times for repetition

    • Inside the loop, use another loop to print numbers 1 to 9

  • Answered by AI

Skills evaluated in this interview

Applications Development Programmer Analyst Interview Questions asked at other Companies

Q1. How to bind input value to input label in real time in angular?
View answer (1)
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
No response

I applied via LinkedIn and was interviewed in May 2024. There was 1 interview round.

Round 1 - Technical 

(2 Questions)

  • Q1. Sql queries and syntax
  • Q2. Shell scripting and syntax

Senior Analyst Interview Questions asked at other Companies

Q1. Explain 3 statement financial model Calculating discount rate Could you walk me through the DCF model? Other valuation methods. What PE is ideal? What is the other matrix to value the company? Difference between IRR and CAGR. What is Bond Y... read more
View answer (1)
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - HR 

(2 Questions)

  • Q1. Tell me about your self
  • Q2. Why do you want to join our company

Interview Preparation Tips

Interview preparation tips for other job seekers - not much to say it was great experience

Operations Support Specialist Interview Questions asked at other Companies

Q1. Explain simple interest?
View answer (1)

Citicorp Interview FAQs

How many rounds are there in Citicorp 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 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 Java, SQL, Microservices, phone banking and Communication Skills.
What are the top questions asked in Citicorp interview?

Some of the top questions asked at the Citicorp interview -

  1. 1)Why do we use redefines 2) In a sortt if we have - Copy, Include, Omit, sort...read more
  2. A fish using 6 sticks was drawn in a specific direction and was asked to rotate...read more
  3. Why do you think almost all the IITs are populated mostly by students from the ...read more
How long is the Citicorp interview process?

The duration of Citicorp interview process can vary, but typically it takes about less than 2 weeks to complete.

Tell us how to improve this page.

Citicorp Interview Process

based on 397 interviews

Interview experience

4
  
Good
View more

Interview Questions from Similar Companies

ICICI Bank Interview Questions
4.0
 • 2.4k Interviews
HDFC Bank Interview Questions
3.9
 • 2.1k Interviews
Axis Bank Interview Questions
3.8
 • 1.5k Interviews
IDFC FIRST Bank Interview Questions
3.9
 • 640 Interviews
IndusInd Bank Interview Questions
3.5
 • 601 Interviews
Yes Bank Interview Questions
3.7
 • 429 Interviews
Federal Bank Interview Questions
3.9
 • 125 Interviews
View all

Citicorp Reviews and Ratings

based on 4.4k reviews

3.7/5

Rating in categories

3.3

Skill development

3.4

Work-life balance

3.9

Salary

3.6

Job security

3.4

Company culture

3.1

Promotions

3.3

Work satisfaction

Explore 4.4k Reviews and Ratings
Assistant Vice President
4.7k salaries
unlock blur

₹17 L/yr - ₹48 L/yr

Assistant Manager
3.3k salaries
unlock blur

₹6.1 L/yr - ₹20.5 L/yr

Officer
2.8k salaries
unlock blur

₹10.6 L/yr - ₹35.5 L/yr

Vice President
2.5k salaries
unlock blur

₹24 L/yr - ₹70 L/yr

Manager
2.3k salaries
unlock blur

₹9 L/yr - ₹37 L/yr

Explore more salaries
Compare Citicorp with

State Bank of India

3.8
Compare

HDFC Bank

3.9
Compare

ICICI Bank

4.0
Compare

Axis Bank

3.8
Compare
Did you find this page helpful?
Yes No
write
Share an Interview