Upload Button Icon Add office photos

Filter interviews by

Citicorp Senior Technology Lead Interview Questions and Answers

Updated 27 Jun 2024

Citicorp Senior Technology Lead Interview Experiences

1 interview found

Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - One-on-one 

(2 Questions)

  • Q1. How would you handle the new requirement as SME
  • Q2. What are all the steps do you follow to prevent from PRD INC
  • Ans. 

    Steps to prevent PRD INC

    • Regularly update software and security patches

    • Implement strong access controls and authentication measures

    • Conduct regular security audits and penetration testing

    • Educate employees on cybersecurity best practices

    • Implement data encryption and backup procedures

  • Answered by AI

Interview questions from similar companies

I applied via Naukri.com and was interviewed before Feb 2021. There were 2 interview rounds.

Round 1 - One-on-one 

(1 Question)

  • Q1. Technical deep troubleshooting
Round 2 - One-on-one 

(1 Question)

  • Q1. Manager round, mostly personal questions and career growth plans

Interview Preparation Tips

Interview preparation tips for other job seekers - Please prepare for automation knowledge and expect question related to how to handle huge volume
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Coding Test 

There were 3 coding questions having LC easy-medium problems.

Round 2 - Technical 

(2 Questions)

  • Q1. DSA Coding questions from LC
  • Q2. Asked about CS fundamentals - OS, OOPs etc.
Round 3 - Technical 

(2 Questions)

  • Q1. OOPs Design - Low Level Design Round
  • Q2. Follow up questions on the solution
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
-
Result
-
Round 1 - Technical 

(3 Questions)

  • Q1. Equals and hashcode implementation
  • Q2. Config server configuration steps
  • Ans. 

    Config server configuration steps

    • Install and set up the config server software

    • Configure the server with the necessary properties and settings

    • Define the repository for storing configuration files

    • Create and manage configuration files

    • Ensure proper security measures are in place

    • Test and validate the configuration

    • Monitor and maintain the config server

  • Answered by AI
  • Q3. Patch mapping in spring rest
  • Ans. 

    Patch mapping in Spring REST is used to partially update resources.

    • Patch mapping allows clients to send only the fields that need to be updated instead of sending the entire resource.

    • It is useful when updating large resources or when clients have limited bandwidth.

    • Spring provides the @PatchMapping annotation to handle patch requests.

    • The @PatchMapping annotation can be used with a specific URL or with a wildcard URL pat...

  • 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 Company Website and was interviewed before Jan 2022. There were 5 interview rounds.

Round 1 - Coding Test 

First round will be a hackerrank test, in which they will ask 2 problems and 8 MCQ type questions.

Round 2 - Technical 

(1 Question)

  • Q1. It will be a one hour technical round, mostly they focus on multithreading, basic java concepts and algorithms. they will ask 1-2 problems and will have to write solution for that.
Round 3 - Technical 

(1 Question)

  • Q1. Same type of technical round as first was.
Round 4 - Behavioral 

(1 Question)

  • Q1. Manager will ask about your experience and discuss about the project. It will be a general discussion.
Round 5 - HR 

(1 Question)

  • Q1. Will be around 5-10 min, will ask current ctc and expected one.

Interview Preparation Tips

Topics to prepare for UBS Technology Engineer interview:
  • Multithreading
  • Core Java
  • DSA
Interview preparation tips for other job seekers - Confirm about your project and technologies, I did this mistake, I didn't discuss about my role, in previous company I worked on latest tech, now here working on old technologies 😟
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Selected Selected

I applied via Job Fair and was interviewed before Oct 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 - Group Discussion 

Discussing the merits and drawbacks of different workplace initiatives

Round 3 - Technical 

(2 Questions)

  • Q1. Discuss Database Design
  • Ans. 

    Database design involves creating a structure that efficiently stores and organizes data for easy retrieval and manipulation.

    • Identify the data requirements and relationships between different entities

    • Normalize the database to reduce redundancy and improve data integrity

    • Choose appropriate data types and constraints for each field

    • Create indexes to optimize query performance

    • Consider scalability and future growth when desi

  • Answered by AI
  • Q2. Logical thinking on how to evacuate a retail store and how you would prioritise.

Interview Preparation Tips

Interview preparation tips for other job seekers - It’s more about thought process than actual answers

Skills evaluated in this interview

I applied via Approached by Company and was interviewed in Feb 2022. There were 2 interview rounds.

Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Don’t add your photo or details such as gender, age, and address in your resume. These details do not add any value.
View all tips
Round 2 - Technical 

(1 Question)

  • Q1. Why do you want to join JPMC

Interview Preparation Tips

Interview preparation tips for other job seekers - Be sincere and need good communication skills.
Interview experience
3
Average
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via campus placement at Vellore Institute of Technology (VIT) and was interviewed in Jul 2023. There were 4 interview rounds.

Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Properly align and format text in your resume. A recruiter will have to spend more time reading poorly aligned text, leading to high chances of rejection.
View all tips
Round 2 - Aptitude Test 

It’s an online assessment with mix of aptitude, bussiness and coding questions coding questions were basic perfect square prime number

Round 3 - One-on-one 

(1 Question)

  • Q1. They asked about my project and some coding questions asked me to write basic sql query
Round 4 - Technical 

(1 Question)

  • Q1. Asked about my project and deep questions related to projects asked about core subject related questions
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Naukri.com and was interviewed in Feb 2024. There were 2 interview rounds.

Round 1 - Technical 

(3 Questions)

  • Q1. Unix Command, ITIL
  • Q2. SQL query written
  • Q3. General question
Round 2 - Technical 

(2 Questions)

  • Q1. Technical scenario based question
  • Q2. ITIL process, previous experience

Interview Preparation Tips

Interview preparation tips for other job seekers - Moderate interview

Interview Questionnaire 

22 Questions

  • Q1. What is a NULL pointer
  • Ans. 

    A NULL pointer is a pointer that does not point to any memory location.

    • It is represented by the value 0 or NULL.

    • Dereferencing a NULL pointer results in a segmentation fault.

    • It is commonly used to indicate the end of a linked list or array.

  • Answered by AI
  • Q2. What is a dangling pointer? What if we try to dereference it?
  • Ans. 

    A dangling pointer is a pointer that points to a memory location that has been deallocated or freed. Dereferencing it can cause a program to crash.

    • Dangling pointers occur when memory is freed or deallocated, but the pointer still points to that memory location.

    • Dereferencing a dangling pointer can cause a segmentation fault or access violation.

    • Dangling pointers can be avoided by setting the pointer to NULL after freeing

  • Answered by AI
  • Q3. What is a V-table?
  • Ans. 

    A V-table is a virtual table used in programming languages to implement polymorphism.

    • It is used in object-oriented programming languages like C++ and Java.

    • It contains pointers to functions that can be overridden by derived classes.

    • It allows objects of different classes to be treated as if they are of the same class.

    • It is used to implement dynamic binding or late binding.

    • It is also known as a virtual function table or d

  • Answered by AI
  • Q4. How will you convert Minheap to Maxheap(This question was based on the answer dat data structures is my favourite subject)
  • Q5. -Project description
  • Q6. Questions based on the various college fests/evemts you had participated
  • Q7. Data comes from the server in real time which passes through a decoder and then onto the display panel.Since data rate is not fixed, what should be done so that the display of data on the display panel is ...
  • Q8. What is polymrphism
  • Ans. 

    Polymorphism is the ability of an object to take on many forms.

    • Polymorphism allows objects of different classes to be treated as if they are of the same class.

    • It is achieved through method overriding and method overloading.

    • Examples include method overriding in inheritance and implementing interfaces in Java.

    • Polymorphism helps in achieving loose coupling and flexibility in code design.

  • Answered by AI
  • Q9. What are templates
  • Ans. 

    Templates are pre-designed documents or files that serve as a starting point for creating new documents or files.

    • Templates can be used for various purposes such as creating resumes, business cards, invoices, and presentations.

    • They save time and effort by providing a pre-designed layout and structure.

    • Templates can be customized to fit specific needs and preferences.

    • They are commonly used in software applications like Mi...

  • Answered by AI
  • Q10. What is virtual function
  • Ans. 

    A virtual function is a function in a base class that is overridden in a derived class.

    • Virtual functions allow polymorphism in C++

    • They are declared using the virtual keyword

    • The function is resolved at runtime based on the object type

    • Virtual functions can be pure virtual, meaning they have no implementation in the base class

    • Example: virtual void print() = 0; // pure virtual function

  • Answered by AI
  • Q11. How is runtime polymorphism implemented?How does the compiler understand this?
  • Ans. 

    Runtime polymorphism is implemented through virtual functions and dynamic binding.

    • Virtual functions are declared in base class and overridden in derived class

    • Dynamic binding is used to determine which function to call at runtime

    • Compiler uses virtual function table to understand runtime polymorphism

  • Answered by AI
  • Q12. Difference between function overloading and overriding
  • Ans. 

    Function overloading is having multiple functions with the same name but different parameters. Function overriding is having a derived class implement a method with the same name and parameters as a method in the base class.

    • Function overloading is a compile-time polymorphism concept.

    • Function overriding is a run-time polymorphism concept.

    • Function overloading is used to provide different ways of calling the same function...

  • Answered by AI
  • Q13. How function overloading works
  • Ans. 

    Function overloading allows multiple functions with the same name but different parameters.

    • Functions with the same name but different parameters can be defined in the same scope

    • The compiler determines which function to call based on the number and types of arguments passed

    • Overloading can improve code readability and reduce the need for multiple function names

    • Example: void print(int x), void print(float x), void print(c...

  • Answered by AI
  • Q14. Tell me about yourself
  • Ans. 

    I am a Business Technology Analyst with experience in analyzing data and developing solutions to improve business processes.

    • Experienced in data analysis and solution development

    • Skilled in identifying business process improvements

    • Proficient in using technology to drive business growth

  • Answered by AI
  • Q15. What is equity,derivative etc
  • Ans. 

    Equity refers to ownership in a company, while derivatives are financial contracts based on the value of an underlying asset.

    • Equity represents ownership in a company and can be in the form of stocks or shares.

    • Derivatives are financial contracts that derive their value from an underlying asset such as stocks, bonds, or commodities.

    • Examples of derivatives include futures, options, and swaps.

    • Derivatives are often used for...

  • Answered by AI
  • Q16. Tell me in 60 secs why we should hire you
  • Ans. 

    I am a highly analytical and tech-savvy individual with a passion for problem-solving and a track record of delivering results.

    • I have a strong background in technology and business analysis, which allows me to bridge the gap between IT and business stakeholders.

    • I am a quick learner and can adapt to new technologies and processes easily.

    • I am a team player and can work collaboratively with cross-functional teams to achie...

  • Answered by AI
  • Q17. -What drives you every morning
  • Ans. 

    The desire to learn and grow every day.

    • I am driven by the opportunity to learn new things and expand my knowledge.

    • I am motivated by the chance to make a positive impact on the world through my work.

    • I am inspired by the people around me who are passionate about what they do.

    • I am energized by the challenge of solving complex problems and finding innovative solutions.

    • I am excited by the prospect of personal and profession...

  • Answered by AI
  • Q18. Favourite book?Why?
  • Ans. 

    My favourite book is 'The Alchemist' by Paulo Coelho.

    • I love the book's message about following your dreams and finding your purpose in life.

    • The story is beautifully written and has a lot of depth and meaning.

    • It's a book that I can read over and over again and still find something new to take away from it.

    • The characters are relatable and the plot is engaging.

    • The book has inspired me to pursue my own passions and take ri

  • Answered by AI
  • Q19. Some scenario in which u had to face a conflicting situation( Where u handled it on ur own)
  • Q20. Scenarios for a manager to handle
  • Ans. 

    Managers may face various scenarios in their work. Here are some pointers to handle them.

    • Identify the problem and its root cause

    • Develop a plan of action

    • Communicate effectively with team members

    • Delegate tasks appropriately

    • Monitor progress and adjust plan as needed

    • Provide feedback and recognition

    • Handle conflicts and difficult conversations

    • Stay organized and prioritize tasks

  • Answered by AI
  • Q21. Conflicting scenarios in which manager does not listens to u, or u r a manager and ur subordinates disagree. -which offers have you got
  • Ans. 

    In conflicting scenarios where a manager does not listen or subordinates disagree, I have experience in finding common ground and communicating effectively.

    • I have experience in active listening and finding common ground to resolve conflicts

    • I am skilled in effective communication and can articulate my perspective clearly

    • I am open to feedback and willing to consider alternative viewpoints

    • I have successfully navigated sim...

  • Answered by AI
  • Q22. Which will you prefer and why
  • Ans. 

    I would prefer a job that challenges me and allows me to learn new skills.

    • I value opportunities for growth and development

    • I am open to new experiences and challenges

    • I want to work in an environment that encourages learning

    • Examples: a job that involves working with new technologies or a job that requires problem-solving skills

  • Answered by AI

Interview Preparation Tips

Round: Other Interview
Experience: it was management interview
Tips: -Make sure you know everthing on your resume.Most questions are based on your resume

College Name: Veermata Jijabai Technological Institute, Mumbai [ VJTI ]

Skills evaluated in this interview

Citicorp Interview FAQs

How many rounds are there in Citicorp Senior Technology Lead interview?
Citicorp interview process usually has 1 rounds. The most common rounds in the Citicorp interview process are One-on-one Round.

Tell us how to improve this page.

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.4k Interviews
IDFC FIRST Bank Interview Questions
4.0
 • 612 Interviews
IndusInd Bank Interview Questions
3.6
 • 575 Interviews
Wells Fargo Interview Questions
3.9
 • 553 Interviews
HSBC Group Interview Questions
4.0
 • 485 Interviews
Yes Bank Interview Questions
3.8
 • 408 Interviews
View all
Assistant Vice President
2.3k salaries
unlock blur

₹17 L/yr - ₹46.5 L/yr

Officer
1.6k salaries
unlock blur

₹9.2 L/yr - ₹35 L/yr

Assistant Manager
1.6k salaries
unlock blur

₹5.5 L/yr - ₹19.5 L/yr

Manager
1.2k salaries
unlock blur

₹10.1 L/yr - ₹36.1 L/yr

Vice President
1k salaries
unlock blur

₹29.5 L/yr - ₹68.1 L/yr

Explore more salaries
Compare Citicorp with

Citigroup

3.6
Compare

State Bank of India

3.8
Compare

HDFC Bank

3.9
Compare

ICICI Bank

4.0
Compare

Calculate your in-hand salary

Confused about how your in-hand salary is calculated? Enter your annual salary (CTC) and get your in-hand salary
Did you find this page helpful?
Yes No
write
Share an Interview