Premium Employer

i

This company page is being actively managed by Intellect Design Arena Team. If you also belong to the team, you can get access from here

Intellect Design Arena Verified Tick Work with us arrow

Compare button icon Compare button icon Compare

Proud winner of ABECA 2025 - AmbitionBox Employee Choice Awards

zig zag pattern zig zag pattern

Filter interviews by

Intellect Design Arena Graduate Trainee Interview Questions and Answers

Updated 1 Feb 2024

Intellect Design Arena Graduate Trainee Interview Experiences

1 interview found

Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Aptitude Test 

Basics apti ,DSA,SQL problems

Round 2 - Group Discussion 

1.First they will tell u to write sop(statement of purpose) for job and some random topic. they will give u half an hour for writing.
So don't copy this one because they easily find out who copied which will increase possibility of rejection.
2. Once u complete writing part then they give some random topic for gd.
They will also give 5 min to write points.
Whether u clear gd or not, u will chances to sit for technical round but
Make a notes that each round give u score n on the basis of that score u will shortlist.

Round 3 - Technical 

(1 Question)

  • Q1. There are various sir, ma'am for technical round . so it depends upon sir, ma'am on which domain they want ask q.like some of ma'am asked based on resume, some only project n some SQL in depth. But I inter...
Round 4 - HR 

(1 Question)

  • Q1. Basics hr q Family background 10,12 percentage etc

What people are saying about Intellect Design Arena

View All
an associate consultant
2d
Myridius vs Aspire Systems – Which is better for work-life balance and long-term growth?
I have final round of discussion in both the companies on Monday. I asked for 12 LPA in Myridius and 13-14 LPA in Aspire Systems. Which company is good to join and has better work life balance? I am having 3+ years of experience in angular.
Got a question about Intellect Design Arena?
Ask anonymously on communities.

Interview questions from similar companies

Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
Selected Selected

I applied via Campus Placement

Round 1 - Aptitude Test 

Easy-moderate question with coding and aptitude

Round 2 - One-on-one 

(1 Question)

  • Q1. Questions about microprocessor and the projects done

Graduate Trainee Interview Questions Asked at Other Companies

asked in Flipkart
Q1. Given an array, how do you find the number of pairs that sum to a ... read more
asked in Freshworks
Q2. Invert a Binary Tree You are provided with a Binary Tree and one ... read more
asked in Freshworks
Q3. Merge Two Sorted Arrays Problem Statement Given two sorted intege ... read more
asked in Freshworks
Q4. Deepest Left Leaf Node Problem Statement You are provided with a ... read more
asked in TCS
Q5. Consonant Counting Problem Statement Given a string STR comprisin ... read more
Interview experience
3
Average
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Campus Placement and was interviewed in Jan 2024. There were 4 interview rounds.

Round 1 - Aptitude Test 

Avg level question on aptitude

Round 2 - Coding Test 

2 easy or medium level question

Round 3 - Technical 

(1 Question)

  • Q1. Ragarding oops they asked lot of question like new keyword, template, inheritence , acces modifier, and lot
Round 4 - HR 

(1 Question)

  • Q1. They ask situation base dquestion

Interview Preparation Tips

Interview preparation tips for other job seekers - After cracking in u have to pass their genesis program to .they will train u properly and take test if u pass the test u will converted into fte other wise they will fire u
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via Campus Placement and was interviewed before Aug 2023. There were 3 interview rounds.

Round 1 - Aptitude Test 

Incudes all basics from NetCom, OS , English and medium level C / C++ program

Round 2 - Technical 

(2 Questions)

  • Q1. Asked which is my favorite programming language : proffered is C / CPP
  • Q2. Find the output , How polymorphism works , etc.
  • Ans. 

    Polymorphism in object-oriented programming allows objects of different classes to be treated as objects of a common superclass.

    • Polymorphism allows for flexibility and reusability in code.

    • It enables a single interface to be used for different data types or classes.

    • Examples include method overriding in inheritance and interfaces in Java.

    • Polymorphism can be achieved through method overloading and method overriding.

  • Answered by AI
Round 3 - HR 

(2 Questions)

  • Q1. Basic HR questions
  • Q2. Explain ur hobby
  • Ans. 

    My hobby is photography, capturing moments and telling stories through images.

    • I enjoy exploring different locations to find unique shots

    • I love experimenting with different lighting techniques

    • I often edit my photos to enhance their visual impact

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Takes around few months to onboard . In my case around 6 Months
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via Campus Placement and was interviewed in Aug 2023. There were 2 interview rounds.

Round 1 - Aptitude Test 

10 Genral Apti , 10 code apti duration 1 hr

Round 2 - Coding Test 

3 hrs, 2 Stages 1st stage 3 Question, 2nd stage have 3 Question

I applied via LinkedIn and was interviewed before May 2021. There was 1 interview round.

Round 1 - Technical 

(1 Question)

  • Q1. Basics in Java, Microservices & Spring boot

Interview Preparation Tips

Interview preparation tips for other job seekers - Be thorough with your basics on Java 8, Spring boot

I applied via Company Website and was interviewed before Oct 2019. There were 4 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. 1. Core Java - OOPS features, Abstract classes and Interface, Inner Classes, String and Object Class, Equals and HashCode methods, Runtime and Compile time exception, Method overloading and overriding, Cus...

Interview Preparation Tips

Interview preparation tips for other job seekers - 1. Clear Core java concepts firmly
2. Basic DB queries
3. Basic Unix commands
Are these interview questions helpful?

I appeared for an interview before Sep 2020.

Round 1 - Face to Face 

(1 Question)

Round duration - 50 minutes
Round difficulty - Easy

This was a Data Structural round.

  • Q1. 

    Distinct Islands Problem Statement

    Given a two-dimensional array/list consisting of integers 0s and 1s, where 1 represents land and 0 represents water, determine the number of distinct islands. A group of...

  • Ans. 

    Count the number of distinct islands in a 2D array of 0s and 1s.

    • Identify islands by performing depth-first search (DFS) on the grid

    • Use a set to store the shape of each island and check for duplicates

    • Consider translations to determine distinct islands

  • Answered by AI
Round 2 - Face to Face 

(1 Question)

Round duration - 50 minutes
Round difficulty - Easy

This was a Data Structural round.

  • Q1. 

    Word Wrap Problem Statement

    You are tasked with arranging 'N' words of varying lengths such that each line contains at most 'M' characters, with each word separated by a space. The challenge is to minimiz...

  • Ans. 

    The goal is to minimize the total cost of arranging 'N' words on each line with a maximum character limit 'M'.

    • Calculate the cost of each line as the cube of extra space characters needed to reach 'M'.

    • Minimize the total cost by arranging words to fit within the character limit on each line.

    • Ensure each word appears fully on one line without breaking across lines.

  • Answered by AI
Round 3 - Face to Face 

(1 Question)

Round duration - 60 minutes
Round difficulty - Easy

This was a System Design round.

  • Q1. Can you design a system similar to Red Bus that can handle bookings and onboard both vendors and customers to the platform?
  • Ans. 

    Design a system similar to Red Bus for handling bookings and onboarding vendors and customers.

    • Implement a user-friendly interface for customers to search and book tickets

    • Create a vendor portal for vendors to manage their offerings and availability

    • Include payment gateway integration for secure transactions

    • Develop a robust backend system for managing bookings, cancellations, and refunds

    • Utilize a database to store user in...

  • Answered by AI
Round 4 - Face to Face 

Round duration - 50 minutes
Round difficulty - Easy

This was a System Design round

Round 5 - Face to Face 

Round duration - 50 minutes
Round difficulty - Easy

This was an HR round.

Interview Preparation Tips

Professional and academic backgroundI completed Computer Science Engineering from Indian Institute of Technology Roorkee. Microsoft interview preparation:Topics to prepare for the interview - Graphs, Dynamic Programming, Arrays, LinkedList, stringsTime required to prepare for the interview - 1 monthInterview preparation tips for other job seekers

Tip 1 : Practice as much as you can.
Tip 2 : Prepare for company, not in general.
Tip 3 : Your past work should be objective and your contribution should be very clear

Application resume tips for other job seekers

Tip 1 : Keep only relevant things for the job you are applying.
Tip 2 : Minimal data with measurable contribution and effect.

Final outcome of the interviewSelected

Skills evaluated in this interview

I appeared for an interview before Jun 2020.

Interview Questionnaire 

1 Question

  • Q1. Embedded automotive domain,sensor actuator, powertrain, basic electronics

Interview Preparation Tips

Interview preparation tips for other job seekers - Read about Automotive, C programming

Interview Preparation Tips

Round: Test
Experience: Approx. 30.questions in 50 min
Tips: Try solving each que in less than a minute ,don't waste time on difficult questions, complete easier once first
Duration: 50 minutes
Total Questions: 30

College Name: Pimpri chinchwad college of engineering

Intellect Design Arena Interview FAQs

How many rounds are there in Intellect Design Arena Graduate Trainee interview?
Intellect Design Arena interview process usually has 4 rounds. The most common rounds in the Intellect Design Arena interview process are Aptitude Test, Group Discussion and Technical.

Tell us how to improve this page.

Overall Interview Experience Rating

4/5

based on 1 interview experience

Join Intellect Design Arena Experience the Intellect way!

Interview Questions from Similar Companies

Zoho Interview Questions
4.2
 • 540 Interviews
Amdocs Interview Questions
3.7
 • 534 Interviews
KPIT Technologies Interview Questions
3.2
 • 307 Interviews
SAP Interview Questions
4.2
 • 291 Interviews
Adobe Interview Questions
3.8
 • 248 Interviews
Salesforce Interview Questions
4.0
 • 234 Interviews
24/7 Customer Interview Questions
3.5
 • 179 Interviews
View all
Consultant
1.6k salaries
unlock blur

₹8.4 L/yr - ₹16 L/yr

Associate Consultant
1.1k salaries
unlock blur

₹4 L/yr - ₹9 L/yr

Team Lead
544 salaries
unlock blur

₹12.4 L/yr - ₹21 L/yr

Senior Project Leader
449 salaries
unlock blur

₹14.7 L/yr - ₹26.5 L/yr

Product Engineer
355 salaries
unlock blur

₹4 L/yr - ₹8.1 L/yr

Explore more salaries
Compare Intellect Design Arena with

Amdocs

3.7
Compare

Automatic Data Processing (ADP)

4.0
Compare

KPIT Technologies

3.2
Compare

24/7 Customer

3.5
Compare
write
Share an Interview