Upload Button Icon Add office photos

Filter interviews by

Citicorp Senior Engineer Interview Questions and Answers

Updated 26 Jun 2021

Citicorp Senior Engineer Interview Experiences

1 interview found

Interview Questionnaire 

2 Questions

  • Q1. Java 8 features with examples
  • Ans. 

    Java 8 introduced several new features including lambda expressions, streams, and default methods.

    • Lambda expressions allow for functional programming and concise code.

    • Streams provide a way to process collections of data in a parallel and functional manner.

    • Default methods allow for adding new functionality to interfaces without breaking existing implementations.

    • Method references provide a way to refer to methods without...

  • Answered by AI
  • Q2. How to write Customised immutable java class
  • Ans. 

    Customised immutable java class can be written by declaring all fields as final and not providing any setters.

    • Declare all fields as final

    • Do not provide any setters

    • Provide a constructor to initialize all fields

    • Override equals() and hashCode() methods

    • Make the class final

  • Answered by AI

Skills evaluated in this interview

Interview questions from similar companies

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

I applied via Approached by Company and was interviewed in Sep 2024. There were 5 interview rounds.

Round 1 - Technical 

(2 Questions)

  • Q1. Multi threading print odd even with 2 threads but output should be in sync
  • Q2. Largest common prefix in string array
Round 2 - Technical 

(2 Questions)

  • Q1. Saga pattern in microservice
  • Q2. API validation and security
Round 3 - Technical 

(2 Questions)

  • Q1. Micro service inter communication
  • Q2. Hash map hash set implementation
Round 4 - One-on-one 

(3 Questions)

  • Q1. Validation frame work .
  • Q2. Design pattern , .
  • Q3. Singleton pattern and how to break
Round 5 - HR 

(2 Questions)

  • Q1. Negotiation on package .
  • Q2. Why to join here
Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(1 Question)

  • Q1. Project related
Round 2 - Technical 

(1 Question)

  • Q1. Scenario based question on kafka

Senior Engineer Interview Questions & Answers

Wells Fargo user image SIRIGIRI SAI KUMAR

posted on 22 Oct 2023

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

I applied via Naukri.com 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 - One-on-one 

(2 Questions)

  • Q1. Hadoop basics on computing
  • Q2. Distribution basics for processing the data
Round 3 - Technical 

(2 Questions)

  • Q1. Architecture of bigdata systems
  • Ans. 

    Bigdata systems architecture involves distributed storage, processing, and analysis of large volumes of data.

    • Utilize distributed file systems like HDFS for storage

    • Use parallel processing frameworks like Apache Spark or Hadoop for data processing

    • Implement data pipelines for ETL processes

    • Leverage NoSQL databases like Cassandra or MongoDB for real-time data querying

    • Consider data partitioning and replication for fault tole

  • Answered by AI
  • Q2. How will the bigdata system distribution for storage andcompute happen
  • Ans. 

    Big data system distribution for storage and compute involves partitioning data across multiple nodes for efficient processing.

    • Data is partitioned across multiple nodes to distribute storage and processing load.

    • Hadoop Distributed File System (HDFS) is commonly used for storage distribution.

    • Apache Spark utilizes a cluster computing framework for distributed computing.

    • Data locality is important to minimize data transfer ...

  • Answered by AI

Skills evaluated in this interview

I applied via Referral and was interviewed in May 2021. There were 4 interview rounds.

Interview Questionnaire 

2 Questions

  • Q1. Ssis, sql server, power bi
  • Q2. Dml, ddl, dcl

Interview Preparation Tips

Interview preparation tips for other job seekers - Be prepared for technical question. Specifically fot technology
Interview experience
3
Average
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
No response

I applied via Campus Placement and was interviewed in Sep 2023. There were 2 interview rounds.

Round 1 - Aptitude Test 

It was good but prepared on technical basis

Round 2 - Technical 

(2 Questions)

  • Q1. What is primary key
  • Ans. 

    Primary key is a unique identifier for each record in a database table.

    • Primary key ensures each record in a table is unique

    • It can be a single column or a combination of columns

    • Primary key values cannot be NULL

    • Example: In a table of students, student ID can be a primary key

  • Answered by AI
  • Q2. What is foreign key
  • Ans. 

    Foreign key is a column or a set of columns in a table that uniquely identifies a row in another table.

    • A foreign key establishes a relationship between two tables in a database.

    • It ensures referential integrity by enforcing a link between the data in the two tables.

    • Foreign key constraints prevent actions that would destroy links between tables, such as deleting a row that is referenced by another table.

    • Example: In a dat...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Be strong in your basis programming skills
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Aptitude Test 

General apti questions

Round 2 - Group Discussion 

Work-life balance and career progression

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

I applied via Walk-in and was interviewed in Jan 2023. There were 6 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 - Aptitude Test 

Work and distance, work and time

Round 3 - Coding Test 

SQL server and manual test and Java

Round 4 - Aptitude Test 

Number system and rational and proportion

Round 5 - Group Discussion 

Clarity on manual test and Java class

Round 6 - One-on-one 

(3 Questions)

  • Q1. What is the software
  • Ans. 

    Software is a set of instructions that tells a computer what to do.

    • Software is a collection of programs, data, and instructions that tell a computer how to perform specific tasks.

    • It can be categorized into system software, application software, and middleware.

    • Examples of software include Microsoft Office, Adobe Photoshop, and Google Chrome.

  • Answered by AI
  • Q2. What is the white Box testing
  • Ans. 

    White Box testing is a software testing technique that examines the internal structure and implementation of the system.

    • White Box testing is also known as Clear Box testing, Glass Box testing, or Structural testing.

    • It involves testing the code, logic paths, and internal components of the software.

    • Test cases are designed based on the knowledge of the internal structure of the system.

    • It helps in identifying errors, code ...

  • Answered by AI
  • Q3. What is the software testing
  • Ans. 

    Software testing is the process of evaluating a software application or system to ensure it meets the specified requirements.

    • Software testing is done to identify defects or errors in the software.

    • It involves executing the software with test cases and comparing the actual results with expected results.

    • Different types of testing include unit testing, integration testing, system testing, and acceptance testing.

    • Testing can...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Good knowledge and honest work and fluent English and

Skills evaluated in this interview

Round 1 - Technical 

(2 Questions)

  • Q1. How do you Structure Database? Make Design ?
  • Ans. 

    A well-structured database design is crucial for efficient data management.

    • Identify entities and their relationships

    • Normalize data to reduce redundancy

    • Choose appropriate data types and constraints

    • Consider performance and scalability

    • Document the design and update as needed

  • Answered by AI
  • Q2. Ask about Low Level Design?

Interview Preparation Tips

Interview preparation tips for other job seekers - gsfgg sfgsgsf sfgsgs sdfs fsdfs f sss sfsf sf

Skills evaluated in this interview

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 Aug 2022. There were 3 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 - Technical 

(2 Questions)

  • Q1. Basic & Advance concepts of .NET & SQL
  • Q2. OOPs basics, Linq, jQuery, Javascript
Round 3 - HR 

(1 Question)

  • Q1. Basic discussion about your previous company & salary negotiation etc.

Citicorp Interview FAQs

What are the top questions asked in Citicorp Senior Engineer interview?

Some of the top questions asked at the Citicorp Senior Engineer interview -

  1. How to write Customised immutable java cla...read more
  2. Java 8 features with examp...read more

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
 • 615 Interviews
IndusInd Bank Interview Questions
3.6
 • 583 Interviews
Wells Fargo Interview Questions
3.9
 • 554 Interviews
HSBC Group Interview Questions
4.0
 • 488 Interviews
Yes Bank Interview Questions
3.8
 • 409 Interviews
View all
Citicorp Senior Engineer Salary
based on 7 salaries
₹17 L/yr - ₹30 L/yr
190% more than the average Senior Engineer Salary in India
View more details
Assistant Vice President
4.6k salaries
unlock blur

₹17 L/yr - ₹47.5 L/yr

Assistant Manager
3.3k salaries
unlock blur

₹6 L/yr - ₹20 L/yr

Officer
2.8k salaries
unlock blur

₹10 L/yr - ₹35 L/yr

Vice President
2.4k salaries
unlock blur

₹24 L/yr - ₹70 L/yr

Manager
2.3k salaries
unlock blur

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

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