Upload Button Icon Add office photos
Engaged Employer

i

This company page is being actively managed by Circulants Team. If you also belong to the team, you can get access from here

Circulants Verified Tick

Compare button icon Compare button icon Compare

Filter interviews by

Circulants DOT NET Developer Interview Questions and Answers

Updated 22 May 2024

Circulants DOT NET Developer Interview Experiences

1 interview found

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

I applied via Approached by Company

Round 1 - One-on-one 

(4 Questions)

  • Q1. Basic OOPS concepts, basic ASP .NET MVC concepts, JWT token, refresh token, SQL concepts
  • Q2. Difference between abstract class and interface and their use in your project
  • Ans. 

    Abstract class can have implementation while interface cannot. Abstract class can have constructors while interface cannot.

    • Abstract class can have method implementations while interface cannot.

    • Abstract class can have fields while interface cannot.

    • Abstract class can have constructors while interface cannot.

    • Interfaces are used for multiple inheritance in C#.

    • Abstract classes are used when some common functionality needs t

  • Answered by AI
  • Q3. Filters and their use
  • Ans. 

    Filters are used to narrow down data based on specific criteria.

    • Filters are used to retrieve specific data from a larger set based on certain conditions

    • Filters can be applied in various ways such as in SQL queries, Excel spreadsheets, or programming languages like JavaScript

    • Examples of filters include WHERE clause in SQL, filter function in JavaScript arrays, and filter option in Excel pivot tables

  • Answered by AI
  • Q4. How to authenticate MVC application
  • Ans. 

    MVC application authentication can be achieved using various methods like Forms Authentication, Windows Authentication, OAuth, etc.

    • Use Forms Authentication for username/password based authentication

    • Implement Windows Authentication for intranet applications

    • Utilize OAuth for third-party authentication like Google, Facebook, etc.

  • Answered by AI
Round 2 - Coding Test 

Normal question about interface abstract class and inheritance

Interview Preparation Tips

Interview preparation tips for other job seekers - Practice basic questions and SQL queries

Skills evaluated in this interview

Interview questions from similar companies

I was interviewed before Aug 2016.

Interview Preparation Tips

Round: Resume Shortlist
Experience: I am vinothkumar from Dindugal, I was studied computer engineering in Madurai institute of engineering and technology at sivagangai, I am quality controller in RR DONNELLY at Chennai, my experience 2 years, my family staying in native, my father palanichami he is a former, my mother tamilselvi she is home maker and my one yelder brother Vijayakumar he is driver, I am interested area software engineer, my hobbies are listening music, reading book and news paper, playing and watching cricket
Tips: No comments

Round: Test
Experience: I am vinothkumar from Dindugal, I was studied computer engineering in Madurai institute of engineering and technology at sivagangai, I am quality controller in RR DONNELLY at Chennai, my experience 2 years, my family staying in native, my father palanichami he is a former, my mother tamilselvi she is home maker and my one yelder brother Vijayakumar he is driver, I am interested area software engineer, my hobbies are listening music, reading book and news paper, playing and watching cricket
Tips: No comments
Total Questions: 15

Round: Test
Experience: See my mentality
Tips: No comments
Duration: 45 minutes

Round: Group Discussion
Experience: Communication
Tips: No comments

Skills: Communication And Confidence

Interview Questionnaire 

1 Question

  • Q1. Difference between for and for each
  • Ans. 

    For loop is used for iterating over a range of values while for each loop is used for iterating over elements of an array.

    • For loop is used when the number of iterations is known beforehand.

    • For each loop is used when the number of iterations is not known beforehand.

    • For loop can be used with any iterable object.

    • For each loop can only be used with arrays and other iterable objects.

    • For loop uses an index variable to access...

  • Answered by AI
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
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 - One-on-one 

(2 Questions)

  • Q1. Earlier work experiences
  • Q2. Design Patterns
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. What is Dependency injection ?
  • Ans. 

    Dependency injection is a design pattern where components are given their dependencies rather than creating them internally.

    • Dependency injection helps in achieving loose coupling between classes.

    • It allows for easier testing and maintenance of code.

    • There are three types of dependency injection - constructor injection, setter injection, and interface injection.

    • Example: Instead of creating an instance of a class within an...

  • Answered by AI
  • Q2. Injecting Dependencies instead of creating them.
  • Ans. 

    Injecting dependencies allows for better flexibility, testability, and maintainability in code.

    • Injecting dependencies means passing objects that a class needs rather than creating them within the class.

    • This allows for easier testing by mocking dependencies and swapping them out for different implementations.

    • Dependency injection frameworks like Unity, Ninject, or Autofac can help manage dependencies.

    • Example: Instead of ...

  • Answered by AI
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. What is garbage collection in .NET?
  • Ans. 

    Garbage collection in .NET is an automatic memory management process that helps in reclaiming memory occupied by objects that are no longer in use.

    • Garbage collection is a process where the runtime environment automatically deallocates memory that is no longer needed by the program.

    • It helps in preventing memory leaks and improving the performance of the application.

    • Garbage collection in .NET uses generations to categori...

  • Answered by AI
  • Q2. Automatic memory management system.
Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. Difference between async and await?
  • Ans. 

    Async is used to define a method that can be run asynchronously, while await is used to pause the execution of an async method until a task is complete.

    • Async is used to define a method that can be run asynchronously.

    • Await is used to pause the execution of an async method until a task is complete.

    • Async methods can be called using the await keyword to run them asynchronously.

    • Async and await are used in C# to simplify asy

  • Answered by AI
  • Q2. Async defines, await pauses execution.
  • Ans. 

    async defines, await pauses execution in asynchronous programming in C#.

    • async keyword is used to define a method as asynchronous in C#.

    • await keyword is used to pause the execution of an asynchronous method until the awaited task completes.

    • Asynchronous programming allows non-blocking execution of code, improving performance and responsiveness.

    • Example: async Task<int> GetDataAsync() { await Task.Delay(1000); return

  • Answered by AI

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

Interview Questionnaire 

3 Questions

  • Q1. How Many Employees Working In Your Company
  • Q2. This Year How Much Profit Increased
  • Ans. 

    I don't have the available data.

    • N/A

  • Answered by AI
  • Q3. Company Was Devoloped From Last Year To This Year

Interview Preparation Tips

Interview preparation tips for other job seekers - Maintain Be Confident Be Honourble

I applied via Google and was interviewed in Mar 2022. There were 2 interview rounds.

Round 1 - Aptitude Test 

They will test on your pations

Round 2 - Coding Test 

You have crack the coding test within time..

Interview Preparation Tips

Topics to prepare for HCL Infosystems Software Developer interview:
  • Python
  • Core Java
  • Oracle
Interview preparation tips for other job seekers - Be positive.. And more intelligence..and never take back step..do your hard work..
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. What is the difference between an abstract class and an interface in object-oriented programming?
  • Ans. 

    Abstract class can have both abstract and non-abstract methods, while interface can only have abstract methods.

    • Abstract class can have method implementations, while interface cannot.

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

    • Interfaces are used to define contracts for classes to implement, while abstract classes are used to provide a common base for subclasses.

    • Example: Abstr...

  • Answered by AI
  • Q2. Abstract classes can have implemented methods; interfaces can only have declarations (before JAVA 8).

Interview Preparation Tips

Interview preparation tips for other job seekers - Stay updated with the latest tools and technologies in your field to remain competitive.

Circulants Interview FAQs

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

Some of the top questions asked at the Circulants DOT NET Developer interview -

  1. Difference between abstract class and interface and their use in your proj...read more
  2. How to authenticate MVC applicat...read more
  3. Filters and their ...read more

Tell us how to improve this page.

Circulants DOT NET Developer Interview Process

based on 1 interview

Interview experience

5
  
Excellent
View more

Interview Questions from Similar Companies

HCL Infosystems Interview Questions
3.9
 • 140 Interviews
Webdew Interview Questions
4.5
 • 106 Interviews
Ninjacart Interview Questions
4.0
 • 94 Interviews
HyScaler Interview Questions
4.5
 • 91 Interviews
Ather Energy Interview Questions
4.0
 • 56 Interviews
Agrostar Interview Questions
3.8
 • 56 Interviews
Quantsapp Interview Questions
2.8
 • 34 Interviews
View all
Software Developer
10 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Robotic Process Automation Developer
6 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Technical Project Manager
6 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Data Analyst
6 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Business Analyst
5 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Explore more salaries
Compare Circulants with

Ecozen Solutions

4.1
Compare

Ather Energy

4.0
Compare

Ninjacart

4.0
Compare

Agrostar

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