Upload Button Icon Add office photos

Aurus IT Solutions

Compare button icon Compare button icon Compare

Filter interviews by

Aurus IT Solutions Interview Questions and Answers

Updated 12 Aug 2024
Popular Designations

Aurus IT Solutions Interview Experiences

6 interviews found

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

I have one coding assignment followed by technical round. Question asked are mostly based on Core java, Spring boot and Spring security.

Round 2 - Technical 

(2 Questions)

  • Q1. Questions baes on core java.
  • Q2. Question on Spring boot, Spring data jpa and spring security.

Interview Preparation Tips

Interview preparation tips for other job seekers - Keep your basics clear.
Interview experience
3
Average
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Not Selected

I applied via LinkedIn and was interviewed in Feb 2024. There were 3 interview rounds.

Round 1 - Aptitude Test 

General quantitative questions

Round 2 - One-on-one 

(1 Question)

  • Q1. Support related basic questions
Round 3 - HR 

(1 Question)

  • Q1. Information about job description
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
-

I applied via Job Portal and was interviewed in Mar 2023. 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. Self introduction & Role Profile
  • Q2. EThernet channel BGP How to pass traffic in Ethernet chennel
  • Ans. 

    Ethernet channel and BGP are used to pass traffic. Traffic can be passed by configuring the Ethernet channel and BGP protocol.

    • Ethernet channel is a link aggregation technology that allows multiple physical links to be combined into a single logical link.

    • BGP (Border Gateway Protocol) is a routing protocol used to exchange routing information between different networks.

    • To pass traffic in Ethernet channel, the channel nee...

  • Answered by AI

Skills evaluated in this interview

I applied via Referral and was interviewed in May 2022. There was 1 interview round.

Round 1 - Technical 

(1 Question)

  • Q1. Partition ACL user management

Interview Preparation Tips

Interview preparation tips for other job seekers - I don't have any idea because of I am fresher
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Approached by Company and was interviewed before Apr 2022. There were 2 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 - Technical 

(2 Questions)

  • Q1. Questions on .net,js,designing and sql server
  • Q2. Question on project domains

Interview Preparation Tips

Interview preparation tips for other job seekers - Good Company you will get chance to work on large and scalable projects

Interview Questionnaire 

1 Question

  • Q1. 1.How you check load on server(CPU/memory) 2.I am unable to login on server with root and normal user also,why so? 3.If suddenly cpu load cross 85% what will you do,what actions you take? 4.What is command...

Top trending discussions

View All
Interview Tips & Stories
2w
toobluntforu
·
works at
Cvent
Can speak English, can’t deliver in interviews
I feel like I can't speak fluently during interviews. I do know english well and use it daily to communicate, but the moment I'm in an interview, I just get stuck. since it's not my first language, I struggle to express what I actually feel. I know the answer in my head, but I just can’t deliver it properly at that moment. Please guide me
Got a question about Aurus IT Solutions?
Ask anonymously on communities.

Interview questions from similar companies

I appeared for an interview before Sep 2020.

Round 1 - Face to Face 

(1 Question)

Round duration - 30 minutes
Round difficulty - Easy

It was in the day time. I was asked the programming language of my choice. It was mostly focused on programming fundamentals. I was asked 2 questions based on Data Structures and Algorithms.

  • Q1. How can you detect a loop in a linked list?
  • Ans. 

    A loop in a linked list can be detected using Floyd's Cycle Detection Algorithm.

    • Use two pointers - slow and fast, where slow moves one step at a time and fast moves two steps at a time.

    • If there is a loop, the two pointers will eventually meet at some point within the loop.

    • To detect the start of the loop, reset one pointer to the head and move both pointers one step at a time until they meet again.

  • Answered by AI
Round 2 - Face to Face 

(1 Question)

Round duration - 30 minutes
Round difficulty - Easy

This round was mostly focused on my resume and projects.

  • Q1. Tell me about your projects.
Round 3 - Face to Face 

Round duration - 30 minutes
Round difficulty - Easy

It was in the evening. I went to their office in Gurgaon. It was taken by one of the technology director who had a lot of experience. 
 

Interview Preparation Tips

Professional and academic backgroundI completed Information Technology from Bharati Vidyapeeth's College of Engineering. I applied for the job as SDE - 1 in GurgaonAmerican Express interview preparation:Topics to prepare for the interview - Data structures and algorithms, Object-Oriented Programming System concepts, Database Management System, Operating System, Networking.Time required to prepare for the interview - 2 MonthsInterview preparation tips for other job seekers

Do practice a lot of data structures questions as mostly questions in interviews are based on them. Also, do prepare for projects mentioned in your resume and skills which you have mentioned. Coding ninjas has a big hand in making my interview clear as I have taken a course from the coding Ninjas which helped me a lot to make my concepts clear.

Application resume tips for other job seekers

Keep it short and crisp. Go through it properly before the interview. Make sure that you haven't put anything in it that can cause you problems during the interview.

Final outcome of the interviewSelected

Skills evaluated in this interview

Are these interview questions helpful?

I applied via Campus Placement and was interviewed before Nov 2021. 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 

Moderate level aptitude with basics

Round 3 - Coding Test 

Moderate level data structure questions

Interview Preparation Tips

Interview preparation tips for other job seekers - Be confident and what what u speak because that is most important

I applied via Referral and was interviewed before Sep 2019. There were 3 interview rounds.

Interview Questionnaire 

8 Questions

  • Q1. Java logical question
  • Q2. Webdriver architecture
  • Q3. Framework, file and folder structure
  • Q4. Your approach to tackle dynamic objects
  • Ans. 

    I approach dynamic objects by analyzing their behavior and adapting my approach accordingly.

    • I start by understanding the nature of the dynamic object and its expected behavior

    • I then analyze its movement patterns and any potential obstacles or hazards

    • Based on this analysis, I adapt my approach to ensure safe and efficient interaction with the dynamic object

    • For example, when working with a moving conveyor belt, I would e...

  • Answered by AI
  • Q5. Implicit and explicit wait in selenium
  • Ans. 

    Implicit and explicit wait are two types of wait in Selenium used to synchronize the test execution with the application.

    • Implicit wait is used to set a default waiting time for the web elements to load before throwing an exception.

    • Explicit wait is used to wait for a specific condition to occur before proceeding with the test execution.

    • Implicit wait is set globally for the entire test script while explicit wait is set f...

  • Answered by AI
  • Q6. Java oops concepts
  • Q7. Sql queries related to joins
  • Q8. Basic Unix commands

Interview Preparation Tips

Interview preparation tips for other job seekers - Be confident and try to connect yours answers with some example of your project.

Skills evaluated in this interview

Interview Questionnaire 

1 Question

  • Q1. It was mostly about the instrument reference data and typical business analyst question about change management, BRD, Agile and technology we use.

Aurus IT Solutions Interview FAQs

How many rounds are there in Aurus IT Solutions interview?
Aurus IT Solutions interview process usually has 2 rounds. The most common rounds in the Aurus IT Solutions interview process are Technical, Resume Shortlist and Assignment.
How to prepare for Aurus IT Solutions 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 Aurus IT Solutions. The most common topics and skills that interviewers at Aurus IT Solutions expect are Business Development, Client Handling, Customer Engagement, Customer Relationship and Luxury Sales.
What are the top questions asked in Aurus IT Solutions interview?

Some of the top questions asked at the Aurus IT Solutions interview -

  1. EThernet channel BGP How to pass traffic in Ethernet chen...read more
  2. 1.How you check load on server(CPU/memory) 2.I am unable to login on server wit...read more
  3. Question on Spring boot, Spring data jpa and spring securi...read more

Tell us how to improve this page.

Overall Interview Experience Rating

3.6/5

based on 5 interview experiences

Difficulty level

Moderate 100%

Duration

Less than 2 weeks 75%
2-4 weeks 25%
View more

Interview Questions from Similar Companies

Wells Fargo Interview Questions
3.8
 • 615 Interviews
Bajaj Finserv Interview Questions
4.0
 • 598 Interviews
Citicorp Interview Questions
3.7
 • 587 Interviews
HSBC Group Interview Questions
3.9
 • 510 Interviews
Xyz Company Interview Questions
3.8
 • 477 Interviews
Klm Axiva Finvest Interview Questions
4.4
 • 433 Interviews
American Express Interview Questions
4.1
 • 386 Interviews
BNY Interview Questions
3.8
 • 366 Interviews
UBS Interview Questions
3.9
 • 351 Interviews
View all

Aurus IT Solutions Reviews and Ratings

based on 28 reviews

3.9/5

Rating in categories

3.7

Skill development

3.8

Work-life balance

4.0

Salary

3.5

Job security

3.7

Company culture

3.6

Promotions

3.8

Work satisfaction

Explore 28 Reviews and Ratings
Software Developer
21 salaries
unlock blur

₹2.4 L/yr - ₹5 L/yr

Web Developer
9 salaries
unlock blur

₹3.6 L/yr - ₹8.8 L/yr

Quality Analyst
7 salaries
unlock blur

₹3 L/yr - ₹6.6 L/yr

System Analyst
7 salaries
unlock blur

₹3.2 L/yr - ₹4 L/yr

Java Developer
6 salaries
unlock blur

₹2.8 L/yr - ₹5.7 L/yr

Explore more salaries
Compare Aurus IT Solutions with

Bajaj Finserv

4.0
Compare

Wells Fargo

3.8
Compare

JPMorgan Chase & Co.

3.9
Compare

HSBC Group

3.9
Compare
write
Share an Interview