Upload Button Icon Add office photos

Filter interviews by

Abhikalpan Architects and Planners Internship Trainee Interview Questions and Answers

Updated 14 Oct 2023

Abhikalpan Architects and Planners Internship Trainee Interview Experiences

1 interview found

Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
Selected Selected
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 - One-on-one 

(1 Question)

  • Q1. Questions related to working drawing
Round 3 - bmnb 

(1 Question)

  • Q1. Hgtwkrhkehrykejhykjryrtjulrjulrkj

Interview questions from similar companies

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

(2 Questions)

  • Q1. Relations of Bond price & Interest rate
  • Ans. 

    Bond prices and interest rates have an inverse relationship - as interest rates rise, bond prices fall, and vice versa.

    • When interest rates rise, newly issued bonds offer higher yields, making existing bonds with lower yields less attractive, causing their prices to decrease.

    • Conversely, when interest rates fall, newly issued bonds offer lower yields, making existing bonds with higher yields more valuable, causing their ...

  • Answered by AI
  • Q2. Swap, Currency swap & cross currency swap intro

Interview Preparation Tips

Interview preparation tips for other job seekers - rarely they go into technical questions
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Company Website and was interviewed in Aug 2023. There were 4 interview rounds.

Round 1 - Aptitude Test 

Baisc apti questions

Round 2 - Coding Test 

3 coding questions fkr 60 min

Round 3 - Technical 

(2 Questions)

  • Q1. Linked list reverssal
  • Q2. Hash map implementation
  • Ans. 

    A hash map is a data structure that allows for efficient storage and retrieval of key-value pairs.

    • Hash maps use a hash function to convert keys into array indices.

    • Collisions can occur when multiple keys hash to the same index, requiring a collision resolution strategy.

    • Common collision resolution strategies include chaining and open addressing.

    • Hash maps have constant-time average case complexity for insertion, deletion,...

  • Answered by AI
Round 4 - HR 

(1 Question)

  • Q1. Normal hr round

Skills evaluated in this interview

Interview experience
5
Excellent
Difficulty level
Easy
Process Duration
2-4 weeks
Result
Selected Selected

I applied via campus placement at Vellore Institute of Technology (VIT) and was interviewed in Feb 2023. There were 2 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 - One-on-one 

(2 Questions)

  • Q1. Tell me about yourself
  • Q2. Family background and software known

Interview Preparation Tips

Interview preparation tips for other job seekers - Be confident and clear, disclosure all the concerns to HR,
HR is very polite and responsible.

I applied via Campus Placement and was interviewed in Sep 2022. There were 5 interview rounds.

Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Don’t add your photo or details such as gender, age, and address in your resume. These details do not add any value.
View all tips
Round 2 - Aptitude Test 

Very interesting and challenging questions

Round 3 - Coding Test 

2 questions were asked and very challenging

Round 4 - Technical 

(1 Question)

  • Q1. Python and Java related questions
Round 5 - HR 

(1 Question)

  • Q1. How would you manage time while working ?

Interview Preparation Tips

Interview preparation tips for other job seekers - Study what you know well and be confident .
Java python and preferably do projects before hand .
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
6-8 weeks
Result
Not Selected

I applied via Company Website and was interviewed before Apr 2023. There was 1 interview round.

Round 1 - Group Discussion 

Current Technology Trends

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

I applied via Campus Placement and was interviewed in Sep 2024. There were 5 interview rounds.

Round 1 - Aptitude Test 

Round 1 was aptitude round, it consisted of java and c++ snippets and we had to guess the output. Apart from that there were problems on speed, velocity, distance and time. Problems on word-letter patterns were also asked. The aptitude round had 30 questions and time given was 30 minutes.

Round 2 - Coding Test 

Aptitude round was the only elimination round. The next following 4 rounds were non-elimination rounds. Coding test included 3 questions - 1 and half hour was given to solve the same. It is fine if you don't perform well here, since it is a non-elimination round. But try to solve 1 and half or 2 questions atleast. The questions were mainly based on 1d arrays, 2D arrays, strings and string arrays.

Round 3 - Technical 

(11 Questions)

  • Q1. Introduce yourself.
  • Q2. Difference between Structure and object oriented languages
  • Q3. Explain of OOPS concepts and their real life examples.
  • Q4. What is static keyword and it's usage.
  • Q5. System architecture diagram for web application project.
  • Q6. Access Modifiers in java
  • Q7. What OOPS concepts are implemented in my project
  • Q8. DBMS core concepts
  • Q9. Overloading and Overriding
  • Q10. Approach to the coding questions asked in coding round.
  • Q11. Questions on what is cloud and what are some cloud platforms you know?
Round 4 - Case Study 

A project is assigned to a group of students and we need to come up with an idea on how to implement that project as a team.

Round 5 - HR 

(2 Questions)

  • Q1. Introduce yourself
  • Q2. Family background

Interview Preparation Tips

Interview preparation tips for other job seekers - Interview was completely resume-based. All the rounds were conducted on-campus within a single day. Aptitude round is the only elimination round. If you don't do well in any coding round, you can make it up in other rounds. Morning they started with the process and by evening all rounds were completed and results were declared.
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - One-on-one 

(5 Questions)

  • Q1. Basic questions on python
  • Q2. Difference between list tuple
  • Ans. 

    Lists and tuples are both data structures in Python, but lists are mutable while tuples are immutable.

    • Lists are enclosed in square brackets [], while tuples are enclosed in parentheses ().

    • Lists can be modified after creation, while tuples cannot be modified (immutable).

    • Lists are typically used for collections of similar items, while tuples are used for fixed collections of items.

    • Example: list = [1, 2, 3] and tuple = (4

  • Answered by AI
  • Q3. Area of room 6D
  • Ans. 

    The area of a room can be calculated by multiplying the length by the width.

    • Calculate the area by multiplying the length and width of the room.

    • For example, if the length of the room is 10 feet and the width is 12 feet, the area would be 120 square feet.

    • Make sure to use the same units for length and width when calculating the area.

  • Answered by AI
  • Q4. Most emberacing situation u faced in your life
  • Ans. 

    Getting caught cheating on a test in high school

    • Was copying answers from a classmate during a test

    • Teacher caught me and called me out in front of the whole class

    • Felt embarrassed and learned my lesson about cheating

  • Answered by AI
  • Q5. Behavior questions like what will u do if this happens
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(4 Questions)

  • Q1. Read current Affairs
  • Q2. Accounting basics from golden rule to financial modelling
  • Q3. Recent europe conditions
  • Ans. 

    Recent Europe conditions have been impacted by various factors including the COVID-19 pandemic, economic challenges, and political tensions.

    • COVID-19 pandemic has led to lockdowns, travel restrictions, and economic downturn in many European countries.

    • Economic challenges such as high unemployment rates and inflation have affected the region's stability.

    • Political tensions, including Brexit negotiations and disputes over m...

  • Answered by AI
  • Q4. About company in details read JD
Interview experience
2
Poor
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via campus placement at Jai Narain Vyas University, Jodhpur and was interviewed in Jun 2024. There were 3 interview rounds.

Round 1 - Aptitude Test 

There was 1hr 30 mins test with questionnaire from basic aptitude, accounts , reasonings etc

Round 2 - Assignment 

We were told to submit a ppt on factset

Round 3 - HR 

(2 Questions)

  • Q1. Your introduction
  • Ans. 

    I am a recent graduate with a degree in Business Administration and a passion for leadership and problem-solving.

    • Recent graduate with a degree in Business Administration

    • Passionate about leadership and problem-solving

    • Strong communication and interpersonal skills

    • Experience in team projects and extracurricular activities

  • Answered by AI
  • Q2. Basic accounting

Abhikalpan Architects and Planners Interview FAQs

How many rounds are there in Abhikalpan Architects and Planners Internship Trainee interview?
Abhikalpan Architects and Planners interview process usually has 3 rounds. The most common rounds in the Abhikalpan Architects and Planners interview process are Resume Shortlist and One-on-one Round.
What are the top questions asked in Abhikalpan Architects and Planners Internship Trainee interview?

Some of the top questions asked at the Abhikalpan Architects and Planners Internship Trainee interview -

  1. Questions related to working draw...read more
  2. hgtwkrhkehrykejhykjryrtjulrjul...read more

Tell us how to improve this page.

Interview Questions from Similar Companies

Citicorp Interview Questions
3.7
 • 560 Interviews
HSBC Group Interview Questions
4.0
 • 489 Interviews
American Express Interview Questions
4.2
 • 360 Interviews
UBS Interview Questions
4.0
 • 336 Interviews
BNY Interview Questions
4.0
 • 333 Interviews
Morgan Stanley Interview Questions
3.7
 • 302 Interviews
Morningstar Interview Questions
4.0
 • 242 Interviews
FactSet Interview Questions
3.9
 • 206 Interviews
View all
Junior Architect
17 salaries
unlock blur

₹1.8 L/yr - ₹3.6 L/yr

Architectural Draughtsman
7 salaries
unlock blur

₹1.8 L/yr - ₹4 L/yr

Architect
5 salaries
unlock blur

₹1.8 L/yr - ₹3.6 L/yr

Accountant
4 salaries
unlock blur

₹1.2 L/yr - ₹2.2 L/yr

Architecturaldraftsman
4 salaries
unlock blur

₹1 L/yr - ₹2.5 L/yr

Explore more salaries
Compare Abhikalpan Architects and Planners with

ARCOP Associates

3.6
Compare

Morphogenesis

3.5
Compare

Sangath

3.6
Compare

Edifice Architects

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