Upload Button Icon Add office photos

Fortinet Technologies

Compare button icon Compare button icon Compare

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

Top trending discussions

View All
Interview Hub
2w (edited)
a team lead
Why are women still asked such personal questions in interview?
I recently went for an interview… and honestly, m still trying to process what just happened. Instead of being asked about my skills, experience, or how I could add value to the company… the questions took a totally unexpected turn. The interviewer started asking things like When are you getting married? Are you engaged? And m sure, if I had said I was married, the next question would’ve been How long have you been married? What does my personal life have to do with the job m applying for? This is where I felt the gender discrimination hit hard. These types of questions are so casually thrown at women during interviews but are they ever asked to men? No one asks male candidates if they’re planning a wedding or how old their kids are. So why is it okay to ask women? Can we please stop normalising this kind of behaviour in interviews? Our careers shouldn’t be judged by our relationship status. Period.
Got a question about Fortinet Technologies?
Ask anonymously on communities.

Interview questions from similar companies

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

Software QA Engineer Interview Questions Asked at Other Companies

asked in Encora
Q1. What exceptions have you faced while creating a framework?
asked in Weavers Web
Q2. What is the difference between Software Development Life Cycle (S ... read more
Q3. What is bug tracking, and can you explain the bug life cycle?
asked in Nvidia
Q4. Design test cases for a diesel car engine, covering all possible ... read more
Q5. Questions related to QA< basic , scenario based questions

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
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
  • Ans. 

    Recursion is a programming technique where a function calls itself to solve smaller instances of a problem.

    • Recursion involves a base case to stop the recursion, e.g., factorial(0) = 1.

    • Each recursive call should work towards the base case, e.g., factorial(n) = n * factorial(n-1).

    • Recursion can lead to elegant solutions for problems like tree traversals or Fibonacci series.

    • Example: Fibonacci sequence can be defined recurs...

  • Answered by AI

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
  • Q2. What Android basic component
  • 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

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.
Be interview-ready. Browse the most asked HR questions.
illustration image
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

Are these interview questions helpful?

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 .

Interview Preparation Tips

Round: Extempore
Experience: You need to speak on a random topic for 1-2 minutes
Tips: Just speak confidently

Round: Test
Duration: 20 minutes
Total Questions: 20

College Name: D.A.V College Jalandhar

Interview Questionnaire 

3 Questions

  • Q1. Why do you want to join this company?
  • Q2. Who is your role model?
  • Ans. 

    My role model is Elon Musk.

    • I admire his innovative thinking and determination to push boundaries.

    • His ability to lead multiple successful companies is inspiring.

    • His focus on sustainable energy and space exploration aligns with my values.

    • I strive to emulate his work ethic and passion for making a positive impact on the world.

  • Answered by AI
  • Q3. What extra-curricular activities have you been involved in?
  • Ans. 

    I have been involved in various extra-curricular activities such as volunteering, sports, and music.

    • Volunteered at local animal shelter

    • Played on intramural basketball team

    • Participated in school choir

    • Attended coding workshops and hackathons

  • Answered by AI

Interview Preparation Tips

Round: Resume Shortlist
Experience: I consulted my seniors for preparation of my resume. I believe that seniors provide the best possible insights in this regards. I had a standard resume for all the companies.

Round: Test
Experience: I had prepared for the CAT examination which helped me in these written tests. The first round was the written test. The criterion for the written test was to have a CGPA more than 6.0. There was an aptitude test and a technical test. The technical test consisted of programming questions based on C++ and data structures. From data structures they asked a lot questions based on tree traversals and from C++. A large number of questions from pointers and arrays were also asked.
The aptitude test was slightly easier than the CAT examination standards. Majority of the questions were related to data interpretation and some were of based on logical reasoning. The total duration of the both the tests combined was 90 minutes.

Around 50 people appeared for the first round and nearly 13 got shortlisted for the next round.
Tips: For the written tests, particularly the aptitude section, if would really help if you have prepared for the CAT examination. There is a book written by an author named R.S. Agarwal which would prove to be beneficial from the point of view of these written tests.
Duration: 90 minutes

Round: Group Discussion
Experience: I did not prepare much for the GD’s. However I did keep myself abreast with certain latest happenings.There were no group activities conducted in the recruitment process of Century Link.

Round: HR Interview
Experience: For HR interviews I prepared answers to some frequently asked HR questions. I found these questions on the internet. Generally the questions asked in the interviews are related to the profile on offer; for instance in A2Z interview I was asked a lot of questions from power systems since it was a core company and in Century Links I was asked questions from C++ and data structures since they had come to recruit for a software engineering profile.

Round: Technical Interview
Experience: In this interview I was questioned on my C++ and data structure knowledge. They asked me questions on pointers and further asked me to explain the concept of dangling pointers. They did not want me to write down the complete code with proper syntax's of the problems asked to me. They only asked me to write the algorithms of the various problems.
They also asked me some puzzles. Unfortunately, I was not able to solve any of them. During the course of the interview they asked me to specify the reason for my keen interest in joining an IT company.
At the end of first interview some candidates were shortlisted and called for the second round of interview.

Round: Technical Interview
Experience: The second interview was conducted by a senior company official. He enquired about my project and again, like in the first interview, asked me to state the reason for my interest in joining an IT company.This interview round was an elimination round.

Round: HR Interview
Experience: The interview was an HR interview. Candidates who reached till this interview were all selected; basically this interview was like a formality to check the candidate’s fit with the company.

College Name: IIT ROORKEE
Motivation: I had never heard of the company before the recruitment season. I attended the PPT organised by the company&#44; I found the company to be a well reputed/established company and thus applied to it. The profile was open for Electrical, Computer Science, Mechanical and Electronics engineering students.

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 Python, Computer Networking, 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.

Overall Interview Experience Rating

5/5

based on 1 interview experience

Difficulty level

Moderate 100%

Duration

Less than 2 weeks 100%
View more

Interview Questions from Similar Companies

Cisco Interview Questions
4.2
 • 387 Interviews
Indus Towers Interview Questions
3.7
 • 201 Interviews
Nokia Networks Interview Questions
4.2
 • 119 Interviews
Nvidia Interview Questions
3.5
 • 113 Interviews
BT Business Interview Questions
4.0
 • 86 Interviews
Tejas Networks Interview Questions
4.0
 • 81 Interviews
Arista Networks Interview Questions
3.9
 • 50 Interviews
View all
Fortinet Technologies Software QA Engineer Salary
based on 4 salaries
₹11.1 L/yr - ₹18.7 L/yr
75% more than the average Software QA Engineer Salary in India
View more details
Software QA Engineer - 2

Bangalore / Bengaluru

4-5 Yrs

₹ 11.1-13 LPA

Explore more jobs
TAC Engineer
22 salaries
unlock blur

₹7.7 L/yr - ₹12.4 L/yr

Technical Support Engineer
21 salaries
unlock blur

₹11.8 L/yr - ₹18.7 L/yr

Software Development Engineer II
8 salaries
unlock blur

₹10.9 L/yr - ₹17.4 L/yr

Software Development Engineer
7 salaries
unlock blur

₹12.6 L/yr - ₹22 L/yr

Technical Support Manager
6 salaries
unlock blur

₹14.2 L/yr - ₹22 L/yr

Explore more salaries
Compare Fortinet Technologies with

Indus Towers

3.7
Compare

Sterlite Technologies

3.8
Compare

Nokia Networks

4.2
Compare

Cisco

4.2
Compare
write
Share an Interview