Premium Employer

i

This company page is being actively managed by Saipem Team. If you also belong to the team, you can get access from here

Saipem Verified Tick

Compare button icon Compare button icon Compare

Filter interviews by

Saipem Software Engineer Interview Questions and Answers

Updated 13 Aug 2022

Saipem Software Engineer Interview Experiences

1 interview found

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 

(2 Questions)

  • Q1. About the technologies mentioned in the resume
  • Q2. SQL, Python, Power BI , Shell

Interview Preparation Tips

Interview preparation tips for other job seekers - Please be prepared for the technologies mentioned in your resume

Interview questions from similar companies

Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. List, tuple Decorators
  • Q2. What is the process for removing duplicates from a list?
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Coding Test 

Java programming questions

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

I applied via Company Website and was interviewed in Feb 2024. There was 1 interview round.

Round 1 - HR 

(5 Questions)

  • Q1. Tell meh about your company
  • Ans. In that company I will try my level best to that company
  • Answered Anonymously
  • Q2. My company is the one of that greatest company
  • Q3. IfI joined that Company I Will give my to that company
  • Q4. U ask sir /madam y u joined that company
  • Q5. Iam extremely talent person once encouragement never disappoint on u

Interview Preparation Tips

Interview preparation tips for other job seekers - I want iam extremely talent once check my self
Interview experience
3
Average
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Recruitment Consulltant and was interviewed in Mar 2023. 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 - HR 

(5 Questions)

  • Q1. What is Notice Period ?
  • Q2. What is Current CTC ?
  • Ans. 

    Current CTC refers to the current salary or compensation package of the candidate.

    • Current CTC is the total amount of money a candidate is currently earning from their job.

    • It includes the base salary, bonuses, incentives, and any other monetary benefits.

    • Candidates may choose to disclose their Current CTC during interviews to negotiate a better offer.

    • For example, if a candidate's Current CTC is $80,000 per year, it means...

  • Answered by AI
  • Q3. AB PLC Hardware
  • Q4. Addon Instructions
  • Q5. Redundancy architecture

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare Rockwell automation PLC
Interview experience
4
Good
Difficulty level
-
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Walk-in and was interviewed before Mar 2022. There were 3 interview rounds.

Round 1 - Aptitude Test 

Technical plus general knowledge appti

Round 2 - Technical 

(1 Question)

  • Q1. OOPS concepts and .net questions
Round 3 - HR 

(1 Question)

  • Q1. Salary Discussion and Company culture

Interview Preparation Tips

Interview preparation tips for other job seekers - Be prepared with basics OOPs concepts And aptitude test
Interview experience
3
Average
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

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

Coding Test, Technical

Round 3 - HR 

(1 Question)

  • Q1. Asking about the previous role and responsibility.

Interview Preparation Tips

Interview preparation tips for other job seekers - No Round 2
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
4-6 weeks
Result
Selected Selected

I applied via Recruitment Consulltant and was interviewed before May 2022. There were 5 interview rounds.

Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Properly align and format text in your resume. A recruiter will have to spend more time reading poorly aligned text, leading to high chances of rejection.
View all tips
Round 2 - Aptitude Test 

Basic plc, modbus and ring topology related questions

Round 3 - Technical 

(3 Questions)

  • Q1. Tricky PLC related questions
  • Q2. Explain ring topology
  • Ans. 

    Ring topology is a network topology where each device is connected to exactly two other devices, creating a circular network.

    • Devices are connected in a circular manner

    • Data flows in one direction

    • Failure of one device can affect the entire network

    • Examples include Token Ring and SONET

  • Answered by AI
  • Q3. Explain modbus protocol
  • Ans. 

    Modbus is a communication protocol used for transmitting data over serial lines between electronic devices.

    • Modbus is used in industrial automation systems to connect a supervisory computer with remote terminal units (RTUs) and programmable logic controllers (PLCs).

    • It uses a master-slave architecture where the master initiates the communication and the slaves respond to the requests.

    • Modbus supports different data types ...

  • Answered by AI
Round 4 - One-on-one 

(1 Question)

  • Q1. Interview with manager, same question like round two in 3
Round 5 - HR 

(1 Question)

  • Q1. Salary expectations Why you want to leave last company
  • Ans. 

    I am looking for a competitive salary and better growth opportunities. I am leaving my last company due to lack of growth and learning opportunities.

    • I am seeking a salary that is competitive with industry standards

    • I am looking for better growth opportunities and a chance to learn new skills

    • My previous company did not offer the growth and learning opportunities I was looking for

    • I am excited about the potential for growt

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Good communication skills required

Skills evaluated in this interview

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

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

Round 1 - Technical 

(2 Questions)

  • Q1. What is OOP concept
  • Ans. 

    OOP stands for Object-Oriented Programming, a programming paradigm based on the concept of objects.

    • OOP focuses on creating objects that contain data and methods to manipulate that data.

    • Encapsulation, inheritance, and polymorphism are key principles of OOP.

    • Example: Inheritance allows a class to inherit properties and behaviors from another class.

  • Answered by AI
  • Q2. Advantages of oops
  • Ans. 

    Advantages of OOP include code reusability, modularity, flexibility, and easier maintenance.

    • Code reusability allows for the reuse of classes and objects in different parts of the program.

    • Modularity helps in organizing code into manageable units, making it easier to understand and maintain.

    • Flexibility allows for easy modifications and updates to the code without affecting other parts of the program.

    • Easier maintenance is...

  • Answered by AI
Round 2 - HR 

(2 Questions)

  • Q1. Views on IOT with example
  • Ans. 

    I believe IOT has immense potential to revolutionize various industries by connecting devices and collecting data for analysis.

    • IOT can improve efficiency and productivity by automating processes

    • It can enhance customer experience by providing personalized services

    • IOT can also enable predictive maintenance to reduce downtime

    • Example: Smart home devices like thermostats and security cameras that can be controlled remotely

  • Answered by AI
  • Q2. Strength and weakness

Interview Preparation Tips

Interview preparation tips for other job seekers - Basic concepts should be clear
Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Double-check your resume for any spelling mistakes. The recruiter may consider spelling mistakes as careless behavior or poor communication skills.
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

Saipem Interview FAQs

How many rounds are there in Saipem Software Engineer interview?
Saipem interview process usually has 2 rounds. The most common rounds in the Saipem interview process are Resume Shortlist and Technical.

Tell us how to improve this page.

Join Saipem Engineering for a sustainable future
Saipem Software Engineer Salary
based on 5 salaries
₹5.2 L/yr - ₹5.7 L/yr
34% less than the average Software Engineer Salary in India
View more details
Principal Engineer
193 salaries
unlock blur

₹11 L/yr - ₹29 L/yr

Senior Principal Engineer
106 salaries
unlock blur

₹14.3 L/yr - ₹33 L/yr

Senior Engineer
94 salaries
unlock blur

₹7 L/yr - ₹19 L/yr

Piping Designer
89 salaries
unlock blur

₹6 L/yr - ₹18 L/yr

Process Engineer
50 salaries
unlock blur

₹4.2 L/yr - ₹12 L/yr

Explore more salaries
Compare Saipem with

McDermott International

4.3
Compare

TechnipFMC

4.0
Compare

Subsea 7

4.4
Compare

Baker Hughes

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