Upload Button Icon Add office photos

Filter interviews by

3B-the Fibreglass Company Interview Questions and Answers

Updated 11 Mar 2025

3B-the Fibreglass Company Interview Experiences

Popular Designations

2 interviews found

Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-

Mechanical Engineer Interview Questions asked at other Companies

Q1. What we need to do if pressure valve fail in boiler
View answer (8)
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Selected Selected

I appeared for an interview before Mar 2024.

Instrument Engineer Interview Questions asked at other Companies

Q1. 1.General current and voltage working ranges of instruments. 2. Temperature sensors types and working principals. 3. Suitable for working hours or not. 4. General questions related to purpose of instruments required.
View answer (2)

Jobs at 3B-the Fibreglass Company

View all

Interview questions from similar companies

I appeared for an interview in Oct 2016.

Interview Questionnaire 

8 Questions

  • Q1. C,C++, Programming Concepts
  • Q2. Resume Based
  • Q3. Puzzle Questions
  • Q4.  OS, Database, Networking, Computer Architecture based question
  • Q5. Project Based- Briefs, Details
  • Q6. What are your hobbies
  • Ans. 

    My hobbies include hiking, playing guitar, and cooking.

    • Hiking: I enjoy exploring nature trails and challenging myself physically.

    • Playing guitar: I love learning new songs and improving my skills.

    • Cooking: I like experimenting with different recipes and creating delicious meals.

  • Answered by AI
  • Q7. Where do you see yourself in 5 years
  • Ans. 

    In 5 years, I see myself as a senior software developer leading a team and working on complex projects.

    • Leading a team of developers

    • Working on complex projects

    • Continuously learning and improving my skills

    • Contributing to the growth and success of the company

  • Answered by AI
  • Q8. Why do you want to join DELL.
  • Ans. 

    I want to join DELL because of their innovative technology solutions and strong reputation in the industry.

    • DELL is known for their cutting-edge technology solutions which align with my passion for software development.

    • I admire DELL's strong reputation in the industry and their commitment to customer satisfaction.

    • I believe joining DELL will provide me with opportunities for growth and career advancement.

  • Answered by AI

Interview Preparation Tips

Round: Resume Shortlist
Experience: CGPA>9.0

Skills: Technical Skills
College Name: KIIT University

I appeared for an interview in Jan 2017.

Interview Preparation Tips

Round: Group Discussion
Experience: All got different topics to discuss on gd.
Tips: Plan before you speak. Be sure whether you are to or against.
Duration: 5 minutes

Round: Test
Experience: More questions on blood relationship, ages
Tips: Os db on technical
Duration: 1 hour

Skills: Technical Questions, Manage A Difficult Situation, Technical Knowledge(ML

I appeared for an interview in Sep 2016.

Interview Preparation Tips

Round: Test
Experience: There was an online test having 3 section, one for aptitude testing, one for logical testing and the last one for technical testing.
Aptitude and logical questions were very basic.
Technical questions included : C C++ Java DS DBMS DAA
Tips: For aptitude and logical part, you need to prepare regularly. Nothing comes out of the box, but you just have to be quick in solving the questions.
For the technical part, prepare well by revising your course materials. Basic one word questions are asked.
Duration: 1 hour
Total Questions: 60

Round: Coding
Experience: This round consists of multiple sets of coding. One question per paper. It's on your luck, which question you'll get. Also,net is allowed. You have to complete the code and show it to the invigilator.
Tips: This round is generally not there in placement drives of DELL. It is on your luck.

Skills: Communication, Data Structures, Basic Knowledge Of DBMS
College Name: Manipal University Jaipur

Interview Preparation Tips

Round: Test
Experience: Objective based questions covering general aptitude, c programming, algorithms, os, dbms, software engineering

Round: HR Interview
Experience: Candidates are eliminated after each round of interviews. Number of interviews varies from candidate to candidate. However 1 HR and 1 Tech interview is compulsory. Some may have separate tech and coding interviews.

General Tips: The 1st round aptitude paper is not too tough but ensures that not everyone is able to clear the cutoff.
In the tech interview programming questions were easy but OS questions are tricky and interviewer is looking for a candidate with a solid basics.
Skill Tips: Try to score as much as you can in the 1st written round. If you have a good score it will help you during the interviews. Try to score as much as you can in the 1st written round. If you have a good score it will help you during the interviews.
Do not spend too much effort on coding questions. Instead focus on fundamentals of OS, DBMS concepts like paging, threading, system calls etc
Skills:
College Name: NIT Surathkal

Interview Questionnaire 

4 Questions

  • Q1. Linux commond
  • Q2. Ls -lhrt
  • Q3. What is SDLC
  • Ans. 

    SDLC stands for Software Development Life Cycle, which is a process used to design, develop, and maintain software.

    • SDLC is a framework that consists of several phases such as planning, analysis, design, implementation, testing, and maintenance.

    • It helps to ensure that the software is developed efficiently, meets the requirements of the stakeholders, and is of high quality.

    • Each phase of the SDLC has its own set of delive...

  • Answered by AI
  • Q4. What is Java
  • Ans. 

    Java is a high-level, object-oriented programming language used to develop applications for various platforms.

    • Java is platform-independent and can run on any device with a Java Virtual Machine (JVM)

    • It is known for its security features and is commonly used for developing enterprise-level applications

    • Java is used for developing Android applications, web applications, and desktop applications

    • It was developed by James Gos

  • Answered by AI

Skills evaluated in this interview

Interview Questionnaire 

1 Question

  • Q1. Stge concepts, vSAN, RAID, basic testing, OS concepts, NVMe, SATA, SAS

I appeared for an interview before Nov 2020.

Round 1 - Coding Test 

(1 Question)

Round duration - 90 Minutes
Round difficulty - Medium

It was in the morning at our institute. There were technical and aptitude problems.

  • Q1. 

    Star Pattern Generation

    Develop a function to print star patterns based on the given number of rows 'N'. Each row in the pattern should follow the format demonstrated in the example.

    The picture illustra...

  • Ans. 

    Function to print star patterns based on the given number of rows 'N'.

    • Iterate through each row from 1 to N

    • For each row, print spaces (N-row) followed by stars (2*row-1)

    • Repeat until all rows are printed

  • Answered by AI
Round 2 - Face to Face 

(1 Question)

Round duration - 30 Minutes
Round difficulty - Medium

It was actually a Techno HR round. I was asked some technical questions about OS, OOPS, COMPUTER NETWORKING, WEB DEVELOPMENT. He went through my whole resume, asked about all the projects and past working experiences. The interviewer was really good, we talked about so many other topics, from Women empowerment to Water Crises. I felt really confident while speaking because he made me so comfortable.

  • Q1. 

    Selection Sort Algorithm

    Selection sort is a sorting technique that works by repeatedly finding the minimum element (considering ascending order) from the unsorted part and placing it at the beginning of ...

  • Ans. 

    Selection Sort Algorithm sorts an array by repeatedly finding the minimum element and placing it at the beginning of the unsorted part.

    • Iterate through the array to find the minimum element and swap it with the first unsorted element.

    • Repeat this process for each element in the array until it is fully sorted.

    • Time complexity of Selection Sort is O(n^2) making it inefficient for large arrays.

  • Answered by AI

Interview Preparation Tips

Professional and academic backgroundI completed Computer Science Engineering from MKSSS's Cummins College of Engineering For Women, Pune. I applied for the job as SDE - 1 in BangaloreEligibility criteriaAbove 7 CGPADell India interview preparation:Topics to prepare for the interview - Data structures and Algorithms, DBMS, OOPS, OS, NETWORKING, WEB DEVELOPMENTTime required to prepare for the interview - 3 monthsInterview preparation tips for other job seekers

Tip 1 : Study data structures thoroughly and practice coding regularly. Do practice it on Leetcode as it has a lot of test cases, I personally find it really helpful. 
Tip 2 : Learn new skills and make projects with them to get the most out of them. 
Tip 3 : Do study other basic and very important subjects like Oops, DBMS, OS.

Application resume tips for other job seekers

Tip 1 : Do mention your achievements and other co curricular activities. 
Tip 2 : Your projects are a big highlight, keep them crisp and be prepared to explain them thoroughly.

Final outcome of the interviewSelected

Skills evaluated in this interview

I applied via Walk-in and was interviewed in Dec 2020. There was 1 interview round.

Interview Questionnaire 

2 Questions

  • Q1. Job profile
  • Q2. Describe yourself

Interview Preparation Tips

Interview preparation tips for other job seekers - Was nice and friendly atmosphere

3B-the Fibreglass Company Interview FAQs

How many rounds are there in 3B-the Fibreglass Company interview?
3B-the Fibreglass Company interview process usually has 2 rounds. The most common rounds in the 3B-the Fibreglass Company interview process are Technical and HR.
How to prepare for 3B-the Fibreglass Company 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 3B-the Fibreglass Company. The most common topics and skills that interviewers at 3B-the Fibreglass Company expect are Switching, .Net, Currency Swaps, Customer complaints and Data Analysis.

Tell us how to improve this page.

3B-the Fibreglass Company Interview Process

based on 9 interviews

Interview experience

3.6
  
Good
View more

Interview Questions from Similar Companies

UST Interview Questions
3.8
 • 510 Interviews
Dell Interview Questions
4.0
 • 386 Interviews
CARS24 Interview Questions
3.5
 • 331 Interviews
Nokia Interview Questions
4.1
 • 267 Interviews
John Deere Interview Questions
4.1
 • 229 Interviews
VVDN Technologies Interview Questions
3.6
 • 196 Interviews
Saint-Gobain Interview Questions
4.0
 • 172 Interviews
Owens Corning Interview Questions
3.6
 • 18 Interviews
View all

3B-the Fibreglass Company Reviews and Ratings

based on 16 reviews

2.3/5

Rating in categories

2.0

Skill development

1.8

Work-life balance

2.3

Salary

1.8

Job security

2.0

Company culture

2.0

Promotions

1.9

Work satisfaction

Explore 16 Reviews and Ratings
Sr. Manager - Sales

Kolkata,

Lucknow

15-20 Yrs

Not Disclosed

Key Account Manager

Kolkata,

Mumbai

+5

10-12 Yrs

Not Disclosed

Sales Engineer

Chandigarh

1-6 Yrs

Not Disclosed

Explore more jobs
Senior Engineer
5 salaries
unlock blur

₹6 L/yr - ₹9.5 L/yr

Deputy Manager
4 salaries
unlock blur

₹8 L/yr - ₹20.3 L/yr

Production Manager
3 salaries
unlock blur

₹12.6 L/yr - ₹13.1 L/yr

Sales Manager
3 salaries
unlock blur

₹7.1 L/yr - ₹11.5 L/yr

HR Officer
3 salaries
unlock blur

₹4.1 L/yr - ₹4.9 L/yr

Explore more salaries
Compare 3B-the Fibreglass Company with

Owens Corning

3.6
Compare

PPG Industries

5.0
Compare

Saint-Gobain

4.0
Compare

UST

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