Upload Button Icon Add office photos

Filter interviews by

Cease Fire Senior Engineer Interview Questions and Answers

Updated 14 Dec 2023

Cease Fire Senior Engineer Interview Experiences

1 interview found

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

I applied via Approached by Company and was interviewed before Dec 2022. 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 - One-on-one 

(2 Questions)

  • Q1. About your current job
  • Q2. About your skills

Interview questions from similar companies

Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
More than 8 weeks
Result
Not Selected

I was interviewed in Oct 2024.

Round 1 - Technical 

(2 Questions)

  • Q1. How to create the IP sec tunnel?
  • Ans. 

    To create an IPsec tunnel, configure the necessary parameters on both ends of the connection.

    • Configure the IPsec parameters such as encryption algorithms, authentication methods, and key exchange protocols on both the source and destination devices.

    • Establish a secure communication channel by setting up the IPsec tunnel between the two endpoints.

    • Ensure that the IPsec tunnel is properly configured and tested for secure d...

  • Answered by AI
  • Q2. How to troubleshoot the IP sec tunnel?
  • Ans. 

    To troubleshoot an IPsec tunnel, check configurations, verify connectivity, monitor logs, and use packet capture tools.

    • Check the IPsec configuration on both ends to ensure they match

    • Verify that the tunnel endpoints can reach each other

    • Monitor logs on both devices for any error messages related to the tunnel

    • Use packet capture tools like Wireshark to analyze traffic going through the tunnel

  • Answered by AI
Round 2 - Technical 

(2 Questions)

  • Q1. How ssl vpn it will be working for the remote location?
  • Ans. 

    SSL VPN allows remote users to securely access the network from any location.

    • SSL VPN uses encryption to secure the connection between the remote user and the network.

    • It authenticates users before granting access to resources.

    • SSL VPN can be set up using a web browser or a client application.

    • It provides a secure way for remote employees to access company resources.

    • SSL VPN can be configured to restrict access based on use

  • Answered by AI
  • Q2. How to configure the IP sec tunnel for 3 different location and explain the traffic traffic flow and how it will be work?
  • Ans. 

    Configuring IPsec tunnel for 3 different locations and explaining traffic flow

    • Configure IPsec tunnel on routers/firewalls at each location

    • Set up IPsec policies for encryption and authentication

    • Define IPsec tunnel endpoints and establish secure communication

    • Ensure proper routing between locations for traffic flow

    • Monitor and troubleshoot the IPsec tunnel for any issues

  • Answered by AI
Round 3 - Technical 

(2 Questions)

  • Q1. How to upgrade to the palaalto firewall and fortigate?
  • Ans. 

    To upgrade to Palo Alto firewall and Fortigate, follow these steps: plan the upgrade, backup configurations, test the upgrade in a lab environment, schedule downtime, perform the upgrade, test functionality post-upgrade.

    • Plan the upgrade by determining the current firewall configurations and requirements for the new firewalls.

    • Backup configurations of the existing firewalls to ensure data safety in case of any issues dur...

  • Answered by AI
  • Q2. The both locations IP sec tunnel are down. How to troubleshoot the issue.
  • Ans. 

    To troubleshoot both locations IPsec tunnel being down, check configurations, network connectivity, and security policies.

    • Check the IPsec configurations on both ends to ensure they match

    • Verify network connectivity between the two locations

    • Check firewall and security policies to ensure they are not blocking the IPsec traffic

    • Review logs on both ends for any error messages or indications of the issue

    • Restart the IPsec serv

  • Answered by AI

Skills evaluated in this interview

Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Selected Selected

I applied via Naukri.com and was interviewed in Nov 2024. There were 2 interview rounds.

Round 1 - Technical 

(1 Question)

  • Q1. Technical team will schedule a call and discuss about our role and responsibility.
Round 2 - Technical 

(1 Question)

  • Q1. Based on your role
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Naukri.com and was interviewed in Oct 2024. There were 2 interview rounds.

Round 1 - Coding Test 

Ai interview backend microservices core java

Round 2 - Technical 

(2 Questions)

  • Q1. Microservice architecture spring boot
  • Q2. Rest api implementation and communication

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare learn and retry
Interview experience
5
Excellent
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
No response

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

Round 1 - Technical 

(2 Questions)

  • Q1. What is spring boot
  • Ans. 

    Spring Boot is a Java-based framework used for creating standalone, production-grade Spring-based applications.

    • Spring Boot simplifies the process of creating Spring applications by providing a set of default configurations.

    • It allows for easy setup of Spring projects with minimal configuration.

    • Spring Boot includes embedded servers like Tomcat, Jetty, or Undertow, making it easy to deploy applications.

    • It provides product...

  • Answered by AI
  • Q2. What is serialisation
  • Ans. 

    Serialisation is the process of converting an object into a stream of bytes to store or transmit data.

    • Serialisation is used to save the state of an object and recreate it when needed.

    • It allows objects to be converted into a format that can be easily stored or transmitted.

    • Common examples include JSON, XML, and binary serialisation.

    • Serialisation is important for data persistence and inter-process communication.

  • Answered by AI

Skills evaluated in this interview

Interview experience
5
Excellent
Difficulty level
Easy
Process Duration
4-6 weeks
Result
Selected Selected

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

Round 1 - Technical 

(2 Questions)

  • Q1. Binary search using Java 8
  • Ans. 

    Binary search is a fast search algorithm that finds the position of a target value within a sorted array.

    • Ensure the array is sorted before performing binary search.

    • Compare the target value with the middle element of the array.

    • If the target value is less than the middle element, search the left half of the array. If greater, search the right half.

    • Repeat the process until the target value is found or the subarray is empt

  • Answered by AI
  • Q2. Merge sort and it's implementation
  • Ans. 

    Merge sort is a divide and conquer algorithm that divides the input array into two halves, sorts them, and then merges them back together.

    • Divide the array into two halves recursively

    • Sort each half separately

    • Merge the sorted halves back together

  • Answered by AI

Skills evaluated in this interview

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

(2 Questions)

  • Q1. Tell me about your self?
  • Ans. 

    Experienced Senior Engineer with a strong background in software development and project management.

    • Over 10 years of experience in software engineering

    • Proficient in multiple programming languages such as Java, Python, and C++

    • Led successful projects from conception to completion, delivering high-quality solutions on time and within budget

    • Strong problem-solving skills and ability to work well in a team environment

  • Answered by AI
  • Q2. Explain about your roles and responsibilities in your current project?
  • Ans. 

    I am responsible for designing, implementing, and testing new features in the project.

    • Designing new features based on requirements provided by stakeholders

    • Implementing the designed features using appropriate technologies and best practices

    • Testing the implemented features to ensure they meet quality standards

    • Collaborating with team members to troubleshoot and resolve technical issues

    • Participating in code reviews and pro

  • Answered by AI
Round 2 - HR 

(2 Questions)

  • Q1. What is your expected salary?
  • Ans. 

    My expected salary is based on my experience, skills, and the market rate for Senior Engineers.

    • Consider my years of experience in the field

    • Take into account my specialized skills and certifications

    • Research the current market rate for Senior Engineers in this location

    • Open to negotiation based on benefits package offered

  • Answered by AI
  • Q2. How soon you can join?
  • Ans. 

    I can join within 2 weeks of receiving an offer.

    • I can start within 2 weeks of receiving an offer.

    • My current notice period is 2 weeks.

    • I am available to start immediately.

  • Answered by AI
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

I was interviewed in Sep 2024.

Round 1 - Coding Test 

Hackerrank coding & techinical interview test

Interview Preparation Tips

Interview preparation tips for other job seekers - Learn core java, spring boot & Microservices concept well.
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. What are the difficulties faced during the layout ?
  • Ans. 

    Difficulties faced during layout include space constraints, equipment compatibility, and regulatory compliance.

    • Space constraints can limit the placement of equipment and affect workflow.

    • Ensuring equipment compatibility can be challenging when integrating new technologies with existing systems.

    • Meeting regulatory compliance standards adds complexity to the layout design process.

  • Answered by AI
  • Q2. How to prevent the latch up in the actual layout?
  • Ans. 

    Prevent latch up in layout by using guard rings, spacing between devices, and proper substrate connections.

    • Use guard rings around sensitive nodes to prevent latch up.

    • Ensure proper spacing between devices to avoid parasitic currents.

    • Connect substrate properly to prevent latch up.

    • Use well-taps to tie substrate to the most negative voltage in the circuit.

    • Avoid high substrate resistances that can lead to latch up.

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - If you are experienced , go through the projects which you have done . should get the knowledge about the tools which you are using.
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
Selected Selected
Round 1 - One-on-one 

(6 Questions)

  • Q1. What is project safety, why is it important ?
  • Ans. 

    Project safety refers to the measures and protocols put in place to ensure the well-being and protection of individuals involved in a project.

    • Ensures the physical and mental well-being of workers and stakeholders

    • Reduces the risk of accidents, injuries, and fatalities

    • Compliance with safety regulations and standards

    • Enhances productivity and efficiency by minimizing disruptions

    • Builds trust and reputation with clients and ...

  • Answered by AI
  • Q2. What Is project scheduling?
  • Ans. 

    Project scheduling is the process of creating a timeline for completing tasks and milestones within a project.

    • Identifying project tasks and their dependencies

    • Estimating the time required for each task

    • Sequencing tasks in the most efficient order

    • Assigning resources to tasks

    • Monitoring progress and adjusting the schedule as needed

  • Answered by AI
  • Q3. Fire case situation at project
  • Ans. 

    In a fire case situation at a project, it is crucial to follow safety protocols and evacuate all personnel immediately.

    • Ensure all personnel are aware of the emergency procedures and evacuation routes.

    • Contact emergency services and alert them of the situation.

    • Use fire extinguishers if safe to do so, but prioritize safety of personnel.

    • Account for all personnel after evacuation to ensure everyone is safe.

    • Investigate the c...

  • Answered by AI
  • Q4. Aggregates , Concrete grade
  • Q5. Project tools used before
  • Ans. 

    I have used project management tools such as Jira, Trello, and Asana in previous projects.

    • Jira

    • Trello

    • Asana

  • Answered by AI
  • Q6. What CAD tools have you used?
  • Ans. 

    I have experience using CAD tools such as AutoCAD, SolidWorks, and CATIA for designing and modeling.

    • AutoCAD

    • SolidWorks

    • CATIA

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - It's a L&T BIS Interview
1. Asked about project safety
2. Project management
3. Btech project
4. Restoration
5. Fire safety scenario/case
6. Critical paths-CPM-related aspects

Skills evaluated in this interview

Cease Fire Interview FAQs

How many rounds are there in Cease Fire Senior Engineer interview?
Cease Fire interview process usually has 2 rounds. The most common rounds in the Cease Fire interview process are Resume Shortlist and One-on-one Round.

Tell us how to improve this page.

Cease Fire Senior Engineer Salary
based on 4 salaries
₹3.4 L/yr - ₹5 L/yr
55% less than the average Senior Engineer Salary in India
View more details

Cease Fire Senior Engineer Reviews and Ratings

based on 2 reviews

3.5/5

Rating in categories

3.5

Skill development

4.0

Work-life balance

3.0

Salary

4.0

Job security

3.5

Company culture

3.0

Promotions

3.5

Work satisfaction

Explore 2 Reviews and Ratings
Management Trainee
50 salaries
unlock blur

₹2.5 L/yr - ₹5 L/yr

Area Sales Manager
36 salaries
unlock blur

₹2.8 L/yr - ₹6.1 L/yr

Cluster Manager
25 salaries
unlock blur

₹4.2 L/yr - ₹7.3 L/yr

Assistant Manager
17 salaries
unlock blur

₹2.7 L/yr - ₹5.3 L/yr

Business Development Manager
17 salaries
unlock blur

₹3 L/yr - ₹5.6 L/yr

Explore more salaries
Compare Cease Fire with

Firepro Systems

3.6
Compare

Firetide

5.0
Compare

Tyco Fire & Security

4.2
Compare

Fire Safety Devices

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