Upload Button Icon Add office photos

Filter interviews by

VisiLean Interview Questions and Answers

Updated 12 May 2024

VisiLean Interview Experiences

Popular Designations

5 interviews found

Senior React Devloper Interview Questions & Answers

user image Anonymous

posted on 19 Jan 2024

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

I applied via Naukri.com and was interviewed in Dec 2023. There were 2 interview rounds.

Round 1 - Technical 

(3 Questions)

  • Q1. Arrow functions
  • Q2. Difference in let,var,const
  • Q3. Event loop ,call stack,callbackbackfunctions,usememo
Round 2 - Coding Test 

Regarding the output of closures,sortings et

Interview Preparation Tips

Topics to prepare for VisiLean Senior React Devloper interview:
  • Hooks
  • LifeCycle methods
Interview preparation tips for other job seekers - Have good knowledge on basic java script,Hooks,Lifecycle methods etc

Skills evaluated in this interview

Scrum Master Interview Questions & Answers

user image Anonymous

posted on 10 Jan 2024

Interview experience
1
Bad
Difficulty level
Moderate
Process Duration
More than 8 weeks
Result
Not Selected

I applied via Naukri.com and was interviewed in Jul 2023. There was 1 interview round.

Round 1 - HR 

(1 Question)

  • Q1. Ask for documents

Interview Preparation Tips

Interview preparation tips for other job seekers - Worst interview process after submitting all documents and second they say opening get closed for that role.

Scrum Master Interview Questions asked at other Companies

Q1. If a developer who was working on a critical user story suddenly goes on emergency medical leave. how will you deal with the situation?
View answer (4)
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Selected Selected

I applied via LinkedIn and was interviewed before May 2023. There was 1 interview round.

Round 1 - Technical 

(1 Question)

  • Q1. What is Critical Path
  • Ans. 

    Critical Path is the longest sequence of tasks in a project that must be completed on time to ensure the project finishes on schedule.

    • Critical Path helps in identifying the tasks that are crucial for the project timeline.

    • It determines the shortest possible duration for completing the project.

    • Any delay in tasks on the Critical Path will directly impact the project's completion date.

    • Activities on the Critical Path have z...

  • Answered by AI

Construction Engineer Interview Questions asked at other Companies

Q1. What's your biggest mistakes in your carrier?
View answer (4)
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via LinkedIn and was interviewed before Nov 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 - HR 

(4 Questions)

  • Q1. Tell me about your self
  • Q2. Brief me about your career
  • Q3. What is your career Goal
  • Q4. Where you want to see your self in 5 years

Interview Preparation Tips

Interview preparation tips for other job seekers - Kindly wear perfect officials looks clothes ,Be confidence when answering interview questions.

VisiLean interview questions for popular designations

 Administration and HR Associate

 (1)

 Construction Engineer

 (1)

 Scrum Master

 (1)

 Software Tester

 (1)

I was interviewed in Dec 2020.

Interview Questionnaire 

1 Question

  • Q1. Basic Java questions only they asked me

Interview Preparation Tips

Interview preparation tips for other job seekers - It's not that much touch, experience people easy to handle

Software Tester Interview Questions asked at other Companies

Q1. Which is a best technique to generate automated test report ?
View answer (1)

Interview questions from similar companies

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

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

Round 1 - One-on-one 

(2 Questions)

  • Q1. Behavioural Question
  • Q2. Deep Dive into previous Projects which you have done
Round 2 - Assignment 

The assignment is easy and can be completed with proper user research. I completed the assignment but didn't submit

Interview Preparation Tips

Interview preparation tips for other job seekers - The interviewer is quite friendly and supportive. Mostly conversation-based interviews.
The interview process is smooth.
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

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

Round 1 - One-on-one 

(1 Question)

  • Q1. Overall experience and familiarity with best recruitment practices
  • Ans. 

    I have 5+ years of experience in talent acquisition and am familiar with best recruitment practices.

    • Utilizing social media platforms for sourcing candidates

    • Implementing diversity and inclusion initiatives in recruitment processes

    • Leveraging data analytics for improving recruitment strategies

  • Answered by AI
Round 2 - Technical 

(1 Question)

  • Q1. Round with Direct of IT
Round 3 - HR 

(1 Question)

  • Q1. Final Discussion

Interview Preparation Tips

Interview preparation tips for other job seekers - Research the company thoroughly in advance, as it is part of a large conglomerate based in Dubai. Ensure alignment with the company's vision and mission. Prepare for the interview based on the job requirements, noting that a learning attitude will be prioritized over technical skills.
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via Campus Placement and was interviewed in Aug 2024. There were 2 interview rounds.

Round 1 - Assignment 

MCQ consist of 20 questions

Round 2 - Technical 

(1 Question)

  • Q1. Technical round based on resume

Interview Preparation Tips

Interview preparation tips for other job seekers - Good no need to stress
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Aptitude Test 

Python question was there and it was average level not tough

Round 2 - Coding Test 

Simple coding questions which was good to go

Round 3 - Technical 

(1 Question)

  • Q1. General ops concepts
Round 4 - Technical 

(1 Question)

  • Q1. Coding with technical questions
Round 5 - HR 

(1 Question)

  • Q1. General questions
Interview experience
3
Average
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
No response

I applied via Naukri.com and was interviewed in Sep 2023. There were 2 interview rounds.

Round 1 - Aptitude Test 

Some basic puzzle Ask like 3 liter bucket 5 litter bucket u need to find way to measure 5 litter bucket

Round 2 - Technical 

(4 Questions)

  • Q1. Interviewer not appeared
  • Q2. React native app optimization technique
  • Ans. 

    Optimizing a React Native app involves reducing bundle size, improving performance, and enhancing user experience.

    • Use code splitting to reduce initial bundle size

    • Optimize images and assets for smaller file sizes

    • Implement lazy loading for components that are not immediately needed

    • Use PureComponent or memoization for performance optimization

    • Avoid unnecessary re-renders by using shouldComponentUpdate or React.memo

    • Profile ...

  • Answered by AI
  • Q3. Props state, promise.all closure,HOC,redux related,
  • Q4. Recursion function for infinite currying
  • Ans. 

    Recursion function to enable infinite currying by returning a function until all arguments are provided.

    • Create a function that takes a single argument and returns a new function that takes the next argument until all arguments are provided.

    • Use recursion to keep returning a new function until all arguments are collected.

    • Once all arguments are collected, execute the original function with all arguments and return the res

  • Answered by AI

Skills evaluated in this interview

VisiLean Interview FAQs

How many rounds are there in VisiLean interview?
VisiLean interview process usually has 1-2 rounds. The most common rounds in the VisiLean interview process are HR, Technical and Resume Shortlist.
How to prepare for VisiLean 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 VisiLean. The most common topics and skills that interviewers at VisiLean expect are Java, Construction Management, Civil Engineering, Javascript and MS Project.
What are the top questions asked in VisiLean interview?

Some of the top questions asked at the VisiLean interview -

  1. What is Critical P...read more
  2. difference in let,var,co...read more
  3. event loop ,call stack,callbackbackfunctions,usem...read more

Tell us how to improve this page.

VisiLean Interview Process

based on 3 interviews

Interview experience

3.3
  
Average
View more

Interview Questions from Similar Companies

Autodesk Interview Questions
4.3
 • 39 Interviews
Trimble Interview Questions
4.2
 • 26 Interviews
CGS Interview Questions
3.5
 • 26 Interviews
Bentley Systems Interview Questions
4.3
 • 20 Interviews
Zentree Labs Interview Questions
3.2
 • 8 Interviews
Fidel Softech Interview Questions
2.9
 • 8 Interviews
Procore Interview Questions
2.1
 • 3 Interviews
View all

VisiLean Reviews and Ratings

based on 14 reviews

2.7/5

Rating in categories

2.6

Skill development

3.0

Work-life balance

2.7

Salary

2.6

Job security

2.7

Company culture

2.6

Promotions

2.8

Work satisfaction

Explore 14 Reviews and Ratings
Senior Marketing Manager

Ahmedabad

7-12 Yrs

Not Disclosed

QA Lead

Ahmedabad

6-11 Yrs

Not Disclosed

Explore more jobs
Software Developer
13 salaries
unlock blur

₹5 L/yr - ₹8 L/yr

Java Developer
8 salaries
unlock blur

₹3 L/yr - ₹5 L/yr

Junior Software Developer
5 salaries
unlock blur

₹3 L/yr - ₹6 L/yr

Software Engineer
4 salaries
unlock blur

₹4.1 L/yr - ₹8.6 L/yr

UI/UX Designer
4 salaries
unlock blur

₹3.6 L/yr - ₹7 L/yr

Explore more salaries
Compare VisiLean with

Autodesk

4.3
Compare

Trimble

4.2
Compare

Bentley Systems

4.3
Compare

Aconex

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