Upload Button Icon Add office photos

Filter interviews by

Rotostat Services Safety Supervisor Interview Questions and Answers for Freshers

Updated 19 Aug 2021

Rotostat Services Safety Supervisor Interview Experiences for Freshers

1 interview found

Interview Questionnaire 

1 Question

  • Q1. How many step of risk assessment
  • Ans. 

    There are generally five steps in a risk assessment process.

    • Identify hazards and potential risks

    • Assess the likelihood and severity of each risk

    • Evaluate current control measures

    • Implement additional control measures if necessary

    • Review and monitor the effectiveness of control measures

  • Answered by AI

Interview questions from similar companies

Supervisor Interview Questions & Answers

Team Lease user image Mukesh Upadhyay

posted on 3 Dec 2024

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

Accounts , reasoing , advance excel

Round 2 - Assignment 

Mail officle,thats regards and femal, and soughting , thems night,

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

I applied via Campus Placement and was interviewed in Jun 2024. There were 3 interview rounds.

Round 1 - Aptitude Test 

Medium questions were given

Round 2 - Coding Test 

Hard question were given

Round 3 - Group Discussion 

A topic was given to the candidates.

I applied via Company Website and was interviewed in Jun 2022. There were 2 interview rounds.

Round 1 - Group Discussion 

Shearing site information how to managing safety work and implementation safety at site

Round 2 - HR 

(4 Questions)

  • Q1. Given information about the lowering ?
  • Ans. Before starting work check all legal documents of side boom. all tool TPI certificate available or not oprator have good experience, trained Rigger and supervision as well as maintain safety standards
  • Answered Anonymously
  • Q2. If any person not practice safety so what can you do?
  • Ans. Daily safety noncompliance report submitte to contactor if his not fillfull our safety standards than we are impose penalty
  • Answered Anonymously
  • Q3. Are you connected Audit
  • Ans. 

    Yes, I am connected to audits as a Safety Officer.

    • I have experience conducting safety audits to identify potential hazards and ensure compliance with safety regulations.

    • I am familiar with audit processes and procedures, including documentation and reporting.

    • I have worked closely with auditors to address any safety concerns or deficiencies found during audits.

    • I have implemented corrective actions based on audit findings...

  • Answered by AI
  • Q4. Tell me your salary?

Interview Preparation Tips

Topics to prepare for Team Lease Safety Officer interview:
  • IMS Audit, risk assessment, safe
Interview preparation tips for other job seekers - I like your esteemed organisation his cultural system and good relations with employees Very easily connected with HO and online systems as well as IMS Audit, Risk assessment,
Interview experience
4
Good
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Shine and was interviewed in Jan 2024. There were 4 interview rounds.

Round 1 - Case Study 

Manufacturing technology

Round 2 - Assignment 

Testing assignment in our company

Round 3 - Group Discussion 

More number ok company manager come and meet one meating

Round 4 - HR 

(3 Questions)

  • Q1. How to manage this company
  • Q2. How to grow this company
  • Ans. 

    To grow the company, we need to focus on expanding our customer base, improving our products/services, and optimizing our operations.

    • Identify and target new customer segments

    • Enhance our marketing and advertising strategies

    • Invest in research and development to innovate and improve our products/services

    • Streamline internal processes and improve efficiency

    • Develop strategic partnerships and collaborations

    • Expand into new mar...

  • Answered by AI
  • Q3. What you think this company

Interview Preparation Tips

Topics to prepare for Team Lease Supervisor interview:
  • Marketing
Interview preparation tips for other job seekers - Achieve to maintain big company to my purpose

Interview Questionnaire 

1 Question

  • Q1. Basics in safety engineering
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
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. Tranformer testing
  • Q2. Solar module test

I applied via Naukri.com and was interviewed before May 2018. There were 5 interview rounds.

Interview Questionnaire 

3 Questions

  • Q1. Questions are related to your past working experience and the position that you applied for Microwave Transmission related questions: What is Microwave and types What is fadind and it's resolution steps D...
  • Q2. PDH-SDH related questions- Difference between PDH and sdh Frame structure of sdh High order and low order bytes and alarms related to bytes Alarms in sdh Ethernet over sdh What is GFP, ENCAPSULATION, VCAT,...
  • Q3. Generally your current work related questions Why you want to change your job What is your expectations from new job Where you seeing your self after 5 year's Current salary and expectations

Interview Preparation Tips

Round: HR Round
Experience: Related to offer they are giving and related cross questions

General Tips: I had been interviewed with Huawei in 2016 and total 2 rounds was there for me. Questions I already had shared, go through it.

I got my offer letter after 1 month after HR discussion but please follow up with HR team once you get call for your selection
Skills: Ethernet over SDH, SDH, Microwave, Technical Knowledge(ML, Microwave, Communication, Presentation Skills
Duration: 1-3 Months

I was interviewed before Jan 2021.

Round 1 - Coding Test 

(2 Questions)

Round duration - 60 minutes
Round difficulty - Easy

Two coding questions were given in the first round to be solved in 60 minutes.

  • Q1. 

    Rearrange Array Elements Problem Statement

    Given an array A containing 'N' integers and an integer m, rearrange the elements of the array such that the differences between the array elements and m are sor...

  • Ans. 

    Rearrange array elements based on their differences from a given integer.

    • Calculate the differences between each element and the given integer.

    • Sort the elements based on their differences while maintaining the original order for elements with the same difference.

    • Implement a function to rearrange the array elements as per the given criteria.

  • Answered by AI
  • Q2. 

    Print Nodes at Distance K from a Given Node

    Given an arbitrary binary tree, a node of the tree, and an integer 'K', find all nodes that are at a distance K from the specified node, and return a list of th...

  • Ans. 

    The task is to find all nodes in a binary tree that are at a distance K from a given node.

    • Traverse the binary tree to find the given node

    • From the given node, perform a depth-first search to find all nodes at distance K

    • Use a list to store the values of the nodes at distance K

    • Return the list of values in any order

  • Answered by AI
Round 2 - Face to Face 

(4 Questions)

Round duration - 60 minutes
Round difficulty - Easy

This was a technical round with questions based on DSA, DBMS, Computer Networking and project based questions.

  • Q1. 

    Triangle of Numbers Pattern

    Ninja is tasked with printing a triangle pattern based on a given number 'N' for any test case.

    Example:

    Input:
    N = 4
    Output:
       1
    232
    34545
    4567654

    Explanation:

    The pat...

  • Ans. 

    Print a triangle pattern of numbers based on a given number 'N'.

    • Iterate through each row and print the numbers accordingly

    • Use spaces to center-align the numbers in each row

    • Increment the numbers in each row as per the pattern

  • Answered by AI
  • Q2. What is the difference between a web server and an application server?
  • Ans. 

    Web server serves static content over HTTP, while application server runs dynamic content and business logic.

    • Web server handles HTTP requests and responses, serving static content like HTML, images, and CSS.

    • Application server executes business logic, runs dynamic content, and interacts with databases.

    • Web server examples include Apache, Nginx, while application server examples include Tomcat, JBoss.

    • Web server focuses on...

  • Answered by AI
  • Q3. How does the internet work?
  • Ans. 

    The internet is a global network of interconnected computers that communicate using standardized protocols.

    • The internet is made up of a vast number of interconnected networks of computers.

    • Data is transmitted over the internet using protocols such as TCP/IP.

    • Websites are hosted on servers connected to the internet, and users access them using web browsers.

    • Internet Service Providers (ISPs) provide access to the internet f...

  • Answered by AI
  • Q4. Write a SQL query to find the nth highest salary.
  • Ans. 

    SQL query to find the nth highest salary

    • Use the 'SELECT DISTINCT' statement to get unique salary values

    • Order the salaries in descending order using 'ORDER BY' clause

    • Use 'LIMIT' and 'OFFSET' to get the nth highest salary

  • Answered by AI
Round 3 - HR 

Round duration - 30 minutes
Round difficulty - Easy

Typical HR round with behavioral problems.

Interview Preparation Tips

Professional and academic backgroundI completed Information Technology from Chitkara University. Eligibility criteriaAbove 7 CGPAInfo Edge India (Naukri.com) interview preparation:Topics to prepare for the interview - Data Structures, Algorithms, System Design, Aptitude, OOPSTime required to prepare for the interview - 4 monthsInterview preparation tips for other job seekers

Tip 1 : Must do Previously asked Interview as well as Online Test Questions.
Tip 2 : Go through all the previous interview experiences from Codestudio and Leetcode.
Tip 3 : Do at-least 2 good projects and you must know every bit of them.

Application resume tips for other job seekers

Tip 1 : Have at-least 2 good projects explained in short with all important points covered.
Tip 2 : Every skill must be mentioned.
Tip 3 : Focus on skills, projects and experiences more.

Final outcome of the interviewSelected

Skills evaluated in this interview

I applied via Company Website and was interviewed in Mar 2021. There were 2 interview rounds.

Interview Preparation Tips

Interview preparation tips for other job seekers - They took my interview in five rounds but in all the rounds they were asking only one question. TELL ME SOMETHING ABOUT YOURSELF ?
My Interview with their sales VP SANDEEP JUNEJA was good and relevant to the point.
Otherwise all the other rounds were almost same which was not needed it can be Completed in 1-2 round.

Rotostat Services Interview FAQs

What are the top questions asked in Rotostat Services Safety Supervisor interview for freshers?

Some of the top questions asked at the Rotostat Services Safety Supervisor interview for freshers -

  1. How many step of risk assessme...read more
  2. My experience in safety officer's and supervisor s refineries and power cement ...read more
  3. I want a jobs of safety officer...read more

Tell us how to improve this page.

Interview Questions from Similar Companies

Quess Interview Questions
3.9
 • 407 Interviews
JustDial Interview Questions
3.5
 • 325 Interviews
Info Edge Interview Questions
3.9
 • 316 Interviews
Team Lease Interview Questions
3.9
 • 201 Interviews
Matrimony.com Interview Questions
4.3
 • 87 Interviews
PMT Machines Interview Questions
3.4
 • 19 Interviews
Trelleborg Interview Questions
4.0
 • 18 Interviews
View all
Rotostat Services Safety Supervisor Salary
based on 12 salaries
₹2.5 L/yr - ₹6 L/yr
8% more than the average Safety Supervisor Salary in India
View more details

Rotostat Services Safety Supervisor Reviews and Ratings

based on 6 reviews

3.5/5

Rating in categories

3.5

Skill development

3.2

Work-life balance

3.3

Salary

3.3

Job security

3.2

Company culture

2.7

Promotions

3.2

Work satisfaction

Explore 6 Reviews and Ratings
Mechanical Engineer
35 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Safety Officer
28 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Mechanical Maintenance Engineer
24 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Mechanical Supervisor
18 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Planning Engineer
15 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Explore more salaries
Compare Rotostat Services with

Info Edge

3.9
Compare

JustDial

3.5
Compare

Indiamart Intermesh

3.6
Compare

Matrimony.com

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