Upload Button Icon Add office photos

Arth Design Build

Compare button icon Compare button icon Compare

Filter interviews by

Arth Design Build Interview Questions and Answers

Updated 21 Sep 2023

Arth Design Build Interview Experiences

2 interviews found

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

I applied via Recruitment Consulltant and was interviewed before Sep 2022. There were 2 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 - Technical 

(2 Questions)

  • Q1. Revit Based Navis work related AutoCAD related
  • Q2. Personal Questions
Interview experience
5
Excellent
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Recruitment Consulltant and was interviewed before Sep 2022. 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 

(2 Questions)

  • Q1. Revit Based Navis work related AutoCAD related
  • Q2. Personal Questions

Top trending discussions

View All
Office Jokes
2w
an executive
CTC ≠ Confidence Transfer Credit
Ab toh aisa lagta hai, chillar jaise salary ke liye main kaju katli ban ke jaa rahi hoon. Samajh nahi aata, main zyada ready ho ke jaa rahi hoon ya ye mujhe kam pay kar rahe hain? #CorporateLife #OfficeJokes #UnderpaidButWellDressed
FeedCard Image
Got a question about Arth Design Build?
Ask anonymously on communities.

Interview questions from similar companies

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

I applied via Approached by Company and was interviewed in Aug 2024. There were 3 interview rounds.

Round 1 - Technical 

(2 Questions)

  • Q1. Let var const difference
  • Ans. 

    var, let, and const are all used to declare variables in JavaScript, but they have different scopes and mutability.

    • var is function-scoped and can be redeclared and reassigned

    • let is block-scoped and can be reassigned but not redeclared

    • const is block-scoped and cannot be reassigned or redeclared

  • Answered by AI
  • Q2. Polyfills of bind method
  • Ans. 

    Polyfills of bind method provide a way to use the bind method in older browsers that do not support it natively.

    • Polyfill code typically checks if the bind method is available and if not, it creates a new function that mimics the behavior of bind.

    • One common polyfill for the bind method is the following: Function.prototype.bind = Function.prototype.bind || function() { // polyfill code here };

    • Polyfills are often used to ...

  • Answered by AI
Round 2 - Technical 

(2 Questions)

  • Q1. Make a search bar in React
  • Ans. 

    Create a search bar component in React for filtering data

    • Create a functional component for the search bar

    • Use state to store the search query

    • Implement a onChange event handler to update the search query

    • Filter the data based on the search query

  • Answered by AI
  • Q2. React js core concepts
Round 3 - HR 

(2 Questions)

  • Q1. How you structure your work
  • Ans. 

    I structure my work by breaking down tasks, setting priorities, creating timelines, and regularly reviewing progress.

    • Break down tasks into smaller, manageable chunks

    • Set priorities based on deadlines and importance

    • Create timelines to track progress and ensure timely completion

    • Regularly review progress and adjust plans as needed

  • Answered by AI
  • Q2. How you make a project from scratch
  • Ans. 

    To make a project from scratch, start by defining requirements, creating a plan, designing the architecture, implementing the code, testing, and deploying.

    • Define project requirements and goals

    • Create a project plan with timelines and milestones

    • Design the architecture of the project, including database schema and system components

    • Implement the code following best practices and coding standards

    • Test the project thoroughly ...

  • Answered by AI

Skills evaluated in this interview

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

Round 1 - Technical 

(1 Question)

  • Q1. Core Java Questions like Interface, Abstraction, final, finally, Exception etc etc. Q: Reverse array in O(n) Q: Rotate array k time in O(n) ....some others questions also This round lasted for 90 mins
Round 2 - Technical 

(1 Question)

  • Q1. Core java questions. Q: Create a linked list This round lasted for 20 mins
Round 3 - HR 

(1 Question)

  • Q1. Asked only about personal like. Also Told me about 2 years bond for which i will have to pay 50K it i break it. This round lasted for 10 mins

Interview Preparation Tips

Topics to prepare for Nspire Automation Software Engineer interview:
  • Java
  • Core Java
Interview preparation tips for other job seekers - Don't join centilytics as a fresher with bond
Interview experience
1
Bad
Difficulty level
-
Process Duration
-
Result
-

I applied via Campus Placement

Round 1 - Coding Test 

Basic coding test . Two questions were given

Round 2 - HR 

(1 Question)

  • Q1. Basic fresher question
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Not Selected

I appeared for an interview in Feb 2025.

Round 1 - Technical 

(2 Questions)

  • Q1. Like or dislike
  • Q2. What are you thinking

Interview Preparation Tips

Interview preparation tips for other job seekers - Just do the right thing from the beginning
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Instahyre and was interviewed before Sep 2022. There were 5 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. Largest island (graph question)
  • Ans. 

    Find the largest connected component in a grid representing islands using graph traversal techniques.

    • Use Depth-First Search (DFS) or Breadth-First Search (BFS) to explore the grid.

    • Count the size of each island by marking visited cells.

    • Example: In a 2D grid, '1' represents land and '0' represents water.

    • Keep track of the maximum size encountered during traversal.

  • Answered by AI
  • Q2. SQL question related to joins
Round 3 - One-on-one 

(1 Question)

  • Q1. About the databases and questions from system design
Round 4 - One-on-one 

(1 Question)

  • Q1. Questions based on concurrency , suitable databases HLD,LLD,book my show design
Round 5 - HR 

(1 Question)

  • Q1. Salary discussion
Are these interview questions helpful?
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
No response

I appeared for an interview in May 2025, where I was asked the following questions.

  • Q1. DATA STRUCTURES , SYSTEM DESIGN
  • Q2. ALGORITHM , LLD
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Coding Test 

It was a live coding round where expectation was to come up with a framework in Java from Scratch

Round 2 - Technical 

(1 Question)

  • Q1. It was a DS/Algo Round
Round 3 - Design R 

(1 Question)

  • Q1. Design Round in HLD
  • Ans. 

    Design Round in HLD involves creating a high-level design for a software system.

    • Identify the main components of the system and their interactions

    • Define the architecture of the system including layers, modules, and interfaces

    • Consider scalability, performance, security, and maintainability

    • Use UML diagrams like class diagrams, sequence diagrams, and component diagrams

    • Document the design decisions and rationale

  • Answered by AI

Skills evaluated in this interview

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

I applied via Campus Placement and was interviewed before Apr 2023. There were 3 interview rounds.

Round 1 - Coding Test 

Coding questions were easy, not clear about shortlisting process

Round 2 - Technical 

(1 Question)

  • Q1. Basic DSA questions on arrays, linked lists
Round 3 - HR 

(1 Question)

  • Q1. Self introduction

Arth Design Build Interview FAQs

How many rounds are there in Arth Design Build interview?
Arth Design Build interview process usually has 2 rounds. The most common rounds in the Arth Design Build interview process are Resume Shortlist and Technical.
How to prepare for Arth Design Build 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 Arth Design Build. The most common topics and skills that interviewers at Arth Design Build expect are REVIT, AutoCAD, Front End, Python and Angular.

Tell us how to improve this page.

Overall Interview Experience Rating

5/5

based on 5 interview experiences

Difficulty level

Easy 100%

Duration

Less than 2 weeks 100%
View more

Interview Questions from Similar Companies

HALODOC Interview Questions
2.6
 • 13 Interviews
Unstop Interview Questions
3.7
 • 11 Interviews
PagarBook Interview Questions
3.7
 • 11 Interviews
ITILITE Interview Questions
2.8
 • 10 Interviews
View all

Arth Design Build Reviews and Ratings

based on 71 reviews

4.1/5

Rating in categories

4.0

Skill development

3.8

Work-life balance

3.5

Salary

4.1

Job security

4.2

Company culture

3.6

Promotions

3.9

Work satisfaction

Explore 71 Reviews and Ratings
BIM Engineer
27 salaries
unlock blur

₹2.6 L/yr - ₹5 L/yr

BIM Modeller
23 salaries
unlock blur

₹1.8 L/yr - ₹6.4 L/yr

Senior BIM Engineer
19 salaries
unlock blur

₹4.3 L/yr - ₹8.5 L/yr

BIM Coordinator
12 salaries
unlock blur

₹6 L/yr - ₹10.5 L/yr

Bim Consultant
9 salaries
unlock blur

₹4 L/yr - ₹9 L/yr

Explore more salaries
Compare Arth Design Build with

PagarBook

3.7
Compare

Signzy Technologies

3.0
Compare

Xoxoday

3.6
Compare

ITILITE

2.8
Compare
write
Share an Interview