Upload Button Icon Add office photos

Citicorp

Compare button icon Compare button icon Compare

Filter interviews by

Citicorp Specialist Testing Interview Questions, Process, and Tips

Updated 1 Dec 2023

Citicorp Specialist Testing Interview Experiences

1 interview found

Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-

I appeared for an interview in Nov 2023.

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 

(5 Questions)

  • Q1. What is Tred lifecycle
  • Ans. 

    The Tred lifecycle refers to the stages involved in the testing and development of a software product.

    • Tred lifecycle includes requirements gathering, test planning, test execution, defect tracking, and test closure.

    • It ensures that the software meets the specified requirements and is free from defects.

    • Examples of activities in the Tred lifecycle include creating test cases, executing tests, and analyzing test results.

    • It...

  • Answered by AI
  • Q2. What is SDLC in testing
  • Ans. 

    SDLC in testing refers to the Software Development Life Cycle, which is a process followed for developing and testing software.

    • SDLC is a systematic approach to software development and testing.

    • It consists of several phases such as requirements gathering, design, coding, testing, and deployment.

    • Each phase has specific objectives and deliverables.

    • Testing is an integral part of SDLC and is performed at various stages to e...

  • Answered by AI
  • Q3. What is a testing lifecycle
  • Ans. 

    A testing lifecycle is a set of phases or stages that a software undergoes during the testing process.

    • A testing lifecycle typically includes planning, designing, executing, and evaluating tests.

    • It helps ensure that the software meets the desired quality standards.

    • The lifecycle may vary depending on the development methodology used, such as waterfall or agile.

    • Examples of testing lifecycle models include V-model, iterati

  • Answered by AI
  • Q4. Difference between C and C++
  • Ans. 

    C is a procedural programming language, while C++ is an extension of C with added features of object-oriented programming.

    • C is a procedural language, meaning it focuses on procedures or functions.

    • C++ is an extension of C and supports both procedural and object-oriented programming.

    • C++ has additional features like classes, inheritance, polymorphism, and templates.

    • C++ allows for the use of objects and classes to organize...

  • Answered by AI
  • Q5. What is a difference Between Amazon Sites and app explain
  • Ans. 

    Amazon Sites and app differ in their platform and user experience.

    • Amazon Sites can be accessed through web browsers on desktop or mobile devices.

    • Amazon app is a mobile application available for iOS and Android devices.

    • Amazon Sites offer a wider range of features and functionalities compared to the app.

    • The app provides a more streamlined and optimized user experience for mobile users.

    • Amazon Sites may have a responsive d...

  • Answered by AI

Skills evaluated in this interview

Interview questions from similar companies

Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-

I appeared for an interview in Jun 2024.

Round 1 - Technical 

(2 Questions)

  • Q1. Basic questions about previous experience
  • Q2. Role specific questions
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-

I appeared for an interview in Feb 2025, where I was asked the following questions.

  • Q1. Tell me about yourself
  • Q2. Behavioural questions
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
  • Q1. Why do.you want to Join Wells Fargo
  • Q2. What do you know about the organisation

I applied via LinkedIn and was interviewed before Sep 2021. There were 2 interview rounds.

Round 1 - Technical 

(3 Questions)

  • Q1. What are the three lines of defense?
  • Ans. 

    The three lines of defense refer to the three levels of risk management in an organization.

    • First line of defense: Operational management and control

    • Second line of defense: Risk management and compliance functions

    • Third line of defense: Internal audit function

  • Answered by AI
  • Q2. How do you determine sample size for a given control?
  • Q3. How do you test control design and operating effectiveness?
  • Ans. 

    Control design and operating effectiveness can be tested through various methods.

    • Reviewing control design documentation

    • Performing walkthroughs of control processes

    • Testing control activities through simulations or actual transactions

    • Analyzing control testing results and identifying areas for improvement

    • Assessing the overall effectiveness of controls in achieving their intended objectives

  • Answered by AI
Round 2 - Technical 

(3 Questions)

  • Q1. How do you deal with competing priorities?
  • Q2. Give an example of you working under pressure
  • Q3. Where do you see yourself in the next 3 years?

Interview Preparation Tips

Interview preparation tips for other job seekers - Keep your confidence high. The company looks for people who have strong skillset in BFSI domain.

I applied via Naukri.com and was interviewed before Jun 2020. There were 4 interview rounds.

Interview Questionnaire 

5 Questions

  • Q1. Describe a project which you consider your best work and explain approach behind your rationale and assumptions
  • Q2. What could have been other approaches to do same job
  • Ans. 

    Other approaches to the same job could include automation, outsourcing, or reorganizing the team.

    • Automation: Implementing technology to streamline processes and reduce manual labor.

    • Outsourcing: Hiring a third-party company to handle certain tasks or responsibilities.

    • Reorganizing the team: Restructuring roles and responsibilities to optimize efficiency and productivity.

    • Example: Automating inventory management to reduce ...

  • Answered by AI
  • Q3. ML gradient boosting algorithm related questions
  • Q4. Logistic regression related questions
  • Q5. Banking products knowledge was checked.... Like transactor, revolver, defaulter etc

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare CV thoroughly, have good understanding of algorithms and analytical approaches taken by you. Strengths weakness, why HSBC, why switch to banking domain. Be prepared for logical thinking based questions during round with senior mgmt. Prepare convincing answers and be smart in tackling difficult questions. Don't beat around the bush if you don't know something or you forgot. Be ready with things you would need to explain a project, keep numbers handy. Last but not the least don't fake your experience.

Interview Questionnaire 

1 Question

  • Q1. Question regarding SQL basic

I applied via LinkedIn and was interviewed in Dec 2020. There were 3 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. Linear Regression, Market Basket Analysis, Time Series Analysis

Interview Preparation Tips

Interview preparation tips for other job seekers - Keep your CV simple. Dont put random concepts on your CV that you have no idea of just to make your CV attractive. Always remember, if you are shortlisted for interviews, the recruiters have a good feel about you. Your CV should be crisp and simple and put/write concepts you are thorough with and have a detailed idea in. Prepare well. Prepare smart.

I applied via Naukri.com and was interviewed in Aug 2020. There were 3 interview rounds.

Interview Questionnaire 

2 Questions

  • Q1. Check palindrome , anagram of string with O(n)
  • Ans. 

    To check palindrome and anagram of a string with O(n), use a hash table to store character frequencies.

    • Create a hash table to store the frequency of each character in the string.

    • For palindrome, check that no more than one character has an odd frequency.

    • For anagram, compare the hash tables of the two strings.

    • If the hash tables are equal, the strings are anagrams.

    • If the hash tables differ by only one character, the strin...

  • Answered by AI
  • Q2. Optimized solutions and core principles applied in OOPS
  • Ans. 

    Optimized solutions and core principles applied in OOPS

    • Encapsulation, Inheritance, Polymorphism, Abstraction are core principles of OOPS

    • Optimized solutions can be achieved through efficient algorithms and data structures

    • Design patterns like Singleton, Factory, Observer can also be used for optimized solutions

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - They are looking for best possible solutions. and they are not using that in project then also they ask

Skills evaluated in this interview

I appeared for an interview before May 2021.

Round 1 - Coding Test 

(1 Question)

Round duration - 45 Minutes
Round difficulty - Hard

  • Q1. 

    Find the Duplicate Number Problem Statement

    Given an integer array 'ARR' of size 'N' containing numbers from 0 to (N - 2). Each number appears at least once, and there is one number that appears twice. Yo...

  • Ans. 

    Find the duplicate number in an integer array containing numbers from 0 to (N - 2).

    • Iterate through the array and keep track of the frequency of each number using a hashmap.

    • Return the number that appears twice in the array.

    • The duplicate number is always present in the given array.

  • Answered by AI
Round 2 - Coding Test 

(1 Question)

Round duration - 50 Minutes
Round difficulty - Easy

  • Q1. 

    Bubble Sort Problem Statement

    Sort an unsorted array of non-negative integers using the Bubble Sort algorithm, which swaps adjacent elements if they are not in the correct order to sort the array in non-d...

  • Ans. 

    Bubble Sort is used to sort an array of non-negative integers in non-decreasing order by swapping adjacent elements if they are not in the correct order.

    • Iterate through the array and compare adjacent elements, swapping them if they are in the wrong order.

    • Repeat this process until the array is sorted in non-decreasing order.

    • Time complexity of Bubble Sort is O(n^2) in worst case.

    • Example: For input [6, 2, 8, 4, 10], the o

  • Answered by AI
Round 3 - Coding Test 

(1 Question)

Round duration - 60 Minutes
Round difficulty - Medium

  • Q1. 

    Unweighted Graph Shortest Path Problem

    You are tasked with finding the shortest path between two houses in the city of Ninjaland, represented as an unweighted graph. The city has N houses numbered from 1 ...

  • Ans. 

    Find the shortest path between two houses in a city represented as an unweighted graph.

    • Use breadth-first search (BFS) algorithm to find the shortest path in an unweighted graph.

    • Start BFS from the source house and keep track of the shortest path to each house.

    • Once the destination house is reached, backtrack to find the shortest path.

    • Consider using a queue data structure to implement BFS efficiently.

  • Answered by AI
Round 4 - HR 

Round duration - 60 Minutes
Round difficulty - Easy

Interview Preparation Tips

Eligibility criteria7Morgan Stanley interview preparation:Topics to prepare for the interview - Java , spring, aws,azure, Algorithm, computer Architecture, compiler designTime required to prepare for the interview - 6 MonthsInterview preparation tips for other job seekers

Tip 1 : online resources
Tip 2 : cracking the coding interview by Gayle laykemann this is one of the best book for learning the concept at the initial level. Start practicing the approaches mention in the book once done apply the same to similar level pattern questions.
Tip 3 : geeks for geeks start from school level and then move towards easy medium and hard once done practice the previous year questions

Application resume tips for other job seekers

Tip 1 : precise clear concise and well written 
Tip 2 : mentions the skills sets along with the projects

Final outcome of the interviewSelected

Skills evaluated in this interview

Citicorp Interview FAQs

How many rounds are there in Citicorp Specialist Testing interview?
Citicorp interview process usually has 2 rounds. The most common rounds in the Citicorp interview process are Resume Shortlist and One-on-one Round.
What are the top questions asked in Citicorp Specialist Testing interview?

Some of the top questions asked at the Citicorp Specialist Testing interview -

  1. What is a difference Between Amazon Sites and app expl...read more
  2. What is Tred lifecy...read more
  3. What is SDLC in test...read more

Tell us how to improve this page.

Citicorp Specialist Testing Interview Process

based on 1 interview

Interview experience

5
  
Excellent
View more

Interview Questions from Similar Companies

Wells Fargo Interview Questions
3.8
 • 580 Interviews
HSBC Group Interview Questions
3.9
 • 489 Interviews
American Express Interview Questions
4.1
 • 366 Interviews
BNY Interview Questions
3.8
 • 351 Interviews
UBS Interview Questions
3.9
 • 339 Interviews
Morgan Stanley Interview Questions
3.6
 • 293 Interviews
FactSet Interview Questions
3.9
 • 208 Interviews
View all
Citicorp Specialist Testing Salary
based on 6 salaries
₹6.5 L/yr - ₹20 L/yr
At par with the average Specialist Testing Salary in India
View more details
Assistant Vice President
4.8k salaries
unlock blur

₹17 L/yr - ₹48.5 L/yr

Assistant Manager
3.3k salaries
unlock blur

₹6 L/yr - ₹20 L/yr

Officer
2.9k salaries
unlock blur

₹10.6 L/yr - ₹35.9 L/yr

Vice President
2.6k salaries
unlock blur

₹21 L/yr - ₹70.8 L/yr

Manager
2.3k salaries
unlock blur

₹11.5 L/yr - ₹38 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
Did you find this page helpful?
Yes No
write
Share an Interview