Upload Button Icon Add office photos

Filter interviews by

Tandon Urban Solutions Interview Questions and Answers

Updated 30 Aug 2024

Tandon Urban Solutions Interview Experiences

Popular Designations

3 interviews found

Site Engineer Interview Questions & Answers

user image Anonymous

posted on 22 May 2023

Interview experience
3
Average
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Selected Selected

I applied via Company Website and was interviewed in Mar 2024. 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 Resume tips
Round 2 - Technical 

(5 Questions)

  • Q1. Self Introduction ?
  • Ans. I'm Arpit Singh, I'm from Uttar Pradesh.
  • Answered Anonymously
  • Q2. Education Qualification?
  • Ans. My qualification is Diploma in "civil".
  • Answered Anonymously
  • Q3. How to Experience?
  • Ans. I have an experience in 1 year and 5 months.
  • Answered Anonymously
  • Q4. Experience in Project ?
  • Q5. Job role in x company?

Interview Preparation Tips

Topics to prepare for Tandon Urban Solutions Site Engineer interview:
  • Site Execution
  • Casting
  • Quality Check

Site Engineer Interview Questions asked at other Companies

Q1. 1.BBS calculation of slab? 2.Stairs case riser and tread dimension? 3.Types of cement? 4.Full form of tmt, pcc, rcc, tmx, dpc 5.Definition of plinth area, courtyard area, built-up area? 6.function of dpc 8.standard size of brick? 9. Write g... read more
View answer (4)

Design Engineer Interview Questions & Answers

user image Ashwini Maruti Pokharkar

posted on 30 Aug 2024

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

I applied via Approached by Company and was interviewed before Aug 2023. There was 1 interview round.

Round 1 - One-on-one 

(2 Questions)

  • Q1. Footing design and steps
  • Q2. About software knowledge

Design Engineer Interview Questions asked at other Companies

Q1. Stress Strain curve, What will happen if you use petrol in diesel engine and Diesel in petrol engone.
View answer (5)
Interview experience
5
Excellent
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Approached by Company and was interviewed before Dec 2021. There were 4 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 Resume tips
Round 2 - HR 

(6 Questions)

  • Q1. What is your highest qualification?
  • Q2. How much is your experience?
  • Q3. What is your current CTC?
  • Q4. Where are you living?
  • Q5. Where do you live while relocating to Mumbai?
  • Q6. After explaining job role and responsibilities, when we can schedule your interview with manager?
Round 3 - Technical 

(3 Questions)

  • Q1. On which projects you are working?
  • Q2. Which IS or IRC codes are required for the projects?
  • Ans. 

    The required codes depend on the location and type of project.

    • The International Building Code (IBC) is commonly used for commercial buildings.

    • The International Residential Code (IRC) is commonly used for residential buildings.

    • Local building codes may also apply and vary by location.

    • Other codes that may be required include the American Concrete Institute (ACI) and American Institute of Steel Construction (AISC) codes.

    • Th...

  • Answered by AI
  • Q3. Which Structural analysis and design software you are familiar with and how much you are proficient in it?
  • Ans. 

    I am proficient in using software like SAP2000, ETABS, and SAFE for structural analysis and design.

    • Proficient in using SAP2000 for structural analysis and design

    • Familiar with ETABS for structural analysis and design

    • Experienced in using SAFE for structural analysis and design

  • Answered by AI
Round 4 - HR 

(1 Question)

  • Q1. What is your expected salary?

Interview Preparation Tips

Interview preparation tips for other job seekers - If your basics are clear, then no need to worry or you can read basics related to your current projects. But, salary negotiation is critical.

Junior Structural Engineer Interview Questions asked at other Companies

Q1. Tell detail of steel bending for 90 degree or 45 degree
View answer (2)

Jobs at Tandon Urban Solutions

View all

Interview questions from similar companies

I applied via Company Website and was interviewed before Dec 2020. There were 4 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. Questions on Java,SQL,some trending technologies(IOT,Big data),pattern questions, programming questions with different approaches.

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare basics of DSA, have knowledge about the databases, some common dml ,ddl statements, programming knowledge of a particular language like C,Java, python,etc...have good command on oops concepts... little bit of frameworks knowledge will also help

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

Interview Questionnaire 

1 Question

  • Q1. Java questions

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare basic questions

I applied via Campus Placement and was interviewed before Feb 2021. There were 3 interview rounds.

Round 1 - Aptitude Test 

Aptitude round consists Logical reasoning, General Aptitude, Grammar related questions etc. All are moderate level questions.

Round 2 - Technical 

(3 Questions)

  • Q1. Explain OOPs w.r.t Java
  • Ans. 

    OOPs is a programming paradigm that uses objects to represent real-world entities. Java is an OOPs language.

    • OOPs stands for Object-Oriented Programming System

    • Java is a class-based OOPs language

    • Encapsulation, Inheritance, Polymorphism, and Abstraction are the four pillars of OOPs

    • Objects have state and behavior

    • Java supports interfaces, which allow for multiple inheritance

    • Example: A car can be represented as an object wit...

  • Answered by AI
  • Q2. Explain about the projects that you have worked on
  • Q3. Explain how Java solves machine dependency of code execution
  • Ans. 

    Java solves machine dependency by using bytecode and virtual machine.

    • Java code is compiled into bytecode which is platform-independent

    • The bytecode is executed by the Java Virtual Machine (JVM) which is platform-specific

    • JVM translates bytecode into machine code for the specific platform

    • This allows Java code to run on any platform with a JVM installed

    • Example: A Java program compiled on Windows can run on Linux or Mac as

  • Answered by AI
Round 3 - HR 

(2 Questions)

  • Q1. Why should we hire you?
  • Q2. Tell me about yourself.

Interview Preparation Tips

Topics to prepare for Infosys System Engineer interview:
  • Java
Interview preparation tips for other job seekers - Keep it simple, Prepare basics of 1st preferred Programming Language.

Skills evaluated in this interview

I applied via Campus Placement and was interviewed before May 2021. There were 2 interview rounds.

Round 1 - Aptitude Test 

Numerical ability and logical reasoning followed by some coding mcqs

Round 2 - Technical 

(1 Question)

  • Q1. Print 1 to 100 without for loop
  • Ans. 

    Printing 1 to 100 without for loop

    • Use recursion to print numbers from 1 to 99

    • Print 100 outside the recursion

    • Use a base case to stop recursion at 100

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare from interview bit and practice mcqs

I applied via Campus Placement and was interviewed before Jun 2021. There were 2 interview rounds.

Round 1 - Aptitude Test 

Simple aptitude test

Round 2 - One-on-one 

(1 Question)

  • Q1. General questions as per your cv

Interview Preparation Tips

Topics to prepare for Infosys System Engineer interview:
  • Aptitude
Interview preparation tips for other job seekers - Great company for freshers.. lot to learn and experience

I applied via Company Website and was interviewed before Jul 2021. There were 2 interview rounds.

Round 1 - Coding Test 

Attended the codevita competition in final year of college.

Round 2 - Technical 

(3 Questions)

  • Q1. About College Project
  • Q2. Some very basics of java
  • Q3. Experience of college project as a team

Interview Preparation Tips

Interview preparation tips for other job seekers - Codevita is a really good platform to help you join TCS as a final year graduate in college

I applied via Campus Placement and was interviewed before Aug 2021. There were 2 interview rounds.

Round 1 - Aptitude Test 

It was a basic aptitude test.

Round 2 - One-on-one 

(1 Question)

  • Q1. Interview was fine. Mostly asked about my final year project.

Interview Preparation Tips

Interview preparation tips for other job seekers - Attend the interview with cool head. All the best.
Contribute & help others!
anonymous
You can choose to be anonymous

Tandon Urban Solutions Interview FAQs

How many rounds are there in Tandon Urban Solutions interview?
Tandon Urban Solutions interview process usually has 2-3 rounds. The most common rounds in the Tandon Urban Solutions interview process are Resume Shortlist, HR and Technical.
How to prepare for Tandon Urban Solutions 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 Tandon Urban Solutions. The most common topics and skills that interviewers at Tandon Urban Solutions expect are AutoCAD, Staad Pro, Arcgis, Design Engineering and Structural Design.
What are the top questions asked in Tandon Urban Solutions interview?

Some of the top questions asked at the Tandon Urban Solutions interview -

  1. Which Structural analysis and design software you are familiar with and how muc...read more
  2. Which IS or IRC codes are required for the projec...read more
  3. How to Experien...read more

Recently Viewed

REVIEWS

Brane Enterprises

No Reviews

JOBS

BlueBinaries Engineering and Solutions

No Jobs

SALARIES

Spark Minda

REVIEWS

Josh Software

No Reviews

PHOTOS

BlueBinaries Engineering and Solutions

No Photos

REVIEWS

Spark Minda

No Reviews

SALARIES

Macawber Beekay

REVIEWS

Crest Infosystems

No Reviews

REVIEWS

Macawber Beekay

No Reviews

DESIGNATION

Tell us how to improve this page.

Tandon Urban Solutions Interview Process

based on 4 interviews

Interview experience

4
  
Good
View more

Interview Questions from Similar Companies

TCS Interview Questions
3.7
 • 10.5k Interviews
Infosys Interview Questions
3.6
 • 7.7k Interviews
Wipro Interview Questions
3.7
 • 5.7k Interviews
Tech Mahindra Interview Questions
3.5
 • 3.9k Interviews
HCLTech Interview Questions
3.5
 • 3.8k Interviews
LTIMindtree Interview Questions
3.8
 • 3k Interviews
Mphasis Interview Questions
3.4
 • 811 Interviews
View all

Tandon Urban Solutions Reviews and Ratings

based on 31 reviews

4.0/5

Rating in categories

3.3

Skill development

4.1

Work-life balance

3.2

Salary

3.4

Job security

3.9

Company culture

3.0

Promotions

3.4

Work satisfaction

Explore 31 Reviews and Ratings
Electrical Design Engineer

Mumbai,

Navi Mumbai

2-7 Yrs

Not Disclosed

MEP Engineer

Mumbai

1-5 Yrs

Not Disclosed

Environmental design engineer.

Mumbai

7-10 Yrs

Not Disclosed

Explore more jobs
Project Manager
9 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Design Engineer
8 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Environmental Engineer
7 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Civil Engineer
7 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Structural Design Engineer
7 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Explore more salaries
Compare Tandon Urban Solutions with

TCS

3.7
Compare

Infosys

3.6
Compare

Wipro

3.7
Compare

Tech Mahindra

3.5
Compare
Did you find this page helpful?
Yes No
write
Share an Interview
Rate your experience using AmbitionBox
Terrible
Terrible
Poor
Poor
Average
Average
Good
Good
Excellent
Excellent