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 Associate Engineer Interview Questions and Answers

Updated 19 Aug 2024

Auriga IT Consulting Private Limited Associate Engineer Interview Experiences

2 interviews found

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

Dynamic Programming and Java code Snippets

Round 2 - Coding Test 

My Sql And Data Structures mostly dynamic programming questions

Round 3 - Technical 

(2 Questions)

  • Q1. Intro about yourself
  • Ans. 

    I am a recent graduate with a degree in Mechanical Engineering and a passion for problem-solving and innovation.

    • Graduated with a Bachelor's degree in Mechanical Engineering

    • Strong problem-solving skills

    • Passionate about innovation and technology

  • Answered by AI
  • Q2. Python Decorators
Interview experience
4
Good
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Campus Placement and was interviewed before Aug 2023. There were 2 interview rounds.

Round 1 - Aptitude Test 

Baic aptitude and coding quetions

Round 2 - Technical 

(1 Question)

  • Q1. How doe youtube seek feature works
  • Ans. 

    YouTube seek feature allows users to skip to specific parts of a video by dragging the progress bar.

    • Users can drag the progress bar to skip to a specific time in the video.

    • The seek feature allows users to quickly navigate to different parts of the video.

    • Seeking can also be done by clicking on a specific point on the progress bar.

  • Answered by AI

Associate Engineer Interview Questions Asked at Other Companies

asked in Nagarro
Q1. Count Ways To Reach The N-th Stair Problem Statement You are give ... read more
asked in Nagarro
Q2. Trailing Zeros in Factorial Problem Find the number of trailing z ... read more
asked in Nagarro
Q3. Convert First Letter to Upper Case Given a string STR, transform ... read more
asked in Tata Steel
Q4. What are the test done during maintenance of a power transformer?
asked in Tata Steel
Q5. how to control the speed of an EOT crane without VFD?

Interview questions from similar companies

Round 1 - Aptitude Test 

SQL, English

Round 2 - Technical 

(1 Question)

  • Q1. Oops concepts, reasoning
Round 3 - Technical 

(1 Question)

  • Q1. Basic SQL and MySQL and Advance topics
Round 4 - HR 

(5 Questions)

  • Q1. What is your family background?
  • Q2. Why are you looking for a change?
  • Q3. Where do you see yourself in 5 years?
  • Q4. What are your strengths and weaknesses?
  • Q5. Tell me about yourself.
Round 5 - Group Discussion 
Pro Tip by AmbitionBox:
Don’t treat group discussions as an argument. Group discussion is about reaching a meaningful conclusion.
View all tips

Interview Preparation Tips

Interview preparation tips for other job seekers - Well my first interview was good
Round 1 - Technical 

(1 Question)

  • Q1. WAP to check palendrom of any number
  • Ans. 

    A program to check if a number is a palindrome or not.

    • Convert the number to a string

    • Reverse the string

    • Compare the original string with the reversed string

    • If they are equal, the number is a palindrome

  • Answered by AI
Round 2 - Technical 

(1 Question)

  • Q1. Tell something about Polimorphism
  • Ans. 

    Polymorphism is the ability of an object to take on many forms.

    • Polymorphism allows objects of different classes to be treated as if they are of the same class.

    • It can be achieved through method overloading or method overriding.

    • Example: A shape class can have multiple subclasses like circle, square, rectangle, etc. All these subclasses can have a method called area() which can be called on any object of the shape class.

    • P...

  • Answered by AI
Round 3 - Technical 

(1 Question)

  • Q1. Wap to check prime factor
  • Ans. 

    A program to check if a number is a prime factor or not.

    • Take input number from user

    • Loop through all numbers from 2 to n/2

    • If n is divisible by any number, it is not a prime factor

    • If n is not divisible by any number, it is a prime factor

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Practice more n more coding and learn oops concepts

Skills evaluated in this interview

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

I applied via Recruitment Consulltant and was interviewed before Aug 2023. There was 1 interview round.

Round 1 - Technical 

(1 Question)

  • Q1. Python and SQL related questions
Round 1 - Technical 

(1 Question)

  • Q1. Tell something about Polimorphism
  • Ans. 

    Polymorphism is the ability of an object to take on many forms.

    • Polymorphism allows objects of different classes to be treated as if they were objects of the same class.

    • It can be achieved through method overloading and method overriding.

    • Example: A shape class can have different subclasses like circle, square, and triangle, each with their own implementation of the draw method.

    • Polymorphism makes code more flexible and re

  • Answered by AI
Round 2 - Technical 

(1 Question)

  • Q1. Wap to check prime factor
  • Ans. 

    A program to check if a number is a prime factor or not.

    • Take input number from user

    • Loop through all numbers from 2 to n/2

    • If n is divisible by any number, it is not a prime factor

    • If n is not divisible by any number, it is a prime factor

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Practice more n more coding and learn oops concepts

Skills evaluated in this interview

Interview experience
3
Average
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Campus Placement and was interviewed before Mar 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. Basic SQL Functions, Clauses and Simple Procs
  • Q2. Basic Object Oriented Programming Concepts

Interview Preparation Tips

Interview preparation tips for other job seekers - SQL, OOPS ,Confidence and Good Communication Skills

Interview Questionnaire 

2 Questions

  • Q1. Fsmo roles
  • Q2. Office 365

I applied via Recruitment Consultant and was interviewed in Apr 2020. There were 4 interview rounds.

Interview Questionnaire 

2 Questions

  • Q1. Object Oriented Concepts and basic list/tuple/dictionary/ datetime conversion
  • Q2. Project done in last company and how will you help Saama?

Interview Preparation Tips

Interview preparation tips for other job seekers - Try to frame answers end to end and stick to what you have done. Don't try to exaggerate.

I applied via Recruitment Consultant and was interviewed in Dec 2020. There were 3 interview rounds.

Interview Questionnaire 

4 Questions

  • Q1. API testing methods
  • Ans. 

    API testing methods involve functional, performance, security, and exploratory testing.

    • Functional testing ensures that the API meets the requirements and specifications.

    • Performance testing checks the API's response time, throughput, and resource utilization.

    • Security testing verifies the API's authentication, authorization, and encryption mechanisms.

    • Exploratory testing involves ad-hoc testing to discover defects and usa...

  • Answered by AI
  • Q2. Difference between sanity and smoke
  • Ans. 

    Sanity and Smoke are types of software testing. Sanity tests a specific functionality while Smoke tests the entire system.

    • Sanity testing is a narrow and deep testing approach while Smoke testing is a broad and shallow testing approach.

    • Sanity testing is performed after a small change in code while Smoke testing is performed after a major change in code.

    • Sanity testing is used to check if the critical functionalities are ...

  • Answered by AI
  • Q3. Difference between retesting and regression
  • Ans. 

    Retesting is testing the same functionality again after fixing the defects. Regression is testing the unchanged functionality after making changes.

    • Retesting is done to ensure that the defects have been fixed and the functionality is working as expected.

    • Regression is done to ensure that the changes made to the software have not affected the existing functionality.

    • Retesting is a subset of regression testing.

    • Retesting is ...

  • Answered by AI
  • Q4. Bug life cycle

Interview Preparation Tips

Interview preparation tips for other job seekers - It was technical based interview round.

Skills evaluated in this interview

Auriga IT Consulting Private Limited Interview FAQs

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

Some of the top questions asked at the Auriga IT Consulting Private Limited Associate Engineer interview -

  1. How doe youtube seek feature wo...read more
  2. Python Decorat...read more

Tell us how to improve this page.

Auriga IT Consulting Private Limited Associate Engineer Interview Process

based on 2 interviews

Interview experience

4.5
  
Good
View more

Interview Questions from Similar Companies

Affine Interview Questions
3.3
 • 49 Interviews
IT By Design Interview Questions
3.6
 • 40 Interviews
ConsultAdd Interview Questions
3.5
 • 36 Interviews
View all

Auriga IT Consulting Private Limited Associate Engineer Reviews and Ratings

based on 1 review

5.0/5

Rating in categories

5.0

Skill development

5.0

Work-life balance

5.0

Salary

5.0

Job security

5.0

Company culture

5.0

Promotions

5.0

Work satisfaction

Explore 1 Review and Rating
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

Principal Software Engineer
9 salaries
unlock blur

₹17.5 L/yr - ₹22.5 L/yr

Explore more salaries
Compare Auriga IT Consulting Private Limited with

Maxgen Technologies

4.5
Compare

Value Point Systems

3.7
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