Upload Button Icon Add office photos

Filter interviews by

Vensa Builders Assistant Manager Planning Interview Questions and Answers

Updated 26 Nov 2024

Vensa Builders Assistant Manager Planning Interview Experiences

1 interview found

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

I applied via Recruitment Consulltant and was interviewed before Nov 2023. There were 2 interview rounds.

Round 1 - Technical 

(3 Questions)

  • Q1. Scaffolding time line for deshuttering
  • Ans. 

    The scaffolding time line for deshuttering involves planning and coordination to ensure safe and efficient removal of scaffolding.

    • Create a detailed schedule outlining when each section of scaffolding will be removed

    • Coordinate with the construction team to ensure deshuttering aligns with project timelines

    • Consider factors such as weather conditions and safety regulations when planning the deshuttering process

  • Answered by AI
  • Q2. How do you take up schedule time line
  • Ans. 

    I prioritize tasks based on urgency and importance to create a realistic schedule timeline.

    • Evaluate the scope of the project and break it down into smaller tasks

    • Estimate the time required for each task and allocate resources accordingly

    • Consider dependencies between tasks and adjust the schedule as needed

    • Regularly monitor progress and make adjustments to the timeline as necessary

  • Answered by AI
  • Q3. What is crash time and how it is implemented
  • Ans. 

    Crash time is the shortest possible time in which a project can be completed by assigning additional resources.

    • Crash time helps in speeding up project completion by adding more resources to critical path activities

    • It involves identifying critical activities that can be shortened without affecting the project timeline

    • Crash time is implemented by adding extra resources, working overtime, or fast-tracking activities

    • Exampl...

  • Answered by AI
Round 2 - HR 

(2 Questions)

  • Q1. Committments and willingness
  • Q2. Negotiations on the pay

Interview Preparation Tips

Interview preparation tips for other job seekers - Be positive and open minded for new works without or within the domain of work

Skills evaluated in this interview

Interview questions from similar companies

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

I applied via Approached by Company and was interviewed in Sep 2022. There were 3 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 

(2 Questions)

  • Q1. Which company are you working. Why are you looking for change
  • Q2. What is the difference between delete and dissolve in Primavera P6
  • Ans. 

    Delete removes an activity from the project, while dissolve removes a relationship between activities.

    • Delete removes an activity from the project and all its relationships with other activities.

    • Dissolve removes a relationship between two activities, but the activities themselves remain in the project.

    • Deleting an activity can have a cascading effect on the rest of the project, while dissolving a relationship only affect...

  • Answered by AI
Round 3 - Technical 

(4 Questions)

  • Q1. What is the project you are working on currently ?
  • Q2. What is the toughest situation you faced as planner and how you handled it ?
  • Q3. How you prepare programme
  • Ans. 

    I prepare programme by identifying objectives, breaking them down into tasks, assigning resources and setting timelines.

    • Identify objectives and goals

    • Break down objectives into smaller tasks

    • Assign resources and responsibilities to team members

    • Set timelines and deadlines for each task

    • Regularly review and update the programme to ensure progress is on track

  • Answered by AI
  • Q4. Questions about P6 tool

Interview Preparation Tips

Interview preparation tips for other job seekers - Have a good knowledge on how P6 works. You have to relate your past project experience and explain things.

I applied via Campus Placement

Interview Questionnaire 

3 Questions

  • Q1. What is your final year project?what technology did i used for it?Basic oops concepts.
  • Ans. 

    My final year project was on developing a web-based inventory management system using Java and MySQL.

    • Developed using Java and MySQL

    • Web-based inventory management system

    • Implemented basic OOPs concepts

    • Used MVC architecture for better code organization

    • Included features like user authentication, product management, and order tracking

  • Answered by AI
  • Q2. What did you do in lockdown?
  • Q3. Tell me something about yourself.

Interview Preparation Tips

Interview preparation tips for other job seekers - Be calm and be real.

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

Round 1 - Group Discussion 

They give some topics related to present situation like in my GD in 2020 co. HR give topics related to that situation in our country like difference between offline education and online education system. and covid-19 pandemic related topics.

Round 2 - One-on-one 

(4 Questions)

  • Q1. Tell me About your self ?
  • Q2. What do you know about this job position ?
  • Q3. What is your favourite colour ? Can i know the speciality of your favourite colour ?
  • Q4. Who inspired you to go to job daily and work hard ?

Interview Preparation Tips

Interview preparation tips for other job seekers - Your 1st impression is your resume nothing else then after you have some knowledge about your job position which you apply for and most important if you want only private job your english language will be excellent spoken as well as written.

I applied via Naukri.com and was interviewed in Sep 2021. 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 

(1 Question)

  • Q1. All types of test steeps
  • Ans. 

    Types of test steps in software testing

    • Unit testing - testing individual units or components of the software

    • Integration testing - testing how different units or components work together

    • System testing - testing the entire system as a whole

    • Acceptance testing - testing if the software meets the requirements and is ready for release

    • Regression testing - testing to ensure that changes or updates to the software did not intro...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Hope for the best.All can achieve same

Interview Questionnaire 

1 Question

  • Q1. Questions related to COBOL,JCL,VSAM,DB2,CICS,Vision plus

I applied via Walk-in and was interviewed before Nov 2021. There was 1 interview round.

Round 1 - HR 

(4 Questions)

  • Q1. My self , Previous work knowledge, Salary expectations.
  • Q2. Why you left last organisation?
  • Q3. What is your salary expectations ?
  • Q4. Where do you live at ?

Interview Preparation Tips

Interview preparation tips for other job seekers - Be confident no matter if your grammar is not perfect while communicating. Just be normal.

Interview Questionnaire 

1 Question

  • Q1. Tell me about yourself and basic questions related to programming.

Interview Questionnaire 

1 Question

  • Q1. Occurs, precompile , file status codes , sql queries and scenarios on sql.

Interview Questionnaire 

7 Questions

  • Q1. Solid principles
  • Q2. Extension methods
  • Q3. Static class and static constructor
  • Ans. 

    Static class and static constructor in C#

    • Static class can only contain static members and cannot be instantiated

    • Static constructor is called only once when the class is first accessed

    • Static constructor is used to initialize static members of the class

    • Example: Math class in C# is a static class

    • Example: static constructor can be used to initialize a static variable with a value

  • Answered by AI
  • Q4. Polymorphism
  • Q5. Dependency injection
  • Q6. Angular life cycle hook
  • Q7. Performance improvement in Angular app
  • Ans. 

    Performance improvement in Angular app

    • Use lazy loading to load modules on demand

    • Optimize change detection strategy

    • Use trackBy function in ngFor loops

    • Minimize DOM manipulation

    • Use AOT compilation

    • Implement server-side rendering

    • Use web workers for heavy computations

    • Use caching for frequently accessed data

  • Answered by AI

Skills evaluated in this interview

Vensa Builders Interview FAQs

How many rounds are there in Vensa Builders Assistant Manager Planning interview?
Vensa Builders interview process usually has 2 rounds. The most common rounds in the Vensa Builders interview process are Technical and HR.
What are the top questions asked in Vensa Builders Assistant Manager Planning interview?

Some of the top questions asked at the Vensa Builders Assistant Manager Planning interview -

  1. What is crash time and how it is implemen...read more
  2. How do you take up schedule time l...read more
  3. Scaffolding time line for deshutter...read more

Tell us how to improve this page.

Vensa Builders Assistant Manager Planning Interview Process

based on 1 interview

Interview experience

4
  
Good
View more

Interview Questions from Similar Companies

TCS Interview Questions
3.7
 • 10.7k Interviews
Accenture Interview Questions
3.8
 • 8.3k Interviews
Infosys Interview Questions
3.6
 • 7.7k Interviews
Wipro Interview Questions
3.7
 • 5.7k Interviews
Cognizant Interview Questions
3.7
 • 5.7k Interviews
Amazon Interview Questions
4.0
 • 5.1k Interviews
Capgemini Interview Questions
3.7
 • 4.9k Interviews
HCLTech Interview Questions
3.5
 • 3.9k Interviews
Tech Mahindra Interview Questions
3.5
 • 3.9k Interviews
Genpact Interview Questions
3.8
 • 3.2k Interviews
View all

Vensa Builders Assistant Manager Planning Reviews and Ratings

based on 1 review

4.0/5

Rating in categories

4.0

Skill development

5.0

Work-life balance

5.0

Salary

3.0

Job security

3.0

Company culture

5.0

Promotions

3.0

Work satisfaction

Explore 1 Review and Rating
Project Manager
7 salaries
unlock blur

₹14 L/yr - ₹15.6 L/yr

General Manager
4 salaries
unlock blur

₹21 L/yr - ₹40 L/yr

Store Executive
4 salaries
unlock blur

₹3.5 L/yr - ₹5.1 L/yr

Assistant Manager
3 salaries
unlock blur

₹6 L/yr - ₹6.8 L/yr

Network & System Administrator
3 salaries
unlock blur

₹6.5 L/yr - ₹8.2 L/yr

Explore more salaries
Compare Vensa Builders with

TCS

3.7
Compare

Accenture

3.8
Compare

Wipro

3.7
Compare

Cognizant

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