Upload Button Icon Add office photos

Filter interviews by

Fortanix Software Engineer Interview Questions and Answers

Updated 9 May 2024

Fortanix Software Engineer Interview Experiences

1 interview found

Interview experience
3
Average
Difficulty level
Hard
Process Duration
-
Result
Selected Selected
Round 1 - Coding Test 

C, Linux, c++, shell scripting, Linux device driver

Round 2 - Technical 

(2 Questions)

  • Q1. Question from previous project
  • Q2. From c ,c++, shell scripting, Linux, ldd,

Software Engineer Jobs at Fortanix

View all

Interview questions from similar companies

Interview Preparation Tips

Round: PRE placement
Experience: Was accepted through the pre placement offer after a satisfactory internship during the summer.
There was a small test after the internship. Work done in the internship in co-ordination with mentor, employees and manager has more weight-age.

General Tips: Just brush up on your fundamentals. The questions asked will just be a direct or indirect applications of what you have learnt. Good programming practice is also needed.
Good knowledge about Operating systems, Data structures, Networking and Programming is what they generally look for while hiring.
A good internship project helped in securing the PPO.
Skills:
College Name: NIT Surathkal
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Coding Test 

Psuedo code based test

Round 2 - One-on-one 

(1 Question)

  • Q1. Coding question in any language of choice
Round 3 - One-on-one 

(1 Question)

  • Q1. Multiple questions based on networking, OS, DSA, ML, puzzles and one coding question as well
Round 4 - One-on-one 

(1 Question)

  • Q1. Interview with manager - combination of technical and behavioral
Round 5 - One-on-one 

(1 Question)

  • Q1. Interview with Director - Technical theory questions based on networking
Round 6 - HR 

(1 Question)

  • Q1. No specific questions

Interview Preparation Tips

Interview preparation tips for other job seekers - Have strong foundation in coding and networking concepts
Interview experience
4
Good
Difficulty level
-
Process Duration
Less than 2 weeks
Result
-

I appeared for an interview in Sep 2024, where I was asked the following questions.

  • Q1. Question on OOPS, c++
  • Q2. Questions on resume
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Referral and was interviewed in Mar 2024. There were 2 interview rounds.

Round 1 - Coding Test 

Basic coding questions

Round 2 - One-on-one 

(3 Questions)

  • Q1. Core subjects like Operating System, Networking
  • Q2. TCP, UDP protocols, working
  • Q3. OSI, TC/IP working model
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I appeared for an interview before May 2023.

Round 1 - Coding Test 

Mcqs + 2 coding questions fairly easy one

Round 2 - Technical 

(1 Question)

  • Q1. Implement something which you donot know by researching
  • Ans. 

    Implementing a neural network for image recognition

    • Research different types of neural networks such as Convolutional Neural Networks (CNNs) and Recurrent Neural Networks (RNNs)

    • Study how to preprocess image data and feed it into the neural network

    • Learn about popular deep learning frameworks like TensorFlow or PyTorch

    • Experiment with training a neural network on a dataset like MNIST for digit recognition

  • Answered by AI
Round 3 - Technical 

(2 Questions)

  • Q1. Traversing the web pages which has links to other web pages in specific orders
  • Ans. 

    Traversing web pages with links in specific orders requires web scraping and following the links recursively.

    • Use web scraping tools like BeautifulSoup or Scrapy to extract links from web pages.

    • Implement a recursive function to follow the links in specific orders (e.g. depth-first or breadth-first).

    • Track visited pages to avoid infinite loops or revisiting the same pages.

    • Handle errors and exceptions when accessing web pa

  • Answered by AI
  • Q2. Heap implementation

Interview Preparation Tips

Interview preparation tips for other job seekers - try to solve problems, debug if found any errors

Skills evaluated in this interview

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

I applied via Referral and was interviewed in May 2024. There were 4 interview rounds.

Round 1 - Coding Test 

Easy to medium leetcode

Round 2 - One-on-one 

(2 Questions)

  • Q1. Core fundamentals
  • Q2. Networking, operating System
Round 3 - One-on-one 

(2 Questions)

  • Q1. Networking protocols
  • Q2. Like UDP AND TCP TRAFFIC FLOW
Round 4 - HR 

(1 Question)

  • Q1. Salary discussion
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Campus Placement and was interviewed in Jul 2024. There were 2 interview rounds.

Round 1 - Coding Test 

It includes two DSA questions and some aptitude questions

Round 2 - One-on-one 

(3 Questions)

  • Q1. Introduce yourself
  • Q2. Give the maximum element at any point of time for after pop and push
  • Q3. Reverse a string

I applied via Campus Placement and was interviewed before Feb 2021. There were 3 interview rounds.

Round 1 - Aptitude Test 

Consists of 3 sections: maths, english and C/C++ questions

Round 2 - Technical 

(2 Questions)

  • Q1. Questions based on C/C++ coding.
  • Q2. Sorting, recursion and other coding questions asked.
Round 3 - HR 

(3 Questions)

  • Q1. What is your family background?
  • Q2. Where do you see yourself in 5 years?
  • Q3. Tell me about yourself.

Interview Preparation Tips

Interview preparation tips for other job seekers - Practice coding problem solving
Interview experience
3
Average
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Selected Selected

I applied via Referral and was interviewed in Nov 2023. There were 3 interview rounds.

Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Do not use an unprofessional email address such as cool_boy@email.com. It shows a lack of professionalism by the candidate.
View all tips
Round 2 - Coding Test 

Basic coding questions were there related to string operations

Round 3 - Technical 

(4 Questions)

  • Q1. Technical questions were asked related to networking
  • Q2. What is tls handshake
  • Ans. 

    TLS handshake is the process of establishing a secure connection between a client and a server.

    • TLS handshake is initiated by the client and involves a series of steps to negotiate encryption parameters and exchange cryptographic keys.

    • It ensures the authenticity, integrity, and confidentiality of data transmitted over the network.

    • The handshake includes the ClientHello, ServerHello, Certificate Exchange, Key Exchange, an...

  • Answered by AI
  • Q3. What happens when you hit some url in browser
  • Ans. 

    When you hit a URL in a browser, a request is sent to the server and the server responds with the requested webpage.

    • Typically, the browser sends an HTTP GET request to the server.

    • The server processes the request and generates a response.

    • The response may include HTML, CSS, JavaScript, and other resources needed to render the webpage.

    • The browser receives the response and renders the webpage for the user to view and inter...

  • Answered by AI
  • Q4. What are different protocols you have worked on
  • Ans. 

    I have worked on various protocols including HTTP, TCP/IP, and MQTT.

    • HTTP (Hypertext Transfer Protocol) - used for communication between web browsers and servers

    • TCP/IP (Transmission Control Protocol/Internet Protocol) - the foundation of the internet

    • MQTT (Message Queuing Telemetry Transport) - a lightweight messaging protocol for IoT devices

  • Answered by AI

Interview Preparation Tips

Topics to prepare for Aryaka Networks Software Engineer interview:
  • Networking
Interview preparation tips for other job seekers - Be confident and prepare networking questions

Skills evaluated in this interview

Fortanix Interview FAQs

How many rounds are there in Fortanix Software Engineer interview?
Fortanix interview process usually has 2 rounds. The most common rounds in the Fortanix interview process are Coding Test and Technical.
How to prepare for Fortanix Software 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 Fortanix. The most common topics and skills that interviewers at Fortanix expect are Linux, Cloud, Computer science, Backend and Cloud Security.

Tell us how to improve this page.

Fortanix Software Engineer Interview Process

based on 1 interview

Interview experience

3
  
Average
View more
Fortanix Software Engineer Salary
based on 4 salaries
₹16 L/yr - ₹21 L/yr
122% more than the average Software Engineer Salary in India
View more details

Fortanix Software Engineer Reviews and Ratings

based on 2 reviews

2.0/5

Rating in categories

2.4

Skill development

1.7

Work-life balance

4.0

Salary

2.0

Job security

2.0

Company culture

2.4

Promotions

2.4

Work satisfaction

Explore 2 Reviews and Ratings
Software Engineer (Automation/Performance ) Intern - I

Bangalore / Bengaluru

0-1 Yrs

Not Disclosed

Software Engineer

Bangalore / Bengaluru

5-10 Yrs

Not Disclosed

Explore more jobs
Product Marketing Manager
10 salaries
unlock blur

₹22.4 L/yr - ₹32.5 L/yr

Software Engineer
4 salaries
unlock blur

₹16 L/yr - ₹21 L/yr

Project Manager
4 salaries
unlock blur

₹26.4 L/yr - ₹33.4 L/yr

Technical Recruiter
4 salaries
unlock blur

₹6 L/yr - ₹21 L/yr

UX Designer
4 salaries
unlock blur

₹13.1 L/yr - ₹17 L/yr

Explore more salaries
Compare Fortanix with

Presto Infosolutions

3.6
Compare

Jasmin Infotech

4.0
Compare

Iron Systems

3.2
Compare

Paladion Networks

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