Upload Button Icon Add office photos

Filter interviews by

Capital Engineering Consultancy Interview Questions and Answers

Updated 28 Sep 2023

Capital Engineering Consultancy Interview Experiences

Popular Designations

3 interviews found

Interview experience
4
Good
Difficulty level
Moderate
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 - Technical 

(2 Questions)

  • Q1. NBC standards Rules and Regulations Concepts
  • Q2. How to find total built up area ? What is the minimum setback for a high rise building project?
  • Ans. 

    Total built up area can be calculated by summing the area of all floors in a building. Minimum setback for a high rise building project varies based on local regulations and building codes.

    • Total built up area is calculated by summing the area of all floors in a building, including common areas like lobbies and corridors.

    • Minimum setback for a high rise building project is determined by local regulations and building cod...

  • Answered by AI
Round 3 - Assignment 

Cad Planning (eg: 2bhk or 3bhk residential layout)

Interview Preparation Tips

Interview preparation tips for other job seekers - To be strong in technical and problem solving techniques

Senior Architect Interview Questions asked at other Companies

Q1. What is a typical cladding material. What are the types and how are they applicable for specific buildings.
View answer (2)

BIM Architect Interview Questions & Answers

user image Anonymous

posted on 28 Sep 2023

Interview experience
2
Poor
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Approached by Company and was interviewed before Sep 2022. There were 3 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 - HR 

(1 Question)

  • Q1. EXP, LAST DRAWN SALARY, PAYSLIP, IMMEDIATE JOINER, PERIOD AND CAPACITY TO TRAVEL WITH THE COMPANY
Round 3 - Technical 

(4 Questions)

  • Q1. SOME RANDOM TEST OR ROUND WITH ARCHITECT TO TEST THE KNOWELDGE IN SOFTWARE AND DESIGN SKILLS
  • Q2. SOFTWARE KNOWELDGE
  • Q3. PREVIOUS PROJECTS
  • Q4. DESIGN ABILITY AND SOUNDNESS

Interview Preparation Tips

Interview preparation tips for other job seekers - BE CASUAL U WILL GET SELECTED IF U ASK A LOW SALARY NO MATTER UR EXPERIENCE OR KNOWELDGE

BIM Architect Interview Questions asked at other Companies

Q1. How do you use IFC models to reference in RVT file modelling?
View answer (2)

Interview Questionnaire 

1 Question

  • Q1. Technical skills on architecture and drafting

Senior Architect Interview Questions asked at other Companies

Q1. What is a typical cladding material. What are the types and how are they applicable for specific buildings.
View answer (2)

Interview questions from similar companies

Interview Preparation Tips

Round: cgpa shortlisting round
Experience: There was a shortlist based on the CGPA and they took one technical interview

General Tips: Try to answer as much as possible. Don't be over confident. Don’t get too stressed up on placement procedures.Concentrate more on the hardware part and the microprocessors.
It was a bit challenging.
Skill Tips: These subjects should be prepared well-
Database
Operating System
Distributed system
Skills:
College Name: NIT Surathkal

I applied via Referral and was interviewed in Dec 2020. There were 5 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. Personality based question and to present slide on a specific topic

Interview Preparation Tips

Interview preparation tips for other job seekers - Firstly the HR round for the intro, followed by the TL with personality based questions and lastly the presentation based round
Interview experience
3
Average
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Selected Selected

I applied via Recruitment Consulltant and was interviewed before Mar 2023. There was 1 interview round.

Round 1 - Technical 

(2 Questions)

  • Q1. List and tuple differences
  • Ans. 

    List is mutable, tuple is immutable in Python.

    • Lists are mutable, meaning their elements can be changed after creation.

    • Tuples are immutable, meaning their elements cannot be changed after creation.

    • Lists are defined using square brackets [], tuples using parentheses ().

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

  • Answered by AI
  • Q2. Generators in python
  • Ans. 

    Generators in Python are functions that allow you to iterate over a sequence of items without storing them all in memory at once.

    • Generators are created using a function with 'yield' instead of 'return'.

    • They are used to generate a sequence of values lazily, one at a time.

    • Generators are memory efficient as they do not store all values in memory at once.

    • Example: def my_generator(): for i in range(5): yield i

    • Example: ...

  • Answered by AI

Skills evaluated in this interview

Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Double-check your resume for any spelling mistakes. The recruiter may consider spelling mistakes as careless behavior or poor communication skills.
View all tips
Round 2 - Technical 

(3 Questions)

  • Q1. Difference between Asp.net and Ado.net? Explain about Ado.net complete briefly?
  • Ans. 

    ASP.NET is a web development framework while ADO.NET is a data access technology for connecting to databases.

    • ASP.NET is used for building web applications, while ADO.NET is used for accessing and manipulating data from databases.

    • ASP.NET provides a framework for creating dynamic web pages, handling user input, and managing state, while ADO.NET provides a set of classes for interacting with databases.

    • ASP.NET includes fea...

  • Answered by AI
  • Q2. Difference between Functions and stored procedure?
  • Ans. 

    Functions return a value while stored procedures do not.

    • Functions are used to perform a specific task and return a value to the caller.

    • Stored procedures are used to execute a set of SQL statements and do not return a value.

    • Functions can be used in SQL statements while stored procedures cannot.

    • Functions can be called from within stored procedures.

    • Functions are deterministic while stored procedures may not be.

    • Functions c...

  • Answered by AI
  • Q3. Interface Inheritance Difference between overloading and overriding
  • Ans. 

    Interface is a contract that defines the methods a class must implement. Inheritance is the ability of a class to inherit properties and methods from another class.

    • Interface is used to achieve abstraction and multiple inheritance in Java.

    • Inheritance allows code reuse and promotes code organization.

    • Overloading is having multiple methods with the same name but different parameters.

    • Overriding is providing a different impl...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Well prepare oops and asp.net ,ado.net ,SQL server concepts

Skills evaluated in this interview

Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. DevOps tools related questions
  • Q2. And python programming questions

I applied via Company Website and was interviewed in Jul 2021. There was 1 interview round.

Interview Questionnaire 

4 Questions

  • Q1. Firstly They have asked me to introduce myself and further, they questions from manly 3 section from my resume
  • Q2. OOPS 1: Difference between Method overloading and method overriding 2: What is inheritance and it's benifits 3: Define encapsulation and Abstraction.
  • Ans. 

    Questions related to OOPS concepts in software engineering.

    • Method overloading is having multiple methods with the same name but different parameters, while method overriding is having a method in a subclass with the same name and parameters as a method in its superclass.

    • Inheritance is the ability of a class to inherit properties and methods from its parent class. It allows for code reuse and promotes modularity.

    • Encapsu...

  • Answered by AI
  • Q3. SQL 1: Difference between primary key and unique key 2: Why we use Normalisation and there different types 3: Some questions from SQL query, Join, delete, update, etc.
  • Ans. 

    Answers to SQL related questions for Software Engineer interview

    • Primary key uniquely identifies a record in a table, while unique key ensures that no two records have the same value for a specific column

    • Normalization is used to eliminate data redundancy and improve data integrity. Types include 1NF, 2NF, 3NF, BCNF, 4NF, 5NF

    • SQL queries can be used to retrieve data from one or more tables using joins. Delete and update s

  • Answered by AI
  • Q4. Aptitude 1: One question from number series

Interview Preparation Tips

Interview preparation tips for other job seekers - If you're going for the interview process for Milliman just well prepared all the above mentioned points, last but not least be genuine about your project

Skills evaluated in this interview

Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-

I appeared for an interview in Mar 2024.

Round 1 - Technical 

(2 Questions)

  • Q1. Related to oops,
  • Q2. Micro services regarding

Capital Engineering Consultancy Interview FAQs

How many rounds are there in Capital Engineering Consultancy interview?
Capital Engineering Consultancy interview process usually has 3 rounds. The most common rounds in the Capital Engineering Consultancy interview process are Resume Shortlist, Technical and Assignment.
How to prepare for Capital Engineering Consultancy 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 Capital Engineering Consultancy. The most common topics and skills that interviewers at Capital Engineering Consultancy expect are AutoCAD, Project Management, Value Engineering, Design Engineering and Electrical Design.
What are the top questions asked in Capital Engineering Consultancy interview?

Some of the top questions asked at the Capital Engineering Consultancy interview -

  1. How to find total built up area ? What is the minimum setback for a high rise b...read more
  2. SOME RANDOM TEST OR ROUND WITH ARCHITECT TO TEST THE KNOWELDGE IN SOFTWARE AND ...read more
  3. NBC standards Rules and Regulations Conce...read more

Tell us how to improve this page.

Capital Engineering Consultancy Interview Process

based on 2 interviews

Interview experience

3
  
Average
View more

Interview Questions from Similar Companies

C DOT Interview Questions
3.8
 • 27 Interviews
Milliman Interview Questions
3.8
 • 20 Interviews
Ven Consulting Interview Questions
3.4
 • 19 Interviews
Diverse Lynx Interview Questions
3.7
 • 19 Interviews
Gi Group Interview Questions
3.8
 • 15 Interviews
Selectsys Interview Questions
3.6
 • 15 Interviews
VHS Consulting Interview Questions
3.7
 • 14 Interviews
View all

Capital Engineering Consultancy Reviews and Ratings

based on 24 reviews

3.4/5

Rating in categories

3.4

Skill development

3.6

Work-life balance

2.8

Salary

3.1

Job security

3.0

Company culture

2.7

Promotions

3.3

Work satisfaction

Explore 24 Reviews and Ratings
Structural Design Engineer
11 salaries
unlock blur

₹2.4 L/yr - ₹7.4 L/yr

Structural Engineer
6 salaries
unlock blur

₹1.8 L/yr - ₹9.3 L/yr

Junior Structural Engineer
5 salaries
unlock blur

₹2.4 L/yr - ₹3 L/yr

Structural Draftsman
4 salaries
unlock blur

₹2.6 L/yr - ₹7 L/yr

Hvac Design Engineer
4 salaries
unlock blur

₹1.8 L/yr - ₹9 L/yr

Explore more salaries
Compare Capital Engineering Consultancy with

Diverse Lynx

3.7
Compare

Shah Technical Consultants

3.5
Compare

Gi Group

3.8
Compare

Ven Consulting

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