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
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - HR 

(1 Question)

  • Q1. The first round includes a basic discussion with HR about your profile and skill
Round 2 - Technical 

(1 Question)

  • Q1. The second round involves a technical discussion and, if needed, a practical scenario round.
Round 3 - HR 

(1 Question)

  • Q1. The third round, if needed, includes a discussion with COO and an HR round for finalization.

Interview Preparation Tips

Interview preparation tips for other job seekers - CommercePundit offers a fantastic work culture that fosters continuous learning and growth! I've had numerous opportunities to expand my knowledge, thanks to a supportive team and an environment that encourages professional development. The company truly values both its customers and employees, creating a work place that is not only dynamic but also enjoyable. It's a great place to thrive!

Apprentice Interview Questions & Answers

HyScaler user image Radharani Rath

posted on 25 Nov 2024

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

I applied via Referral and was interviewed in Oct 2024. There were 3 interview rounds.

Round 1 - Coding Test 

4 easy level questions will be asked basically from arrays and strings.

Round 2 - Assignment 

Assignment will be given after clearing coding round. In my case ELearning Platform project was given and 7 days time was given to complete.

Round 3 - One-on-one 

(4 Questions)

  • Q1. DBMS questions like ACID properties, database transaction. Etc
  • Q2. Project related questions
  • Q3. Basic and conceptual questions of frameworks you know
  • Q4. Basic coding questions like armstrong number, palendromic sequence, recursion

Interview Preparation Tips

Interview preparation tips for other job seekers - Give focus on conceptual and theory questions of your known framework
Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. How do agile methodologies function in B2B projects?
  • Ans. 

    Agile methodologies in B2B projects involve frequent communication, adaptability, and collaboration with stakeholders.

    • Agile methodologies in B2B projects prioritize customer collaboration and responding to change over following a strict plan.

    • Regular feedback from stakeholders helps in adjusting project scope and priorities in real-time.

    • Cross-functional teams work together closely to deliver incremental value to the B2B...

  • Answered by AI
  • Q2. What is your experience with barcode scanners?
  • Ans. 

    I have extensive experience working with barcode scanners in various automation projects.

    • Implemented barcode scanning functionality in warehouse management system to track inventory

    • Integrated barcode scanners with automated testing tools for regression testing

    • Utilized barcode scanners in manufacturing processes to improve efficiency and accuracy

  • Answered by AI
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Not Selected

I applied via Approached by Company and was interviewed in Nov 2024. There was 1 interview round.

Round 1 - One-on-one 

(2 Questions)

  • Q1. How to rotate a matrix?
  • Ans. 

    To rotate a matrix, transpose it and then reverse each row or column depending on the direction of rotation.

    • Transpose the matrix by swapping elements across the diagonal

    • For clockwise rotation, reverse each row of the transposed matrix

    • For anti-clockwise rotation, reverse each column of the transposed matrix

  • Answered by AI
  • Q2. How to find a particular element in a sorted array?
  • Ans. 

    Use binary search to efficiently find a particular element in a sorted array.

    • Start by comparing the target element with the middle element of the array.

    • If the target element is less than the middle element, search the left half of the array.

    • If the target element is greater than the middle element, search the right half of the array.

    • Repeat the process until the target element is found or the search space is empty.

  • Answered by AI
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.

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