Upload Button Icon Add office photos

Filter interviews by

Rolon Seals Seals Manager Interview Questions and Answers

Updated 21 Oct 2022

Rolon Seals Seals Manager Interview Experiences

1 interview found

Seals Manager Interview Questions & Answers

user image Anonymous

posted on 21 Oct 2022

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

May company has been sent from us interested fir interview

Round 3 - One-on-one 

(2 Questions)

  • Q1. Any questions you may
  • Q2. Any questions you may for you

Interview Preparation Tips

Interview preparation tips for other job seekers - Am interested in your company and services engineer

Interview questions from similar companies

Interview experience
4
Good
Difficulty level
Moderate
Process Duration
4-6 weeks
Result
Selected Selected

I applied via Recruitment Consulltant and was interviewed before Mar 2022. There were 4 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 - One-on-one 

(1 Question)

  • Q1. Coding skills related to web and database
Round 3 - HR 

(1 Question)

  • Q1. General aptitude and behavioral questions
Round 4 - Group Discussion 

To upper management related to software practices

Interview Preparation Tips

Interview preparation tips for other job seekers - Be know to your niche, focus in clarity of thoughts than giving random answers

I applied via Recruitment Consulltant and was interviewed before Jul 2021. There were 4 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 - Aptitude Test 

Wide range of aptitude questions including some technical

Round 3 - Technical 

(4 Questions)

  • Q1. Pure technical interview theory + coding
  • Q2. WAP to find the 2nd maximum number
  • Ans. 

    WAP to find the 2nd maximum number in an array

    • Sort the array in descending order and return the 2nd element

    • Iterate through the array and keep track of the maximum and 2nd maximum

    • Use a priority queue to find the 2nd maximum

  • Answered by AI
  • Q3. Explain design patterns
  • Ans. 

    Design patterns are reusable solutions to common software design problems.

    • Design patterns provide a common vocabulary for developers to communicate about solutions to common problems.

    • They can improve code readability, maintainability, and scalability.

    • Examples include the Singleton pattern, Factory pattern, and Observer pattern.

  • Answered by AI
  • Q4. Explain SOLID principles
  • Ans. 

    SOLID principles are a set of five design principles for writing maintainable and scalable code.

    • S - Single Responsibility Principle: A class should have only one reason to change.

    • O - Open/Closed Principle: Software entities should be open for extension but closed for modification.

    • L - Liskov Substitution Principle: Subtypes should be substitutable for their base types.

    • I - Interface Segregation Principle: Clients should ...

  • Answered by AI
Round 4 - HR 

(3 Questions)

  • Q1. Questions related to hobby
  • Q2. Career expectations related to
  • Q3. Family background discussion

Interview Preparation Tips

Topics to prepare for Saint-Gobain Software Engineer interview:
  • .Net
  • Azure
  • Angular
  • SAP ABAP
Interview preparation tips for other job seekers - Move ahead without a doubt in a mind.. Excellent work culture.. Organisation is known for its values and the respect which everyone shares on the floor

Skills evaluated in this interview

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 

(1 Question)

  • Q1. Angualr concepts, pipes, services, modules
Round 3 - One-on-one 

(1 Question)

  • Q1. Question about previous company, work to do in Saint gobain

Interview Preparation Tips

Interview preparation tips for other job seekers - Learn about your primary skills, concepts, Saint gobain is on hiring spree so high chances to getting selected
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 - Aptitude Test 

Aptitude test is quite easy .60 minutes to solve 60 questions

Round 3 - Technical 

(2 Questions)

  • Q1. Technical was mostly resume based and panelist were very knowledgeable
  • Q2. Servlet Jsp springboot PLSQL object classes design patterns were asked

Interview Preparation Tips

Interview preparation tips for other job seekers - Communication is key to crack any interview sometime panelist is from other backgrounds which you may not studied so communication plays very important role there
Round 1 - Technical 

(1 Question)

  • Q1. Basic Core java , Angular, Hibernate , SpringBoot
Round 2 - HR 

(6 Questions)

  • Q1. Share details of your previous job.
  • Q2. Why should we hire you?
  • Q3. Why are you looking for a change?
  • Q4. Where do you see yourself in 5 years?
  • Q5. What are your strengths and weaknesses?
  • Q6. Tell me about yourself.
Round 3 - Behavioral 

(1 Question)

  • Q1. Project based questions

Interview Preparation Tips

Interview preparation tips for other job seekers - Interview process was good . It took 1 hr technical round and 30 min manager round .

Data Analyst Interview Questions & Answers

Saint-Gobain user image Karthikeya Pervela

posted on 15 Apr 2024

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

I applied via Campus Placement and was interviewed before Apr 2023. There were 2 interview rounds.

Round 1 - Group Discussion 

General engineering discussion about materials

Round 2 - Technical 

(1 Question)

  • Q1. It's a technical presentation about your project
Interview experience
4
Good
Difficulty level
Hard
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Recruitment Consulltant and was interviewed before May 2023. There was 1 interview round.

Round 1 - Technical 

(1 Question)

  • Q1. What is class type 22
  • Ans. 

    Class type 22 refers to a specific category or classification within a system or framework.

    • Class type 22 may refer to a specific type of product or service offered by a company.

    • It could also be a classification used in a particular industry or field.

    • In some cases, class type 22 may be a code or identifier used for organizational purposes.

  • Answered by AI
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(1 Question)

  • Q1. Difference between let, const and var
  • Ans. 

    let, const, and var are all used to declare variables in JavaScript, but they have different scopes and behaviors.

    • let: block-scoped variable, can be reassigned

    • const: block-scoped variable, cannot be reassigned, but its properties can be modified

    • var: function-scoped variable, can be reassigned

  • Answered by AI
Round 2 - HR 

(1 Question)

  • Q1. What's your weakness, strength, tell me more about your last project
Round 3 - One-on-one 

(1 Question)

  • Q1. Managerial Round

Skills evaluated in this interview

Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. Javascript basic questions
  • Q2. Javascript basic questions

Rolon Seals Interview FAQs

How many rounds are there in Rolon Seals Seals Manager interview?
Rolon Seals interview process usually has 3 rounds. The most common rounds in the Rolon Seals interview process are Resume Shortlist, Aptitude Test and One-on-one Round.

Tell us how to improve this page.

Interview Questions from Similar Companies

Saint-Gobain Interview Questions
4.0
 • 173 Interviews
SKF Interview Questions
4.0
 • 64 Interviews
Timken Interview Questions
3.9
 • 47 Interviews
Rostfrei Steels Interview Questions
4.1
 • 32 Interviews
Toshiba Interview Questions
4.0
 • 27 Interviews
J K Fenner Interview Questions
3.9
 • 26 Interviews
Ace Designers Interview Questions
4.0
 • 25 Interviews
HYT Engineering Interview Questions
3.2
 • 24 Interviews
Trelleborg Interview Questions
4.0
 • 18 Interviews
View all
Design Engineer
43 salaries
unlock blur

₹1.8 L/yr - ₹4.6 L/yr

Sales & Service Engineer
17 salaries
unlock blur

₹2.4 L/yr - ₹5 L/yr

Senior Design Engineer
7 salaries
unlock blur

₹3 L/yr - ₹8 L/yr

Senior Engineer
6 salaries
unlock blur

₹4.2 L/yr - ₹5.7 L/yr

Mechanical Engineer
6 salaries
unlock blur

₹2.5 L/yr - ₹4.8 L/yr

Explore more salaries
Compare Rolon Seals with

SKF

4.0
Compare

Timken

3.9
Compare

J K Fenner

3.9
Compare

Trelleborg

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