Upload Button Icon Add office photos

Mott MacDonald

Compare button icon Compare button icon Compare

Filter interviews by

Mott MacDonald Interview Questions, Process, and Tips

Updated 19 Feb 2025

Top Mott MacDonald Interview Questions and Answers

View all 33 questions

Mott MacDonald Interview Experiences

Popular Designations

43 interviews found

BIM Modeller Interview Questions & Answers

user image Anonymous

posted on 25 Jul 2022

I applied via Referral and was interviewed before Jul 2021. There was 1 interview round.

Round 1 - Revit 

(3 Questions)

  • Q1. How to create panel schedule.
  • Ans. 

    Panel schedules can be created using software such as Revit or AutoCAD.

    • Create a new panel schedule in the software.

    • Add the necessary information such as panel name, circuit number, and load.

    • Arrange the information in a clear and organized manner.

    • Review and verify the accuracy of the panel schedule.

    • Export the panel schedule as a PDF or other desired format.

  • Answered by AI
  • Q2. How to take off quantities.
  • Ans. 

    Taking off quantities involves measuring and calculating the amount of materials needed for a construction project.

    • Review project plans and specifications to identify materials needed

    • Measure and calculate quantities of materials needed for each component of the project

    • Use software tools such as BIM to assist with takeoff calculations

    • Update takeoff quantities as needed throughout the project

    • Communicate takeoff quantitie

  • Answered by AI
  • Q3. Revit modeling related questions.

Interview Preparation Tips

Interview preparation tips for other job seekers - It's MCQ along with revit file respectively.

BIM Modeller Interview Questions asked at other Companies

Q1. What are the differences between a star-delta starter and a direct-on-line (DOL) starter?
View answer (1)
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
No response
Round 1 - Aptitude Test 

25 Questions, Multiple choice, Single correct as well as multi-correct, related tp python, django & flask

Round 2 - Coding Test 

Find the maximum occurring number in a list of numbers without using any in-built functions, in linear time using, O(1) space

Round 3 - One-on-one 

(7 Questions)

  • Q1. Difference between Lists and Tuples?
  • Ans. 

    Lists are mutable, ordered collections of items while tuples are immutable, ordered collections of items.

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

    • Lists can be modified (add, remove, change elements) while tuples cannot be modified once created.

    • Lists are typically used for collections of similar items that may need to be modified, while tuples are used for fixed collection...

  • Answered by AI
  • Q2. Difference between Shallow copy and Deep copy?
  • Ans. 

    Shallow copy creates a new object but does not duplicate nested objects, while deep copy creates a new object with all nested objects duplicated.

    • Shallow copy only copies the references of nested objects, not the objects themselves.

    • Deep copy creates new copies of all nested objects, ensuring complete independence.

    • In Python, shallow copy can be achieved using the copy() method, while deep copy can be achieved using the d

  • Answered by AI
  • Q3. What is MVT architecture?
  • Ans. 

    MVT architecture stands for Model-View-Template architecture, commonly used in web development with Django framework.

    • MVT separates the logic of an application into three components: Model, View, and Template.

    • Model represents the data structure, View handles the user interface and business logic, and Template manages the presentation layer.

    • MVT is similar to MVC (Model-View-Controller) architecture but with a different n...

  • Answered by AI
  • Q4. What are decorators in Python?
  • Ans. 

    Decorators in Python are functions that modify the behavior of other functions or methods.

    • Decorators are denoted by the @ symbol followed by the decorator name.

    • They allow you to wrap another function in order to extend or modify its behavior.

    • Decorators are commonly used for logging, authentication, and memoization.

    • Example: @staticmethod decorator in Python is used to define a method that is not bound to an instance of

  • Answered by AI
  • Q5. Difference between static and instance methods in python? Explain what decorator to use for defining static methods?
  • Ans. 

    Static methods are bound to the class itself, while instance methods are bound to instances of the class. Use @staticmethod decorator for static methods.

    • Static methods do not have access to class or instance attributes, while instance methods do.

    • Instance methods can modify instance state, while static methods cannot.

    • To define a static method in Python, use the @staticmethod decorator before the method definition.

    • Exampl...

  • Answered by AI
  • Q6. What is inheritence? How many types of inheritence are there in python?
  • Ans. 

    Inheritance is a mechanism in which a new class inherits attributes and methods from an existing class.

    • Inheritance allows a class to reuse code from another class.

    • Python supports single, multiple, and multilevel inheritance.

    • Example: class ChildClass(ParentClass):

  • Answered by AI
  • Q7. What are access specifiers in Python, how are they set-up?
  • Ans. 

    Access specifiers in Python control the accessibility of class attributes and methods.

    • Access specifiers are not explicitly defined in Python like in other languages such as Java or C++.

    • By convention, attributes and methods starting with a single underscore (_) are considered 'protected' and should not be accessed directly.

    • Attributes and methods starting with double underscores (__) are considered 'private' and are name

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Give some mock interviews, revise theoretical concepts, implement concepts in code, communicate concepts effectively.

Skills evaluated in this interview

Top Mott MacDonald Python Software Developer Interview Questions and Answers

Q1. Difference between static and instance methods in python? Explain what decorator to use for defining static methods?
View answer (1)

Python Software Developer Interview Questions asked at other Companies

Q1. What is the purpose of using the super keyword, Inheritance in Python
View answer (1)

Interview Questions & Answers

user image Anonymous

posted on 17 Dec 2024

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

(2 Questions)

  • Q1. How to do transformer sizing
  • Ans. 

    Transformer sizing involves calculating the appropriate size of a transformer based on the electrical load requirements.

    • Determine the total electrical load that the transformer will be supplying

    • Calculate the required kVA rating of the transformer based on the load

    • Consider factors such as efficiency, voltage regulation, and future expansion

    • Select a transformer with a kVA rating equal to or greater than the calculated va...

  • Answered by AI
  • Q2. How to do cable sizing with Indian standard code
  • Ans. 

    Cable sizing with Indian standard code involves determining the appropriate size of cables based on current carrying capacity and voltage drop requirements.

    • Refer to IS 3961:1967 for guidelines on cable sizing in India

    • Calculate the current carrying capacity of the cable based on the load requirements

    • Consider the voltage drop limits specified in the Indian standard code

    • Select the cable size that meets both current carryi...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Ask who is the manager if there is Mr Hingorani don’t take the offer he will ruin you life confidence level of work
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via Walk-in and was interviewed in Jul 2024. There were 4 interview rounds.

Round 1 - Technical 

(1 Question)

  • Q1. Online technical round for 20 mins MCQs (Moderate level)
Round 2 - Case Study 

Power BI Report Development - Hands on for 1 hour (Intermediate to Advance level)

Round 3 - Technical 

(1 Question)

  • Q1. Technical F2F for 30-40 mins (Intermediate level)
Round 4 - Technical 

(1 Question)

  • Q1. Technical F2F for 30 mins (Advance level)

Interview Preparation Tips

Interview preparation tips for other job seekers - Interview process was very time consuming because it was a walk-in drive.
After all the rounds I received a shortlisted email from HR but after that they said that my application is on Hold.
It was a good experience overall.

Power BI Developer Interview Questions asked at other Companies

Q1. Types of joins in power Bi & SQL and how it works?
View answer (7)

Mott MacDonald interview questions for popular designations

 Financial Analyst

 (4)

 Electrical Engineer

 (3)

 Structural Engineer

 (2)

 Bridge Engineer

 (2)

 EHS Officer

 (2)

 Accountant

 (1)

 Senior Engineer

 (1)

 Graduate Engineer

 (1)

Interview experience
1
Bad
Difficulty level
Easy
Process Duration
-
Result
No response

I applied via Naukri.com and was interviewed in Apr 2024. There was 1 interview round.

Round 1 - One-on-one 

(1 Question)

  • Q1. GIL, Rabbit Mq, A Basic For loop questions

Interview Preparation Tips

Interview preparation tips for other job seekers - The interviewer was more keen on learning, if I had any other interview in the pipeline, if I had my own house in Bangalore, and more questions of personal nature. Typical Delhi guy with a big mouth and probably lacking talent. Did not ask any question which was relevant to the role applied or Years of experience. Gave a good glimpse into the kind of talent in the company.

Senior Python Developer Interview Questions asked at other Companies

Q1. Update tuple in list of tuples ? can we update? How about tuple of lists
View answer (3)

Get interview-ready with Top Mott MacDonald Interview Questions

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

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

Round 1 - HR 

(2 Questions)

  • Q1. Questions related to the HR process.
  • Q2. How did you dealwith major client escalation?

Jobs at Mott MacDonald

View all
Interview experience
1
Bad
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(1 Question)

  • Q1. LOD stages in BIM
  • Ans. 

    LOD stages in BIM refer to the Level of Development which defines the amount of detail and accuracy of a model at different stages of a project.

    • LOD 100: Conceptual design with basic massing and spatial relationships

    • LOD 200: Generalized elements with approximate quantities, size, shape, location, and orientation

    • LOD 300: Specific elements with accurate quantities, size, shape, location, and orientation

    • LOD 400: Detailed e...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Excessive toxicity and office politics.

Structural Engineer Interview Questions asked at other Companies

Q1. 1. Find weight and COG of an irrrgular shape. Unit weight of member was given. 2. Calculate force required for COG shift. W load was applied at center of rectangle and we had to calculate forces at all four corners to shift the cog. 3. SFD ... read more
View answer (2)

Accountant Interview Questions & Answers

user image Raj Tufail

posted on 9 Apr 2024

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

(2 Questions)

  • Q1. What are the technical questions in an interview
  • Ans. Technical questions are questions that are designed to assess your specific knowledge and skills related to technical aspects of a job
  • Answered by Raj Tufail
  • Q2. These can include questions about programming languages, software tools,

Accountant Interview Questions asked at other Companies

Q1. What journal is made when purchase requisition is created
View answer (25)

EHS Officer Interview Questions & Answers

user image Dilip Kumar Dubey

posted on 9 Sep 2024

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

I applied via Recruitment Consulltant and was interviewed in Mar 2024. There was 1 interview round.

Round 1 - HR 

(2 Questions)

  • Q1. How many experience do you have
  • Ans. 

    I have 5 years of experience working as an EHS Officer in various industries.

    • 5 years of experience as an EHS Officer

    • Worked in industries such as manufacturing, construction, and healthcare

    • Implemented safety programs and conducted training sessions

    • Performed risk assessments and audits

    • Ensured compliance with regulations and standards

  • Answered by AI
  • Q2. Year of passing full time diploma
  • Ans. 

    2015

    • Passed full time diploma in 2015

    • Obtained diploma certification in 2015

    • Graduated from diploma program in 2015

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Ask questions Friendly

EHS Officer Interview Questions asked at other Companies

Q1. What's the KPI and how we prepare a strategy to achieve. What's the ISO certification and how do we implement and adhered in organization. What are the legal compliance in terms of EHS. How do we manage EHS functions and how typically we tr... read more
View answer (1)
Interview experience
3
Average
Difficulty level
Moderate
Process Duration
6-8 weeks
Result
Not Selected

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

Round 1 - Aptitude Test 

You have to pass aptitude test with minimum 75%.

Round 2 - Technical 

(2 Questions)

  • Q1. What is the use of financial statements in business.
  • Ans. 

    Financial statements are essential tools used by businesses to communicate their financial performance and position to stakeholders.

    • Financial statements provide a snapshot of a company's financial health at a specific point in time.

    • They help investors and creditors assess the company's profitability, liquidity, and overall financial stability.

    • They are used by management to make informed decisions about the company's op...

  • Answered by AI
  • Q2. How do we calculate debt to equity ratio.
  • Ans. 

    Debt to equity ratio is calculated by dividing total debt by total equity.

    • Calculate total debt by adding short-term and long-term debt

    • Calculate total equity by adding common stock, retained earnings, and additional paid-in capital

    • Divide total debt by total equity to get the debt to equity ratio

  • Answered by AI
Round 3 - HR 

(2 Questions)

  • Q1. Personal Information.
  • Q2. Family Background.

Financial Analyst Interview Questions asked at other Companies

Q1. Suppose you have 10000 US dollars with you, out of which you took a loan of 5000 US Dollars. Now suppose you have purchased two assets of 5000 US Dollars each, one through cash and other through bank loan. How would you show this transactio... read more
View answer (3)
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
-

I applied via Approached by Company and was interviewed in Oct 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 - Technical 

(5 Questions)

  • Q1. In which direction will you add bracing in steel structure? and why?
  • Ans. 

    Bracing should be added in the weak axis direction to provide stability and prevent buckling.

    • Bracing should be added in the weak axis direction to prevent buckling.

    • Bracing helps to stabilize the structure and distribute loads more efficiently.

    • Examples of bracing in steel structures include diagonal bracing, cross bracing, and portal bracing.

  • Answered by AI
  • Q2. What are different check in footing?
  • Ans. 

    Different checks in footing include bearing capacity check, settlement check, sliding check, and overturning check.

    • Bearing capacity check ensures the soil can support the load without failure.

    • Settlement check ensures the footing settles within acceptable limits.

    • Sliding check ensures the footing does not slide on the soil.

    • Overturning check ensures the footing does not overturn due to lateral forces.

  • Answered by AI
  • Q3. One way shear and two way shear in footing explain
  • Ans. 

    One way shear occurs in footings when load is applied in one direction, while two way shear occurs when load is applied in two directions.

    • One way shear typically occurs in rectangular footings where the load is applied in one direction.

    • Two way shear occurs in square footings or when the load is applied in two directions.

    • One way shear is calculated using the formula Vc = 0.5 * f'c * b * d, while two way shear is calcula

  • Answered by AI
  • Q4. What type of structures have you worked upon?
  • Ans. 

    I have worked on various types of structures including commercial buildings, residential homes, bridges, and industrial facilities.

    • Commercial buildings

    • Residential homes

    • Bridges

    • Industrial facilities

  • Answered by AI
  • Q5. Why do you want to switch?

Skills evaluated in this interview

Structural Engineer Interview Questions asked at other Companies

Q1. 1. Find weight and COG of an irrrgular shape. Unit weight of member was given. 2. Calculate force required for COG shift. W load was applied at center of rectangle and we had to calculate forces at all four corners to shift the cog. 3. SFD ... read more
View answer (2)

Mott MacDonald Interview FAQs

How many rounds are there in Mott MacDonald interview?
Mott MacDonald interview process usually has 2-3 rounds. The most common rounds in the Mott MacDonald interview process are Technical, Resume Shortlist and HR.
How to prepare for Mott MacDonald 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 Mott MacDonald . The most common topics and skills that interviewers at Mott MacDonald expect are Agile Coaching, AutoCAD, Medical Insurance, REVIT Architecture and Civil Engineering.
What are the top questions asked in Mott MacDonald interview?

Some of the top questions asked at the Mott MacDonald interview -

  1. When you're balancing multiple project how to you keep yourself organi...read more
  2. Why do we need dynamic analysis and what ate the st...read more
  3. tell me about fire fightng system and their w...read more
How long is the Mott MacDonald interview process?

The duration of Mott MacDonald interview process can vary, but typically it takes about less than 2 weeks to complete.

Tell us how to improve this page.

Mott MacDonald Interview Process

based on 44 interviews

Interview experience

4
  
Good
View more

Interview Questions from Similar Companies

Deloitte Interview Questions
3.8
 • 2.8k Interviews
PwC Interview Questions
3.4
 • 1.4k Interviews
AECOM Interview Questions
4.2
 • 114 Interviews
WSP Interview Questions
4.2
 • 91 Interviews
Wood Group Interview Questions
3.8
 • 58 Interviews
Ramboll Interview Questions
4.1
 • 37 Interviews
Stantec Interview Questions
3.8
 • 22 Interviews
Arup Interview Questions
3.8
 • 12 Interviews
Tetra Tech Interview Questions
4.6
 • 3 Interviews
View all

Mott MacDonald Reviews and Ratings

based on 597 reviews

4.2/5

Rating in categories

3.9

Skill development

4.1

Work-life balance

3.9

Salary

3.9

Job security

4.1

Company culture

3.6

Promotions

3.9

Work satisfaction

Explore 597 Reviews and Ratings
Principal Highways Engineer

Bangalore / Bengaluru

7-13 Yrs

Not Disclosed

Transport Modeller

Bangalore / Bengaluru

2-5 Yrs

Not Disclosed

Senior Transport Modeller

Bangalore / Bengaluru

10-13 Yrs

Not Disclosed

Explore more jobs
Mechanical Engineer
52 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Consultant
37 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

IT Analyst
36 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Senior Consultant
35 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Electrical Engineer
33 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Explore more salaries
Compare Mott MacDonald with

AECOM

4.2
Compare

Jacobs Engineering Group

4.1
Compare

WSP

4.2
Compare

Arup

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