Upload Button Icon Add office photos
Engaged Employer

i

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

Aurigo Verified Tick

Compare button icon Compare button icon Compare

Filter interviews by

Aurigo DOT NET Developer Interview Questions and Answers

Updated 5 Aug 2024

Aurigo DOT NET Developer Interview Experiences

2 interviews found

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

(1 Question)

  • Q1. OOPS concepts, ArrayList, LINQ, collections, HTML basics, .NET MVC
Round 2 - HR 

(1 Question)

  • Q1. Basic HR questions
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Campus Placement and was interviewed in Oct 2023. There were 4 interview rounds.

Round 1 - Coding Test 

It involved
2 coding questions
Some pseudo code output prediction

Round 2 - Technical 

(3 Questions)

  • Q1. Finding minimum element in sorted and rotated array. (Binary search)
  • Ans. 

    Binary search to find minimum element in sorted and rotated array.

    • Perform binary search to find the pivot element where the array is rotated.

    • Compare the pivot element with the first element to determine which half to search in.

    • Continue binary search in the appropriate half to find the minimum element.

  • Answered by AI
  • Q2. Tricky oops questions and SQL queries.
  • Q3. Minimum jumps to reach end of an array.
  • Ans. 

    Minimum jumps to reach end of an array can be calculated using dynamic programming approach.

    • Use dynamic programming to keep track of minimum jumps needed to reach each index.

    • Iterate through the array and update the minimum jumps for each index based on previous jumps.

    • Return the minimum jumps needed to reach the end of the array.

  • Answered by AI
Round 3 - Technical 

(2 Questions)

  • Q1. Tricky SQL queries.
  • Q2. Basic oops, DSA, Projects related questions.
Round 4 - HR 

(1 Question)

  • Q1. How can you survive in corporate world?

Skills evaluated in this interview

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. What is Trigger,Store procedure, join in sql query and their synt ... read more
asked in Infosys
Q3. What kind of database you used in projects
Q4. How many ways are there to send data to controller from View?
asked in Nagarro
Q5. Can Two Primary keys can be made possible in Sql Table ?

Interview questions from similar companies

Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(5 Questions)

  • Q1. Almost asked the basics of .net, c#, ADO. NET, SQL
  • Q2. Difference between ref and out keywords?
  • Ans. 

    The ref and out keywords are used in C# to pass arguments by reference instead of by value.

    • The ref keyword is used to pass a variable by reference, allowing the called method to modify the value of the variable.

    • The out keyword is similar to ref, but it is used when the called method needs to assign a value to the variable being passed.

    • The ref keyword requires the variable to be initialized before passing it to the meth...

  • Answered by AI
  • Q3. Overloading and overriding concept and explanation ?
  • Ans. 

    Overloading is having multiple methods with the same name but different parameters. Overriding is implementing a method in a derived class with the same name and signature as in the base class.

    • Overloading allows a class to have multiple methods with the same name but different parameters.

    • Overriding allows a derived class to provide a different implementation of a method that is already defined in the base class.

    • Overloa...

  • Answered by AI
  • Q4. SQL join queries with one example ?
  • Ans. 

    SQL join queries are used to combine rows from two or more tables based on a related column between them.

    • Join queries are used to retrieve data from multiple tables in a single query.

    • Common types of joins include INNER JOIN, LEFT JOIN, RIGHT JOIN, and FULL JOIN.

    • Join conditions are specified using the ON keyword, which defines the column(s) to join on.

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

  • Answered by AI
  • Q5. ADO .NET database calling steps ?
  • Ans. 

    ADO .NET database calling steps involve establishing a connection, creating a command object, executing the command, and handling the results.

    • Establish a connection to the database using a connection string

    • Create a command object to specify the SQL query or stored procedure to be executed

    • Execute the command to retrieve or modify data in the database

    • Handle the results by reading data from a DataReader or updating data u

  • Answered by AI

Skills evaluated in this interview

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 Jun 2023. There was 1 interview round.

Round 1 - Coding Test 

Reverse a string without using liberary function

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

I was interviewed in Nov 2024.

Round 1 - HR 

(2 Questions)

  • Q1. Experience in past proyects
  • Ans. 

    I have worked on various projects ranging from web development to mobile app development, gaining experience in different technologies and frameworks.

    • Developed a web application using React.js and Node.js for a client in the e-commerce industry

    • Created a mobile app using Flutter for a startup in the travel sector

    • Collaborated with a team to implement a machine learning algorithm for data analysis in a research project

  • Answered by AI
  • Q2. Experience leading a group of develeopers
  • Ans. 

    Led a team of developers on a project to develop a new software application.

    • Managed a team of 5 developers to ensure project deadlines were met

    • Assigned tasks to team members based on their strengths and expertise

    • Held regular team meetings to discuss progress and address any issues

    • Provided guidance and support to team members when needed

    • Collaborated with other departments to gather requirements and feedback

  • Answered by AI
Round 2 - Technical 

(2 Questions)

  • Q1. It was more like a talk about your experience
  • Q2. Code test to create a small search enginee
  • Ans. 

    Code test to create a small search engine

    • Create a function that takes a search query and an array of strings as input

    • Iterate through the array of strings to find matches with the search query

    • Return an array of strings that contain the search query

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

It was combination of mcqs and 2 coding questions

Round 2 - Technical 

(3 Questions)

  • Q1. What is oops concepts
  • Ans. 

    Object-oriented programming concepts that focus on objects and classes for better code organization and reusability.

    • Encapsulation: Bundling data and methods that operate on the data into a single unit (class).

    • Inheritance: Ability of a class to inherit properties and behavior from another class.

    • Polymorphism: Ability to present the same interface for different data types.

    • Abstraction: Hiding the complex implementation det...

  • Answered by AI
  • Q2. Difference between java nd putjon
  • Ans. 

    Java is a programming language while Putjon is not a recognized term in software development.

    • Java is a widely used programming language for developing applications.

    • Putjon is not a recognized term in software development, it may be a typo or a specific term not commonly used.

    • There is no direct comparison between Java and Putjon as they are not related.

  • Answered by AI
  • Q3. Tell about ur project
Round 3 - One-on-one 

(2 Questions)

  • Q1. What are your strengths
  • Q2. What is ur greatest comeback

Skills evaluated in this interview

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

I was interviewed in Aug 2024.

Round 1 - Coding Test 

Medium level leetcode question

Round 2 - Technical 

(2 Questions)

  • Q1. Explain about your project
  • Ans. 

    Developed a web application for managing inventory and sales for a retail store.

    • Used React.js for front-end development

    • Implemented RESTful APIs using Node.js and Express for back-end

    • Utilized MongoDB for database management

    • Incorporated authentication and authorization features for secure access

  • Answered by AI
  • Q2. Explain functionalities in detail
  • Ans. 

    Functionalities in software development refer to the specific tasks or actions that a software program can perform.

    • Functionalities are the specific features or capabilities of a software program.

    • They define what the software can do and how it can be used.

    • Examples of functionalities include user authentication, data encryption, and file management.

    • Functionalities can be implemented through code modules or libraries.

    • Test...

  • Answered by AI
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
-

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

Round 1 - Coding Test 

1st round is coding assessment round based on graph and hashmaps

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

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

Round 1 - Coding Test 

There were 5 question out of which 2 were coding Data Structure problems , 1 was SQL based , 1 was AI based Problem ( Machine Learning ) and 1 was to create UML Diagram.
First Coding question was pretty easy , other one was kinda tough , UML Diagram was also easy and SQL query was of moderate level.

Interview Preparation Tips

Interview preparation tips for other job seekers - Keep Practising u'll definately make it.
Interview experience
3
Average
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
-

I applied via campus placement at Kongu Engineering College, Erode and was interviewed in May 2024. There were 2 interview rounds.

Round 1 - Aptitude Test 

1 hr and it is pretty easy and having snippets technical questions etc

Round 2 - Coding Test 

I didn't selected for second round

Interview Preparation Tips

Interview preparation tips for other job seekers - prepare coding basic should be strong in basic and study the aptitude and thats pretty easy

Aurigo Interview FAQs

How many rounds are there in Aurigo DOT NET Developer interview?
Aurigo interview process usually has 3-4 rounds. The most common rounds in the Aurigo interview process are Technical, HR and Resume Shortlist.
What are the top questions asked in Aurigo DOT NET Developer interview?

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

  1. Finding minimum element in sorted and rotated array. (Binary sear...read more
  2. Minimum jumps to reach end of an arr...read more
  3. Basic oops, DSA, Projects related questio...read more

Tell us how to improve this page.

Aurigo DOT NET Developer Interview Process

based on 2 interviews

Interview experience

4
  
Good
View more
Aurigo DOT NET Developer Salary
based on 6 salaries
₹8 L/yr - ₹10 L/yr
65% more than the average DOT NET Developer Salary in India
View more details
Senior Software Engineer
64 salaries
unlock blur

₹10 L/yr - ₹28.6 L/yr

Software Engineer2
34 salaries
unlock blur

₹8.5 L/yr - ₹22 L/yr

Software Engineer
28 salaries
unlock blur

₹5 L/yr - ₹14.5 L/yr

Lead Engineer
28 salaries
unlock blur

₹17 L/yr - ₹31 L/yr

Business Analyst
19 salaries
unlock blur

₹12.5 L/yr - ₹23 L/yr

Explore more salaries
Compare Aurigo with

Ramco Systems

3.9
Compare

Zoho

4.3
Compare

TCS

3.7
Compare

Infosys

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