Upload Button Icon Add office photos

Filter interviews by

Audree Infotech Interview Questions and Answers

Updated 9 Oct 2024

Audree Infotech Interview Experiences

Popular Designations

4 interviews found

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

I applied via Campus Placement and was interviewed in Mar 2024. There were 3 interview rounds.

Round 1 - Aptitude Test 

It was a 1 hour aptitude test conducted in the college's lab. This was the procedure for on campus placements.

Round 2 - Coding Test 

There was a pen paper test where we were given two questions and were advised not to use Python as a language. I went ahead with C++.

Round 3 - Technical 

(5 Questions)

  • Q1. I was asked questions on my code, two aptitude questions and then I was asked about what I did the last few months. I spoke of my projects and was cross questioned in order to understand me better.
  • Q2. I got a string of letters, like a sentence and we were supposed to reverse the words individually, not the entire sentence. So "I am George" becomes "I ma egroeG".
  • Q3. In aptitude I was asked if there are two vessels with the capacity of 3L and 5L each and there is a lot of water flowing, you can fill it as much as you like but I was i) 1L water and ii)4L water as my final outcome in one of those vessels. You cannot use anymore vessles.
  • Q4. I was asked the distance between two trains if they are coming from the opposite direction 1 hour before they clash.
  • Q5. I was asked a lot more on my projects and my interview went the longest.

Interview Preparation Tips

Interview preparation tips for other job seekers - Don't lose hope. There is something there for everyone. The market is bad but we can continue hustling, that is going to set us apart.

Python Developer Interview Questions asked at other Companies

Q1. Tell me the logic of program to reverse a given string word by word without using any built in function.
View answer (9)
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 Oct 2023. There were 3 interview rounds.

Round 1 - Aptitude Test 

Basic math questions and reasoning

Round 2 - Group Discussion 

Pros and cons of chatgpt

Round 3 - Technical 

(2 Questions)

  • Q1. Basic question on loops
  • Q2. Basic questions on html tags,attributes

Software Engineer Trainee Interview Questions asked at other Companies

Q1. Palindromic Linked List Problem Statement Given a singly linked list of integers, determine if it is a palindrome. Return true if it is a palindrome, otherwise return false. Example: Input: 1 -> 2 -> 3 -> 2 -> 1 -> NULL Outpu... read more
View answer (1)

Interview Questions & Answers

user image Anonymous

posted on 21 Feb 2024

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

I applied via Naukri.com and was interviewed in Jan 2024. There was 1 interview round.

Round 1 - One-on-one 

(1 Question)

  • Q1. How do you create master data
  • Ans. Go to product and give product group code and effective date and give item status and fill information in item codes, target market, item information and packaging information
  • Answered Anonymously

I applied via Campus Placement and was interviewed in Mar 2021. There were 5 interview rounds.

Interview Questionnaire 

5 Questions

  • Q1. There are 5 rounds of selection.
  • Ans. 1. Shortlisting 2. Online test 3. Group discussion 4. Technical interview 5. HR interview
  • Answered Anonymously
  • Q2. Online test
  • Ans. Aptitude round- logical reasoning, Quantitive aptitude, ,Verbal etc.
  • Answered Anonymously
  • Q3. Group discussion
  • Q4. Technical Interview
  • Ans. 1,Oops concepts, 2.Difference between Array and linked list. 3. Difference between C++ and Java 4. Virtual Function. Constructor and it's types. 5. Classes and objects 6.what is DBMS 7. What is SQL 8. Join in SQL 9. Write code number is prime or not. 10. What is backend and what are the requirements. 11. What is front end and what are the requirements. 12. What is full stack development. 13. About your projects.
  • Answered Anonymously
  • Q5. HR interview
  • Ans. 1. Tell me about your self 2. Tell about your projects 3. Why should we hire you 4. Why you want to join Audree. 5. Tell me something about Audree
  • Answered Anonymously

Interview Preparation Tips

Interview preparation tips for other job seekers - Be prepare with C++ and oops concepts. Knowledge about full stack development.
DBMS, SQL, projects etc

Software Engineer Interview Questions asked at other Companies

Q1. Bridge and torch problem : Four people come to a river in the night. There is a narrow bridge, but it can only hold two people at a time. They have one torch and, because it's night, the torch has to be used when crossing the bridge. Person... read more
View answer (196)

Audree Infotech interview questions for popular designations

 Python Developer

 (1)

 Software Engineer Trainee

 (1)

 Software Engineer

 (1)

Interview questions from similar companies

I applied via Freshesworld and was interviewed in Nov 2020. There were 6 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. Basic questions on Java, mainly versions of Java , which is the latest version of java currently using. Rate yiur java skills out of 10?? Are you relocate, internship project deeply they ask question...

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare before going to interview. Feel free, listen some music and peace full mind . don't afraid. Be courage.

I applied via Walk-in and was interviewed before Apr 2020. There were 5 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. What is Excel what is vlookup what is your strength and weakness

Interview Preparation Tips

Interview preparation tips for other job seekers - Be honest and bold

I was interviewed before Sep 2020.

Round 1 - Coding Test 

(1 Question)

Round duration - 140 minutes
Round difficulty - Medium

Test timing was at 2:00 pm , it was conducted in a college and the environment was good for the test. Camera was a primary part of test, so no suspicious activity.

  • Q1. 

    Sum of Two Numbers Represented as Arrays

    Given two numbers in the form of two arrays where each element of the array represents a digit, calculate the sum of these two numbers and return this sum as an ar...

  • Ans. 

    Given two numbers represented as arrays, calculate their sum and return the result as an array.

    • Iterate through the arrays from right to left, adding digits and carrying over if necessary

    • Handle cases where one array is longer than the other by considering the remaining digits

    • Ensure the final sum array does not have any leading zeros

  • Answered by AI
Round 2 - Face to Face 

Round duration - 20 minutes
Round difficulty - Easy

The round was conducted at around 12 p.m. I was called at the college location and then it was conducted. The interviewer was quite polite and frank.

Round 3 - HR 

Round duration - 8 minutes
Round difficulty - Easy

This round was conducted right after finishing and clearing the technical round at the same place and on the same day.

Interview Preparation Tips

Eligibility criteriaAbove 60 %Wipro Limited interview preparation:Topics to prepare for the interview - OOPS, Data Structures, Database Concepts, Coding problemsTime required to prepare for the interview - 2-3 monthsInterview preparation tips for other job seekers

Tip 1 : Practice atleast 2-3 Coding problems daily so your logic building becomes stronger.
Tip 2 : Exercise problems based on OOPS concepts and others too.
Tip 3 : If you can have your own project built, then it's the major point and will act as a plus point.

Application resume tips for other job seekers

Tip 1 : Your resume should be in standard form, short and simple will be more effective.
Tip 2 : Whatever you have learned, you need to mention it in your resume as that will be your primary source of selection and having project on your resume is important.

Final outcome of the interviewSelected

Skills evaluated in this interview

I applied via Recruitment Consultant and was interviewed before Sep 2020. There were 3 interview rounds.

Interview Questionnaire 

3 Questions

  • Q1. 1. Why do you want to change?
  • Q2. 2. What is your goal?
  • Q3. 3. Critical project you have handled?

Interview Preparation Tips

Interview preparation tips for other job seekers - Always be yourself and provide short and to the point answer

I applied via Naukri.com and was interviewed in Jul 2020. There were 4 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. SOLID principals, oops, c# basics, SQL server, azure, design pattern

Interview Preparation Tips

Interview preparation tips for other job seekers - Clear basics of oops and design pattern

I applied via Job Portal and was interviewed before Apr 2021. There was 1 interview round.

Round 1 - Technical 

(1 Question)

  • Q1. Solid principles in c#
  • Ans. 

    Solid principles are a set of design principles for writing maintainable and scalable code in C#.

    • Single Responsibility Principle (SRP) - a class should have only one reason to change

    • Open/Closed Principle (OCP) - a class should be open for extension but closed for modification

    • Liskov Substitution Principle (LSP) - derived classes should be substitutable for their base classes

    • Interface Segregation Principle (ISP) - client...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - good company for freshers as well as beginners

Skills evaluated in this interview

Contribute & help others!
anonymous
You can choose to be anonymous

Audree Infotech Interview FAQs

How many rounds are there in Audree Infotech interview?
Audree Infotech interview process usually has 2-3 rounds. The most common rounds in the Audree Infotech interview process are Aptitude Test, Technical and One-on-one Round.
How to prepare for Audree Infotech 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 Audree Infotech. The most common topics and skills that interviewers at Audree Infotech expect are .Net, ASP, Angularjs, C# and Entity Framework.
What are the top questions asked in Audree Infotech interview?

Some of the top questions asked at the Audree Infotech interview -

  1. How do you create master d...read more
  2. In aptitude I was asked if there are two vessels with the capacity of 3L and 5L...read more
  3. I was asked questions on my code, two aptitude questions and then I was asked a...read more

Recently Viewed

INTERVIEWS

RineX

No Interviews

INTERVIEWS

Bridge & Roof Co

No Interviews

INTERVIEWS

Bridge & Roof Co

No Interviews

INTERVIEWS

Bridge & Roof Co

No Interviews

INTERVIEWS

Grab Greco

No Interviews

INTERVIEWS

Bridge & Roof Co

No Interviews

SALARIES

RineX

INTERVIEWS

Goodyear

No Interviews

INTERVIEWS

RineX

No Interviews

INTERVIEWS

Bridge & Roof Co

No Interviews

Tell us how to improve this page.

Audree Infotech Interview Process

based on 3 interviews

Interview experience

3.7
  
Good
View more

Interview Questions from Similar Companies

TCS Interview Questions
3.7
 • 10.5k Interviews
Accenture Interview Questions
3.8
 • 8.2k Interviews
Infosys Interview Questions
3.6
 • 7.6k Interviews
Wipro Interview Questions
3.7
 • 5.7k Interviews
Cognizant Interview Questions
3.8
 • 5.6k Interviews
Capgemini Interview Questions
3.7
 • 4.8k Interviews
Tech Mahindra Interview Questions
3.5
 • 3.9k Interviews
HCLTech Interview Questions
3.5
 • 3.8k Interviews
LTIMindtree Interview Questions
3.8
 • 3k Interviews
IBM Interview Questions
4.0
 • 2.4k Interviews
View all

Fast track your campus placements

View all

Audree Infotech Reviews and Ratings

based on 35 reviews

3.0/5

Rating in categories

3.1

Skill development

2.8

Work-life balance

2.6

Salary

2.7

Job security

2.6

Company culture

2.5

Promotions

2.9

Work satisfaction

Explore 35 Reviews and Ratings
Software Engineer
152 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Software Developer
34 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Senior Software Engineer
19 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Softwaretest Engineer
17 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Software Engineer Trainee
12 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Explore more salaries
Compare Audree Infotech with

Infosys

3.6
Compare

TCS

3.7
Compare

Wipro

3.7
Compare

HCLTech

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