Upload Button Icon Add office photos
Engaged Employer

i

This company page is being actively managed by FivD Team. If you also belong to the team, you can get access from here

FivD Verified Tick

Compare button icon Compare button icon Compare
3.7

based on 29 Reviews

Filter interviews by

FivD Architect Interview Questions and Answers

Updated 30 Jan 2025

FivD Architect Interview Experiences

4 interviews found

Architect Interview Questions & Answers

user image Anonymous

posted on 24 Jan 2025

Interview experience
2
Poor
Difficulty level
-
Process Duration
-
Result
No response
Round 1 - HR 

(2 Questions)

  • Q1. Can you provide your introduction and your salary expectations?
  • Q2. What is your reason for leaving your current company?
Round 2 - Technical 

(2 Questions)

  • Q1. Can you provide an overview of your portfolio?
  • Q2. Questions based on projects from your work experience and portfolio.
Round 3 - Assignment 

Revit test of 100 marks.

Round 4 - Behavioral 

(2 Questions)

  • Q1. Can you introduce yourself?
  • Q2. What is the reason for leaving your current company?

Architect Interview Questions & Answers

user image Anonymous

posted on 30 Jan 2025

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

I was interviewed in Dec 2024.

Round 1 - Assignment 

Software modeling and technical knowledge with practical work experience.

Architect Interview Questions Asked at Other Companies

Q1. How do you find the resources available on a server if it is on p ... read more
Q2. Hav u worked on any international projects? What are the 5 levels ... read more
Q3. How does Authentication in Web API works? What are the dirrent en ... read more
Q4. What does a dotted cross in the architectural drawing depicts?
Q5. 1. Briefly run through your architectural design experience. 2. A ... read more

Architect Interview Questions & Answers

user image Anonymous

posted on 12 Apr 2024

Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - HR 

(1 Question)

  • Q1. Tell me about yourself
Round 2 - Technical 

(1 Question)

  • Q1. Revit test live

Architect Interview Questions & Answers

user image Anonymous

posted on 30 Jun 2023

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

I applied via Naukri.com and was interviewed in Dec 2022. 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 tips
Round 2 - Assignment 

To create 3D model and document it in sheet format within 4 hrs and then submit revit file plus PDF .

Round 3 - Technical 

(1 Question)

  • Q1. Revit related questions
Round 4 - Interview with  company owner 

(1 Question)

  • Q1. Goals and ambitions for near future

Interview questions from similar companies

Interview experience
3
Average
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Not Selected
Round 1 - Technical 

(2 Questions)

  • Q1. Create a. cI/CD Pipe line
  • Ans. 

    Set up a CI/CD pipeline for automated software delivery

    • Choose a CI/CD tool like Jenkins, GitLab CI, or CircleCI

    • Create a repository for your code on a version control system like GitHub

    • Set up a build stage to compile the code and run tests

    • Add a deployment stage to deploy the code to a testing environment

    • Configure automated testing and quality checks in the pipeline

    • Integrate with tools like Docker for containerization an

  • Answered by AI
  • Q2. How to integrate end -end testing in CI/CD pipeline
  • Ans. 

    End-to-end testing can be integrated into CI/CD pipelines by automating test scripts and running them after each code change.

    • Automate end-to-end test scripts using tools like Selenium or Cypress

    • Integrate the automated tests into the CI/CD pipeline to run after each code change

    • Use tools like Jenkins or GitLab CI to trigger the end-to-end tests

    • Monitor test results and failures to ensure code quality and reliability

  • Answered by AI
Round 2 - Technical 

(2 Questions)

  • Q1. Domian credit card knowledge
  • Q2. Standards for payment gateways
  • Ans. 

    Standards for payment gateways ensure secure transactions and data protection.

    • Payment Card Industry Data Security Standard (PCI DSS) compliance is essential for all payment gateways.

    • Encryption protocols like SSL/TLS should be used to protect sensitive information.

    • Tokenization can help prevent fraud by replacing card details with a unique token.

    • Two-factor authentication adds an extra layer of security for transactions.

    • R...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare well with domain as well

Skills evaluated in this interview

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

I applied via Recruitment Consulltant and was interviewed in Nov 2024. There were 2 interview rounds.

Round 1 - Technical 

(2 Questions)

  • Q1. Cloud migration steps
  • Q2. Aws service and database
Round 2 - Technical 

(2 Questions)

  • Q1. Aws sqs details
  • Q2. Posrgresql disadvantages
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - One-on-one 

(2 Questions)

  • Q1. What is your day to day job as DevOps Engineer?
  • Q2. How did you create cicd pipelines?
  • Ans. 

    I created CI/CD pipelines using Jenkins and GitLab CI for automated testing and deployment.

    • Utilized Jenkins to create pipelines for building, testing, and deploying code

    • Integrated GitLab CI for automated testing and deployment processes

    • Used Docker containers for consistent environments across different stages

    • Implemented version control to track changes and rollback if needed

  • Answered by AI
Round 2 - Technical 

(2 Questions)

  • Q1. Explain about cloud infra you setup for application deployment
  • Ans. 

    I have set up a scalable cloud infrastructure using AWS for application deployment.

    • Utilized AWS services such as EC2, S3, RDS, and Elastic Beanstalk for hosting and managing the application

    • Implemented auto-scaling and load balancing to ensure high availability and performance

    • Configured security groups, IAM roles, and VPC settings to secure the infrastructure

    • Used CloudFormation templates for infrastructure as code to au

  • Answered by AI
  • Q2. How did you use terraform to build the infrastructure?
  • Ans. 

    I used Terraform to automate the provisioning and management of infrastructure resources.

    • I defined infrastructure as code using Terraform configuration files

    • I used Terraform commands to create, update, and destroy infrastructure resources

    • I leveraged Terraform modules to reuse and share infrastructure configurations

    • I integrated Terraform with version control systems for collaboration and versioning

    • I utilized Terraform p...

  • Answered by AI

Skills evaluated in this interview

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

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

Round 1 - Technical 

(2 Questions)

  • Q1. Microservices architecture
  • Q2. Spring boot advantage and disadvantage
  • Ans. 

    Spring Boot provides rapid development and easy configuration, but may have performance overhead.

    • Advantage: Rapid development due to auto-configuration and starter dependencies

    • Advantage: Simplified deployment process with embedded servers

    • Disadvantage: Potential performance overhead due to auto-configuration and runtime dependencies

  • Answered by AI

Skills evaluated in this interview

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

I applied via LinkedIn and was interviewed in Sep 2024. There were 2 interview rounds.

Round 1 - Case Study 

Basic situational based question

Round 2 - HR 

(5 Questions)

  • Q1. Basic experience
  • Q2. Roles and responsibilities
  • Q3. Asked my past projects
  • Q4. Asked behavioral questions
  • Q5. Asked my salary expectations
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
No response

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

Round 1 - Technical 

(2 Questions)

  • Q1. Explain the end to end project
  • Ans. 

    The end to end project involves planning, designing, implementing, and delivering a complete architectural solution.

    • Initial client consultation to understand requirements

    • Creating architectural designs and plans

    • Obtaining necessary permits and approvals

    • Overseeing construction and implementation

    • Final inspection and handover to client

  • Answered by AI
  • Q2. How did you improved the efficency
  • Ans. 

    I improved efficiency by implementing streamlined processes, utilizing technology, and optimizing resource allocation.

    • Implemented automated systems to reduce manual tasks

    • Conducted regular performance evaluations to identify areas for improvement

    • Utilized project management software to track progress and deadlines

    • Optimized team collaboration through effective communication strategies

  • Answered by AI

FivD Interview FAQs

How many rounds are there in FivD Architect interview?
FivD interview process usually has 2-3 rounds. The most common rounds in the FivD interview process are Assignment, Technical and HR.
How to prepare for FivD Architect 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 FivD. The most common topics and skills that interviewers at FivD expect are REVIT, AutoCAD, Illustrator, Indesign and Interior Designing.
What are the top questions asked in FivD Architect interview?

Some of the top questions asked at the FivD Architect interview -

  1. Revit related questi...read more
  2. Revit test l...read more

Tell us how to improve this page.

FivD Architect Interview Process

based on 4 interviews

Interview experience

2.5
  
Poor
View more

Architect Interview Questions from Similar Companies

Wipro Architect Interview Questions
3.7
 • 15 Interviews
TCS Architect Interview Questions
3.7
 • 9 Interviews
IBM Architect Interview Questions
4.0
 • 2 Interviews
View all
FivD Architect Salary
based on 25 salaries
₹5.2 L/yr - ₹11.6 L/yr
71% less than the average Architect Salary in India
View more details

FivD Architect Reviews and Ratings

based on 10 reviews

3.2/5

Rating in categories

3.6

Skill development

3.2

Work-life balance

3.1

Salary

3.2

Job security

3.2

Company culture

3.2

Promotions

3.2

Work satisfaction

Explore 10 Reviews and Ratings
Architect
25 salaries
unlock blur

₹5.2 L/yr - ₹11.6 L/yr

BIM Architect
10 salaries
unlock blur

₹4.1 L/yr - ₹10.5 L/yr

Junior Architect
8 salaries
unlock blur

₹3.4 L/yr - ₹6 L/yr

Senior Architect
4 salaries
unlock blur

₹15 L/yr - ₹20 L/yr

Project Architect
3 salaries
unlock blur

₹11.5 L/yr - ₹18.5 L/yr

Explore more salaries
Compare FivD with

Flipkart

4.0
Compare

Snapdeal

3.8
Compare

Paytm

3.3
Compare

Shopclues

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