Upload Button Icon Add office photos

Filter interviews by

S. Mark Engineering Interview Questions, Process, and Tips for Experienced

Updated 31 Mar 2025

Top S. Mark Engineering Interview Questions and Answers for Experienced

S. Mark Engineering Interview Experiences for Experienced

Popular Designations

2 interviews found

Lead HSE Engineer Interview Questions & Answers

user image Phoosa Ram Poonar

posted on 9 Feb 2024

Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
  • Q1. What is the difference between Job Safety Analysis (JSA) and Risk Assessment (RA)?
  • Ans. 

    JSA focuses on specific job tasks, while RA evaluates broader risks across processes or projects.

    • JSA is task-specific, analyzing individual job steps for hazards.

    • RA assesses overall risks in a project or process, considering multiple factors.

    • Example of JSA: Analyzing the risks of using a ladder for maintenance work.

    • Example of RA: Evaluating the risks associated with an entire construction project.

  • Answered by AI
  • Q2. What is the Health, Safety, and Environment (HSE) plan?
  • Ans. 

    An HSE plan outlines strategies to ensure health, safety, and environmental protection in the workplace.

    • Identifies potential hazards and risks in the workplace, e.g., chemical exposure in manufacturing.

    • Establishes safety protocols and procedures, such as emergency evacuation plans.

    • Includes training programs for employees on HSE practices, e.g., first aid and fire safety training.

    • Sets measurable objectives and targets f...

  • Answered by AI
  • Q3. What is an Emergency Response Plan (ERP)?
  • Ans. 

    An Emergency Response Plan (ERP) outlines procedures for responding to emergencies to ensure safety and minimize impact.

    • Defines roles and responsibilities during an emergency, e.g., incident commander, safety officer.

    • Includes communication protocols, such as notifying emergency services and internal stakeholders.

    • Details evacuation procedures, including designated assembly points and routes.

    • Incorporates training and dri...

  • Answered by AI
  • Q4. Why did you choose to join this company?
  • Ans. 

    I chose to join this company for its commitment to safety, innovation, and professional growth opportunities in HSE engineering.

    • The company's strong reputation in the industry for prioritizing health and safety aligns with my professional values.

    • I was impressed by the innovative HSE initiatives the company has implemented, such as the use of advanced technology for risk assessment.

    • The opportunity for continuous profess...

  • Answered by AI
  • Q5. What is the zone area classification?
  • Ans. 

    Zone area classification categorizes hazardous locations based on the likelihood of explosive atmospheres.

    • Zone 0: Continuous presence of explosive gas, e.g., inside a storage tank.

    • Zone 1: Likely presence of explosive gas during normal operations, e.g., near a pump.

    • Zone 2: Unlikely presence of explosive gas, e.g., in a well-ventilated area.

    • Classifications help in selecting appropriate equipment and safety measures.

  • Answered by AI

Lead HSE Engineer Interview Questions asked at other Companies

Q1. What is the difference between Job Safety Analysis (JSA) and Risk Assessment (RA)?
View answer (1)

Lead Engineer Interview Questions & Answers

user image Anonymous

posted on 19 Apr 2022

I applied via Referral and was interviewed in Oct 2021. There were 2 interview rounds.

Round 1 - HR 

(6 Questions)

  • Q1. What are your strengths and weaknesses?
  • Q2. What are your salary expectations?
  • Q3. What is your family background?
  • Q4. Share details of your previous job.
  • Q5. Why are you looking for a change?
  • Q6. Tell me about yourself.
Round 2 - Technical 

(1 Question)

  • Q1. About electrical installation, commissioning & calculations

Interview Preparation Tips

Interview preparation tips for other job seekers - always be confident when giving a interview, and always do the group discussion on workplace and discuss about your work.

Lead Engineer Interview Questions asked at other Companies

Q1. What is the resistance value of tripping & closing coil of vcb?
View answer (8)

Interview questions from similar companies

I applied via Campus Placement

Interview Questionnaire 

3 Questions

  • Q1. What is your final year project?what technology did i used for it?Basic oops concepts.
  • Ans. 

    My final year project was on developing a web-based inventory management system using Java and MySQL.

    • Developed using Java and MySQL

    • Web-based inventory management system

    • Implemented basic OOPs concepts

    • Used MVC architecture for better code organization

    • Included features like user authentication, product management, and order tracking

  • Answered by AI
  • Q2. What did you do in lockdown?
  • Q3. Tell me something about yourself.

Interview Preparation Tips

Interview preparation tips for other job seekers - Be calm and be real.

I applied via LinkedIn and was interviewed before Jun 2021. There were 2 interview rounds.

Round 1 - Group Discussion 

They give some topics related to present situation like in my GD in 2020 co. HR give topics related to that situation in our country like difference between offline education and online education system. and covid-19 pandemic related topics.

Round 2 - One-on-one 

(4 Questions)

  • Q1. Tell me About your self ?
  • Q2. What do you know about this job position ?
  • Q3. What is your favourite colour ? Can i know the speciality of your favourite colour ?
  • Q4. Who inspired you to go to job daily and work hard ?

Interview Preparation Tips

Interview preparation tips for other job seekers - Your 1st impression is your resume nothing else then after you have some knowledge about your job position which you apply for and most important if you want only private job your english language will be excellent spoken as well as written.

I applied via Naukri.com and was interviewed in Sep 2021. There were 2 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 - Technical 

(1 Question)

  • Q1. All types of test steeps
  • Ans. 

    Types of test steps in software testing

    • Unit testing - testing individual units or components of the software

    • Integration testing - testing how different units or components work together

    • System testing - testing the entire system as a whole

    • Acceptance testing - testing if the software meets the requirements and is ready for release

    • Regression testing - testing to ensure that changes or updates to the software did not intro...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Hope for the best.All can achieve same

Interview Questionnaire 

1 Question

  • Q1. Questions related to COBOL,JCL,VSAM,DB2,CICS,Vision plus

I applied via Walk-in and was interviewed before Nov 2021. There was 1 interview round.

Round 1 - HR 

(4 Questions)

  • Q1. My self , Previous work knowledge, Salary expectations.
  • Q2. Why you left last organisation?
  • Q3. What is your salary expectations ?
  • Q4. Where do you live at ?

Interview Preparation Tips

Interview preparation tips for other job seekers - Be confident no matter if your grammar is not perfect while communicating. Just be normal.

Interview Questionnaire 

1 Question

  • Q1. Tell me about yourself and basic questions related to programming.

Interview Questionnaire 

1 Question

  • Q1. Occurs, precompile , file status codes , sql queries and scenarios on sql.

Interview Questionnaire 

7 Questions

  • Q1. Solid principles
  • Q2. Extension methods
  • Q3. Static class and static constructor
  • Ans. 

    Static class and static constructor in C#

    • Static class can only contain static members and cannot be instantiated

    • Static constructor is called only once when the class is first accessed

    • Static constructor is used to initialize static members of the class

    • Example: Math class in C# is a static class

    • Example: static constructor can be used to initialize a static variable with a value

  • Answered by AI
  • Q4. Polymorphism
  • Q5. Dependency injection
  • Q6. Angular life cycle hook
  • Q7. Performance improvement in Angular app
  • Ans. 

    Performance improvement in Angular app

    • Use lazy loading to load modules on demand

    • Optimize change detection strategy

    • Use trackBy function in ngFor loops

    • Minimize DOM manipulation

    • Use AOT compilation

    • Implement server-side rendering

    • Use web workers for heavy computations

    • Use caching for frequently accessed data

  • Answered by AI

Skills evaluated in this interview

S. Mark Engineering Interview FAQs

How many rounds are there in S. Mark Engineering interview for experienced candidates?
S. Mark Engineering interview process for experienced candidates usually has 1-2 rounds. The most common rounds in the S. Mark Engineering interview process for experienced candidates are HR and Technical.
What are the top questions asked in S. Mark Engineering interview for experienced candidates?

Some of the top questions asked at the S. Mark Engineering interview for experienced candidates -

  1. What is the difference between Job Safety Analysis (JSA) and Risk Assessment (R...read more
  2. What is the Health, Safety, and Environment (HSE) pl...read more
  3. What is an Emergency Response Plan (ER...read more

Tell us how to improve this page.

S. Mark Engineering Interview Process for Experienced

based on 1 interview

Interview experience

5
  
Excellent
View more

Interview Questions from Similar Companies

TCS Interview Questions
3.7
 • 10.6k Interviews
Accenture Interview Questions
3.8
 • 8.3k Interviews
Infosys Interview Questions
3.6
 • 7.6k Interviews
Wipro Interview Questions
3.7
 • 5.7k Interviews
Cognizant Interview Questions
3.7
 • 5.7k Interviews
Amazon Interview Questions
4.0
 • 5.1k Interviews
Capgemini Interview Questions
3.7
 • 4.8k Interviews
HCLTech Interview Questions
3.5
 • 3.9k Interviews
Tech Mahindra Interview Questions
3.5
 • 3.9k Interviews
Genpact Interview Questions
3.8
 • 3.2k Interviews
View all

S. Mark Engineering Reviews and Ratings

based on 23 reviews

4.0/5

Rating in categories

3.8

Skill development

3.9

Work-life balance

3.9

Salary

3.9

Job security

4.0

Company culture

3.8

Promotions

3.9

Work satisfaction

Explore 23 Reviews and Ratings
Project Coordinator
7 salaries
unlock blur

₹5.8 L/yr - ₹8.8 L/yr

Instrument Engineer
6 salaries
unlock blur

₹5.8 L/yr - ₹7 L/yr

Quaity Control Engineer
4 salaries
unlock blur

₹4.2 L/yr - ₹6.7 L/yr

Senior HR Executive
4 salaries
unlock blur

₹4.3 L/yr - ₹4.5 L/yr

Safety Officer
4 salaries
unlock blur

₹3.6 L/yr - ₹6.2 L/yr

Explore more salaries
Compare S. Mark Engineering with

TCS

3.7
Compare

Accenture

3.8
Compare

Wipro

3.7
Compare

Cognizant

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