Upload Button Icon Add office photos

Barclays

Compare button icon Compare button icon Compare

Filter interviews by

Barclays Senior .NET Developer Interview Questions and Answers

Updated 12 Jul 2024

Barclays Senior .NET Developer Interview Experiences

1 interview found

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

I applied via Naukri.com and was interviewed before Jul 2023. There were 3 interview rounds.

Round 1 - Coding Test 

Write a code for any 2 design patterns in C#

Round 2 - One-on-one 

(3 Questions)

  • Q1. Explain solid principles
  • Ans. 

    SOLID principles are a set of five design principles in object-oriented programming to make software designs more understandable, flexible, and maintainable.

    • Single Responsibility Principle (SRP) - A class should have only one reason to change.

    • Open/Closed Principle (OCP) - Software entities should be open for extension but closed for modification.

    • Liskov Substitution Principle (LSP) - Objects of a superclass should be re...

  • Answered by AI
  • Q2. Explain data structures
  • Ans. 

    Data structures are ways of organizing and storing data in a computer so that it can be accessed and used efficiently.

    • Data structures define the way data is stored, accessed, and manipulated in a computer program.

    • Examples of data structures include arrays, linked lists, stacks, queues, trees, and graphs.

    • Each data structure has its own advantages and disadvantages depending on the specific use case.

    • Choosing the right da...

  • Answered by AI
  • Q3. Write a code for pop node from stack data structure.
  • Ans. 

    Code to pop a node from a stack data structure in C#.

    • Create a method to remove and return the top element from the stack.

    • Check if the stack is empty before popping the node to avoid errors.

    • Decrement the top index after popping the node to update the stack.

  • Answered by AI
Round 3 - One-on-one 

(2 Questions)

  • Q1. Manager asked general technical questions
  • Q2. Asked about family background and goal for next 5 years

Interview Preparation Tips

Interview preparation tips for other job seekers - For software developer strong technical skills required.

Skills evaluated in this interview

Interview questions from similar companies

Interview experience
2
Poor
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
No response

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

Round 1 - Technical 

(5 Questions)

  • Q1. Difference between Entity Framework and ADO.Net
  • Ans. 

    Entity Framework is an ORM that simplifies data access in .NET applications, while ADO.Net is a low-level data access technology.

    • Entity Framework is an Object-Relational Mapping (ORM) framework that allows developers to work with databases using .NET objects.

    • ADO.Net is a set of classes that allows developers to interact with data sources like databases directly using SQL commands.

    • Entity Framework provides higher level ...

  • Answered by AI
  • Q2. Explain Angular hooks or lifecycle
  • Ans. 

    Angular hooks or lifecycle are methods that allow developers to tap into key moments in a component's lifecycle.

    • Angular components have several lifecycle hooks such as ngOnInit, ngOnChanges, ngDoCheck, ngOnDestroy, etc.

    • These hooks allow developers to perform actions at specific points in a component's lifecycle, such as initialization, change detection, and destruction.

    • For example, ngOnInit is used to initialize data i...

  • Answered by AI
  • Q3. Difference between function and stored procedure in SQL
  • Ans. 

    Functions return a single value while stored procedures can perform multiple operations and return multiple values.

    • Functions return a single value while stored procedures can return multiple values.

    • Functions are used for computations and return values, while stored procedures are used for executing a sequence of statements.

    • Functions can be called from within SQL statements, while stored procedures are called using the ...

  • Answered by AI
  • Q4. Your professional experience
  • Ans. 

    I have over 8 years of experience as a Senior .NET Developer, working on various projects and technologies.

    • Developed web applications using ASP.NET MVC and Web API

    • Worked with SQL Server for database design and development

    • Implemented front-end using JavaScript frameworks like Angular and React

    • Experience with cloud platforms like Azure for deployment and hosting

  • Answered by AI
  • Q5. Projects architecture you have worked on?
  • Ans. 

    I have worked on projects with layered architecture, microservices, and monolithic architecture.

    • Layered architecture: Separation of concerns into presentation, business logic, and data access layers.

    • Microservices: Independent, loosely coupled services communicating over APIs.

    • Monolithic architecture: Single-tiered application with all components tightly integrated.

    • Example: Developed a web application using ASP.NET MVC w...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - The interview was schedule for 30 min. The interviewer arrived 20 min late, conducted interview for 10 min, and said they would reschedule, but I haven't heard back from HR.

Skills evaluated in this interview

Interview experience
4
Good
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
No response

I was interviewed in Sep 2024.

Round 1 - Technical 

(2 Questions)

  • Q1. Difference between hashmap and hash table
  • Ans. 

    HashMap is non-synchronized and allows null values, while HashTable is synchronized and does not allow null values.

    • HashMap is non-synchronized, meaning it is not thread-safe, while HashTable is synchronized and thread-safe.

    • HashMap allows null values for both keys and values, while HashTable does not allow null keys or values.

    • HashMap is generally preferred for non-thread-safe applications, while HashTable is used in mul

  • Answered by AI
  • Q2. Significance of equals and hashcode in java
  • Ans. 

    Equals method is used to compare the content of objects while hashcode method is used to generate a unique integer value for an object.

    • Equals method is used to compare the content of objects for equality.

    • Hashcode method is used to generate a unique integer value for an object.

    • Both methods are important for implementing proper object comparison and hashing in Java.

  • Answered by AI
Round 2 - Behavioral 

(2 Questions)

  • Q1. What motivates you to come to office
  • Ans. 

    I am motivated to come to the office by the opportunity to work on challenging projects, collaborate with talented colleagues, and contribute to the success of the team.

    • Challenging projects provide a sense of accomplishment and growth

    • Collaborating with talented colleagues allows for learning and innovation

    • Contributing to the success of the team fosters a sense of purpose and fulfillment

  • Answered by AI
  • Q2. Any scenario where you coached and mentored your collegue in previous organisation?
  • Ans. 

    Yes, I coached a junior developer on implementing design patterns in a project.

    • Provided guidance on how to apply design patterns in code

    • Reviewed their code and provided feedback for improvement

    • Encouraged them to ask questions and seek clarification

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - After applying we were sent a test link which consists of mcq's of Java8, spring boot etc. After that we were called for a walkin drive.There are 2 rounds. One technical and one managerial. Interviewers are friendly and asked basic questions on java and spring.

Skills evaluated in this interview

Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Coding Test 

It was data structures and algorithm

Round 2 - Technical 

(2 Questions)

  • Q1. What is friend function
  • Q2. Basic definitions of oops
Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Coding Test 

Given Salesforec Scenario Based Question To Create a 3 input Box and Query the details & Show in Ui

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare for Scenatio based basic Questions
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via Recruitment Consulltant and was interviewed in Oct 2024. There were 3 interview rounds.

Round 1 - Aptitude Test 

Salesforce Admin Test

Round 2 - Coding Test 

Trigger Scenarios for mixed DML error

Round 3 - Assignment 

Integration assignment

Interview experience
5
Excellent
Difficulty level
Easy
Process Duration
More than 8 weeks
Result
Selected Selected

I applied via Company Website and was interviewed in Dec 2023. There was 1 interview round.

Round 1 - Personal Interview 

(2 Questions)

  • Q1. Java related questions
  • Q2. Microservices related questions
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - One-on-one 

(2 Questions)

  • Q1. Explain Encapsulation
  • Ans. 

    Encapsulation is the concept of bundling data and methods that operate on the data into a single unit.

    • Encapsulation helps in hiding the internal state of an object and only exposing necessary functionalities.

    • It allows for better control over the data by preventing direct access from outside the class.

    • Encapsulation also helps in achieving data abstraction and information hiding.

    • Example: In a class representing a car, th...

  • Answered by AI
  • Q2. How to call rest API
  • Ans. 

    To call a REST API, you can use tools like Postman or code in languages like JavaScript or Python.

    • Use tools like Postman to make HTTP requests to the API endpoints

    • In programming languages like JavaScript, use libraries like Axios or Fetch to make API calls

    • Include necessary headers, parameters, and authentication tokens in the request

    • Handle the response data accordingly, whether it's JSON, XML, or other formats

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare Sprig MVC, Spring boot and API

Skills evaluated in this interview

Interview experience
3
Average
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via Naukri.com and was interviewed in Feb 2024. There was 1 interview round.

Round 1 - Coding Test 

They ask two questions for coding

Interview Preparation Tips

Interview preparation tips for other job seekers - Good have hands on basics and some coding

I applied via campus placement at Banasthali Vidyapeeth Womens Institute For Studies In Development Oriented Management, Jaipur and was interviewed before Sep 2021. There were 2 interview rounds.

Round 1 - Coding Test 

It had more than 30 aptitude questions and 2 coding questions

Round 2 - One-on-one 

(1 Question)

  • Q1. It was totally a tech round all questions were from Data structure, dbms, java, computer networking

Interview Preparation Tips

Interview preparation tips for other job seekers - Be confident and if you don't know any answer don't take time say it directly with confidence

Barclays Interview FAQs

How many rounds are there in Barclays Senior .NET Developer interview?
Barclays interview process usually has 3 rounds. The most common rounds in the Barclays interview process are One-on-one Round and Coding Test.
What are the top questions asked in Barclays Senior .NET Developer interview?

Some of the top questions asked at the Barclays Senior .NET Developer interview -

  1. Write a code for pop node from stack data structu...read more
  2. Explain solid princip...read more
  3. Explain data structu...read more

Tell us how to improve this page.

Barclays Senior .NET Developer Interview Process

based on 1 interview

Interview experience

5
  
Excellent
View more

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.5k Interviews
IDFC FIRST Bank Interview Questions
3.9
 • 640 Interviews
IndusInd Bank Interview Questions
3.5
 • 601 Interviews
Bandhan Bank Interview Questions
3.7
 • 538 Interviews
HSBC Group Interview Questions
4.0
 • 490 Interviews
View all
Barclays Senior .NET Developer Salary
based on 11 salaries
₹13 L/yr - ₹30 L/yr
127% more than the average Senior .NET Developer Salary in India
View more details

Barclays Senior .NET Developer Reviews and Ratings

based on 1 review

5.0/5

Rating in categories

4.0

Skill development

5.0

Work-life balance

4.0

Salary

5.0

Job security

5.0

Company culture

1.0

Promotions

5.0

Work satisfaction

Explore 1 Review and Rating
Assistant Vice President
2.3k salaries
unlock blur

₹17 L/yr - ₹45 L/yr

Senior Analyst
1.1k salaries
unlock blur

₹3 L/yr - ₹11.4 L/yr

Assistant Manager
986 salaries
unlock blur

₹7.9 L/yr - ₹24 L/yr

Process Advisor
936 salaries
unlock blur

₹1 L/yr - ₹8.3 L/yr

Analyst
898 salaries
unlock blur

₹5 L/yr - ₹20 L/yr

Explore more salaries
Compare Barclays with

Deutsche Bank

3.9
Compare

Accenture

3.8
Compare

Amazon

4.1
Compare

Deloitte

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