Upload Button Icon Add office photos

Filter interviews by

Aptagrim Consulting Interview Questions and Answers

Updated 26 Jun 2024

Aptagrim Consulting Interview Experiences

Popular Designations

3 interviews 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.

Python Developer Intern Interview Questions asked at other Companies

Q1. what is python? what is a list? what is a tuple? what is set? Difference between list and tuple. Class and object. lambda function. map function filter function inheritance deep copy and shallow copy what is a dictionary? monkey patching. w... read more
View answer (3)

UI Developer Interview Questions & Answers

user image Anonymous

posted on 26 Jun 2024

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

I applied via Carrer page and was interviewed in May 2024. There were 2 interview rounds.

Round 1 - Aptitude Test 

Frontend questions related to HTML,CSS,JavaScript

Round 2 - Psychometric Test 

(2 Questions)

  • Q1. What is your weakness ?
  • Q2. How will you handle work pressure ?

Interview Preparation Tips

Interview preparation tips for other job seekers - NA

UI Developer Interview Questions asked at other Companies

Q1. Create 10 no. of Checkboxes in javascript and on-checked checkboxes count should be show at below. as you will un-check the checkbox count should also change. so means to say checked checkbox count should be print.
View answer (1)
Interview experience
2
Poor
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
No response

I applied via Internshala and was interviewed in Feb 2024. There were 2 interview rounds.

Round 1 - Aptitude Test 

Mostly medium level Q of python and 5-6 project based Q in with video on

Round 2 - Technical 

(2 Questions)

  • Q1. Machine learning Ql
  • Q2. Deep learning Q

Data Scientist Interview Questions asked at other Companies

Q1. for a data with 1000 samples and 700 dimensions, how would you find a line that best fits the data, to be able to extrapolate? this is not a supervised ML problem, there's no target. and how would you do it, if you want to treat this as a s... read more
View answer (5)

Interview questions from similar companies

I applied via Naukri.com and was interviewed in Oct 2018. There were 3 interview rounds.

Interview Questionnaire 

3 Questions

  • Q1. Asked me to draw spring mvc architecture and about collection framework.
  • Q2. Asked me to write the logic for pattern.
  • Q3. Asked me on core java.

Interview Preparation Tips

General Tips: be thorough with the core java and good to have knowledge on spring mvc
Skills: Communication
Duration: <1 week

I applied via Company Website and was interviewed before Dec 2019. There were 3 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. Regarding OOPS, wordpress and laravel.

Interview Preparation Tips

Interview preparation tips for other job seekers - It was good and I am still working here.
Interview experience
3
Average
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Company Website and was interviewed before Oct 2022. There were 5 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 - Coding Test 

Duration is around 1 hour

Round 3 - Technical 

(1 Question)

  • Q1. 1. Basic programming concepts 2. OOP concepts and basic problem solving skills
Round 4 - Technical 

(1 Question)

  • Q1. Programming question
Round 5 - HR 

(1 Question)

  • Q1. 1. Basic questions
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. Second largest number in an array
  • Ans. 

    Find the second largest number in an array of strings.

    • Convert the strings to numbers for comparison.

    • Sort the array in descending order.

    • Return the second element in the sorted array.

  • Answered by AI
  • Q2. Pairs with given sum
  • Ans. 

    Find pairs in an array that sum up to a given target value.

    • Use a hash set to store the difference between the target value and each element in the array.

    • Iterate through the array and check if the current element's complement exists in the hash set.

    • Return the pairs that sum up to the target value.

  • Answered by AI

Skills evaluated in this interview

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

I applied via Approached by Company and was interviewed before Aug 2023. There was 1 interview round.

Round 1 - Technical 

(2 Questions)

  • Q1. OOPS based questions
  • Q2. Basic language based questions
Interview experience
4
Good
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Referral and was interviewed in Jul 2024. There was 1 interview round.

Round 1 - Technical 

(2 Questions)

  • Q1. What is single page application
  • Ans. 

    Single page application is a web application that loads a single HTML page and dynamically updates the content as the user interacts with the app.

    • SPA uses AJAX and HTML5 to create fluid and responsive user experience.

    • It eliminates the need for page reloading during use, making it faster and more efficient.

    • Examples include Gmail, Facebook, and Google Maps.

  • Answered by AI
  • Q2. What is state management
  • Ans. 

    State management is the process of managing the state of an application, including data flow, user interface updates, and user interactions.

    • State management involves storing and updating the state of an application to ensure data consistency.

    • It helps in managing user interface updates based on changes in the application state.

    • State management is crucial for handling user interactions and maintaining a seamless user exp...

  • Answered by AI

Skills evaluated in this interview

I applied via Campus Placement

Round 1 - Aptitude Test 

In this round you have to clear Aptitude and Basic Coding

Round 2 - Coding Test 

It is pure coding test which is conduct on hacker rank platform. You have to complete 4 question(1 easy + 2 medium + 1 hard)

Round 3 - Technical 

(2 Questions)

  • Q1. Coding question base on Sorting and Array
  • Q2. Some of theory question base on your Project technology and DSA
Round 4 - HR 

(1 Question)

  • Q1. Tell me about yourself.

Interview Preparation Tips

Interview preparation tips for other job seekers - Improve your basic concepts and coding skills.

Aptagrim Consulting Interview FAQs

How many rounds are there in Aptagrim Consulting interview?
Aptagrim Consulting interview process usually has 2-3 rounds. The most common rounds in the Aptagrim Consulting interview process are Aptitude Test, Resume Shortlist and Assignment.
How to prepare for Aptagrim Consulting 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 Aptagrim Consulting. The most common topics and skills that interviewers at Aptagrim Consulting expect are Javascript, Python, Front End, Lead Generation and Machine Learning.
What are the top questions asked in Aptagrim Consulting interview?

Some of the top questions asked at the Aptagrim Consulting interview -

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

Tell us how to improve this page.

Aptagrim Consulting Interview Process

based on 2 interviews

Interview experience

3
  
Average
View more

Interview Questions from Similar Companies

Webdew Interview Questions
4.4
 • 106 Interviews
HyScaler Interview Questions
4.5
 • 92 Interviews
Quantsapp Interview Questions
2.9
 • 35 Interviews
Appsierra Interview Questions
4.4
 • 31 Interviews
View all

Aptagrim Consulting Reviews and Ratings

based on 6 reviews

2.5/5

Rating in categories

2.3

Skill development

2.2

Work-life balance

2.3

Salary

2.1

Job security

3.6

Company culture

1.3

Promotions

2.2

Work satisfaction

Explore 6 Reviews and Ratings
Python Developer
4 salaries
unlock blur

₹2.4 L/yr - ₹6 L/yr

HR Executive
3 salaries
unlock blur

₹1.8 L/yr - ₹4.2 L/yr

Explore more salaries
Compare Aptagrim Consulting with

Accel Frontline

4.0
Compare

Northcorp Software

4.3
Compare

Elentec Power India (EPI) Pvt. Ltd.

3.7
Compare

HyScaler

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