Upload Button Icon Add office photos

Filter interviews by

3B-the Fibreglass Company Interview Questions and Answers

Be the first one to contribute and help others!

Interview questions from similar companies

Interview experience
5
Excellent
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
No response

I was interviewed in Jan 2025.

Round 1 - Technical 

(14 Questions)

  • Q1. Tell me about Yourself
  • Q2. What is ARP? How it will work? Can we able to delete the ARP entry? And What is the command? How long the ARP entry will be there in table? What is ARP Poisoning?
  • Q3. What is DHCP? Explain in Detail?
  • Q4. What is TCP/UDP and how it will work?
  • Q5. What is VLAN a d how it will work? Explain with scenario
  • Q6. What is STP and how it will work?
  • Q7. How to check network connectivity speed? And how will you debug? How can you increase the frames size and how to capture the frames?
  • Q8. Explain me Layer2 and Layer3 in detail
  • Q9. What is ICMP and how it will work? How ping works?
  • Q10. What is the difference between RIP and OSPF? Explain me OSPF?
  • Q11. What is the difference between Cisco switch and other company switches? What is the difference between cisco switch and white box switch?
  • Q12. What is SONIC cards?
  • Q13. Python program. Input: lst = [12,83,0,17,0,71] Output = [12,83,17,71,0,0] Answer: lst=[12, 83,0,17,0,71] ls=[] l=[] for i in lst: if i! = 0: ls.append(i) else: l.append(i) ...
  • Q14. Print the below mentioned pattern: * * * * * * * * * * * * * * *
Interview experience
5
Excellent
Difficulty level
Easy
Process Duration
-
Result
Selected Selected
Round 1 - One-on-one 

(5 Questions)

  • Q1. I am spray I painter
  • Q2. My experience is 10 years
  • Q3. India Jammu and Kashmir 6yearsexperience
  • Q4. 3 years Saudi experience
  • Q5. My work is nice
Interview experience
1
Bad
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Selected Selected

I was interviewed before Feb 2024.

Round 1 - Technical 

(1 Question)

  • Q1. What is java and explain architecture
Round 2 - Technical 

(1 Question)

  • Q1. Producer - consumer probelem
Round 3 - Behavioral 

(1 Question)

  • Q1. What is the biggest challenge faced
Round 4 - HR 

(1 Question)

  • Q1. Salary discussions

Interview Preparation Tips

Interview preparation tips for other job seekers - Don’t join such consulting company or service based company . Its worst than contract based now , since no one knows when the project ends. I have seen people who just joined and 1 month old were pushed to bench and they were thrown out of the company .
Interview experience
4
Good
Difficulty level
Easy
Process Duration
-
Result
Selected Selected
Round 1 - Assignment 

Assignments in marketing and sales involve processes related to product development, technology, and service taxation, as well as the enhancement of listening skills and other developmental processes beyond the same assignments.

Round 2 - Technical 

(5 Questions)

  • Q1. What is the marketing What is the tax What are good and service tax
  • Q2. What are good and service tax
  • Q3. What is theDeveploment skills
  • Q4. How is skills and service
  • Q5. What istha markating skills

Interview Preparation Tips

Interview preparation tips for other job seekers - Ok good and service tax Wii jobs
Interview experience
5
Excellent
Difficulty level
Hard
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Walk-in and was interviewed in Dec 2024. There were 5 interview rounds.

Round 1 - Aptitude Test 

Round one discuss to your name address qualification which company experience which department

Round 2 - Group Discussion 

Round 2 check your check your experience your behaviour

Round 3 - One-on-one 

(2 Questions)

  • Q1. Round 3 check your communication profile
  • Q2. And second option check your discipline and character
Round 4 - Technical 

(2 Questions)

  • Q1. Now question by your technical line which department you working which line
  • Q2. Which line your working
Round 5 - HR 

(2 Questions)

  • Q1. Next meeting next group meeting
  • Q2. Final decision
Interview experience
3
Average
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Selected Selected

I was interviewed in Aug 2024.

Round 1 - One-on-one 

(2 Questions)

  • Q1. Tell me about yourself.
  • Q2. What are the roles and responsibilities associated with this position?
Round 2 - Technical 

(1 Question)

  • Q1. How will you handle new projects?

Interview Preparation Tips

Interview preparation tips for other job seekers - Clarify your roles and responsibilities.
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Campus Placement and was interviewed in Sep 2024. There were 5 interview rounds.

Round 1 - Aptitude Test 

Round 1 was aptitude round, it consisted of java and c++ snippets and we had to guess the output. Apart from that there were problems on speed, velocity, distance and time. Problems on word-letter patterns were also asked. The aptitude round had 30 questions and time given was 30 minutes.

Round 2 - Coding Test 

Aptitude round was the only elimination round. The next following 4 rounds were non-elimination rounds. Coding test included 3 questions - 1 and half hour was given to solve the same. It is fine if you don't perform well here, since it is a non-elimination round. But try to solve 1 and half or 2 questions atleast. The questions were mainly based on 1d arrays, 2D arrays, strings and string arrays.

Round 3 - Technical 

(11 Questions)

  • Q1. Introduce yourself.
  • Ans. 

    I am a recent graduate with a degree in engineering, eager to learn and grow in the field.

    • Recent graduate with a degree in engineering

    • Passionate about learning and growing in the field

    • Eager to apply theoretical knowledge to practical projects

  • Answered by AI
  • Q2. Difference between Structure and object oriented languages
  • Ans. 

    Structure languages focus on procedures and functions, while object-oriented languages focus on objects and classes.

    • Structure languages use functions and procedures to manipulate data

    • Object-oriented languages use objects and classes to encapsulate data and behavior

    • Structure languages are more procedural in nature, while object-oriented languages are more modular and reusable

    • Examples of structure languages include C and...

  • Answered by AI
  • Q3. Explain of OOPS concepts and their real life examples.
  • Ans. 

    OOPS concepts are fundamental to object-oriented programming and include inheritance, encapsulation, polymorphism, and abstraction.

    • Inheritance: A child class inherits properties and behaviors from a parent class. Example: Animal class can be a parent class with child classes like Dog and Cat inheriting its attributes.

    • Encapsulation: Bundling data and methods that operate on the data into a single unit. Example: A car ob...

  • Answered by AI
  • Q4. What is static keyword and it's usage.
  • Ans. 

    The static keyword in programming is used to declare variables, functions, or classes that retain their values or state throughout the program's execution.

    • Static variables retain their values between function calls

    • Static functions can only be accessed within the same file

    • Static classes cannot be instantiated and have limited visibility

    • Static keyword can also be used in C++ to declare class members shared among all inst

  • Answered by AI
  • Q5. System architecture diagram for web application project.
  • Ans. 

    The system architecture diagram for a web application project visually represents the components and their interactions.

    • Include components like client-side interface, server-side application, database, and external services

    • Show how these components communicate with each other

    • Consider scalability, security, and performance in the design

    • Use standard symbols and notations for clarity

  • Answered by AI
  • Q6. Access Modifiers in java
  • Ans. 

    Access modifiers in Java control the visibility of classes, methods, and variables.

    • There are four types of access modifiers in Java: public, private, protected, and default.

    • Public: accessible from any other class.

    • Private: only accessible within the same class.

    • Protected: accessible within the same package and subclasses.

    • Default: accessible only within the same package.

    • Example: public class MyClass { private int myVar; p

  • Answered by AI
  • Q7. What OOPS concepts are implemented in my project
  • Ans. 

    Encapsulation, Inheritance, Polymorphism, Abstraction

    • Encapsulation: Data hiding and bundling of data with methods. Example: Using private variables and public methods.

    • Inheritance: Reusing code and creating a hierarchy of classes. Example: Subclass inheriting properties and methods from a superclass.

    • Polymorphism: Ability to present the same interface for different data types. Example: Method overloading and overriding.

    • A...

  • Answered by AI
  • Q8. DBMS core concepts
  • Q9. Overloading and Overriding
  • Q10. Approach to the coding questions asked in coding round.
  • Q11. Questions on what is cloud and what are some cloud platforms you know?
Round 4 - Case Study 

A project is assigned to a group of students and we need to come up with an idea on how to implement that project as a team.

Round 5 - HR 

(2 Questions)

  • Q1. Introduce yourself
  • Ans. 

    I am a recent graduate with a degree in engineering, eager to learn and grow in the field.

    • Recent graduate with a degree in engineering

    • Passionate about learning and growing in the field

    • Eager to apply theoretical knowledge to practical projects

  • Answered by AI
  • Q2. Family background

Interview Preparation Tips

Interview preparation tips for other job seekers - Interview was completely resume-based. All the rounds were conducted on-campus within a single day. Aptitude round is the only elimination round. If you don't do well in any coding round, you can make it up in other rounds. Morning they started with the process and by evening all rounds were completed and results were declared.

Skills evaluated in this interview

Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I was interviewed in Jan 2025.

Round 1 - Technical 

(2 Questions)

  • Q1. What does your project experience entail?
  • Q2. Can you tell me about yourself?

Interview Preparation Tips

Interview preparation tips for other job seekers - Be prepared for the interview.
Interview experience
5
Excellent
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Naukri.com and was interviewed in Dec 2024. There were 3 interview rounds.

Round 1 - HR 

(2 Questions)

  • Q1. What is the importance of Human Resource Management?
  • Q2. My 2 year working experience in HR
Round 2 - HR 

(2 Questions)

  • Q1. I am interested for this HR job
  • Q2. And I am a hard working person
Round 3 - HR 

(2 Questions)

  • Q1. I liked a pharma line
  • Q2. This is better than better offer

Interview Preparation Tips

Interview preparation tips for other job seekers - I am interested in this job vacancy.i needed This job
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. How to applyDear Mr.Nurul, Greetings from Kowju Airport Hotel, We are pleased to offer you the position of Housekeeping Associate. Kindly reply back mentioning you accept this offer. -----------------...
  • Q2. I am disturb interview

Interview Preparation Tips

Interview preparation tips for other job seekers - One your experience

3B-the Fibreglass Company Interview FAQs

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 5 interviews

Interview experience

3.8
  
Good
View more

Interview Questions from Similar Companies

UST Interview Questions
3.8
 • 508 Interviews
FIS Interview Questions
3.9
 • 478 Interviews
Dell Interview Questions
4.0
 • 391 Interviews
CARS24 Interview Questions
3.6
 • 322 Interviews
Nokia Interview Questions
4.1
 • 273 Interviews
John Deere Interview Questions
4.1
 • 225 Interviews
Saint-Gobain Interview Questions
4.0
 • 171 Interviews
Owens Corning Interview Questions
3.6
 • 18 Interviews
View all

3B-the Fibreglass Company Reviews and Ratings

based on 14 reviews

2.3/5

Rating in categories

1.9

Skill development

1.7

Work-life balance

2.1

Salary

1.6

Job security

1.7

Company culture

1.7

Promotions

1.8

Work satisfaction

Explore 14 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

₹5.1 L/yr - ₹8.1 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

FIS

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