Upload Button Icon Add office photos

Filter interviews by

FireEye Interview Questions and Answers

Updated 31 Oct 2024

FireEye Interview Experiences

Popular Designations

5 interviews found

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

(1 Question)

  • Q1. Data structures, Algorithm

Software Developer Interview Questions asked at other Companies

Q1. Maximum Subarray Sum Problem Statement Given an array of integers, determine the maximum possible sum of any contiguous subarray within the array. Example: Input: array = [34, -50, 42, 14, -5, 86] Output: 137 Explanation: The maximum sum is... read more
View answer (42)

Sopra Steria

Success to our employee's well-being? A work-life balance that's simply unbeatable.

Our employees have rated us 4 for Work-Life Balance on AmbitionBox

Interview experience
1
Bad
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Selected Selected

I applied via Naukri.com and was interviewed in Oct 2022. There was 1 interview round.

Round 1 - Technical 

(2 Questions)

  • Q1. Shared pointers
  • Q2. C++14 feature and design pattern

Interview Preparation Tips

Interview preparation tips for other job seekers - Worst company, worst culture.
FireEye Interview Questions and Answers for Freshers
illustration image
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

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

Round 1 - Coding Test 

Was asked to code a url reputation service that was tested against a lot of test cases

Round 2 - One-on-one 

(1 Question)

  • Q1. The interviewer asked to build up on the logic implemented in url reputation service
Round 3 - HR 

(1 Question)

  • Q1. Nothing much apart from regular HR questions. No brainer.

Senior Software Interview Questions asked at other Companies

Q1. Design bookmyshow like application. how will you handle the scenario if two people try to book the same seat at the same time?
View answer (1)

Interview Questionnaire 

1 Question

  • Q1. Devops related

Interview Preparation Tips

Interview preparation tips for other job seekers - It was a great experience.

Devops Engineer Interview Questions asked at other Companies

Q1. Reverse the String Problem Statement You are given a string STR which contains alphabets, numbers, and special characters. Your task is to reverse the string. Example: Input: STR = "abcde" Output: "edcba" Input: The first line of input cont... read more
View answer (3)

FireEye interview questions for popular designations

 Devops Engineer

 (1)

 Senior Software

 (1)

 Software Developer

 (1)

 Senior Software Development Lead

 (1)

 Intern

 (1)

Intern Interview Questions & Answers

user image Siriguppa Aditya

posted on 15 May 2017

I was interviewed before May 2016.

Interview Preparation Tips

Round: Test
Experience: Test had all kinds of questions apti+c-apti+cse concepts+coding.
It covered all the things related to computer science.There were 3 coding questions among 39
Duration: 1 hour
Total Questions: 39

Round: Technical Interview
Experience: Resume Related

Round: Technical Interview
Experience: Resume related and tested my knowledge on networking

Intern Interview Questions asked at other Companies

Q1. Case. There is a housing society “The wasteful society”, you collect all the household garbage and sell it to 5 different businesses. Determine what price you will pay to the society members in Rs/kg, given you want to make a profit of 20% ... read more
View answer (8)

Interview questions from similar companies

I applied via Campus Placement and was interviewed in Jan 2016. There were 3 interview rounds.

Interview Questionnaire 

5 Questions

  • Q1. Questions on linked list
  • Q2. Questions on resume
  • Q3. About my interests
  • Q4. My interest in symantec
  • Q5. Place to work

Interview Preparation Tips

College Name: IIT Madras

I applied via Campus Placement and was interviewed in Dec 2016. There were 5 interview rounds.

Interview Questionnaire 

3 Questions

  • Q1. How you find loop in a linked list
  • Ans. 

    To find a loop in a linked list, we use Floyd's cycle-finding algorithm.

    • Floyd's cycle-finding algorithm uses two pointers, one moving at twice the speed of the other.

    • If there is a loop in the linked list, the two pointers will eventually meet.

    • To detect the meeting point, we reset one of the pointers to the head of the linked list and move both pointers at the same speed.

    • The meeting point is the start of the loop.

  • Answered by AI
  • Q2. What is LRU, MRU and LFU
  • Ans. 

    LRU, MRU and LFU are caching algorithms used to manage memory in computer systems.

    • LRU stands for Least Recently Used and removes the least recently used items from the cache when the cache is full.

    • MRU stands for Most Recently Used and removes the most recently used items from the cache when the cache is full.

    • LFU stands for Least Frequently Used and removes the least frequently used items from the cache when the cache i...

  • Answered by AI
  • Q3. Camel banana problem

Interview Preparation Tips

Round: Test
Experience: coding test in hacker rank. can code in any language except in C and C++.
Duration: 1 hour
Total Questions: 2

Round: Technical Interview
Experience: In technical round the questions are on OS, basics of C(mainly in linked lists) and maths puzzle

They mostly see how you are approaching towards a problem.
It is first time that I heard the camel banana problem. So I struggled for some time and came up with a solution. He said he liked the approach but it can be optimized.

Round: HR Interview
Experience: It started with explain about yourselves. and then he asked to explain about one project with technical details. Later he asked me to explain binary search for a guy who don't know much of technical knowledge. He continued with why we only do 2 partitions why can we make it up to 3. Later he asked me what I liked most in my mobile phone. I said chatting apps. So he asked me that if I was hired as a developer to make a chatting app how will I do it.
Tips: way of thinking and way of approaching towards a problem.

Round: HR Interview
Experience: This round was focused mainly on whether I like to work in Bangalore or not. How I first heard about Symantec. how I will suit for the company. what are my future plans.

Skills: C, OS, Math Puzzles
College Name: IIT Madras

Skills evaluated in this interview

Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(1 Question)

  • Q1. Tell some power BI commands
  • Ans. 

    Power BI commands are used to perform various operations in Power BI.

    • 1. Import data: Import data from various sources into Power BI.

    • 2. Create visuals: Create interactive visualizations using different chart types.

    • 3. Apply filters: Apply filters to analyze specific data subsets.

    • 4. Create measures: Define calculations and aggregations using DAX language.

    • 5. Publish reports: Share reports and dashboards with others.

    • 6. Sche...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - practice power BI formulas

Skills evaluated in this interview

Interview experience
1
Bad
Difficulty level
Hard
Process Duration
2-4 weeks
Result
Not Selected

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

Round 1 - Assignment 

The task was a Codility type

I was interviewed before Jun 2016.

Interview Questionnaire 

1 Question

  • Q1. Java related questions on Oops concept and Multithreading

Interview Preparation Tips

Round: Test
Experience: Simple aptitude and reasoning questions little java based programming
Tips: Basic programming knowledge and good aptitude
Duration: 1 hour
Total Questions: 60

Round: Technical Interview
Experience: Normal questions on Java, basic programming questions like reverse no. , String related and logical coding
Tips: What u mentioned on your resume go through that only, they will not ask apart from your resume

Skills: How Well You Are Able To Communicate What You Wanted To Tell, Programming
College Name: SRCEM
Contribute & help others!
anonymous
You can choose to be anonymous

FireEye Interview FAQs

How many rounds are there in FireEye interview?
FireEye interview process usually has 1-2 rounds. The most common rounds in the FireEye interview process are Technical, Coding Test and One-on-one Round.
How to prepare for FireEye interview?
Go through your CV in detail and study all the technologies mentioned in your CV. Prepare at least two technologies or languages in depth if you are appearing for a technical interview at FireEye. The most common topics and skills that interviewers at FireEye expect are Python, Linux, Consulting, Automation and HTML.
What are the top questions asked in FireEye interview?

Some of the top questions asked at the FireEye interview -

  1. The interviewer asked to build up on the logic implemented in url reputation se...read more
  2. C++14 feature and design patt...read more
  3. Data structures, Algori...read more

Recently Viewed

LIST OF COMPANIES

Flexera Software

Overview

SALARIES

Genpact

PHOTOS

Grant Thornton Bharat

No Photos

SALARIES

Bluebird Corp

No Salaries

COMPANY BENEFITS

Flexera Software

No Benefits

COMPANY BENEFITS

Zscaler Softech

No Benefits

LIST OF COMPANIES

Bluebird Corp

Overview

REVIEWS

Dish Network

No Reviews

JOBS

Flexera Software

No Jobs

SALARIES

Dish Network

No Salaries

Tell us how to improve this page.

FireEye Interview Process

based on 3 interviews

Interview experience

3.3
  
Average
View more

ServiceNow

Our employees have rated us 4.1 on AmbitionBox

Interview Questions from Similar Companies

HCL Infosystems Interview Questions
3.9
 • 140 Interviews
McAfee Interview Questions
4.0
 • 30 Interviews
Gen Interview Questions
4.0
 • 17 Interviews
CyberArk Interview Questions
3.8
 • 12 Interviews
Fortinet Interview Questions
4.2
 • 11 Interviews
Proofpoint Interview Questions
4.1
 • 2 Interviews
Trend Micro Interview Questions
4.3
 • 1 Interview
View all

FireEye Reviews and Ratings

based on 41 reviews

4.3/5

Rating in categories

3.8

Skill development

4.6

Work-life balance

4.0

Salary

3.5

Job security

3.9

Company culture

3.5

Promotions

4.0

Work satisfaction

Explore 41 Reviews and Ratings
Senior Software Engineer
25 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Software Development Engineer
14 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Software Engineer
12 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Software Developer
12 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Software Development Engineer Test
10 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Explore more salaries
Compare FireEye with

McAfee

4.0
Compare

Palo Alto Networks

3.9
Compare

Gen

4.0
Compare

Trend Micro

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