Upload Button Icon Add office photos

Citicorp

Compare button icon Compare button icon Compare

Filter interviews by

Citicorp Associate Vice President Interview Questions, Process, and Tips

Updated 10 Dec 2024

Top Citicorp Associate Vice President Interview Questions and Answers

View all 11 questions

Citicorp Associate Vice President Interview Experiences

19 interviews found

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

I applied via Recruitment Consulltant and was interviewed before Dec 2023. There were 2 interview rounds.

Round 1 - Technical 

(3 Questions)

  • Q1. Explain MVC pattern
  • Ans. 

    MVC pattern is a software design pattern that separates an application into three main components: Model, View, and Controller.

    • Model represents the data and business logic of the application.

    • View represents the UI components of the application.

    • Controller acts as an intermediary between Model and View, handling user input and updating the Model accordingly.

    • Example: In a web application, the Model could be a database, th...

  • Answered by AI
  • Q2. What are the return types of an action method in MVC?
  • Ans. 

    The return types of an action method in MVC can be ViewResult, PartialViewResult, JsonResult, RedirectResult, RedirectToRouteResult, ContentResult, FileResult, HttpNotFoundResult, HttpStatusCodeResult, etc.

    • ViewResult - returns a view to the browser

    • PartialViewResult - returns a partial view to the browser

    • JsonResult - returns JSON-formatted data

    • RedirectResult - redirects to a specified URL

    • RedirectToRouteResult - redirect...

  • Answered by AI
  • Q3. Write a program to find whether a number is divisible by 13
  • Ans. 

    Program to check if a number is divisible by 13

    • Use the modulo operator (%) to check if the number is divisible by 13

    • If the remainder is 0, then the number is divisible by 13

    • Example: num % 13 == 0

  • Answered by AI
Round 2 - HR 

(3 Questions)

  • Q1. Why do you want to leave current organization?
  • Ans. 

    Seeking new challenges and opportunities for growth.

    • Desire for new challenges and opportunities for personal and professional growth

    • Looking for a change in work environment or company culture

    • Seeking better career advancement prospects or higher salary

    • Want to explore different industry or sector

    • Current organization lacks opportunities for skill development or advancement

  • Answered by AI
  • Q2. What is your expectation from this job?
  • Ans. 

    I expect challenging projects, opportunities for growth, a supportive team, and a positive work environment.

    • Challenging projects that allow me to utilize my skills and knowledge

    • Opportunities for professional growth and advancement within the company

    • A supportive team that collaborates effectively and communicates openly

    • A positive work environment that fosters creativity and innovation

  • Answered by AI
  • Q3. Discussion on CTC

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare well for technical questions. They will ask you to write a short program also if required.

Skills evaluated in this interview

Interview experience
3
Average
Difficulty level
Moderate
Process Duration
4-6 weeks
Result
Not Selected

I applied via LinkedIn and was interviewed before May 2023. There was 1 interview round.

Round 1 - One-on-one 

(1 Question)

  • Q1. A difficult project you have handled and what was your approach

Interview Preparation Tips

Interview preparation tips for other job seekers - General questions on my resume.. Case questions where I was given a case and interviewer was judging the approach I take.

Associate Vice President Interview Questions Asked at Other Companies

Q1. Discuss a case study on a preferred topic or use sample problems ... read more
Q2. What is a lambda expression, and how does it relate to functional ... read more
Q3. What are the ratio you will assess while analysing the financial ... read more
asked in Synchrony
Q4. How do prioritize work when there has been a pivot in deliverable ... read more
asked in Synchrony
Q5. What steps do you take when you are researching a new feature?
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Recruitment Consulltant and was interviewed before Sep 2023. There was 1 interview round.

Round 1 - Technical 

(2 Questions)

  • Q1. Profile detailing
  • Q2. Projects that have been worked upon in past experiences
  • Ans. 

    Managed various projects including software development, marketing campaigns, and process improvement initiatives.

    • Led a team in developing a new mobile app for a tech startup

    • Implemented a successful social media marketing campaign for a retail company

    • Streamlined inventory management processes for a manufacturing company

  • Answered by AI
Interview experience
4
Good
Difficulty level
Hard
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Approached by Company and was interviewed before May 2023. There were 2 interview rounds.

Round 1 - One-on-one 

(2 Questions)

  • Q1. Challenges faced in past experience
  • Q2. Technical and domain expertiese
Round 2 - One-on-one 

(1 Question)

  • Q1. Domain expertise

Interview Preparation Tips

Interview preparation tips for other job seekers - Do not join as the have habit of "hire and fire"

Citicorp interview questions for designations

 Vice President

 (5)

 Assistant Vice President

 (11)

 Vice President Engineering

 (1)

 Vice President - Quality

 (1)

 Vice President (VP)

 (1)

 Vice President Project

 (1)

 Assistant Vice President IT

 (7)

 Assistant Vice President 1

 (1)

Interview experience
3
Average
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
No response

I applied via Company Website and was interviewed in Sep 2022. 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 

(2 Questions)

  • Q1. Related to trade finance
  • Q2. Related to audit dept

Interview Preparation Tips

Interview preparation tips for other job seekers - Go through the JD and be thorough with self job profile

Get interview-ready with Top Citicorp Interview Questions

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

I applied via Company Website and was interviewed before Apr 2023. There were 3 interview rounds.

Round 1 - Technical 

(1 Question)

  • Q1. Design pattern scenario question File upload in spring boot application Memory management
Round 2 - Technical 

(1 Question)

  • Q1. Functional questions
Round 3 - HR 

(1 Question)

  • Q1. Salary discussion
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Company Website and was interviewed before Apr 2023. There was 1 interview round.

Round 1 - Technical 

(2 Questions)

  • Q1. What are promises in javascript
  • Ans. 

    Promises in JavaScript are objects representing the eventual completion or failure of an asynchronous operation.

    • Promises are used to handle asynchronous operations in JavaScript.

    • They can be in one of three states: pending, fulfilled, or rejected.

    • Promises can be chained using .then() method to handle success and failure cases.

    • They help in writing cleaner and more readable asynchronous code.

    • Example: const myPromise = new

  • Answered by AI
  • Q2. Role of Background in cucumber bdd
  • Ans. 

    Background plays a crucial role in Cucumber BDD as it sets up the initial state for scenarios and helps in maintaining the context throughout the test execution.

    • Background is used to define steps that are common to all scenarios in a feature file.

    • It helps in reducing duplication of code by setting up preconditions for scenarios.

    • Background steps are executed before each scenario in the feature file.

    • It improves readabili...

  • Answered by AI

Skills evaluated in this interview

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

I applied via Referral and was interviewed before Mar 2023. There was 1 interview round.

Round 1 - Technical 

(2 Questions)

  • Q1. Microservice architecture
  • Q2. Angular guard core java 8

Interview Preparation Tips

Interview preparation tips for other job seekers - Do core java, microservices and angular thorough knowledge
Interview experience
3
Average
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Naukri.com and was interviewed before Sep 2022. There were 3 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 

(2 Questions)

  • Q1. Custody technical
  • Q2. Trade related questions were asked
Round 3 - One-on-one 

(1 Question)

  • Q1. Behavioural questions

Citicorp Interview FAQs

How many rounds are there in Citicorp Associate Vice President interview?
Citicorp interview process usually has 1-2 rounds. The most common rounds in the Citicorp interview process are Technical, One-on-one Round and HR.
How to prepare for Citicorp Associate Vice President 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 Accounting, Core Java, FRD, Java and Advanced Excel.
What are the top questions asked in Citicorp Associate Vice President interview?

Some of the top questions asked at the Citicorp Associate Vice President interview -

  1. What are the return types of an action method in M...read more
  2. What is difference between syndication and consort...read more
  3. Write a program to find whether a number is divisible by...read more
How long is the Citicorp Associate Vice President interview process?

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

Tell us how to improve this page.

Citicorp Associate Vice President Interview Process

based on 25 interviews

2 Interview rounds

  • Technical Round - 1
  • Technical Round - 2
View more
Citicorp Associate Vice President Salary
based on 663 salaries
₹19.4 L/yr - ₹48 L/yr
10% more than the average Associate Vice President Salary in India
View more details

Citicorp Associate Vice President Reviews and Ratings

based on 81 reviews

3.4/5

Rating in categories

2.9

Skill development

3.2

Work-life balance

3.7

Salary

3.2

Job security

3.2

Company culture

2.9

Promotions

2.8

Work satisfaction

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

₹0 L/yr - ₹0 L/yr

Assistant Manager
3.3k salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Officer
2.9k salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Vice President
2.5k salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Manager
2.3k salaries
unlock blur

₹0 L/yr - ₹0 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