Upload Button Icon Add office photos
Engaged Employer

i

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

Agilysys Technologies India Verified Tick

Compare button icon Compare button icon Compare

Filter interviews by

Agilysys Technologies India DOT NET Developer Interview Questions and Answers

Updated 9 Dec 2024

Agilysys Technologies India DOT NET Developer Interview Experiences

2 interviews found

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

Online Assessment - Technical

Round 2 - Technical 

(2 Questions)

  • Q1. Project Explanation
  • Q2. SQL performance tuning
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Mcq 

(1 Question)

  • Q1. Wcf related questions
Round 2 - Coding Test 

SQL queries related to joins and group by

DOT NET Developer Interview Questions Asked at Other Companies

asked in Infosys
Q1. What is the difference between Windows application development an ... read more
Q2. How many ways are there to send data to a controller from a View?
Q3. What is Trigger,Store procedure, join in sql query and their synt ... read more
asked in Infosys
Q4. What are the components of the .NET Framework and their types?
asked in Infosys
Q5. What kind of database have you used in your projects?

Top trending discussions

View All
Office Jokes
2w
an executive
CTC ≠ Confidence Transfer Credit
Ab toh aisa lagta hai, chillar jaise salary ke liye main kaju katli ban ke jaa rahi hoon. Samajh nahi aata, main zyada ready ho ke jaa rahi hoon ya ye mujhe kam pay kar rahe hain? #CorporateLife #OfficeJokes #UnderpaidButWellDressed
FeedCard Image
Got a question about Agilysys Technologies India?
Ask anonymously on communities.

Interview questions from similar companies

Interview experience
4
Good
Difficulty level
Easy
Process Duration
More than 8 weeks
Result
Selected Selected

I appeared for an interview before May 2024, where I was asked the following questions.

  • Q1. What is Object-Oriented Programming (OOP), and what are its features and types?
  • Ans. 

    Object-Oriented Programming (OOP) is a programming paradigm based on the concept of objects, which can contain data and code.

    • Encapsulation: OOP allows bundling of data and methods that operate on that data within a single unit, or class. For example, a 'Car' class can encapsulate properties like 'color' and methods like 'drive()'.

    • Inheritance: OOP enables a new class to inherit properties and methods from an existing cl...

  • Answered by AI
  • Q2. About dbms, sql crud, joins, normal form and uml dml commands
Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(1 Question)

  • Q1. Join in sql define and explain
  • Ans. 

    Join in SQL is used to combine rows from two or more tables based on a related column between them.

    • Join is used to retrieve data from multiple tables based on a related column

    • Types of joins include INNER JOIN, LEFT JOIN, RIGHT JOIN, and FULL JOIN

    • Example: SELECT * FROM table1 INNER JOIN table2 ON table1.column = table2.column

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare basics

Skills evaluated in this interview

Interview experience
1
Bad
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Naukri.com and was interviewed before Sep 2022. There were 4 interview rounds.

Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Be truthful in your resume. It is very easy to catch false or lies during the interview by asking basic questions.
View all tips
Round 2 - Aptitude Test 

Total 50 Questions 40 from technology 10 from normal aptitude not so tough.

Round 3 - One-on-one 

(5 Questions)

  • Q1. Telephonic interview by senior developer basic concepts of oops, sql, C#
  • Q2. Opps concepts indexes Array and arrylists Stored procedures and functions class structs object constructor etc
  • Q3. What is Encapsulation where you implement and why?
  • Ans. 

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

    • Encapsulation helps in hiding the internal state of an object and restricting access to it.

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

    • Encapsulation also promotes code reusability and modularity by grouping related data and methods tog...

  • Answered by AI
  • Q4. Difference between Interfaces and abstraction?
  • Ans. 

    Interfaces define contracts for classes to implement, while abstraction is a way to hide implementation details.

    • Interfaces are like a blueprint that defines what methods a class must implement.

    • Abstraction is a concept where we hide the implementation details and show only the necessary features of an object.

    • Interfaces can have multiple inheritance, while abstraction is achieved using abstract classes or interfaces.

    • Exam...

  • Answered by AI
  • Q5. Difference between Stored procedure and functions when we use where we use what the profits of its?
  • Ans. 

    Stored procedures are precompiled SQL queries stored in the database, while functions are user-defined routines that return a value.

    • Stored procedures are used for performing specific tasks or operations on the database, while functions are used to return a single value.

    • Stored procedures can contain multiple SQL statements and can have input and output parameters, while functions are more limited in their functionality.

    • ...

  • Answered by AI
Round 4 - Coding Test 

Reverse no.
Star patterns
print numbers without loop
highest salary query
Count male female from the table

Interview Preparation Tips

Interview preparation tips for other job seekers - focused on basics only

Skills evaluated in this interview

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

I applied via Job Portal

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 - Aptitude Test 

Logically question, mathematics

Round 3 - Technical 

(4 Questions)

  • Q1. C#,asp.net MVC,.net core
  • Q2. SQLserver.jquery
  • Q3. Linq, store procedure
  • Q4. Logically question like how we can pass data controller
  • Ans. 

    Data can be passed to a controller in ASP.NET using various methods like route data, query strings, and model binding.

    • Use route data: Pass parameters in the URL, e.g., /controller/action/id.

    • Utilize query strings: Append data to the URL, e.g., /controller/action?id=1.

    • Employ model binding: Bind form data directly to action method parameters.

    • Use TempData for short-lived data: Store data that needs to persist across reques...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Good preparation asp.net MVC,.net core
Interview experience
4
Good
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Naukri.com and was interviewed before Feb 2022. There were 2 interview rounds.

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 - Technical 

(2 Questions)

  • Q1. 1. oops 2. mvc lifecycle
  • Q2. 1. routing 2. filters in mvc
  • Ans. 

    Routing and filters are important concepts in MVC development.

    • Routing determines how URLs are mapped to controllers and actions.

    • Filters are used to add additional logic before or after an action is executed.

    • There are several types of filters, including authorization, action, and result filters.

    • Filters can be applied globally, to a controller, or to an individual action.

    • Routing and filters are essential for creating a w...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - easy to crack just focus on basic questions in both rounds.

Skills evaluated in this interview

Are these interview questions helpful?
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 

Coding test on project based

Round 3 - HR 

(2 Questions)

  • Q1. What is timing , salary and many more
  • Q2. What is timing , salary and Many more

Interview Preparation Tips

Interview preparation tips for other job seekers - hello sir / mam i am indal yadav i have 1.4 year experience on .net developer (mvc framework)

I applied via LinkedIn and was interviewed in Mar 2023. 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 - Aptitude Test 

Math reasiong coding c#

Round 3 - Technical 

(1 Question)

  • Q1. Asp.netcore, SQL server web API
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 - Aptitude Test 

Coding,asp.net.reasiong , math

Round 3 - Assignment 

SQL server,asp
Net ,jQuery , javascript etc

Round 4 - Technical 

(1 Question)

  • Q1. Logical thinking ,practical confidence
Round 5 - HR 

(1 Question)

  • Q1. Sellery discussion, privious company work details.

Interview Preparation Tips

Interview preparation tips for other job seekers - Self confidence very important . Positive thoughts and logical mindset very important.

Agilysys Technologies India Interview FAQs

How many rounds are there in Agilysys Technologies India DOT NET Developer interview?
Agilysys Technologies India interview process usually has 2 rounds. The most common rounds in the Agilysys Technologies India interview process are Assignment, Technical and Coding Test.
How to prepare for Agilysys Technologies India DOT 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 Agilysys Technologies India. The most common topics and skills that interviewers at Agilysys Technologies India expect are C#, SQL, .Net, Java Web Services and Share Market.
What are the top questions asked in Agilysys Technologies India DOT NET Developer interview?

Some of the top questions asked at the Agilysys Technologies India DOT NET Developer interview -

  1. Wcf related questi...read more
  2. SQL performance tun...read more

Tell us how to improve this page.

Overall Interview Experience Rating

4/5

based on 2 interview experiences

Interview Questions from Similar Companies

Chetu Interview Questions
3.3
 • 197 Interviews
AVASOFT Interview Questions
2.9
 • 174 Interviews
CodeClouds Interview Questions
4.4
 • 42 Interviews
Grey Orange Interview Questions
3.2
 • 40 Interviews
Mobileum Interview Questions
3.3
 • 38 Interviews
SirionLabs Interview Questions
3.8
 • 26 Interviews
SOTI Interview Questions
3.2
 • 24 Interviews
Replicon Interview Questions
3.8
 • 21 Interviews
View all
Agilysys Technologies India DOT NET Developer Salary
based on 15 salaries
₹5 L/yr - ₹12 L/yr
59% more than the average DOT NET Developer Salary in India
View more details
Dot Net Developer

Chennai

5-10 Yrs

Not Disclosed

.Net Developer (5-10 yrs)

Chennai

5-10 Yrs

Not Disclosed

Explore more jobs
Software Analyst
430 salaries
unlock blur

₹6.7 L/yr - ₹15 L/yr

Senior Software Analyst
213 salaries
unlock blur

₹9.5 L/yr - ₹23 L/yr

Associate Software Analyst
172 salaries
unlock blur

₹6 L/yr - ₹10.8 L/yr

Quality Analyst
153 salaries
unlock blur

₹6 L/yr - ₹12 L/yr

Associate Quality Analyst
78 salaries
unlock blur

₹4.8 L/yr - ₹9 L/yr

Explore more salaries
Compare Agilysys Technologies India with

Thomson Reuters

4.1
Compare

Oracle Cerner

3.6
Compare

Duck Creek Technologies

4.4
Compare

FinThrive

3.7
Compare
write
Share an Interview