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
-
Process Duration
-
Result
-
Round 1 - One-on-one 

(5 Questions)

  • Q1. Basic questions on python
  • Q2. Difference between list tuple
  • Q3. Area of room 6D
  • Q4. Most emberacing situation u faced in your life
  • Q5. Behavior questions like what will u do if this happens
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.
  • Ans. 

    I am a recent graduate with a degree in engineering, eager to learn and grow in the field.

    • Recent graduate with a degree in engineering

    • Passionate about learning and growing in the field

    • Eager to apply theoretical knowledge to practical projects

  • Answered by AI
  • Q2. Difference between Structure and object oriented languages
  • Ans. 

    Structure languages focus on procedures and functions, while object-oriented languages focus on objects and classes.

    • Structure languages use functions and procedures to manipulate data

    • Object-oriented languages use objects and classes to encapsulate data and behavior

    • Structure languages are more procedural in nature, while object-oriented languages are more modular and reusable

    • Examples of structure languages include C and...

  • Answered by AI
  • Q3. Explain of OOPS concepts and their real life examples.
  • Ans. 

    OOPS concepts are fundamental to object-oriented programming and include inheritance, encapsulation, polymorphism, and abstraction.

    • Inheritance: A child class inherits properties and behaviors from a parent class. Example: Animal class can be a parent class with child classes like Dog and Cat inheriting its attributes.

    • Encapsulation: Bundling data and methods that operate on the data into a single unit. Example: A car ob...

  • Answered by AI
  • Q4. What is static keyword and it's usage.
  • Ans. 

    The static keyword in programming is used to declare variables, functions, or classes that retain their values or state throughout the program's execution.

    • Static variables retain their values between function calls

    • Static functions can only be accessed within the same file

    • Static classes cannot be instantiated and have limited visibility

    • Static keyword can also be used in C++ to declare class members shared among all inst

  • Answered by AI
  • Q5. System architecture diagram for web application project.
  • Ans. 

    The system architecture diagram for a web application project visually represents the components and their interactions.

    • Include components like client-side interface, server-side application, database, and external services

    • Show how these components communicate with each other

    • Consider scalability, security, and performance in the design

    • Use standard symbols and notations for clarity

  • Answered by AI
  • Q6. Access Modifiers in java
  • Ans. 

    Access modifiers in Java control the visibility of classes, methods, and variables.

    • There are four types of access modifiers in Java: public, private, protected, and default.

    • Public: accessible from any other class.

    • Private: only accessible within the same class.

    • Protected: accessible within the same package and subclasses.

    • Default: accessible only within the same package.

    • Example: public class MyClass { private int myVar; p

  • Answered by AI
  • Q7. What OOPS concepts are implemented in my project
  • Ans. 

    Encapsulation, Inheritance, Polymorphism, Abstraction

    • Encapsulation: Data hiding and bundling of data with methods. Example: Using private variables and public methods.

    • Inheritance: Reusing code and creating a hierarchy of classes. Example: Subclass inheriting properties and methods from a superclass.

    • Polymorphism: Ability to present the same interface for different data types. Example: Method overloading and overriding.

    • A...

  • Answered by AI
  • 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
  • Ans. 

    I am a recent graduate with a degree in engineering, eager to learn and grow in the field.

    • Recent graduate with a degree in engineering

    • Passionate about learning and growing in the field

    • Eager to apply theoretical knowledge to practical projects

  • Answered by AI
  • 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.

Skills evaluated in this interview

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
Interview experience
1
Bad
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Group Discussion 

Pricing strategies of product

Round 2 - One-on-one 

(1 Question)

  • Q1. Why you want to go for sales
Round 3 - HR 

(1 Question)

  • Q1. Tell me about urself

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

HSBC Group Interview Questions
4.0
 • 483 Interviews
American Express Interview Questions
4.2
 • 352 Interviews
UBS Interview Questions
4.0
 • 345 Interviews
BNY Interview Questions
4.0
 • 325 Interviews
Morgan Stanley Interview Questions
3.7
 • 297 Interviews
Citicorp Interview Questions
3.7
 • 276 Interviews
Morningstar Interview Questions
4.0
 • 237 Interviews
FactSet Interview Questions
4.0
 • 202 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.3
Compare

Sangath

3.7
Compare

Edifice Architects

4.4
Compare

Calculate your in-hand salary

Confused about how your in-hand salary is calculated? Enter your annual salary (CTC) and get your in-hand salary
Did you find this page helpful?
Yes No
write
Share an Interview