Upload Button Icon Add office photos

Filter interviews by

Aptagrim Consulting Python Developer Intern Interview Questions and Answers

Updated 7 Oct 2022

Aptagrim Consulting Python Developer Intern Interview Experiences

1 interview found

I applied via Company Website and was interviewed in Sep 2022. There were 4 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 - Assignment 

We have share Our Self introduction video

Round 3 - Coding Test 

It has MCQ questions for Technical topics and Video recording question to test verbal and no verbal skills.

Round 4 - HR 

(5 Questions)

  • Q1. Personal Information.
  • Q2. Previous Work Experience and Project
  • Ans. 

    I have previous work experience as a Python developer and have worked on various projects.

    • Worked as a Python developer for XYZ company for 1 year

    • Developed a web application using Django framework

    • Implemented RESTful APIs for data retrieval and manipulation

    • Optimized database queries for improved performance

    • Collaborated with a team of developers to deliver high-quality software

  • Answered by AI
  • Q3. About Technical Skills and Technologies I knew
  • Q4. How can I contribute my self with company
  • Q5. Stipend and agreements.

Interview Preparation Tips

Topics to prepare for Aptagrim Consulting Python Developer Intern interview:
  • Data Structures
Interview preparation tips for other job seekers - Be strong on Technical skills. Get exposure with real-time projects. Always test your self from before day.

Interview questions from similar companies

I was interviewed before Sep 2016.

Interview Preparation Tips

Round: Group Discussion
Experience: Interview was scheduled in Grab Job consultancy. In that, a class room, where we all asked to sit and interviewer was sitting in front and asked to speak one by one on the topic traffic situation in Hyderabad.
Tips: Just speak once two to three lines. Don't rush to speak. Take ur time and don't try speak repeatedly.
Duration: 35 minutes

Round: Technical Interview
Experience: System based test. Easy question from java , c, data structure.

Round: HR Interview
Experience: Not held because already we got too late.

Skills: Proficiency In English, Basic Coding
College Name: Medak College of engineering

I was interviewed in Mar 2017.

Interview Questionnaire 

5 Questions

  • Q1. Oops concepts in Java?
  • Ans. 

    Oops concepts in Java

    • Encapsulation - hiding implementation details

    • Inheritance - reusing code and creating parent-child relationships

    • Polymorphism - multiple forms of a method or object

    • Abstraction - creating abstract classes and interfaces

    • Example: Encapsulation - using private variables and public methods

    • Example: Inheritance - creating a subclass that inherits from a superclass

    • Example: Polymorphism - using method overloa...

  • Answered by AI
  • Q2. Altering columns in Databases?
  • Ans. 

    Altering columns in databases involves modifying the structure of a table by adding, deleting or modifying columns.

    • Use ALTER TABLE statement to modify columns

    • Add new columns using ADD COLUMN

    • Delete columns using DROP COLUMN

    • Modify columns using MODIFY COLUMN

    • Changing column data type may result in data loss

  • Answered by AI
  • Q3. Asked some queries in SQL
  • Q4. Reversing a number in java?
  • Ans. 

    Reversing a number in Java

    • Convert the number to a string

    • Use StringBuilder to reverse the string

    • Convert the reversed string back to a number

  • Answered by AI
  • Q5. Extracting words from a line in java?
  • Ans. 

    To extract words from a line in Java, split the line using whitespace as delimiter.

    • Use the split() method of String class

    • Pass the whitespace regex as argument to split() method

    • Iterate over the resulting array to get individual words

  • Answered by AI

Interview Preparation Tips

Round: Technical Interview
Experience: Started with the question "Tell me about yourself". Asked me about Core Java. Asked to solve some questions related to Java and SQL.
Tips: Be prepared with high knowledge in Java, Data Structures and SQL.

Skills: Java Programming, Data Strrutures, SQL
College Name: IIITDM Jabalpur

Skills evaluated in this interview

I was interviewed before May 2016.

Interview Questionnaire 

3 Questions

  • Q1. Tell me about your mini project
  • Ans. 

    Developed a web application for tracking personal expenses

    • Used HTML, CSS, and JavaScript for front-end development

    • Implemented Node.js and MongoDB for back-end functionality

    • Included features for adding, categorizing, and analyzing expenses

  • Answered by AI
  • Q2. Tell me about your team work other than project.
  • Ans. 

    I actively participate in team building activities and collaborate with colleagues on various initiatives outside of work projects.

    • Organizing team lunches or outings to build camaraderie

    • Participating in charity events or volunteer work as a team

    • Collaborating on internal initiatives such as diversity and inclusion programs

    • Attending industry conferences or workshops together

  • Answered by AI
  • Q3. How will you convince your client if you are not able deliver the project on time.
  • Ans. 

    I will explain the reasons for the delay and present a plan to mitigate it.

    • Communicate the reasons for the delay clearly and honestly

    • Present a plan to mitigate the delay and ensure timely delivery

    • Provide regular updates on the progress of the project

    • Offer alternative solutions or compromises if necessary

    • Ensure that the client understands the impact of the delay on the project

    • Maintain a professional and respectful attit

  • Answered by AI

Interview Preparation Tips

Round: Test
Experience: Questions will be from aptitude and vocabulary
Duration: 1 hour
Total Questions: 60

Interview Questionnaire 

1 Question

  • Q1. Totally HR basic questions

Interview Preparation Tips

Round: Test
Experience: Quant LR verbal IQ
Duration: 1 hour

Round: HR Interview
Experience: Related to personal life and activities with achievements etc.

College Name: Tsec

Interview Questionnaire 

5 Questions

  • Q1. About skill
  • Q2. Project details
  • Q3. Angular js architurure
  • Q4. Small angular program
  • Q5. About composition

Interview Preparation Tips

Round: Resume Shortlist
Experience: I exposed, what i did in my previous project and roles and responsibilities

Round: Test
Experience: problem solving

I was interviewed in Jan 2017.

Interview Preparation Tips

Round: Test
Experience: I cleared it was technical so was easy for me

Round: Telephonic
Experience: technical telephonic, cleared,

Round: Telephonic 2 final
Experience: cleared

Round: Technical 3 final
Experience: cleared

Skills: Java Programming

I applied via Naukri.com and was interviewed in Apr 2020. There was 1 interview round.

Interview Questionnaire 

2 Questions

  • Q1. What synchronous and asynchronous means??
  • Ans. 

    Synchronous means happening at the same time, while asynchronous means not happening at the same time.

    • Synchronous operations occur in real-time, while asynchronous operations can be delayed or queued.

    • Synchronous operations block the program until they are completed, while asynchronous operations allow the program to continue running.

    • Examples of synchronous operations include function calls and loops, while examples of ...

  • Answered by AI
  • Q2. When to use CTE and temp table.
  • Ans. 

    CTE and temp table usage in SQL

    • Use CTE for recursive queries and complex subqueries

    • Use temp tables for large data sets and complex queries

    • CTE is more efficient for small data sets

    • Temp tables can be indexed for faster performance

    • Consider the scope and lifespan of the data when choosing between CTE and temp table

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Understand question first and answer.

I applied via Naukri.com and was interviewed in Oct 2019. There were 5 interview rounds.

Interview Questionnaire 

2 Questions

  • Q1. I had been aksed tricky questions
  • Q2. I gave answers of all.

Interview Preparation Tips

Interview preparation tips for other job seekers - Mam it was quite good

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

Interview Questionnaire 

3 Questions

  • Q1. C++ oops concepts
  • Q2. Early and late binding
  • Q3. Copy constructors

Interview Preparation Tips

Interview preparation tips for other job seekers - Job profile was software developer for c++

Aptagrim Consulting Interview FAQs

How many rounds are there in Aptagrim Consulting Python Developer Intern interview?
Aptagrim Consulting interview process usually has 4 rounds. The most common rounds in the Aptagrim Consulting interview process are Resume Shortlist, Assignment and Coding Test.
What are the top questions asked in Aptagrim Consulting Python Developer Intern interview?

Some of the top questions asked at the Aptagrim Consulting Python Developer Intern interview -

  1. About Technical Skills and Technologies I k...read more
  2. Stipend and agreemen...read more

Tell us how to improve this page.

Interview Questions from Similar Companies

TCS Interview Questions
3.7
 • 10.5k Interviews
Accenture Interview Questions
3.8
 • 8.2k Interviews
Deloitte Interview Questions
3.8
 • 2.9k Interviews
IBM Interview Questions
4.0
 • 2.4k Interviews
PwC Interview Questions
3.4
 • 1.4k Interviews
Ernst & Young Interview Questions
3.4
 • 1.1k Interviews
KPMG India Interview Questions
3.5
 • 805 Interviews
BCG Interview Questions
3.7
 • 197 Interviews
View all

Aptagrim Consulting Python Developer Intern Reviews and Ratings

based on 1 review

3.0/5

Rating in categories

4.0

Skill development

3.0

Work-life balance

1.0

Salary

1.0

Job security

4.0

Company culture

1.0

Promotions

1.0

Work satisfaction

Explore 1 Review and Rating
Python Developer
4 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

HR Executive
3 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Explore more salaries
Compare Aptagrim Consulting with

McKinsey & Company

3.8
Compare

BCG

3.7
Compare

KPMG India

3.5
Compare

Deloitte

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