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 fin...
  • 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 Campus Placement and was interviewed before Jul 2021. There were 4 interview rounds.

Round 1 - Aptitude Test 

Aptitude test on CS subjects like C programming, DBMS, CN, and OS.

Round 2 - Coding Test 

There were 2 input-output based questions of easy to moderate level

Round 3 - Group Discussion 

Every candidate was given an individual topic and was asked to speak on it

Round 4 - HR 

(1 Question)

  • Q1. Some typical HR questions

Interview Preparation Tips

Interview preparation tips for other job seekers - Be prepared with basic CS subjects you will be able to clear all rounds with ease.

I applied via Company Website and was interviewed before Dec 2020. There were 4 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. Questions on Java,SQL,some trending technologies(IOT,Big data),pattern questions, programming questions with different approaches.

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare basics of DSA, have knowledge about the databases, some common dml ,ddl statements, programming knowledge of a particular language like C,Java, python,etc...have good command on oops concepts... little bit of frameworks knowledge will also help

I applied via Referral and was interviewed before Jan 2021. There was 1 interview round.

Interview Questionnaire 

1 Question

  • Q1. Java questions

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare basic questions

I applied via Campus Placement and was interviewed before Feb 2021. There were 3 interview rounds.

Round 1 - Aptitude Test 

Aptitude round consists Logical reasoning, General Aptitude, Grammar related questions etc. All are moderate level questions.

Round 2 - Technical 

(3 Questions)

  • Q1. Explain OOPs w.r.t Java
  • Ans. 

    OOPs is a programming paradigm that uses objects to represent real-world entities. Java is an OOPs language.

    • OOPs stands for Object-Oriented Programming System

    • Java is a class-based OOPs language

    • Encapsulation, Inheritance, Polymorphism, and Abstraction are the four pillars of OOPs

    • Objects have state and behavior

    • Java supports interfaces, which allow for multiple inheritance

    • Example: A car can be represented as an object wit...

  • Answered by AI
  • Q2. Explain about the projects that you have worked on
  • Q3. Explain how Java solves machine dependency of code execution
  • Ans. 

    Java solves machine dependency by using bytecode and virtual machine.

    • Java code is compiled into bytecode which is platform-independent

    • The bytecode is executed by the Java Virtual Machine (JVM) which is platform-specific

    • JVM translates bytecode into machine code for the specific platform

    • This allows Java code to run on any platform with a JVM installed

    • Example: A Java program compiled on Windows can run on Linux or Mac as

  • Answered by AI
Round 3 - HR 

(2 Questions)

  • Q1. Why should we hire you?
  • Q2. Tell me about yourself.

Interview Preparation Tips

Topics to prepare for Infosys System Engineer interview:
  • Java
Interview preparation tips for other job seekers - Keep it simple, Prepare basics of 1st preferred Programming Language.

Skills evaluated in this interview

I applied via Campus Placement and was interviewed before Feb 2021. There were 3 interview rounds.

Round 1 - Aptitude Test 

The medium level questions are present

Round 2 - Group Discussion 

There was no gd

Round 3 - HR 

(5 Questions)

  • Q1. What is your family background?
  • Q2. Why should we hire you?
  • Q3. What are your strengths and weaknesses?
  • Q4. Tell me about yourself.
  • Q5. Hr round and the technical discussion was combined into one round

Interview Preparation Tips

Interview preparation tips for other job seekers - Try to enhance your skills and be prepared for hard work

I applied via Company Website and was interviewed before Jul 2021. There were 3 interview rounds.

Round 1 - Aptitude Test 

Aptitude, reasoning, English, cloud sections

Round 2 - Coding Test 

2 questions in which , one has to complete within an 50 minutes

Round 3 - Communication assessment 

(2 Questions)

  • Q1. Tell me about t Yourself
  • Q2. What are the previous experiences

Interview Preparation Tips

Topics to prepare for Accenture Associate Software Engineer interview:
  • Java
  • SQL
  • Agile Methodology
  • SDLC
Interview preparation tips for other job seekers - Be confident
Keep it just and short
Explain more about your experiences
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

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