Upload Button Icon Add office photos

Citicorp

Compare button icon Compare button icon Compare

Filter interviews by

Citicorp Softwaretest Engineer Interview Questions and Answers

Updated 6 Jan 2025

Citicorp Softwaretest Engineer Interview Experiences

4 interviews found

Softwaretest Engineer Interview Questions & Answers

user image HARITHA JAYARAMAN

posted on 7 Oct 2024

Interview experience
1
Bad
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Aptitude Test 

Aptitude with Technical

Round 2 - One-on-one 

(2 Questions)

  • Q1. Projects details
  • Q2. About why choose
Interview experience
5
Excellent
Difficulty level
Easy
Process Duration
2-4 weeks
Result
Selected Selected

I applied via citi.com and was interviewed before Jan 2024. There was 1 interview round.

Round 1 - HR 

(1 Question)

  • Q1. Can you provide an overview of your background and experiences?
  • Ans. 

    I have a strong background in software testing with experience in manual and automated testing.

    • Over 5 years of experience in software testing

    • Proficient in manual testing techniques and tools such as Jira and TestRail

    • Skilled in automated testing using tools like Selenium and JUnit

    • Experience in creating test plans, test cases, and executing test scripts

    • Familiar with Agile and Scrum methodologies

  • Answered by AI

Softwaretest Engineer Interview Questions Asked at Other Companies

asked in Playablo
Q1. What is boundary value analysis? How do u perform boundary value ... read more
asked in Playablo
Q2. If u get a blocker defect just the previous day of ur release dat ... read more
Q3. 1. What is STLC, SDLC 2. What is the bug Life cycle. 3. Differenc ... read more
Q4. - Print the frequency of each alphabet for the given string. - Sw ... read more
asked in Playablo
Q5. Write Sql query for displaying total number of students from chil ... read more
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via Referral and was interviewed before May 2022. There were 4 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 - Technical 

(1 Question)

  • Q1. Technical related
Round 3 - HR 

(1 Question)

  • Q1. Common HR round
Round 4 - One-on-one 

(1 Question)

  • Q1. Common round about personal information

Interview Preparation Tips

Interview preparation tips for other job seekers - Be prepared
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Selected Selected

I applied via Referral and was interviewed before Mar 2022. There were 4 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 - Coding Test 

Medium level coding test on codility was there.

Round 3 - Technical 

(1 Question)

  • Q1. Normal Oops questions. DSA easy to medium qestions
Round 4 - HR 

(1 Question)

  • Q1. Salary discussions. Normal HR questions

Interview Preparation Tips

Interview preparation tips for other job seekers - Practice leetcode easy and medium level questions and Object Oriented programming is must.

Citicorp interview questions for designations

 Software Engineer

 (11)

 Data Engineer

 (3)

 Devops Engineer

 (2)

 Senior Software Engineer

 (8)

 Big Data Engineer

 (2)

 Lead Software Engineer

 (1)

 Senior Data Engineer

 (1)

 Machine Learning Engineer

 (1)

Interview questions from similar companies

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

I appeared for an interview in Oct 2023.

Round 1 - Aptitude Test 

Online aptitude test was taken
1st round was general aptitude test
2nd was coding question with two questions to solve in 45 mins

Round 2 - Behavioral 

(1 Question)

  • Q1. General test with lots pf questions which describes your traits . Answer Honestly
Round 3 - Technical 

(1 Question)

  • Q1. It was a 15 - 20 mins interview round 1) Basic Intro 2) Asked about my projects . 3) MySQL queries , Normalization 4) Interface in Java and general 5) Write a code to return sum of numbers present in al...
Round 4 - HR 

(1 Question)

  • Q1. Did not clear Technical round

I applied via Company Website and was interviewed in Sep 2021. There were 2 interview rounds.

Round 1 - Coding Test 

C,c++, theory language python

Round 2 - Aptitude Test 

Maths

Interview Preparation Tips

Topics to prepare for Motilal Oswal Financial Services Softwaretest Engineer interview:
  • C
  • Opps
Interview preparation tips for other job seekers - C,c++ theory oops concepts in language
Interview experience
2
Poor
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Campus Placement and was interviewed in Nov 2022. There were 5 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 - Coding Test 

2 very easy coding questions. Solved both of them in 12-15 minutes.

Round 3 - Technical 

(1 Question)

  • Q1. Discussion on project. How will you implement call logs in mobile number efficiently. Make sure that you know everything about what you have written in project. Basic DSA question on binary search and map.
Round 4 - Technical 

(3 Questions)

  • Q1. Asked if I have my personal website.
  • Q2. What happens when you enter the address of your personal website in your browser? Deep discussion on this topic alongwith protocol , DNS table etc. Make sure that you do not have any vague idea about this ...
  • Q3. Discussion on internships.
Round 5 - HR 

(2 Questions)

  • Q1. Why do u want to wark at jpmc ?
  • Q2. Asked about my educational and family background. What job my father do , asked about my location preference (Mumbai, Bengaluru or Hyderabad) , asked how well my last 2 interviews were.

Interview Preparation Tips

Interview preparation tips for other job seekers - It was an oncampus process. After performing all 3 rounds satisfactorily, HR was happy and she asked about my location preference for joining the job. I was quite happy and satisfied untill i saw that they selected only 4 people and i was not there. HR was such a dumb that she was not letting those guys who left to attend their other interviews to proceed for further rounds. I left my other interviews to put my all focus on getting selected and eventually found that they selected 4 people (out of which 1 was quite dumb and does not deserve the selection). So yeah ! Luck plays a vital role. But never lose your hope, your efforts will surely pay you once !

I applied via Naukri.com and was interviewed before Feb 2021. There was 1 interview round.

Round 1 - Technical 

(2 Questions)

  • Q1. What is interface and difference between interface and abstract class
  • Ans. 

    An interface is a contract that specifies the methods that a class must implement. Abstract class is a class that cannot be instantiated.

    • An interface can only have abstract methods and constants, while an abstract class can have both abstract and non-abstract methods.

    • A class can implement multiple interfaces, but can only inherit from one abstract class.

    • Interfaces are used to achieve abstraction and provide loose coupl...

  • Answered by AI
  • Q2. What do you mean by reflection?
  • Ans. 

    Reflection is the ability of a program to examine and modify its own structure and behavior at runtime.

    • Reflection allows a program to inspect and manipulate its own code and data at runtime.

    • It is commonly used in frameworks and libraries to provide dynamic behavior.

    • Examples include Java's reflection API and .NET's System.Reflection namespace.

    • Reflection can be used to create new objects, invoke methods, and access field...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare basic c sharp questions
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Coding Test 

3 Leetcode Easy-Medium Questions

Round 2 - Technical 

(2 Questions)

  • Q1. Detailed Discussion on Projects written on Resume .
  • Q2. SQL Queries and some HR Questions.
Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Aptitude Test 

Includes a lotta apti based on logic sections

Round 2 - Coding Test 

DO Leetcode hard minimum

Round 3 - Technical 

(1 Question)

  • Q1. OOPS, System design, SQL

Citicorp Interview FAQs

How many rounds are there in Citicorp Softwaretest Engineer interview?
Citicorp interview process usually has 2-3 rounds. The most common rounds in the Citicorp interview process are HR, Resume Shortlist and Technical.
What are the top questions asked in Citicorp Softwaretest Engineer interview?

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

  1. Normal Oops questions. DSA easy to medium qesti...read more
  2. Common round about personal informat...read more
  3. Technical rela...read more

Tell us how to improve this page.

Citicorp Softwaretest Engineer Interview Process

based on 4 interviews

Interview experience

3.8
  
Good
View more
Citicorp Softwaretest Engineer Salary
based on 34 salaries
₹6 L/yr - ₹23.8 L/yr
149% more than the average Softwaretest Engineer Salary in India
View more details

Citicorp Softwaretest Engineer Reviews and Ratings

based on 4 reviews

4.1/5

Rating in categories

2.8

Skill development

4.5

Work-life balance

3.3

Salary

3.5

Job security

3.3

Company culture

2.7

Promotions

3.9

Work satisfaction

Explore 4 Reviews and Ratings
Assistant Vice President
4.8k salaries
unlock blur

₹17 L/yr - ₹48.5 L/yr

Assistant Manager
3.3k salaries
unlock blur

₹6.1 L/yr - ₹20.7 L/yr

Officer
2.9k salaries
unlock blur

₹10.9 L/yr - ₹35.5 L/yr

Vice President
2.6k salaries
unlock blur

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