Upload Button Icon Add office photos

Filter interviews by

BSL Scaffolding Product Engineer Interview Questions and Answers

Updated 19 Sep 2023

BSL Scaffolding Product Engineer Interview Experiences

1 interview found

Interview experience
3
Average
Difficulty level
-
Process Duration
Less than 2 weeks
Result
-

I applied via Recruitment Consulltant and was interviewed in Aug 2023. 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 - Technical 

(1 Question)

  • Q1. What is the process to calculate weight of material
  • Ans. 

    The weight of material can be calculated by multiplying the volume of the material by its density.

    • Calculate the volume of the material (length x width x height)

    • Determine the density of the material (usually in g/cm^3 or kg/m^3)

    • Multiply the volume by the density to get the weight of the material

    • Example: Weight = Volume x Density

  • Answered by AI
Round 3 - Technical 

(1 Question)

  • Q1. Least count of vernier
  • Ans. 

    The least count of a vernier scale is the smallest measurement that can be read on the scale.

    • The least count is determined by the number of divisions on the main scale and the vernier scale.

    • It is calculated as the difference between one main scale division and one vernier scale division.

    • For example, if the main scale has divisions of 1 mm and the vernier scale has 10 divisions between two main scale divisions, the leas

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Keep learning

Interview questions from similar companies

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

I applied via Referral and was interviewed before Mar 2023. There was 1 interview round.

Round 1 - Technical 

(3 Questions)

  • Q1. Mivan formwork process?
  • Ans. 

    Mivan formwork is a construction technique that uses aluminum formwork system for casting concrete structures.

    • Mivan formwork involves setting up aluminum formwork panels, fixing reinforcement bars, pouring concrete, and removing the formwork after the concrete has set.

    • It is a fast and efficient construction method commonly used for high-rise buildings and large residential projects.

    • The system allows for smooth finishes...

  • Answered by AI
  • Q2. Finishing process
  • Q3. Reinforcement related
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
Selected Selected
Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Double-check your resume for any spelling mistakes. The recruiter may consider spelling mistakes as careless behavior or poor communication skills.
View all tips
Round 2 - Technical 

(1 Question)

  • Q1. Tool test and technical round
Round 3 - HR 

(1 Question)

  • Q1. Discussion with HR regarding package and joining date
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
-
Result
-
Round 1 - Aptitude Test 

It was to know how quick you are in basic aptitude

Round 2 - Case Study 

Cases about market entry, profitability etc.

Round 3 - HR 

(2 Questions)

  • Q1. Why do you choose this company
  • Q2. What are your goals for the next 5 years.
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Naukri.com and was interviewed before Mar 2023. There was 1 interview round.

Round 1 - Technical 

(4 Questions)

  • Q1. What’s your strength
  • Q2. What’s your weakness
  • Q3. Planning for production
  • Ans. 

    Planning for production involves creating a detailed schedule, coordinating resources, and optimizing efficiency.

    • Develop a production schedule to ensure timely delivery of products

    • Coordinate with different departments to allocate resources effectively

    • Optimize production processes to increase efficiency and reduce costs

  • Answered by AI
  • Q4. Shop floor manpower handling

Interview Preparation Tips

Interview preparation tips for other job seekers - Good interview
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Naukri.com and was interviewed before Apr 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. What are the parameters of a zener diode
  • Ans. 

    Zener diode parameters include breakdown voltage, maximum power dissipation, and reverse leakage current.

    • Breakdown voltage is the voltage at which the diode starts conducting in reverse bias

    • Maximum power dissipation is the maximum amount of power the diode can handle without getting damaged

    • Reverse leakage current is the current that flows through the diode in reverse bias

    • Zener diodes are commonly used in voltage regula

  • Answered by AI
  • Q2. What is a mosfet
  • Ans. 

    A MOSFET is a type of transistor used for amplification and switching of electronic signals.

    • MOSFET stands for Metal-Oxide-Semiconductor Field-Effect Transistor

    • It has three terminals: source, gate, and drain

    • It is commonly used in electronic devices such as power amplifiers, voltage regulators, and switching circuits

    • MOSFETs are preferred over other types of transistors due to their high input impedance, low power consump

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - For those who dont mind going to startups in the beginning,it is good to go for startups take experience and then jump to a big company so that you can avoid tough aptitude test.

Interview Questionnaire 

7 Questions

  • Q1. Explain your projects?
  • Q2. Explain all oops concepts?
  • Ans. 

    OOPs concepts are the fundamental principles of object-oriented programming.

    • Abstraction: Hiding implementation details and showing only necessary information.

    • Encapsulation: Binding data and functions together in a single unit.

    • Inheritance: Acquiring properties and behavior of a parent class by a child class.

    • Polymorphism: Ability of an object to take many forms or have multiple behaviors.

    • Class: Blueprint for creating obj...

  • Answered by AI
  • Q3. Explain joins concepts in database?
  • Ans. 

    Joins are used to combine data from two or more tables based on a related column between them.

    • Joins are used to retrieve data from multiple tables in a single query.

    • There are different types of joins such as inner join, left join, right join, and full outer join.

    • Inner join returns only the matching rows from both tables.

    • Left join returns all the rows from the left table and matching rows from the right table.

    • Right join...

  • Answered by AI
  • Q4. What is selenium ? What is locater? What is Webdriver? methods of Webelement? What is action class?
  • Ans. 

    Selenium is a tool used for automating web browsers. Locator is used to locate elements on a web page. Webdriver is a tool used for controlling a web browser. Action class is used for performing advanced user interactions.

    • Selenium is a popular open-source tool for automating web browsers

    • Locator is used to identify elements on a web page using various attributes like ID, class, name, etc.

    • Webdriver is a tool used for con...

  • Answered by AI
  • Q5. How to handle dropdown?
  • Ans. 

    Dropdowns can be handled using automation tools or by writing custom code.

    • Use automation tools like Selenium to interact with dropdowns

    • Identify the dropdown element using its HTML tag and attributes

    • Select an option from the dropdown using the 'select' class in Selenium

    • Alternatively, write custom code to handle dropdowns using JavaScript or jQuery

    • Ensure the dropdown options are loaded before interacting with them

  • Answered by AI
  • Q6. How to write xpath?
  • Ans. 

    XPath is a language used to navigate and select elements in an XML or HTML document.

    • Use the '//' symbol to select any element in the document

    • Use the '/' symbol to select a child element of the current element

    • Use '@' to select an attribute of an element

    • Use '[]' to add conditions to the selection

    • Example: //div[@class='example'] selects all div elements with class 'example'

  • Answered by AI
  • Q7. What are the exceptions you have faced in selenium ?
  • Ans. 

    Exceptions faced in Selenium

    • ElementNotVisibleException

    • StaleElementReferenceException

    • NoSuchElementException

    • TimeoutException

    • UnhandledAlertException

  • Answered by AI

Skills evaluated in this interview

I applied via Referral and was interviewed in May 2022. There were 3 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 - Aptitude Test 

Only 3 questions were asked. The round was easy and easily crackable.

Round 3 - Technical 

(2 Questions)

  • Q1. They ask about AutoCAD basics.
  • Q2. Some of the Technical questions on your designation.

Interview Preparation Tips

Interview preparation tips for other job seekers - They lagged in providing proper facilities for the people who are working from office.
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
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 - One-on-one 

(5 Questions)

  • Q1. Basics civil engineering
  • Q2. How is your last project does
  • Q3. What is your additional skills
  • Q4. What about your addition launguage
  • Q5. Where is your home town

Interview Questionnaire 

2 Questions

  • Q1. All the questions are related to the specific role they are opting for
  • Q2. All depends on client

Interview Preparation Tips

Interview preparation tips for other job seekers - Just keep the CTC in mind as they are more the salary conscious

BSL Scaffolding Interview FAQs

How many rounds are there in BSL Scaffolding Product Engineer interview?
BSL Scaffolding interview process usually has 3 rounds. The most common rounds in the BSL Scaffolding interview process are Technical and Resume Shortlist.
What are the top questions asked in BSL Scaffolding Product Engineer interview?

Some of the top questions asked at the BSL Scaffolding Product Engineer interview -

  1. What is the process to calculate weight of mater...read more
  2. Least count of vern...read more

Tell us how to improve this page.

BSL Scaffolding Product Engineer Interview Process

based on 1 interview

Interview experience

3
  
Average
View more
Design Engineer
6 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Assistant Manager
5 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Quality Engineer
5 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Production Engineer
5 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Senior HR Executive and Administrator
4 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Explore more salaries
Compare BSL Scaffolding with

Everest Industries

4.0
Compare

Lea Associates South Asia

4.3
Compare

McNally Bharat Engineering

4.1
Compare

R.V.R. PROJECTS

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