Upload Button Icon Add office photos

Filter interviews by

Audree Infotech Python Developer Interview Questions and Answers

Updated 6 Apr 2024

Audree Infotech Python Developer Interview Experiences

1 interview 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.

Interview questions from similar companies

I appeared for an interview in Nov 2020.

Round 1 - Coding Test 

(1 Question)

Round duration - 2 hours
Round difficulty - Medium

In the 1st round 
Aptitude
Reasoning
English
Automata fix( code debug) 
Timing in morning
Environment is good
Interviewer was very cool and interactive

  • Q1. 

    Encode the Message Problem Statement

    Given a text message, your task is to return the Run-length Encoding of the given message.

    Run-length encoding is a fast and simple method of encoding strings, repres...

  • Ans. 

    Implement a function to encode a text message using run-length encoding.

    • Iterate through the message and count consecutive characters

    • Append the character and its count to the encoded message

    • Handle edge cases like single characters or empty message

  • Answered by AI
Round 2 - Video Call 

(1 Question)

Round duration - 30 minutes
Round difficulty - Medium

This is interview round 
Ques from basic electronics
C language

  • Q1. 

    Print Name and Age Problem Statement

    Create a class named Person with a string variable 'name' and an integer variable 'age', such that these variables are not accessible outside the class. Implement a me...

  • Ans. 

    Create a class Person with private variables name and age, and methods to set and get their values.

    • Create a class Person with private variables 'name' and 'age'.

    • Implement a method setValue to set the variables' values.

    • Implement a method getValue to print the variables' values.

    • Ensure the name is a non-empty string and the age is a non-negative integer.

    • Encapsulate the data and provide a clear interface for setting and ge

  • Answered by AI

Interview Preparation Tips

Eligibility criteriaAbove 6 cgpaCognizant interview preparation:Topics to prepare for the interview - Electronics basics, C language , Data structure, OOPS, ProjectsTime required to prepare for the interview - 2 monthsInterview preparation tips for other job seekers

Tip 1 : Do aptitude from indiabix. Go through your basics. At least one language u know. Learn about your branch basics. Know concept of data structure and oops. 
Tip 2 : prepare your final project well. 

Application resume tips for other job seekers

Tip 1 : the skills you know very well mention in resume
Tip 2 : mention project in resume

Final outcome of the interviewSelected

Skills evaluated in this interview

I applied via Campus Placement and was interviewed in Jun 2021. There were 4 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. How do you rate yourself in python
  • Ans. 

    I rate myself as an experienced Python developer with strong skills in various Python libraries and frameworks.

    • I have worked on various Python projects and have a good understanding of the language syntax and concepts.

    • I am proficient in using popular Python libraries such as NumPy, Pandas, and Matplotlib for data analysis and visualization.

    • I have experience in developing web applications using Python frameworks such as...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Say with your comfort with python don't go with 8 9 10

Skills evaluated in this interview

Interview Questionnaire 

1 Question

  • Q1. Tell me a time when you lead a team.

I applied via Approached by Company and was interviewed before Jun 2021. There was 1 interview round.

Round 1 - Technical 

(1 Question)

  • Q1. Nornam Java , spring boot questions

Interview Preparation Tips

Interview preparation tips for other job seekers - Read java , spring boot, microservices, cloud pcf , aws

Interview Questionnaire 

1 Question

  • Q1. What are hot folders?
  • Ans. 

    Hot folders are directories that automatically process files placed in them.

    • Hot folders are also known as watch folders or input folders.

    • They are commonly used in automation workflows to trigger actions such as file conversion or printing.

    • Hot folders can be set up to monitor specific file types or file names.

    • Examples of hot folder software include FolderMill and FileWatch.

    • Hot folders can save time and reduce errors in

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Go through Hybris wiki

I applied via Naukri.com and was interviewed before May 2021. There were 3 interview rounds.

Round 1 - Technical 

(1 Question)

  • Q1. Java Collection, OOPS, Seralization
Round 2 - Technical 

(1 Question)

  • Q1. Java OOPS, Collection, threading, SQL
Round 3 - HR 

(1 Question)

  • Q1. Nothing specific, Salary Negotiations.

Interview Preparation Tips

Interview preparation tips for other job seekers - overall good experience and process was quick

I applied via Campus Placement and was interviewed in Nov 2020. There were 4 interview rounds.

Interview Questionnaire 

2 Questions

  • Q1. Tell me your strengths and weaknesses ?
  • Q2. Why did you choose this field?

Interview Preparation Tips

Interview preparation tips for other job seekers - Overall tough one if u dnt prepare well

I applied via Naukri.com and was interviewed in Apr 2021. There were 4 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. As u mechanical engineering student why u won't to join IT sector

Interview Preparation Tips

Interview preparation tips for other job seekers - Be confident about u answer , keep a light simple in face while attending interview

Interview Questionnaire 

1 Question

  • Q1. Basic OOPS questions like 4 pillars of OOPS and their real life applications. Abstract class. DBMS Inner join and Outer join.

Audree Infotech Interview FAQs

How many rounds are there in Audree Infotech Python Developer interview?
Audree Infotech interview process usually has 3 rounds. The most common rounds in the Audree Infotech interview process are Aptitude Test, Coding Test and Technical.
What are the top questions asked in Audree Infotech Python Developer interview?

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

  1. In aptitude I was asked if there are two vessels with the capacity of 3L and 5L...read more
  2. I was asked questions on my code, two aptitude questions and then I was asked a...read more
  3. I was asked the distance between two trains if they are coming from the opposit...read more

Tell us how to improve this page.

Audree Infotech Python Developer Interview Process

based on 1 interview

Interview experience

5
  
Excellent
View more

Fast track your campus placements

View all
Software Engineer
149 salaries
unlock blur

₹2 L/yr - ₹6.5 L/yr

Software Developer
36 salaries
unlock blur

₹1.8 L/yr - ₹4.5 L/yr

Senior Software Engineer
21 salaries
unlock blur

₹4 L/yr - ₹10.5 L/yr

Softwaretest Engineer
17 salaries
unlock blur

₹2 L/yr - ₹5.6 L/yr

Software Engineer Trainee
12 salaries
unlock blur

₹3 L/yr - ₹4 L/yr

Explore more salaries
Compare Audree Infotech with

Cognizant

3.7
Compare

Sutherland Global Services

3.6
Compare

Optum Global Solutions

4.0
Compare

Hexaware Technologies

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