Upload Button Icon Add office photos

Citco

Compare button icon Compare button icon Compare

Filter interviews by

Citco Junior .NET Developer Interview Questions, Process, and Tips

Updated 18 Mar 2024

Citco Junior .NET Developer Interview Experiences

1 interview found

Interview experience
5
Excellent
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Not Selected

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

Round 1 - Coding Test 

2 coding questions were given with 40 min time limit

Round 2 - Technical 

(5 Questions)

  • Q1. Difference between ref, out params
  • Ans. 

    ref and out are both used for passing arguments by reference in C#, but out parameters are not required to be initialized before being passed.

    • ref parameters must be initialized before being passed to a method, while out parameters do not need to be initialized

    • out parameters are typically used for returning multiple values from a method

    • ref parameters can be used for both input and output, while out parameters are typica

  • Answered by AI
  • Q2. Realtime example of static class
  • Ans. 

    A static class is a class that cannot be instantiated and is used to group related methods and properties.

    • Static classes are commonly used for utility classes that contain helper methods.

    • They are also used for defining extension methods.

    • Example: Math class in C# contains static methods like Math.Max() and Math.Min().

  • Answered by AI
  • Q3. Difference between first, single
  • Ans. 

    First returns the first element of a sequence, while Single returns the only element of a sequence or throws an exception if there is not exactly one element.

    • First is used to retrieve the first element of a sequence, while Single is used to retrieve the only element of a sequence.

    • First does not throw an exception if there are no elements in the sequence, while Single throws an exception in this case.

    • Example: var number...

  • Answered by AI
  • Q4. What is interface
  • Ans. 

    An interface in .NET is a reference type that defines a contract for classes to implement certain methods and properties.

    • Interfaces contain method signatures but no implementation.

    • Classes can implement multiple interfaces.

    • Interfaces are used for achieving abstraction and multiple inheritance in .NET.

    • Example: 'IComparable' interface in C# is used for comparing objects.

  • Answered by AI
  • Q5. Difference between authentication, authorization
  • Ans. 

    Authentication verifies the identity of a user, while authorization determines what actions a user is allowed to perform.

    • Authentication confirms the user's identity through credentials like username and password.

    • Authorization controls the access rights of authenticated users to specific resources or actions.

    • Example: Logging into a website with a username and password is authentication. Accessing certain pages or featur

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Be good on basics

Skills evaluated in this interview

Interview questions from similar companies

I applied via Recruitment Consulltant and was interviewed before Jan 2021. 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 - Coding Test 

Python coding test

Interview Preparation Tips

Topics to prepare for Deloitte Software Developer interview:
  • Python
Interview preparation tips for other job seekers - always practice coding
ex: python, java etc

I applied via Naukri.com and was interviewed in Apr 2020. There was 1 interview round.

Interview Questionnaire 

2 Questions

  • Q1. What synchronous and asynchronous means??
  • Ans. 

    Synchronous means happening at the same time, while asynchronous means not happening at the same time.

    • Synchronous operations occur in real-time, while asynchronous operations can be delayed or queued.

    • Synchronous operations block the program until they are completed, while asynchronous operations allow the program to continue running.

    • Examples of synchronous operations include function calls and loops, while examples of ...

  • Answered by AI
  • Q2. When to use CTE and temp table.
  • Ans. 

    CTE and temp table usage in SQL

    • Use CTE for recursive queries and complex subqueries

    • Use temp tables for large data sets and complex queries

    • CTE is more efficient for small data sets

    • Temp tables can be indexed for faster performance

    • Consider the scope and lifespan of the data when choosing between CTE and temp table

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Understand question first and answer.

Interview Questionnaire 

1 Question

  • Q1. Basics questions on SAP

Interview Preparation Tips

Interview preparation tips for other job seekers - Recomend, not to join this company. what they promise and what they provide is totally irrelevant. No ethics.

Interview Questionnaire 

1 Question

  • Q1. Questions regarding design patterns, Java Concepts, Questions on Hibernate and Springboot, My previous company work.

Interview Questionnaire 

1 Question

  • Q1. Scenario based question on Relationship, Role, OWD,
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Selected Selected

I applied via Approached by Company and was interviewed before Mar 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 - Coding Test 

It depends on the region, for me they conducted tool test in the 1st round.

Round 3 - Technical 

(2 Questions)

  • Q1. Technical questions on previously done projects
  • Q2. About software and tool proficiency

Interview Preparation Tips

Interview preparation tips for other job seekers - Be confident about your work( for experienced guys)
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via LinkedIn and was interviewed before May 2023. There were 2 interview rounds.

Round 1 - Aptitude Test 

Clear basic programming fundamentals

Round 2 - Technical 

(1 Question)

  • Q1. All basic to advance concepts oops, SDLC, C3, asp.net, angular etc.

Interview Preparation Tips

Topics to prepare for Gartner Software Developer interview:
  • oops
  • c#
  • .net
  • angular
  • aws
Interview preparation tips for other job seekers - - make sure to have clear understanding of programming fundamentals
Interview experience
4
Good
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via LinkedIn and was interviewed in Mar 2024. There was 1 interview round.

Round 1 - HR 

(2 Questions)

  • Q1. When have you had a conflict with someone.
  • Ans. 

    I had a conflict with a team member over project priorities.

    • Miscommunication led to conflicting priorities

    • Discussed the issue openly and found a compromise

    • Learned the importance of clear communication in team projects

  • Answered by AI
  • Q2. Tell me you greatest project
  • Ans. 

    Developed a web-based project management tool for tracking tasks and deadlines

    • Used React for front-end development

    • Implemented user authentication and authorization using JWT tokens

    • Utilized Node.js and Express for back-end development

    • Integrated MongoDB for database storage

  • Answered by AI
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Selected Selected

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

Round 1 - Coding Test 

Hacker Rank test with medium difficulty

Round 2 - Technical 

(1 Question)

  • Q1. Technical discussion mainly around system design, different architectures, problem solving and coding question may be asked.
Round 3 - Case Study 

A case study for a problem statement

Citco Interview FAQs

How many rounds are there in Citco Junior .NET Developer interview?
Citco interview process usually has 2 rounds. The most common rounds in the Citco interview process are Coding Test and Technical.
How to prepare for Citco Junior .NET Developer 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 Citco. The most common topics and skills that interviewers at Citco expect are ASP.Net MVC, JIRA, SDLC, SQL and Scrum.
What are the top questions asked in Citco Junior .NET Developer interview?

Some of the top questions asked at the Citco Junior .NET Developer interview -

  1. Difference between authentication, authorizat...read more
  2. Difference between ref, out par...read more
  3. Difference between first, sin...read more

Tell us how to improve this page.

Citco Junior .NET Developer Interview Process

based on 1 interview

Interview experience

5
  
Excellent
View more

Interview Questions from Similar Companies

Deloitte Interview Questions
3.8
 • 2.8k Interviews
PwC Interview Questions
3.4
 • 1.4k Interviews
Ernst & Young Interview Questions
3.4
 • 1.1k Interviews
KPMG India Interview Questions
3.5
 • 797 Interviews
ZS Interview Questions
3.3
 • 451 Interviews
BCG Interview Questions
3.7
 • 197 Interviews
Bain & Company Interview Questions
3.8
 • 106 Interviews
WSP Interview Questions
4.2
 • 91 Interviews
Gartner Interview Questions
4.1
 • 81 Interviews
View all
Supervisor
910 salaries
unlock blur

₹8.2 L/yr - ₹21 L/yr

Senior Fund Accountant
807 salaries
unlock blur

₹5 L/yr - ₹14.5 L/yr

Fund Accountant
556 salaries
unlock blur

₹2.3 L/yr - ₹12.7 L/yr

Operations Analyst
406 salaries
unlock blur

₹3.9 L/yr - ₹8 L/yr

Senior Operations Analyst
382 salaries
unlock blur

₹4.4 L/yr - ₹10.4 L/yr

Explore more salaries
Compare Citco with

Deloitte

3.8
Compare

Ernst & Young

3.4
Compare

PwC

3.4
Compare

KPMG India

3.5
Compare
Did you find this page helpful?
Yes No
write
Share an Interview