Upload Button Icon Add office photos

Filter interviews by

Fortinet Software Development Engineer II Interview Questions and Answers

Updated 14 Oct 2024

Fortinet Software Development Engineer II Interview Experiences

1 interview found

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

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

Round 1 - Coding Test 

45 mins 1:1 online coding

Round 2 - One-on-one 

(2 Questions)

  • Q1. Discussion about previous company work and some Q&As about it
  • Q2. Security practice in frontend and backend perspective
  • Ans. 

    Security practices in frontend and backend development are crucial for protecting user data and preventing cyber attacks.

    • Implement input validation to prevent SQL injection and cross-site scripting attacks

    • Use HTTPS protocol to encrypt data transmission between frontend and backend

    • Implement authentication and authorization mechanisms to control access to sensitive data

    • Regularly update software libraries and frameworks t...

  • Answered by AI
Round 3 - Assignment 

Hackerrank online test of 60 mins

Interview questions from similar companies

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

(2 Questions)

  • Q1. How does viewmodel works internally?
  • Ans. 

    Viewmodel is a design pattern that separates the data of an application from the UI logic.

    • Viewmodel stores and manages UI-related data in a lifecycle-conscious way.

    • It survives configuration changes and is not destroyed when the UI is destroyed.

    • Viewmodel is typically used in conjunction with LiveData to update the UI when the data changes.

    • It helps in keeping the UI logic separate from the UI components, making the code

  • Answered by AI
  • Q2. What is marshalling & unmarshalling in java
  • Ans. 

    Marshalling is the process of converting Java objects into a data format like JSON or XML, while unmarshalling is the reverse process.

    • Marshalling is used to serialize Java objects into a format that can be easily stored or transmitted.

    • Unmarshalling is used to deserialize data back into Java objects.

    • Marshalling and unmarshalling are commonly used in web services to convert data between different systems.

    • Example: Convert...

  • Answered by AI
Round 2 - HR 

(2 Questions)

  • Q1. Leadership questions
  • Q2. What are your greatest strengths?

Skills evaluated in this interview

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

I applied via campus placement at Vellore Institute of Technology (VIT) and was interviewed in Nov 2024. There were 2 interview rounds.

Round 1 - Technical 

(3 Questions)

  • Q1. Explain oops concepts
  • Ans. 

    OOP is a programming paradigm based on the concept of objects, which can contain data in the form of fields and code in the form of procedures.

    • OOP focuses on creating objects that interact with each other to solve problems.

    • Encapsulation: Objects can hide their internal state and require interactions through defined interfaces.

    • Inheritance: Objects can inherit attributes and methods from other objects.

    • Polymorphism: Objec...

  • Answered by AI
  • Q2. Write a code on simple one.
  • Ans. 

    Code a simple one

    • Use a basic programming language like Python or JavaScript

    • Create an array of strings

    • Print the array elements

  • Answered by AI
  • Q3. Explain about your projects
  • Ans. 

    I have worked on various projects including a web application for tracking inventory and a mobile app for managing tasks.

    • Developed a web application using React.js for tracking inventory levels and generating reports

    • Created a mobile app using Flutter for managing tasks and setting reminders

    • Implemented RESTful APIs for communication between frontend and backend systems

  • Answered by AI
Round 2 - HR 

(2 Questions)

  • Q1. Tell me about yourself
  • Ans. 

    I am a software developer with 5 years of experience in Java, Python, and SQL.

    • 5 years of experience in Java, Python, and SQL

    • Strong problem-solving skills

    • Experience working in Agile development environment

    • Passionate about learning new technologies

  • Answered by AI
  • Q2. Why msg global solutions
  • Ans. 

    I want to work at msg global solutions because of their reputation for innovative solutions and collaborative work environment.

    • I am impressed by msg global solutions' track record of delivering cutting-edge software solutions to clients.

    • I am excited about the opportunity to work with a team of talented developers and collaborate on challenging projects.

    • I value the emphasis msg global solutions places on professional de...

  • Answered by AI
Interview experience
2
Poor
Difficulty level
Easy
Process Duration
-
Result
Selected Selected
Round 1 - Technical 

(1 Question)

  • Q1. Project related question
Round 2 - Technical 

(1 Question)

  • Q1. Scenario based question
Round 3 - HR 

(1 Question)

  • Q1. Salary discussion

Interview Preparation Tips

Interview preparation tips for other job seekers - This is the worst organization I have ever worked for.
Interview experience
2
Poor
Difficulty level
Hard
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via Job Portal and was interviewed in Sep 2024. There were 4 interview rounds.

Round 1 - Coding Test 

2 DSA question was asked

Round 2 - Aptitude Test 

40 questions in 20 minutes

Round 3 - Technical 

(2 Questions)

  • Q1. Stones games 2 leetcode
  • Q2. Permutations of array
  • Ans. 

    Generate all possible permutations of an array of strings

    • Use recursion to generate permutations

    • Swap elements to create different permutations

    • Base case: when array size is 1, return array as permutation

  • Answered by AI
Round 4 - Technical 

(1 Question)

  • Q1. Project discussion

Skills evaluated in this interview

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

(5 Questions)

  • Q1. Tell me about
  • Q2. Your self they are asking
  • Q3. What is your weakness
  • Q4. Any questions ask for me
  • Q5. All the best future
Round 2 - Coding Test 

Coding for international

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

I applied via Job Portal

Round 1 - Coding Test 

60mintues DSA level coding exam

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

I applied via Recruitment Consulltant and was interviewed in Sep 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 - Aptitude Test 

Intermediate aptitude questions .
No negative marking .
Written test held at JMR infotech

Round 3 - Technical 

(1 Question)

  • Q1. Mcq and coding questions . Mostly from Java and spring . Coding question is from Array and String (Find frequency )
Round 4 - One-on-one 

(1 Question)

  • Q1. After the written test, face to face interview on technical and hr will be there .
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Not Selected

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

Round 1 - One-on-one 

(2 Questions)

  • Q1. Explain React life cycle
  • Ans. 

    React life cycle refers to the series of methods that are invoked in the process of creating, updating, and destroying components.

    • Mounting phase: constructor, render, componentDidMount

    • Updating phase: render, componentDidUpdate

    • Unmounting phase: componentWillUnmount

  • Answered by AI
  • Q2. Design a online calculator app
  • Ans. 

    An online calculator app that allows users to perform basic arithmetic operations.

    • Include buttons for numbers 0-9 and operators like +, -, *, /

    • Implement functionality for clearing input, calculating result, and displaying history

    • Consider adding advanced features like memory functions or scientific calculator mode

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Stock to programming basic. React and web development basic. HTML , CSS

Skills evaluated in this interview

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

I was interviewed before Feb 2024.

Round 1 - Aptitude Test 

Logical reasoning, pseudo codes, mathematical equations

Round 2 - Technical 

(3 Questions)

  • Q1. Explain OOPS in java
  • Q2. Data Structure, Basic SQL queries
  • Q3. Define abstract method and abstract class
Round 3 - HR 

(2 Questions)

  • Q1. Why should we hire you?
  • Q2. What challenges your faced in life?

Interview Preparation Tips

Interview preparation tips for other job seekers - Learn everything from Coding, OOPs , data structure, sql queries, etc

Fortinet Interview FAQs

How many rounds are there in Fortinet Software Development Engineer II interview?
Fortinet interview process usually has 3 rounds. The most common rounds in the Fortinet interview process are Coding Test, One-on-one Round and Assignment.

Tell us how to improve this page.

Fortinet Software Development Engineer II Interview Process

based on 1 interview

Interview experience

4
  
Good
View more

Interview Questions from Similar Companies

Cisco Interview Questions
4.1
 • 370 Interviews
Magic Edtech Interview Questions
3.0
 • 50 Interviews
McAfee Interview Questions
4.0
 • 30 Interviews
DISYS Interview Questions
3.0
 • 27 Interviews
VDart Interview Questions
4.5
 • 26 Interviews
View all
Fortinet Software Development Engineer II Salary
based on 4 salaries
₹13 L/yr - ₹19 L/yr
39% less than the average Software Development Engineer II Salary in India
View more details
Technical Support Engineer
16 salaries
unlock blur

₹5.4 L/yr - ₹16 L/yr

Software Engineer
12 salaries
unlock blur

₹4.2 L/yr - ₹14.9 L/yr

Technical Trainer
10 salaries
unlock blur

₹20 L/yr - ₹35 L/yr

TAC Engineer
9 salaries
unlock blur

₹7.3 L/yr - ₹17 L/yr

Professional Services Consultant
7 salaries
unlock blur

₹23.5 L/yr - ₹40 L/yr

Explore more salaries
Compare Fortinet with

Palo Alto Networks

3.8
Compare

Check Point Software Technologies

3.7
Compare

Gen

4.0
Compare

Cisco

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