Upload Button Icon Add office photos

ZeroFOX

Compare button icon Compare button icon Compare

Filter interviews by

ZeroFOX Senior Piping Engineer Interview Questions and Answers

Be the first one to contribute and help others!

Interview questions from similar companies

Interview experience
3
Average
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Approached by Company and was interviewed before Sep 2023. There were 3 interview rounds.

Round 1 - Technical 

(2 Questions)

  • Q1. How to list out relevant files from a folder which was updated in a given time period
  • Ans. 

    Use a script to list relevant files updated within a given time period in a folder

    • Use a scripting language like Python or Bash to iterate through files in the folder

    • Check the last modified timestamp of each file and compare it to the given time period

    • Create a list of files that meet the criteria and display or output them

  • Answered by AI
  • Q2. How will you monitor if a system went down
  • Ans. 

    I will use monitoring tools to receive alerts and notifications if a system goes down.

    • Set up monitoring tools like Nagios, Zabbix, or Prometheus to track system health

    • Configure alerts to be sent via email, SMS, or Slack when system goes down

    • Implement automated scripts to restart services or systems if they fail

    • Regularly check system logs for any error messages or warnings

  • Answered by AI
Round 2 - Coding Test 

I was asked to design some classes and then extend the functionality to add more requirements while following SOLID principles

Round 3 - HR 

(2 Questions)

  • Q1. Reason for job change
  • Ans. 

    Seeking new challenges and opportunities for growth

    • Looking for a new challenge to expand my skills and knowledge

    • Interested in working on cutting-edge technologies

    • Seeking a more collaborative team environment

    • Want to take on more leadership responsibilities

  • Answered by AI
  • Q2. Do you have any questions for us
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Selected Selected

I applied via Referral and was interviewed before Apr 2023. There were 3 interview rounds.

Round 1 - Aptitude Test 

General aptitude questions will be asked

Round 2 - Technical 

(1 Question)

  • Q1. Salesforce.com technical questions will be asked
Round 3 - HR 

(1 Question)

  • Q1. Salary negotiation etc
Interview experience
3
Average
Difficulty level
Moderate
Process Duration
More than 8 weeks
Result
Selected Selected

I applied via Naukri.com and was interviewed in Aug 2023. There were 4 interview rounds.

Round 1 - Aptitude Test 

Generic dotnet questions mcq

Round 2 - One-on-one 

(1 Question)

  • Q1. .net, c# , sql , async questions
Round 3 - Coding Test 

One problem is given need to make logic and your current project details

Round 4 - Group Discussion 

Managerial round was taken at the end

Interview Preparation Tips

Interview preparation tips for other job seekers - They are very slow. They take really long time to release offer but want candidate to join immediately.
Interview experience
5
Excellent
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Not Selected

I appeared for an interview before Apr 2024, where I was asked the following questions.

  • Q1. Linked list CRUD operations
  • Q2. Invert the bits
  • Ans. 

    Inverting bits means flipping each bit in a binary representation from 0 to 1 and from 1 to 0.

    • Bitwise NOT Operator: In many programming languages, the bitwise NOT operator (~) can be used to invert bits. For example, ~5 (binary 0101) results in -6 (binary 1010).

    • Binary Representation: To invert bits, first convert a number to its binary form. For example, the binary of 6 is 110, and inverting it gives 001.

    • Example: Inver...

  • Answered by AI
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - One-on-one 

(1 Question)

  • Q1. A string contains parenthesis, curly brackets and square brackets. Check if the string is valid or not.
  • Ans. 

    Check if a string containing parenthesis, curly brackets, and square brackets is valid.

    • Use a stack to keep track of opening brackets

    • Pop from stack when encountering a closing bracket, ensuring it matches the corresponding opening bracket

    • Return false if stack is not empty at the end

  • Answered by AI

Skills evaluated in this interview

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

I applied via Recruitment Consulltant and was interviewed in Jan 2024. There was 1 interview round.

Round 1 - One-on-one 

(3 Questions)

  • Q1. Find the memory of the given structure (Struct padding is the hint)
  • Ans. 

    The question asks to find the memory of a given structure by considering struct padding.

    • Struct padding refers to the unused bytes added to align the members of a structure.

    • To find the memory of a structure, we need to consider the size of each member and the padding added.

    • The total memory of a structure is the sum of the sizes of its members and the padding.

  • Answered by AI
  • Q2. Write code to find the position of a number in a BST
  • Ans. 

    Code to find the position of a number in a BST

    • Implement a recursive function to traverse the BST

    • Compare the target number with the current node value

    • If the target is smaller, go to the left subtree; if larger, go to the right subtree

    • Repeat until the target is found or the subtree is null

  • Answered by AI
  • Q3. Create a Trie data structure and perform insertion and search on it.
  • Ans. 

    A Trie is a tree-like data structure used for efficient retrieval of strings. It supports insertion and search operations.

    • A Trie is also known as a prefix tree.

    • Each node in the Trie represents a character.

    • The root node represents an empty string.

    • Each node can have multiple children, each representing a different character.

    • Insertion involves traversing the Trie and creating new nodes as needed.

    • Search involves traversing...

  • Answered by AI

Interview Preparation Tips

Topics to prepare for Arista Networks Senior Software Engineer interview:
  • Data Structures
  • OS
  • C

Skills evaluated in this interview

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

I applied via Walk-in

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. Boq of 1 KM 11 kV line.
  • Q2. Boq of 1 km LT line
  • Ans. 

    BOQ of 1 km LT line is a document that lists all the items required for the construction of a 1 km low tension line.

    • BOQ stands for Bill of Quantities

    • The BOQ includes details of materials, quantities, and prices

    • The BOQ helps in estimating the total cost of the project

    • Example items in the BOQ for a 1 km LT line: conductor, insulators, poles, transformers, hardware fittings, etc.

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare basics of site. 11 KV, LT, Distribution Transformer
Interview experience
5
Excellent
Difficulty level
Hard
Process Duration
Less than 2 weeks
Result
-

I applied via Recruitment Consulltant and was interviewed in Sep 2023. There was 1 interview round.

Round 1 - Technical 

(1 Question)

  • Q1. Standerd size of brick
  • Ans. 

    Standard size of a brick is 3 5/8 inches x 2 1/4 inches x 8 inches.

    • Standard size of a brick is 3 5/8 inches x 2 1/4 inches x 8 inches

    • Brick sizes can vary slightly depending on the manufacturer or region

    • Bricks are commonly used in construction for building walls, pavements, and other structures

  • Answered by AI
Interview experience
3
Average
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
No response

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

Round 1 - One-on-one 

(2 Questions)

  • Q1. About yourself?
  • Ans. 

    I am a seasoned engineer with over 10 years of experience in software development, specializing in scalable systems and team leadership.

    • Led a team of 5 engineers in developing a cloud-based application that increased client efficiency by 30%.

    • Implemented Agile methodologies, resulting in a 25% reduction in project delivery time.

    • Contributed to open-source projects, enhancing my skills and giving back to the community.

    • Men...

  • Answered by AI
  • Q2. Power sector experience?
  • Ans. 

    Extensive experience in power sector, focusing on renewable energy, grid management, and project implementation.

    • Led a team in the implementation of a solar power project that increased energy output by 30%.

    • Managed grid integration for a wind farm, ensuring compliance with regulatory standards.

    • Conducted feasibility studies for new power plants, analyzing environmental impact and cost efficiency.

    • Collaborated with cross-f...

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

I applied via Walk-in and was interviewed in Feb 2023. There were 4 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. Previous works related questions in detail.
  • Q2. Water supply related question will put in front of you, if you are working in the same field.
Round 3 - One-on-one 

(1 Question)

  • Q1. If clear the round 1 then 2nd round will not be much difficult for that person.
Round 4 - HR 

(1 Question)

  • Q1. Salary negotiations will done in this round.

Tell us how to improve this page.

Interview Questions from Similar Companies

Arista Networks Interview Questions
4.0
 • 50 Interviews
Iron Systems Interview Questions
3.3
 • 20 Interviews
Sandvine Interview Questions
3.2
 • 17 Interviews
Viasat Interview Questions
3.4
 • 14 Interviews
Jasmin Infotech Interview Questions
4.0
 • 13 Interviews
Avantel Interview Questions
3.9
 • 13 Interviews
View all
Platform Specialist
45 salaries
unlock blur

₹2.7 L/yr - ₹4.6 L/yr

Cyber Security Analyst
22 salaries
unlock blur

₹3 L/yr - ₹5 L/yr

Security Analyst
18 salaries
unlock blur

₹3.3 L/yr - ₹5 L/yr

Team Lead
15 salaries
unlock blur

₹5.7 L/yr - ₹13.7 L/yr

Threat Intelligence Analyst
9 salaries
unlock blur

₹3.6 L/yr - ₹8.5 L/yr

Explore more salaries
Compare ZeroFOX with

Vindhya Telelinks

4.0
Compare

Presto Infosolutions

3.4
Compare

Accord Synergy

3.6
Compare

Network Techlab

3.9
Compare
write
Share an Interview