Upload Button Icon Add office photos
Engaged Employer

i

This company page is being actively managed by Sage IT Team. If you also belong to the team, you can get access from here

Sage IT Verified Tick

Compare button icon Compare button icon Compare

Filter interviews by

Sage IT Network Support Engineer Interview Questions and Answers

Updated 27 Dec 2024

Sage IT Network Support 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 Job Portal and was interviewed before Dec 2023. There were 2 interview rounds.

Round 1 - Technical 

(3 Questions)

  • Q1. What is the packet flow process in a Checkpoint firewall?
  • Ans. 

    Packet flow process in a Checkpoint firewall involves several steps including inspection, matching rules, and forwarding.

    • Packet enters the firewall and is inspected by the Security Gateway

    • Packet is matched against the security policy rules

    • If a match is found, the packet is either accepted or dropped

    • If accepted, the packet is forwarded to its destination

    • If no match is found, the default action specified in the policy is

  • Answered by AI
  • Q2. What are Network Address Translation (NAT) and its types?
  • Ans. 

    NAT is a process used in routers to modify network address information in packet headers.

    • NAT allows multiple devices on a local network to share a single public IP address.

    • Types of NAT include Static NAT, Dynamic NAT, and Port Address Translation (PAT).

    • Static NAT maps a private IP address to a public IP address on a one-to-one basis.

    • Dynamic NAT assigns a public IP address from a pool of available addresses on a first-c...

  • Answered by AI
  • Q3. What is the command used to capture live network traffic?
  • Ans. 

    The command used to capture live network traffic is 'tcpdump'.

    • Use the 'tcpdump' command followed by appropriate options to capture live network traffic.

    • For example, 'tcpdump -i eth0' captures traffic on the eth0 interface.

    • You can also use filters with tcpdump to capture specific types of traffic, such as 'tcpdump port 80' to capture traffic on port 80.

  • Answered by AI
Round 2 - HR 

(2 Questions)

  • Q1. Are you willing to relocate to Chennai?
  • Ans. 

    Yes, I am willing to relocate to Chennai for the Network Support Engineer position.

    • I am open to relocating for the right opportunity

    • I have experience adapting to new environments

    • Chennai is a vibrant city with a growing tech industry

  • Answered by AI
  • Q2. What salary are you expecting?
  • Ans. 

    I am expecting a competitive salary based on my experience, skills, and the industry standard for Network Support Engineers.

    • Research industry standards for Network Support Engineer salaries

    • Consider my experience and skills when determining salary expectations

    • Be prepared to negotiate based on the specific job requirements and benefits package offered

  • Answered by AI

Interview questions from similar companies

I applied via Naukri.com and was interviewed before May 2021. There was 1 interview round.

Round 1 - One-on-one 

(1 Question)

  • Q1. Discuss 4 case study related to supply chain management.

Interview Preparation Tips

Topics to prepare for Tech Mahindra Senior Software Engineer interview:
  • Supply Chain Management
Interview preparation tips for other job seekers - Develop some case study of your own and also deep analysis for each.
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Referral and was interviewed before Apr 2022. 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 

25 questions, MCQs related to cloud and basic CSE questions.

Round 3 - Technical 

(1 Question)

  • Q1. Mostly related to how you are going to design a certain scenario.
Round 4 - HR 

(1 Question)

  • Q1. Regarding salary negotiation.

Interview Preparation Tips

Interview preparation tips for other job seekers - Polish your basics.

Interview Questionnaire 

4 Questions

  • Q1. What is difference between list and tuple
  • Ans. 

    List is mutable while tuple is immutable in Python.

    • List can be modified while tuple cannot be modified.

    • List uses square brackets [] while tuple uses parentheses ().

    • List is slower than tuple in terms of performance.

    • List is used for dynamic data while tuple is used for static data.

  • Answered by AI
  • Q2. Wha are data frames What is assembly language What is dynamic programming
  • Ans. 

    Data frames are a data structure used for storing and manipulating tabular data in R programming language. Assembly language is a low-level programming language that is used to write programs that can directly interact with the hardware of a computer. Dynamic programming is a technique used to solve complex problems by breaking them down into smaller subproblems and solving them recursively.

    • Data frames are commonly use...

  • Answered by AI
  • Q3. What is AWS , explain about it
  • Ans. 

    AWS is a cloud computing platform that provides a wide range of services for building and deploying applications.

    • AWS stands for Amazon Web Services

    • It offers services such as computing, storage, databases, and analytics

    • AWS provides a pay-as-you-go pricing model

    • It is used by businesses of all sizes, from startups to large enterprises

    • Examples of AWS services include EC2, S3, RDS, and Lambda

  • Answered by AI
  • Q4. Basic SQL questions

Interview Preparation Tips

Interview preparation tips for other job seekers - Basics and concepts of programming and otherdomains which we are going to apply

Skills evaluated in this interview

Interview Questionnaire 

1 Question

  • Q1. For C4E round, prepare well with the basic architecture of your current domain. Then basic swl and oops questions.

I applied via Naukri.com and was interviewed in Sep 2021. There were 3 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. So, there were 4 technical rounds-Online test, 3 Technical interview rounds among which the last one was Boss round which was also a technical interview round.The questions were asked from java, api, cloud...

Interview Preparation Tips

Interview preparation tips for other job seekers - Be confident and brush up ur programming skills for basic concepts

I applied via Naukri.com and was interviewed in May 2021. There were 4 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. Basic Java questions

Interview Preparation Tips

Interview preparation tips for other job seekers - They have asked basic Java questions and MySQL questions

I applied via Naukri.com and was interviewed in May 2021. There were 3 interview rounds.

Interview Questionnaire 

3 Questions

  • Q1. Tell me about your sey
  • Q2. Aptitude questions
  • Q3. Programming in java
  • Ans. 

    Java is a popular programming language used for developing various applications.

    • Java is an object-oriented language.

    • It is platform-independent and can run on any machine with a Java Virtual Machine (JVM).

    • Java is used for developing web applications, mobile applications, desktop applications, and more.

    • It has a vast library of pre-built classes and APIs that make development faster and easier.

    • Java is also used for develo...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - It was slightly difficult,but with programming skills can get a job

Skills evaluated in this interview

Interview Questionnaire 

4 Questions

  • Q1. Difference between list and Tupple?
  • Ans. 

    List is mutable and ordered while Tuple is immutable and ordered.

    • List can be modified while Tuple cannot be modified.

    • List is represented by square brackets [] while Tuple is represented by parentheses ().

    • List is used for homogeneous data while Tuple is used for heterogeneous data.

  • Answered by AI
  • Q2. Tell me about yourself ?
  • Q3. Some basic data visualisation questions ?
  • Q4. Basic cloud questions!

Interview Preparation Tips

Interview preparation tips for other job seekers - They check your approach to the questions not the exact solutions. You can be honest about things which you don’t know. Keep it simple and you will do great.

Skills evaluated in this interview

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

I applied via Campus Placement and was interviewed before Jan 2022. 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 - Technical 

(1 Question)

  • Q1. There is mcq test, where all the question are from devops perspective like Jenkins, git, maven etc.,
Round 3 - One-on-one 

(1 Question)

  • Q1. As I'm interested in java they asked some java based questions and some aptitude questions

Interview Preparation Tips

Interview preparation tips for other job seekers - Try concentrating on java because mule works on java, having maven knowledge is an add on.

Sage IT Interview FAQs

How many rounds are there in Sage IT Network Support Engineer interview?
Sage IT interview process usually has 2 rounds. The most common rounds in the Sage IT interview process are Technical and HR.
What are the top questions asked in Sage IT Network Support Engineer interview?

Some of the top questions asked at the Sage IT Network Support Engineer interview -

  1. What is the packet flow process in a Checkpoint firewa...read more
  2. What are Network Address Translation (NAT) and its typ...read more
  3. What is the command used to capture live network traff...read more

Tell us how to improve this page.

Sage IT Network Support Engineer Interview Process

based on 1 interview

Interview experience

5
  
Excellent
View more

Interview Questions from Similar Companies

TCS Interview Questions
3.7
 • 10.4k Interviews
Infosys Interview Questions
3.6
 • 7.5k Interviews
Wipro Interview Questions
3.7
 • 5.6k Interviews
Tech Mahindra Interview Questions
3.5
 • 3.8k Interviews
HCLTech Interview Questions
3.5
 • 3.8k Interviews
LTIMindtree Interview Questions
3.8
 • 2.9k Interviews
Mphasis Interview Questions
3.4
 • 791 Interviews
Apisero Interview Questions
4.3
 • 64 Interviews
View all
US IT Recruiter
45 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Software Engineer
27 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Talent Acquisition Specialist
24 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Talent Acquisition Executive
22 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Information Technology Recruiter
19 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Explore more salaries
Compare Sage IT with

TCS

3.7
Compare

Infosys

3.6
Compare

Wipro

3.7
Compare

HCLTech

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