Upload Button Icon Add office photos

Filter interviews by

Fatpipe Networks Interview Questions and Answers

Updated 10 Feb 2024

Fatpipe Networks Interview Experiences

Popular Designations

4 interviews found

Embedded Software Engineer Interview Questions & Answers

user image dasupatruni gopisai

posted on 10 Feb 2024

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

I applied via Naukri.com and was interviewed in Jan 2024. There was 1 interview round.

Round 1 - Aptitude Test 

Basic questions on trains profit and loss and percentages factors clocks and calenders

Interview Preparation Tips

Interview preparation tips for other job seekers - Think

Embedded Software Engineer Interview Questions asked at other Companies

Q1. 3. 1)Do you know about Autosar. 2)define function definition and function declaration. 3)difference between structure and union. 4) define Enumeration 5)what is microcontroller and microprocessor and its applications 6)where we uses in real... read more
View answer (1)

C Developer Interview Questions & Answers

user image Anonymous

posted on 15 Jun 2023

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

I applied via Walk-in and was interviewed in Dec 2022. There were 2 interview rounds.

Round 1 - Coding Test 

Linux and tcpip networking and c and c++ questions programs

Round 2 - Technical 

(4 Questions)

  • Q1. Tcpip networking basic questions
  • Q2. Linux basic questions and is concepts
  • Q3. What is threads and programs
  • Ans. 

    Threads are lightweight processes within a program that can run concurrently, allowing for multitasking. Programs are sets of instructions executed by a computer.

    • Threads are independent sequences of execution within a program.

    • Threads share the same memory space and resources, allowing for efficient communication and data sharing.

    • Programs are a collection of instructions that tell a computer how to perform a specific ta...

  • Answered by AI
  • Q4. Ipc management questions

Interview Preparation Tips

Interview preparation tips for other job seekers - I got placed through vector coaching centre... There they taught all embedded concepts and Linux and networking and all..

C Developer Interview Questions asked at other Companies

Q1. Merge K Sorted ArraysYou have been given ‘K’ different arrays/lists, which are sorted individually (in ascending order). You need to merge all the given arrays/list such that the output array/list should be sorted in ascending order. Input ... read more
View answer (3)

C Developer Interview Questions & Answers

user image Anonymous

posted on 15 Apr 2023

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

I applied via Recruitment Consulltant and was interviewed in Mar 2023. 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 - Test about TCPip and Linux 

(1 Question)

  • Q1. Thread program,c program (substring),c++(2d 10x10 matrix sorting), little endian and bigendian program, deadlock definition, and some definition (linux) and networking protocols, and Linux commands
Round 3 - Technical 

(1 Question)

  • Q1. Threads, subnetting , socket program

Interview Preparation Tips

Interview preparation tips for other job seekers - Be prepared for linux and networking concepts

C Developer Interview Questions asked at other Companies

Q1. Merge K Sorted ArraysYou have been given ‘K’ different arrays/lists, which are sorted individually (in ascending order). You need to merge all the given arrays/list such that the output array/list should be sorted in ascending order. Input ... read more
View answer (3)

QA Engineer Interview Questions & Answers

user image Anonymous

posted on 15 Jul 2020

I was interviewed in Jun 2020.

Interview Questionnaire 

1 Question

  • Q1. Related to Selenium.

Interview Preparation Tips

Interview preparation tips for other job seekers - There were totally 2 rounds of interview. Before the start of the interview they were ready for ready for 20percent of my base salary.
After 1st round got completed they reduced it and they were willing to pay only the current ctc.
At the end of second round they reduced it and were stating they can provide lesser than my current CTC which was 40 percent lesser than my current. The HR stated that the budget got revealed at the end of the 2nd round of the interview. The interview process seem broken. And there is no strict process it seems. Before the end of second round they started collecting all the required documents which led to the understanding they are providing 20 percent of current ctc. But after getting all the docs they said i have another round of interview. So it was so confusing . So i dropped of that offer.

QA Engineer Interview Questions asked at other Companies

Q1. 80 pairs of socks in a dark room, 40 black, 40 white, how many minimum number of socks need to be taken out to get 15 pairs of socks
View answer (7)

Fatpipe Networks interview questions for popular designations

 C Developer

 (2)

 Embedded Software Engineer

 (1)

 QA Engineer

 (1)

Jobs at Fatpipe Networks

View all

Interview questions from similar companies

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

I applied via Recruitment Consulltant

Round 1 - Technical 

(2 Questions)

  • Q1. What is the definition of an SOP, and why is it considered so important in the current context of the pharmaceutical industry?
  • Q2. Can you briefly describe your role and responsibilities as an executive in the warehouse?
  • Ans. 

    As a Warehouse Executive, I oversee daily operations, manage inventory, coordinate shipments, and ensure compliance with safety regulations.

    • Managing inventory levels to ensure optimal stock levels

    • Coordinating shipments and deliveries to meet customer demands

    • Overseeing daily operations and ensuring efficiency in warehouse processes

    • Implementing safety protocols and ensuring compliance with regulations

    • Training and supervi

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare thoroughly and maintain your confidence. In interviews, we are often asked about our daily activities; apart from that, you will not be asked anything else.
Interview experience
3
Average
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
No response

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

Round 1 - One-on-one 

(6 Questions)

  • Q1. Difference b/w deep copy and shallow copy
  • Ans. 

    Deep copy creates a new copy of an object with all nested objects also copied, while shallow copy creates a new object with references to the original nested objects.

    • Deep copy creates a new object and recursively copies all nested objects, resulting in a completely independent copy.

    • Shallow copy creates a new object but only copies the references to nested objects, so changes in nested objects reflect in both the origin...

  • Answered by AI
  • Q2. Difference between foreach and map
  • Ans. 

    foreach is used to iterate over an array and perform a function on each element, while map creates a new array by applying a function to each element.

    • foreach does not return a new array, while map does

    • foreach is used for side effects, while map is used for transformation

    • Example: forEach - let numbers = [1, 2, 3]; numbers.forEach(num => console.log(num)); // prints 1, 2, 3

    • Example: map - let numbers = [1, 2, 3]; let doub...

  • Answered by AI
  • Q3. Pure impure pipe
  • Q4. Ngonchanges usage
  • Q5. Basic array methods
  • Q6. Difference null undefined empty values in js
  • Ans. 

    null is an intentional absence of any value, undefined means a variable has been declared but not assigned a value, and empty values are variables that have been assigned a value of empty string, empty array, or empty object.

    • null is used to represent the intentional absence of any value

    • undefined means a variable has been declared but not assigned a value

    • Empty values can be empty string (''), empty array ([]), or empty

  • Answered by AI

Skills evaluated in this interview

Graduate engineer trainee in project management Interview Questions & Answers

Enco Engineers Combine user image suhail ahmed

posted on 29 Jan 2025

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

I was interviewed in Dec 2024.

Round 1 - HR 

(5 Questions)

  • Q1. Tell me about yourself?
  • Q2. When can I join?
  • Q3. Asking whether I am agree with the 2 years of bond?
  • Q4. Were you asked if you agree to a security deposit of 50,000?
  • Q5. Basic details about the education and past experience.

Interview Preparation Tips

Interview preparation tips for other job seekers - Firstly, you should be prepared for a two-year bond and a security deposit of 50,000. Following this, you will be allowed to proceed to the technical round. During the interview, I was asked about my past experience and educational qualifications. I was also questioned on some basic formulas related to mensuration, principles of physics, and general mathematical formulas. Subsequently, we discussed the roles and responsibilities and whether I agreed to the two-year bond and 50,000 security deposit.
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - HR 

(2 Questions)

  • Q1. Why you are applying for this job?
  • Ans. 

    I am applying for this job because of my passion for managing civil projects and my proven track record of successful project completions.

    • Passion for managing civil projects

    • Proven track record of successful project completions

    • Excited about the opportunity to contribute to impactful infrastructure projects

  • Answered by AI
  • Q2. Why you requested for salary hike?
  • Ans. 

    I requested a salary hike due to increased responsibilities, achievements, and market value.

    • Increased responsibilities in current role

    • Achievements such as successful completion of projects or exceeding targets

    • Market value based on industry standards and experience

    • Cost of living increase or inflation affecting expenses

  • Answered by AI
Round 2 - Technical 

(2 Questions)

  • Q1. Explain about the various stages of construction of the foundation of building.
  • Ans. 

    The various stages of construction of the foundation of a building include site preparation, excavation, foundation design, footing construction, and foundation pouring.

    • Site preparation involves clearing the area and leveling the ground for construction.

    • Excavation is the process of digging a hole in the ground to create space for the foundation.

    • Foundation design is crucial to ensure the building's stability and load-be...

  • Answered by AI
  • Q2. What will be the Design mix for Concrete .
  • Ans. 

    The design mix for concrete is the proportion of various ingredients like cement, sand, aggregates, and water to achieve the desired strength and durability.

    • Design mix is determined based on the required strength and durability of the concrete

    • It involves selecting the right proportions of cement, sand, aggregates, and water

    • Various factors like type of construction, exposure conditions, and desired workability influence...

  • Answered by AI

Junior Engineer - mould Maintenance Interview Questions & Answers

Tokai Rubber Auto Parts India user image Anonymous

posted on 28 Jul 2022

Interview experience
4
Good
Difficulty level
Hard
Process Duration
4-6 weeks
Result
Selected Selected

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

Round 1 - Technical 

(3 Questions)

  • Q1. Group discussion
  • Q2. Hr round and discussion
  • Q3. Technical round and injection moulding related any questions

Interview Preparation Tips

Topics to prepare for Tokai Rubber Auto Parts India Junior Engineer - mould Maintenance interview:
  • Injection Moulding
Interview preparation tips for other job seekers - One on one round
Interview experience
5
Excellent
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
-

I applied via Approached by Company and was interviewed in Nov 2024. There was 1 interview round.

Round 1 - One-on-one 

(1 Question)

  • Q1. What is your experience with parallelizing transformers, and how do you approach splitting them across multiple devices to minimize latency?
  • Ans. 

    I have experience parallelizing transformers by splitting them across multiple devices to minimize latency.

    • I have utilized frameworks like TensorFlow and PyTorch to parallelize transformers.

    • I approach splitting transformers by dividing the input data into chunks and distributing them across devices.

    • I optimize communication overhead by minimizing data transfer between devices.

    • I leverage techniques like data parallelism ...

  • Answered by AI

Fatpipe Networks Interview FAQs

How many rounds are there in Fatpipe Networks interview?
Fatpipe Networks interview process usually has 2-3 rounds. The most common rounds in the Fatpipe Networks interview process are Resume Shortlist, Technical and Coding Test.
How to prepare for Fatpipe Networks 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 Fatpipe Networks. The most common topics and skills that interviewers at Fatpipe Networks expect are Networking, CCNA, Linux, Cisco Certified Network Associate and Microsoft Certified System Engineer.
What are the top questions asked in Fatpipe Networks interview?

Some of the top questions asked at the Fatpipe Networks interview -

  1. What is threads and progra...read more
  2. thread program,c program (substring),c++(2d 10x10 matrix sorting), little endia...read more
  3. Linux basic questions and is conce...read more

Tell us how to improve this page.

Fatpipe Networks Interview Process

based on 3 interviews

Interview experience

4.7
  
Excellent
View more

Interview Questions from Similar Companies

Bharti Airtel Interview Questions
4.0
 • 825 Interviews
Vodafone Idea Interview Questions
4.1
 • 548 Interviews
ACT Fibernet Interview Questions
4.0
 • 131 Interviews
Sify Technologies Interview Questions
3.8
 • 120 Interviews
Hathway Interview Questions
3.6
 • 42 Interviews
You Broadband Interview Questions
3.9
 • 11 Interviews
View all

Fatpipe Networks Reviews and Ratings

based on 20 reviews

4.2/5

Rating in categories

4.0

Skill development

4.1

Work-life balance

3.9

Salary

4.4

Job security

4.1

Company culture

3.7

Promotions

3.8

Work satisfaction

Explore 20 Reviews and Ratings
Marketing Assistant

Chennai

2-5 Yrs

Not Disclosed

Explore more jobs
Network Engineer
15 salaries
unlock blur

₹4.8 L/yr - ₹20.8 L/yr

Software Engineer
13 salaries
unlock blur

₹2.8 L/yr - ₹13 L/yr

Regional Sales Manager
9 salaries
unlock blur

₹12 L/yr - ₹42 L/yr

Software Developer
8 salaries
unlock blur

₹2 L/yr - ₹13.7 L/yr

Qa Support Engineer
6 salaries
unlock blur

₹3 L/yr - ₹7 L/yr

Explore more salaries
Compare Fatpipe Networks with

Tata Communications

4.0
Compare

Sify Technologies

3.8
Compare

ACT Fibernet

4.0
Compare

Hathway

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