Upload Button Icon Add office photos

Filter interviews by

IBA Particle Therapy India Assistant Manager - EHS Interview Questions and Answers

Be the first one to contribute and help others!

Interview questions from similar companies

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

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

Round 1 - Aptitude Test 

Coding and decoding,error detection,water images

Round 2 - Coding Test 

1hr,arrsays and strings,gfg

Round 3 - HR 

(2 Questions)

  • Q1. Tell me about your self
  • Q2. Projects and group discussion
Interview experience
3
Average
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Job Portal

Round 1 - One-on-one 

(5 Questions)

  • Q1. What is CACA! Explain with an example
  • Ans. 

    CACA stands for Corrective Action, Corrective Action! It is a process used in EHS management to address and resolve issues.

    • CACA involves identifying problems, determining root causes, implementing solutions, and monitoring effectiveness

    • Example: If a company discovers a leak in a chemical storage tank, they would use CACA to investigate the cause, fix the leak, and prevent future leaks

    • CACA helps prevent incidents, impro...

  • Answered by AI
  • Q2. EHS legal requirements
  • Ans. 

    EHS legal requirements refer to laws and regulations that organizations must comply with to ensure the health and safety of employees and the environment.

    • EHS legal requirements vary by country and industry

    • Examples include OSHA regulations in the US, REACH regulations in the EU, and ISO standards globally

    • Organizations must stay up to date with changes in EHS laws and regulations to remain compliant

  • Answered by AI
  • Q3. EHS statutory requirements
  • Ans. 

    EHS statutory requirements refer to laws and regulations that organizations must comply with to ensure the health and safety of employees and the environment.

    • EHS statutory requirements vary by country and industry

    • Examples include OSHA regulations in the US, COSHH regulations in the UK, and ISO standards globally

    • Organizations must stay up-to-date with changes in EHS laws and regulations to remain compliant

  • Answered by AI
  • Q4. Risk assessments
  • Q5. ISO 45001 implementation
  • Ans. 

    ISO 45001 implementation involves establishing a framework for occupational health and safety management.

    • Develop a clear understanding of the requirements of ISO 45001 standard

    • Establish an occupational health and safety policy

    • Identify hazards, assess risks, and implement controls

    • Provide training and awareness programs for employees

    • Conduct regular audits and reviews to ensure compliance

    • Continuously improve the occupatio

  • Answered by AI
Round 2 - HR 

(1 Question)

  • Q1. Salary expectation
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Aptitude Test 

This aptitude test is very Good

Round 2 - Technical 

(1 Question)

  • Q1. This technical test is very good
Round 3 - Case Study 

The case study is good question

Round 4 - HR 

(1 Question)

  • Q1. HR behaviour is very fantastic
Round 5 - Assignment 

The assignment number is good

Round 6 - Group Discussion 

The group discussion is all good

Round 7 - One-on-one 

(1 Question)

  • Q1. One on one round is ok
Round 8 - Coding Test 

Coding test is normal questions

Round 9 - About staff 

(1 Question)

  • Q1. The jio company all staff is good
Round 10 - Case Study 

The case study questions is ok

Round 11 - Technical 

(1 Question)

  • Q1. The technical test all questions is normal level
Interview experience
4
Good
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 - Technical 

(4 Questions)

  • Q1. C++, Java , oops, dbms
  • Q2. Oops question are there
  • Q3. Dbms question are there
  • Q4. Java questions are there
Round 3 - HR 

(1 Question)

  • Q1. Introduce yourself?
Interview experience
3
Average
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Naukri.com and was interviewed in Apr 2024. There was 1 interview round.

Round 1 - Coding Test 

Python question on list and dict

Interview Preparation Tips

Interview preparation tips for other job seekers - prepare well in python

I applied via Naukri.com and was interviewed in Oct 2022. There were 2 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 - HR 

(2 Questions)

  • Q1. What you have achieved in last 5 years
  • Q2. What if your aim for next 5 years

Interview Preparation Tips

Interview preparation tips for other job seekers - Great and best company ever as it was smooth process

I applied via Recruitment Consulltant

Round 1 - Technical 

(1 Question)

  • Q1. Self induction Qualifications are you interested this job

Interview Preparation Tips

Interview preparation tips for other job seekers - I'm a fresher so I looking for a job start my carrier in our company

I applied via Campus Placement and was interviewed in Nov 2021. There was 1 interview round.

Interview Questionnaire 

1 Question

  • Q1. To In context reliable source

Interview Preparation Tips

Interview preparation tips for other job seekers - Be polite with everyone and use the right language and tone for a formal situations.
Listen carefully to understand the questions and think before your begin answers.
If you do not understand the questions,ask the interviewer repeat it or explain further.
Maintaining eye contact.
Interview is not like a job interview is an impartial one-to-one meeting between two members

Assistant Engineer Interview Questions & Answers

Accenture user image MANTHAPURAM MARUTHI SHIVA PRASAD

posted on 3 Jul 2024

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

(2 Questions)

  • Q1. Willing to relocate
  • Q2. Tell me about yourself

I applied via campus placement at P E S College of Engineering, Mandya and was interviewed in Sep 2021. There were 4 interview rounds.

Interview Questionnaire 

11 Questions

  • Q1. If u have a cake in front of u in how many minimum cuts u take to get 8 equal pieces
  • Ans. 

    To get 8 equal pieces from a cake, you need a minimum of 3 cuts.

    • The first cut divides the cake into two equal halves.

    • The second cut divides one of the halves into two equal quarters.

    • The third cut divides one of the quarters into two equal eighths.

  • Answered by AI
  • Q2. Static variables
  • Q3. Some simple C programs
  • Q4. Global and local variables
  • Q5. Why should we use return 0 when int main() is used
  • Ans. 

    return 0 in int main() indicates successful termination of program execution.

    • return 0 is used to indicate that the program has executed successfully.

    • It is not mandatory to use return 0, but it is a good programming practice.

    • If return 0 is not used, the program may return garbage values to the operating system.

    • Other values can also be used instead of 0 to indicate different types of program termination.

    • For example, retu...

  • Answered by AI
  • Q6. Tell me something about yourself
  • Q7. Tell me about your project
  • Ans. 

    I worked on a project to design and implement a new software system for managing inventory in a manufacturing company.

    • Developed a user-friendly interface for employees to input and track inventory data

    • Implemented a database to store and organize inventory information

    • Created automated reports to provide real-time updates on inventory levels

    • Collaborated with cross-functional teams to gather requirements and ensure system

  • Answered by AI
  • Q8. Where will u see yourself after 5 yrs
  • Q9. What are ur Strengths
  • Q10. What we need to use to convert string to numerical
  • Ans. 

    We need to use parsing or casting to convert string to numerical.

    • Use parseInt() or parseFloat() for converting string to integer or float respectively.

    • Use Number() constructor to convert string to number.

    • Use unary plus (+) operator to convert string to number.

    • Ensure that the string contains only numerical characters, else it will result in NaN (Not a Number).

  • Answered by AI
  • Q11. And core branch related questions

Interview Preparation Tips

Interview preparation tips for other job seekers - Be confident never get tensed if u don't know the answer directly say them that "I dont have more knowledge on this mam/ sir" be active and stay clam😊

Skills evaluated in this interview

Tell us how to improve this page.

Interview Questions from Similar Companies

TCS Interview Questions
3.7
 • 10.2k Interviews
Accenture Interview Questions
3.9
 • 8k Interviews
Infosys Interview Questions
3.7
 • 7.5k Interviews
Wipro Interview Questions
3.7
 • 5.5k Interviews
Cognizant Interview Questions
3.8
 • 5.5k Interviews
Amazon Interview Questions
4.1
 • 5k Interviews
Capgemini Interview Questions
3.8
 • 4.7k Interviews
Tech Mahindra Interview Questions
3.6
 • 3.8k Interviews
HCLTech Interview Questions
3.5
 • 3.7k Interviews
Genpact Interview Questions
3.9
 • 3k Interviews
View all
Compare IBA Particle Therapy India with

Varian Medical Systems

3.8
Compare

Siemens Healthineers

4.0
Compare

Elekta Medical Systems

2.8
Compare

TCS

3.7
Compare

Calculate your in-hand salary

Confused about how your in-hand salary is calculated? Enter your annual salary (CTC) and get your in-hand salary
Did you find this page helpful?
Yes No
write
Share an Interview