Upload Button Icon Add office photos
Engaged Employer

i

This company page is being actively managed by Auriga IT Consulting Private Limited Team. If you also belong to the team, you can get access from here

Auriga IT Consulting Private Limited Verified Tick

Compare button icon Compare button icon Compare

Filter interviews by

Auriga IT Consulting Private Limited Software Developer Interview Questions and Answers

Updated 25 Jul 2024

Auriga IT Consulting Private Limited Software Developer Interview Experiences

2 interviews found

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

I applied via Campus Placement and was interviewed in Jun 2024. There were 2 interview rounds.

Round 1 - Technical 

(2 Questions)

  • Q1. Related to DBMS(Sql) , OOPs , Error handling and some language questions.
  • Q2. 3 DSA question which were of moderate to difficult level
Round 2 - Coding Test 

First few questions was related to oops, DBMS(sql) , 1 puzzle and some quantative aptitude. Then in second section there was 3 questions of DSA quite tough.
This company only asked Array, Strings and DP.

Interview Preparation Tips

Interview preparation tips for other job seekers - Just focus on clearing DSA rounds either with cheating or without. Then In interview you will be asked System Design( Library management system), 1 DSA question(simple) and about your resume.
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
No response

I applied via Job Fair and was interviewed before Jul 2023. There were 2 interview rounds.

Round 1 - Aptitude Test 

20 debugging questions

Round 2 - Coding Test 

Basic data structure questions

Interview Preparation Tips

Interview preparation tips for other job seekers - focus on apptitude round

Software Developer Interview Questions Asked at Other Companies

asked in Amazon
Q1. Maximum Subarray Sum Problem Statement Given an array of integers ... read more
asked in Amazon
Q2. Minimum Number of Platforms Needed Problem Statement You are give ... read more
asked in Rakuten
Q3. Merge Two Sorted Arrays Problem Statement Given two sorted intege ... read more
asked in Cognizant
Q4. Nth Fibonacci Number Problem Statement Calculate the Nth term in ... read more
Q5. Validate Binary Tree Nodes Problem You are provided with 'N' bina ... read more

Interview questions from similar companies

Interview Preparation Tips

Round: Technical Interview
Experience: this was a telephonic round : There I was asked basics of web development (e.g Session, hidden variable difference between POST and GET etc. ) and basics of PHP e.g global variables etc , little bit of mysql e.g joins , difference between left and right joins.

Round: Technical Interview
Experience: This was pretty much about interview rounds. I got the offer.

Skills: Core java, OOP, PHP
College Name: na

I applied via Walk-in and was interviewed before Mar 2021. There were 3 interview rounds.

Round 1 - Aptitude Test 

Aptitude test

Round 2 - Group Discussion 

Current affairs

Round 3 - Technical 

(1 Question)

  • Q1. Puzzle , sql related questions

Interview Preparation Tips

Interview preparation tips for other job seekers - Be yourself, whatever you know just be confident
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(1 Question)

  • Q1. Oops concept Js related output questions
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

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

Round 1 - Coding Test 

2 questions of DSA medium to hard

Interview experience
4
Good
Difficulty level
Moderate
Process Duration
4-6 weeks
Result
Selected Selected

I applied via LinkedIn and was interviewed in Nov 2023. There were 3 interview rounds.

Round 1 - Coding Test 

Mcq + dsa JavaScript questions

Round 2 - Technical 

(1 Question)

  • Q1. JavaScript advance topics and database design topics
Round 3 - Behavioral 

(1 Question)

  • Q1. Situation based question and behavioural questions

I applied via LinkedIn and was interviewed in Sep 2021. There was 1 interview round.

Interview Questionnaire 

5 Questions

  • Q1. 1. Explain difference between spring and spring boot
  • Ans. 

    Spring is a framework for building Java applications, while Spring Boot is a tool for quickly creating Spring-based applications.

    • Spring provides a comprehensive framework for building Java applications, while Spring Boot is a tool that simplifies and accelerates the process of creating Spring-based applications.

    • Spring requires more configuration and setup, while Spring Boot provides a pre-configured environment that re...

  • Answered by AI
  • Q2. 2. String anagram program
  • Ans. 

    A program to check if two strings are anagrams of each other.

    • Create two character arrays from the input strings

    • Sort the arrays

    • Compare the sorted arrays to check if they are equal

  • Answered by AI
  • Q3. 3. write small code using streams api
  • Ans. 

    Using Streams API to filter and map an array of strings

    • Create a stream from the array using Arrays.stream()

    • Use filter() to select elements that meet a certain condition

    • Use map() to transform each element into a new value

    • Use toArray() to convert the stream back into an array

  • Answered by AI
  • Q4. 4. java 8 concepts
  • Q5. 5. what is REST api
  • Ans. 

    REST API is a web service that uses HTTP requests to access and manipulate data.

    • REST stands for Representational State Transfer

    • It is an architectural style for building web services

    • It uses HTTP methods like GET, POST, PUT, DELETE to perform operations on resources

    • It is stateless and can be cached

    • It returns data in various formats like JSON, XML, etc.

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Explain everything properly

Skills evaluated in this interview

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

(1 Question)

  • Q1. Print unique numbers in list
  • Ans. 

    Print unique numbers in list

    • Iterate through the list and store each number in a set to keep track of unique numbers

    • Print out the numbers in the set to display the unique numbers

  • 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 in Mar 2024. There were 2 interview rounds.

Round 1 - Aptitude Test 

Simple question on maths

Round 2 - Technical 

(2 Questions)

  • Q1. Explain OOPS concept
  • Ans. 

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

    • OOPS focuses on creating objects that interact with each other to solve complex problems

    • Key principles include encapsulation, inheritance, polymorphism, and abstraction

    • Encapsulation ensures that the internal state of an object is hidden from the outside world

    • Inheritance allows a class to inherit...

  • Answered by AI
  • Q2. Coding array questions

Auriga IT Consulting Private Limited Interview FAQs

How many rounds are there in Auriga IT Consulting Private Limited Software Developer interview?
Auriga IT Consulting Private Limited interview process usually has 2 rounds. The most common rounds in the Auriga IT Consulting Private Limited interview process are Coding Test, Aptitude Test and Technical.
What are the top questions asked in Auriga IT Consulting Private Limited Software Developer interview?

Some of the top questions asked at the Auriga IT Consulting Private Limited Software Developer interview -

  1. 3 DSA question which were of moderate to difficult le...read more
  2. Related to DBMS(Sql) , OOPs , Error handling and some language questio...read more

Tell us how to improve this page.

Auriga IT Consulting Private Limited Software Developer Interview Process

based on 2 interviews

Interview experience

4.5
  
Good
View more
Auriga IT Consulting Private Limited Software Developer Salary
based on 11 salaries
₹4.8 L/yr - ₹13 L/yr
25% more than the average Software Developer Salary in India
View more details

Auriga IT Consulting Private Limited Software Developer Reviews and Ratings

based on 4 reviews

4.7/5

Rating in categories

4.6

Skill development

4.5

Work-life balance

4.6

Salary

4.6

Job security

4.3

Company culture

4.3

Promotions

4.3

Work satisfaction

Explore 4 Reviews and Ratings
Associate Software Engineer
65 salaries
unlock blur

₹4.5 L/yr - ₹10 L/yr

Software Engineer
50 salaries
unlock blur

₹4.8 L/yr - ₹15 L/yr

Senior Software Engineer
19 salaries
unlock blur

₹8.6 L/yr - ₹17.8 L/yr

Software Developer
11 salaries
unlock blur

₹4.8 L/yr - ₹13 L/yr

UI/UX Designer
9 salaries
unlock blur

₹14.5 L/yr - ₹22.5 L/yr

Explore more salaries
Compare Auriga IT Consulting Private Limited with

Maxgen Technologies

4.6
Compare

Value Point Systems

3.6
Compare

JoulestoWatts Business Solutions

2.9
Compare

F1 Info Solutions and Services

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