Upload Button Icon Add office photos

Filter interviews by

Fortinet Technologies Software QA Engineer Interview Questions and Answers

Updated 18 May 2024

Fortinet Technologies Software QA 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

Round 1 - Coding Test 

Questions were from hackerRank . Exam is also in hackerrank portal

Round 2 - Technical 

(1 Question)

  • Q1. Reverse a string without using temp Basics python questions-lists,dict,tuples Functions
Round 3 - Technical 

(1 Question)

  • Q1. Questions about testing, previous project etc.
Round 4 - One-on-one 

(1 Question)

  • Q1. Write a test plan or test cases for a given scenario
  • Ans. 

    Test plan for login functionality on a website

    • Create test cases for valid username and password

    • Create test cases for invalid username and password

    • Test for password strength requirements

    • Test for account lockout after multiple failed login attempts

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Interview can be cracked if your basics are strong
Especially coding. Be proficient in one language and practice good handson
You are asked to write a code within a given time frame

Skills evaluated in this interview

Software QA Engineer Jobs at Fortinet Technologies

View all

Interview questions from similar companies

I applied via LinkedIn and was interviewed in Jan 2021. There were 4 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. Python for automation. Rest of the technical questions were based on my work profile and few routing, switching,vlan and security related questions.

Interview Preparation Tips

Interview preparation tips for other job seekers - Well prepare for Python written test by hacker rank. And most of the profiles in Cisco are mainly looking about Python. If you are not strong technically that's fine but they expect atleast you should be an expert or best in python .

I applied via LinkedIn and was interviewed before Jul 2021. There was 1 interview round.

Round 1 - Technical 

(1 Question)

  • Q1. Basic manual testing questions

Interview Preparation Tips

Interview preparation tips for other job seekers - Good to learn and management is supportive

Interview Questionnaire 

1 Question

  • Q1. Mostly networking questions and a few computer science questions

Interview Preparation Tips

Round: Test
Experience: Test based on Logical ability and Electronics/Computer Science concepts
Duration: 1 hour 15 minutes
Total Questions: 35

Round: Technical Interview
Experience: Basics of networking, TCP/IP and computer science questions like linked list etc

College Name: Manipal Institute Of Technology, Manipal

I applied via Nvidea and was interviewed in Nov 2021. There were 3 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 

(1 Question)

  • Q1. HR Asks general questions. past experience pass out year. current base out of and elaborated GD to me once again.
Round 3 - Technical 

(5 Questions)

  • Q1. Difference between List and Tuples? in python
  • Ans. 

    List is mutable and Tuples are immutable in Python.

    • Lists are enclosed in square brackets [], while Tuples are enclosed in parentheses ().

    • Elements of a list can be changed, added or removed, while elements of a tuple cannot be changed.

    • Lists are slower than tuples due to their mutable nature.

    • Tuples are used for fixed data, while lists are used for dynamic data.

    • Lists are used for homogenous data, while tuples are used for

  • Answered by AI
  • Q2. What Android basic component
  • Ans. 

    The basic components of Android are activities, services, broadcast receivers, and content providers.

    • Activities are the user interface components that allow users to interact with the app.

    • Services are background components that perform long-running operations.

    • Broadcast receivers are components that receive and respond to system-wide broadcast announcements.

    • Content providers are components that manage a shared set of ap

  • Answered by AI
  • Q3. Explain about android architecture system.
  • Ans. 

    Android architecture system is a layered architecture consisting of four main layers.

    • The four main layers are Linux kernel, native libraries, application framework, and applications.

    • The Linux kernel provides low-level hardware abstraction and security.

    • Native libraries are written in C or C++ and provide access to hardware-specific features.

    • Application framework provides high-level services such as activity management, ...

  • Answered by AI
  • Q4. How does Open GL graphics Works in android
  • Ans. 

    OpenGL is a graphics API used in Android to render 2D and 3D graphics.

    • OpenGL is a cross-platform API that allows developers to create high-performance graphics applications.

    • It uses a pipeline-based model to process graphics data.

    • OpenGL ES (Embedded Systems) is the version of OpenGL used in Android.

    • It supports features like texture mapping, lighting, and shading.

    • Developers can use OpenGL in Android to create games, visu...

  • Answered by AI
  • Q5. Design Test cases for A Deseal Car Engine. Cover all test cases
  • Ans. 

    Design test cases for a deseal car engine

    • Test for engine starting and stopping

    • Test for oil pressure and temperature

    • Test for fuel efficiency

    • Test for exhaust emissions

    • Test for engine noise and vibration

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Just prepare some basics on python and go through your resume once again. they dig very deep into resume

Skills evaluated in this interview

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

(2 Questions)

  • Q1. I was asked about basic QA questions. One coding question on Recursion
  • Q2. Coding question on Recursion
Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Coding Test 

List, Dictionries with API

Round 2 - Technical 

(2 Questions)

  • Q1. Debug the test code written in Python
  • Ans. 

    Debugging test code in Python

    • Check for syntax errors and typos in the code

    • Use print statements to track the flow of the code and identify any issues

    • Review the logic of the code to ensure it is correctly implemented

    • Utilize debugging tools like pdb or IDE debuggers to step through the code

  • Answered by AI
  • Q2. What is Python Path
  • Ans. 

    Python Path is the location where Python is installed on a computer.

    • Python Path is the directory where the Python interpreter is located.

    • It is used by the operating system to find and execute Python scripts.

    • The Python Path can be set as an environment variable to make it easier to run Python scripts from any directory.

  • Answered by AI

Skills evaluated in this interview

I applied via Company Website and was interviewed in Apr 2021. There were 5 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. Be thorough with you own resume.

Interview Preparation Tips

Interview preparation tips for other job seekers - For the QA post there was an initial screening test (2 coding question + 8 MCQ ). The interview process was completed within a day.

I appeared for an interview before May 2021.

Round 1 - Coding Test 

(1 Question)

Round duration - 60 Minutes
Round difficulty - Easy

It was in the morning. Because of covid test was from home. We had 50 MCQ and 1 coding question. The coding question was pretty easy. MCQ were mixed, we even had questions from machine learning.

  • Q1. 

    Maximum Path Sum Between Two Leaves

    Given a non-empty binary tree where each node has a non-negative integer value, determine the maximum possible sum of the path between any two leaves of the given tree.

    ...
  • Ans. 

    Find the maximum path sum between two leaf nodes in a binary tree.

    • Traverse the tree to find the maximum path sum between two leaf nodes

    • Consider both cases where the path passes through the root and where it doesn't

    • Keep track of the maximum sum while traversing the tree

  • Answered by AI
Round 2 - Face to Face 

(1 Question)

Round duration - 60 minutes
Round difficulty - Medium

Interview round. Questions were based on projects, database and one coding question

  • Q1. 

    Longest Subarray Zero Sum Problem Statement

    Given an array of integers arr, determine the length of the longest contiguous subarray that sums to zero.

    Input:

    N (an integer, the length of the array)
    arr (...
  • Ans. 

    Find the length of the longest contiguous subarray that sums to zero in an array of integers.

    • Use a hashmap to store the cumulative sum and its corresponding index.

    • Iterate through the array, updating the sum and checking if the current sum exists in the hashmap.

    • If the sum exists in the hashmap, update the maximum length of subarray with sum zero.

    • Return the maximum length of subarray with sum zero.

  • Answered by AI
Round 3 - Telephonic Call 

Round duration - 40 minutes
Round difficulty - Easy

Managerial round. Was asked questions on projects and management

Round 4 - HR 

Round duration - 10 minutes
Round difficulty - Easy

HR just asked about basic stuffs and all. Nothing technical

Interview Preparation Tips

Professional and academic backgroundI applied for the job as SDE - 1 in BangaloreEligibility criteriaAbove 7 CGOACisco interview preparation:Topics to prepare for the interview - Data structures, Computer Networking, DBMS, College projects, C++Time required to prepare for the interview - 4 monthsInterview preparation tips for other job seekers

Tip 1 : Practice leetcode questions
Tip 2 : Be very well aware of the projects
Tip 3 : Stay calm

Application resume tips for other job seekers

Tip 1 : Don't use fancy colour
Tip 2 : Write more about stuffs which you are confident like projects or any tech

Final outcome of the interviewSelected

Skills evaluated in this interview

I applied via Company Website and was interviewed in Aug 2020. There was 1 interview round.

Interview Questionnaire 

8 Questions

  • Q1. Tell me about yourself?
  • Q2. Why do you want to relocate from Singapore to India. What is your salary expectation?
  • Q3. Why do you want to move from Commodity management where you have got more direct control over procurement decisions, into a procurement analytics role where you can only influence indirectly?
  • Q4. How did you build a sourcing strategy, what were the steps?
  • Ans. 

    To build a sourcing strategy, I followed these steps:

    • Identified the business needs and goals

    • Conducted market research to identify potential suppliers

    • Evaluated supplier capabilities and performance

    • Negotiated contracts and pricing

    • Developed a supplier relationship management plan

    • Monitored supplier performance and made adjustments as needed

  • Answered by AI
  • Q5. Are you comfortable with Bengaluru?
  • Q6. What is the total spend in your team and how much did you manage?
  • Q7. Can you mention the biggest bid you conducted and what was the outcome?
  • Ans. 

    I led a bid for a software implementation project worth $5 million, resulting in a successful contract with a major client.

    • Led bid for $5 million software implementation project

    • Negotiated contract terms with major client

    • Ensured project met client's requirements and deadlines

  • Answered by AI
  • Q8. Will you need relocation compensation?

Interview Preparation Tips

Interview preparation tips for other job seekers - Be honest as much as possible. Confidence is key, even if you aren't able to recollect a number or you update wrongly, dont just stumble try to move on quickly. Make it interactive and converse rather than making it a question-answer session.

Fortinet Technologies Interview FAQs

How many rounds are there in Fortinet Technologies Software QA Engineer interview?
Fortinet Technologies interview process usually has 4 rounds. The most common rounds in the Fortinet Technologies interview process are Technical, Coding Test and One-on-one Round.
How to prepare for Fortinet Technologies Software QA Engineer 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 Fortinet Technologies. The most common topics and skills that interviewers at Fortinet Technologies expect are Computer Networking, Python, Linux Administration, SQL and Penetration Testing.
What are the top questions asked in Fortinet Technologies Software QA Engineer interview?

Some of the top questions asked at the Fortinet Technologies Software QA Engineer interview -

  1. Write a test plan or test cases for a given scena...read more
  2. Reverse a string without using temp Basics python questions-lists,dict,tuples F...read more

Tell us how to improve this page.

Fortinet Technologies Software QA Engineer Interview Process

based on 1 interview

Interview experience

5
  
Excellent
View more

Interview Questions from Similar Companies

Cisco Interview Questions
4.2
 • 375 Interviews
Indus Towers Interview Questions
3.7
 • 186 Interviews
Nokia Networks Interview Questions
4.2
 • 113 Interviews
Nvidia Interview Questions
3.6
 • 108 Interviews
BT Business Interview Questions
4.0
 • 81 Interviews
Tejas Networks Interview Questions
4.0
 • 76 Interviews
Arista Networks Interview Questions
4.1
 • 44 Interviews
View all
Fortinet Technologies Software QA Engineer Salary
based on 4 salaries
₹11.1 L/yr - ₹14.5 L/yr
82% more than the average Software QA Engineer Salary in India
View more details
Software QA Engineer - 2

Bangalore / Bengaluru

1-3 Yrs

Not Disclosed

Software QA Engineer - 2

Bangalore / Bengaluru

4-5 Yrs

₹ 11.1-13 LPA

Software QA Engineer - 3

Bangalore / Bengaluru

1-3 Yrs

Not Disclosed

Explore more jobs
TAC Engineer
21 salaries
unlock blur

₹7.2 L/yr - ₹17 L/yr

Technical Support Engineer
17 salaries
unlock blur

₹8 L/yr - ₹20 L/yr

Software Development Engineer
7 salaries
unlock blur

₹10.8 L/yr - ₹22 L/yr

Professional Service Consultant
6 salaries
unlock blur

₹28 L/yr - ₹35.7 L/yr

Cyber Threat Intelligence Analyst
6 salaries
unlock blur

₹11 L/yr - ₹23 L/yr

Explore more salaries
Compare Fortinet Technologies with

Sterlite Technologies

3.8
Compare

Indus Towers

3.7
Compare

Nokia Networks

4.2
Compare

Cisco

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