Upload Button Icon Add office photos

Filter interviews by

Akshara Enterprises Network Support Engineer Interview Questions and Answers

Updated 16 Dec 2023

Akshara Enterprises Network Support Engineer Interview Experiences

2 interviews found

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

I applied via Naukri.com and was interviewed before Mar 2022. There were 2 interview rounds.

Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Don’t add your photo or details such as gender, age, and address in your resume. These details do not add any value.
View all tips
Round 2 - Technical 

(4 Questions)

  • Q1. On Switching , L2 and L3
  • Q2. OSI Layers, and network protocols protocols
  • Q3. Subnetting , Routing
  • Q4. Network basics, cables and it's types

Interview Preparation Tips

Interview preparation tips for other job seekers - Learn something new everyday. One day u will be the master in it definately.

I applied via Naukri.com and was interviewed in Nov 2021. There were 2 interview rounds.

Round 1 - HR 

(2 Questions)

  • Q1. About yourself? And need to explain reason for job change if the ask you!
  • Q2. Basic Networking concepts like what is hub? , Bridge? And Switch?
Round 2 - Technical 

(2 Questions)

  • Q1. Switching concepts! like it's states,functionalities...
  • Ans. 

    Switching concepts refer to the functionalities and states of network switches.

    • Switching is the process of forwarding data packets between network devices.

    • Switches operate at the data link layer of the OSI model.

    • Switches use MAC addresses to forward packets to the correct destination.

    • Switches can operate in different modes such as access, trunk, and VLAN.

    • Switches can also perform functions such as port security, QoS, a...

  • Answered by AI
  • Q2. What is Spanning tree and how it works
  • Ans. 

    Spanning tree is a protocol that prevents loops in a network by selectively blocking redundant paths.

    • Spanning tree protocol (STP) is used to prevent network loops

    • It works by selectively blocking redundant paths

    • STP elects a root bridge and calculates the shortest path to it

    • It uses Bridge Protocol Data Units (BPDUs) to communicate with other switches

    • STP can be configured with different modes such as Rapid Spanning Tree P...

  • Answered by AI

Interview Preparation Tips

Topics to prepare for Akshara Enterprises Network Support Engineer interview:
  • OSI Model
  • VLAN Configuration
  • Switch Configuration
Interview preparation tips for other job seekers - Be confident about what u have learned

Skills evaluated in this interview

Network Support Engineer Interview Questions Asked at Other Companies

Q1. what is protocol, how many type of protocol.
Q2. Which protocol is having lowest AD Value ?
asked in Cisco
Q3. How Does DHCP Work please describe us within 2 minutes
Q4. which layers call to Heart of OSI ?
Q5. in which layer the Ip address is working on if it working on L3 s ... read more

Interview questions from similar companies

Software Engineer Interview Questions & Answers

American Megatrends user image R. Arockia Ratheesh Sahayaraj

posted on 6 Nov 2015

Interview Preparation Tips

Round: Test
Experience: Only 24 people from my campus attended the placement process of this company.The experience wasn't really good.I wasn't 
short-listed for next round as my CGPA was 7.5 and need was of above 7.5 ,as they were maintaining standards.

Round: Test
Experience: 1.C aps was really tough.
2.Section 2 we had to choose either Microprocessor or Java,I preferred microprocessor . 3.Simple Questions on 8085 and 8086 instruction set was asked.
4.How much memory are there are 20 address lines,
5.Difference between SRAM and DRAM.
6.ROM is used for stack or not.
7.What are contents of Stack Pointer after PUSH and POP operation.
8.What happens after RET instruction?
9.What is CMC equivalent instruction?

Round: Test
Experience: 16 questions on Quant which are :-
Odd number in a series, Area and Volume, Games of Skill, Time and Work, Average, Trains, Boats 
and Streams, Profit and Gain were asked.
If no. of handshakes is 66,find total number of People.?
A lotus in a pond doubles in size everyday,if it fills the pond on 20th day,when will be the pond would be half?
LOGICAL REASONING-
4 men are on the side of a bridge.One torch light is with them and without it they cannot cross 
the bridge.The bridge can withstand only 2 people at a time.The time required by the persons are 1 
min,2 mins,7 mins,10 mins respectively.Find the shortest time required by all of em to cross the
bridge.
(Answer: 17 minutes)

Round: SOFT SKILLS
Experience: scenario based questions were asked:-
1.working on a project in your company and your brother is in urgent need of a project.What will you do?
2.Your friend mails the project details to some other company.what will be you reaction?
3.Your boss allows to take your team members for a treat.Whether you choose costly one or within budget?
4.Your favorite subject in your curriculum and Why?
5.Where you would view yourself in 5 years?
6.What is a dream company in your terms?
7.Any situation were your work was criticized and what was your reaction?

Skills:
College Name: Anna University Chennai

I appeared for an interview before Jun 2016.

Interview Questionnaire 

1 Question

  • Q1. Java related questions on Oops concept and Multithreading

Interview Preparation Tips

Round: Test
Experience: Simple aptitude and reasoning questions little java based programming
Tips: Basic programming knowledge and good aptitude
Duration: 1 hour
Total Questions: 60

Round: Technical Interview
Experience: Normal questions on Java, basic programming questions like reverse no. , String related and logical coding
Tips: What u mentioned on your resume go through that only, they will not ask apart from your resume

Skills: How Well You Are Able To Communicate What You Wanted To Tell, Programming
College Name: SRCEM

I applied via Recruitment Consultant and was interviewed before Oct 2020. There were 3 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. Python file handling, input,output, in a file, Sql joins, list sort in python, basics of GIS, Web service how to test

Interview Preparation Tips

Interview preparation tips for other job seekers - This is hust basics not deep dive, strog ur basics to crack

I applied via Naukri.com and was interviewed in Mar 2021. There was 1 interview round.

Interview Questionnaire 

1 Question

  • Q1. C2H profile basic technology based question s only

Interview Preparation Tips

Interview preparation tips for other job seekers - Be confident about your answer
Round 1 - Coding Test 

Topics:
Python, Django, MySQL, Automation, Technical questions

Round 2 - Technical 

(3 Questions)

  • Q1. Topics: Python, Django, MySQL, Automation, Technical questions
  • Q2. Explain Django Architecture
  • Ans. 

    Django follows Model-View-Controller (MVC) architectural pattern.

    • Django has a high-level architecture that follows the Model-View-Controller (MVC) architectural pattern.

    • The Model layer represents the database schema and business logic.

    • The View layer is responsible for rendering the templates and presenting the data to the user.

    • The Controller layer handles the user's input and interacts with the Model and View layers.

    • Dj...

  • Answered by AI
  • Q3. Difference between XML and JSON
  • Ans. 

    XML is a markup language while JSON is a lightweight data interchange format.

    • XML uses tags to define elements while JSON uses key-value pairs.

    • XML is more verbose and complex than JSON.

    • JSON is easier to read and parse than XML.

    • XML supports namespaces and validation while JSON does not.

    • XML is widely used in web services and document exchange while JSON is preferred for data exchange between applications.

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare well on Python Django
Showcase your skills

Skills evaluated in this interview

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

(1 Question)

  • Q1. OOP questions SQL Questions Programming structure
Round 2 - Technical 

(1 Question)

  • Q1. SQL questions MVC and C# related questions

I applied via Naukri.com and was interviewed in May 2022. There were 2 interview rounds.

Round 1 - Coding Test 

Results from pseudo code or steps from an algorithm

Round 2 - Case Study 

Mainly the process of handling issues and development process

Interview Preparation Tips

Interview preparation tips for other job seekers - Should be strong in c# oops concepts and sql logical queries
Interview experience
3
Average
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Walk-in and was interviewed in Jun 2023. There were 3 interview rounds.

Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Don’t add your photo or details such as gender, age, and address in your resume. These details do not add any value.
View all tips
Round 2 - Assignment 

And assessment as per your knowledge.
Focus on api and database
Also focus on jmeter
Also focus on dynatrace
Mobile app web testing

Round 3 - Aptitude Test 

You have to prepared aptitude test

Interview Preparation Tips

Interview preparation tips for other job seekers - On the basis of skills you have to prepare

Akshara Enterprises Interview FAQs

How many rounds are there in Akshara Enterprises Network Support Engineer interview?
Akshara Enterprises interview process usually has 2 rounds. The most common rounds in the Akshara Enterprises interview process are Technical, HR and Resume Shortlist.
How to prepare for Akshara Enterprises Network Support 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 Akshara Enterprises. The most common topics and skills that interviewers at Akshara Enterprises expect are Capping, Ladder Logic, Ruby and Tgrid.
What are the top questions asked in Akshara Enterprises Network Support Engineer interview?

Some of the top questions asked at the Akshara Enterprises Network Support Engineer interview -

  1. What is Spanning tree and how it wo...read more
  2. Switching concepts! like it's states,functionalities...read more
  3. Basic Networking concepts like what is hub? , Bridge? And Swit...read more

Tell us how to improve this page.

Akshara Enterprises Network Support Engineer Interview Process

based on 1 interview

Interview experience

3
  
Average
View more

Interview Questions from Similar Companies

HCL Infosystems Interview Questions
3.9
 • 141 Interviews
Pitney Bowes Interview Questions
3.7
 • 21 Interviews
DynPro Interview Questions
3.8
 • 20 Interviews
Avontix Interview Questions
3.9
 • 19 Interviews
Diverse Lynx Interview Questions
3.7
 • 19 Interviews
View all
Akshara Enterprises Network Support Engineer Salary
based on 36 salaries
₹2 L/yr - ₹4.5 L/yr
22% less than the average Network Support Engineer Salary in India
View more details

Akshara Enterprises Network Support Engineer Reviews and Ratings

based on 5 reviews

3.3/5

Rating in categories

3.2

Skill development

3.2

Work-life balance

2.5

Salary

2.2

Job security

2.2

Company culture

2.5

Promotions

2.3

Work satisfaction

Explore 5 Reviews and Ratings
Network Engineer
86 salaries
unlock blur

₹1.1 L/yr - ₹5.6 L/yr

Desktop Support Engineer
42 salaries
unlock blur

₹1.8 L/yr - ₹3.8 L/yr

Network Support Engineer
36 salaries
unlock blur

₹2 L/yr - ₹4.5 L/yr

Technical Support Engineer
18 salaries
unlock blur

₹1.7 L/yr - ₹5.2 L/yr

Network Administrator
18 salaries
unlock blur

₹1.9 L/yr - ₹8.1 L/yr

Explore more salaries
Compare Akshara Enterprises with

HCL Infosystems

3.9
Compare

Accel Frontline

4.0
Compare

Diverse Lynx

3.7
Compare

Pitney Bowes

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