Upload Button Icon Add office photos

Sophos Technologies

Compare button icon Compare button icon Compare

Filter interviews by

Clear (1)

Sophos Technologies Network Engineer Interview Questions and Answers

Updated 18 Aug 2022

Sophos Technologies Network Engineer Interview Experiences

1 interview found

I applied via Walk-in and was interviewed before Aug 2021. There was 1 interview round.

Round 1 - Technical 

(3 Questions)

  • Q1. How arp works and how it detects whether the destination device is in different network?
  • Ans. 

    ARP is a protocol used to map an IP address to a MAC address. It detects different networks by comparing the IP address and subnet mask.

    • ARP stands for Address Resolution Protocol

    • It maps an IP address to a MAC address

    • It works by broadcasting an ARP request to all devices on the network

    • The device with the matching IP address responds with its MAC address

    • If the destination device is in a different network, ARP compares th

  • Answered by AI
  • Q2. How dhcp work and what is the function of relay agent.
  • Ans. 

    DHCP assigns IP addresses to devices on a network. Relay agent forwards DHCP messages between subnets.

    • DHCP (Dynamic Host Configuration Protocol) assigns IP addresses, subnet masks, default gateways, and DNS servers to devices on a network.

    • DHCP server listens for DHCP requests from clients and responds with an IP address lease.

    • Relay agent is used when DHCP server and client are on different subnets. It forwards DHCP mes...

  • Answered by AI
  • Q3. Packet flow for Google
  • Ans. 

    Packet flow for Google involves multiple steps and routing protocols.

    • Packet is sent from user's device to local router

    • Local router forwards packet to ISP's router

    • ISP's router forwards packet to Google's edge router

    • Google's edge router forwards packet to appropriate data center

    • Packet is processed and response is sent back through same path

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Please learn basics of network fundamental and tell pricise answer.

Skills evaluated in this interview

Interview questions from similar companies

Interview experience
1
Bad
Difficulty level
-
Process Duration
-
Result
-
Round 1 - One-on-one 

(2 Questions)

  • Q1. Coding questions java
  • Q2. Logical program s

Interview Preparation Tips

Interview preparation tips for other job seekers - Cheap people, sp hr department, they will force u to sign bond, after signing u r a toy for them , if u do not work accordingly them, simply they won't give u documents relieving letter, won't Mark exit in ur pf service history n lot off even they filed leagal case on my frd
Interview experience
2
Poor
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Naukri.com and was interviewed before May 2023. There were 3 interview rounds.

Round 1 - Aptitude Test 

Multiple question math GK reasoning etc

Round 2 - Technical 

(5 Questions)

  • Q1. C# string and string builder
  • Ans. 

    String is mutable which mean one values assign then it can not change It create new object every execute String builder is immutable its values is changes dynamically means it can not create new object

  • Answered Anonymously
  • Q2. Sql question total 40 min on call
  • Ans. 

    Select *from table1,table and execute result Join queres

  • Answered Anonymously
  • Q3. Java script difference b/w java script and jQuery anonymous function in java
  • Ans. 

    JavaScript anonymous functions in jQuery are used to create functions without a name, while JavaScript functions are named functions.

    • JavaScript functions are named and can be reused multiple times.

    • jQuery anonymous functions are used for event handling and callbacks.

    • JavaScript functions can be defined using the function keyword, while jQuery anonymous functions are created using the $ symbol.

  • Answered by AI
  • Q4. Constructor type casting its types
  • Ans. 

    Constructor type casting involves converting one data type to another in a constructor.

    • Constructor type casting is used to convert one data type to another in a constructor.

    • It can be done implicitly or explicitly depending on the languages.

    • For example, in Java, you can explicitly cast a data type in a constructor like this: int num = (int) doubleNum;

  • Answered by AI
  • Q5. C# reverse string program without using in build feature
  • Ans. 

    Reverse a string in C# without using built-in features

    • Create a character array from the input string

    • Use two pointers to swap characters at the beginning and end of the array

    • Continue swapping until the pointers meet in the middle

  • Answered by AI
Round 3 - Coding Test 

Sql queries and c# coding

Skills evaluated in this interview

Interview experience
1
Bad
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. Code a revised string
  • Ans. 

    Code a revised string by replacing certain characters with specified values.

    • Create a function that takes in a string and an array of replacement values

    • Iterate through the string and replace characters based on the replacement values

    • Return the revised string

  • Answered by AI
  • Q2. Write a program for polymer
  • Ans. 

    A program for polymer involves creating a code to model the behavior of polymer chains.

    • Define the structure of a polymer chain using classes or data structures

    • Implement functions to simulate polymer chain movement and interactions

    • Consider factors like chain length, bond angles, and energy levels in the simulation

  • Answered by AI
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Naukri.com and was interviewed before Jun 2023. There was 1 interview round.

Round 1 - Technical 

(2 Questions)

  • Q1. What is mixin and describe with the example.
  • Ans. 

    Mixin is a way to reuse code in multiple classes by including the code in another class.

    • Mixin allows for code reuse by combining methods and attributes from multiple classes into a single class.

    • It helps in avoiding code duplication and promotes modular design.

    • An example of mixin is a class 'Logger' that contains logging methods and can be included in other classes to enable logging functionality.

  • Answered by AI
  • Q2. What is assests pipeline in rails.
  • Ans. 

    Assets pipeline in Rails is a feature that helps manage and compile assets like CSS, JavaScript, and images for a Rails application.

    • The assets pipeline in Rails combines and minifies assets to improve performance.

    • It allows for easy organization and management of assets in a Rails project.

    • By default, Rails uses Sprockets as the assets pipeline to handle asset compilation and management.

    • You can customize the assets pipel...

  • Answered by AI

Skills evaluated in this interview

Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected
Round 1 - Coding Test 

Please pose a question related to Python and also write a Python program, in addition to inquiring about Django.

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

I was interviewed before Feb 2024.

Round 1 - Technical 

(2 Questions)

  • Q1. What are the different types of relationships in salesforce and how do they differ?
  • Ans. 

    Different types of relationships in Salesforce include Lookup, Master-Detail, and External Lookup.

    • Lookup relationship allows linking two objects together without affecting the deletion of records.

    • Master-Detail relationship is a parent-child relationship where the child record inherits security and ownership from the parent.

    • External Lookup relationship links a Salesforce object with an external object in an external sys...

  • Answered by AI
  • Q2. What is difference between trigger and a process builder?
  • Ans. 

    Triggers are used to perform custom actions before or after specific events, while Process Builders are used to automate business processes.

    • Triggers are written in Apex code, while Process Builders are point-and-click tools in Salesforce.

    • Triggers can handle complex logic and multiple objects, while Process Builders are more declarative and easier to use.

    • Triggers execute at the database level, while Process Builders run...

  • Answered by AI
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via LinkedIn and was interviewed before Apr 2023. There were 2 interview rounds.

Round 1 - Technical 

(1 Question)

  • Q1. Basic Angular question and Javascript
Round 2 - Coding Test 

2 Javascript program from Array

Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(1 Question)

  • Q1. Questions about C#
Round 2 - Technical 

(1 Question)

  • Q1. Questions about SQL and Dot Net
Interview experience
3
Average
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Referral and was interviewed before Nov 2023. There was 1 interview round.

Round 1 - Technical 

(2 Questions)

  • Q1. What are Frontmatter
  • Ans. 

    Frontmatter is metadata at the beginning of a document, often used in markdown files to provide information about the content.

    • Frontmatter is typically written in YAML, JSON, or TOML format.

    • It is used to specify attributes such as title, author, date, and layout of a document.

    • Frontmatter is commonly used in static site generators like Jekyll or Hugo.

  • Answered by AI
  • Q2. What is storefront apk
  • Ans. 

    Storefront apk is a mobile application package file used for online shopping platforms.

    • Storefront apk is a file format used for Android apps that provide online shopping services.

    • It contains all the necessary files and resources for the app to function properly.

    • Users can download and install the storefront apk on their Android devices to access the online shopping platform.

    • Examples of storefront apks include Amazon, eB

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Easy

Skills evaluated in this interview

Contribute & help others!
anonymous
You can choose to be anonymous

Sophos Technologies Interview FAQs

How many rounds are there in Sophos Technologies Network Engineer interview?
Sophos Technologies interview process usually has 1 rounds. The most common rounds in the Sophos Technologies interview process are Technical.
How to prepare for Sophos Technologies Network 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 Sophos Technologies. The most common topics and skills that interviewers at Sophos Technologies expect are Coding, LAN, VPN, WAN and Wireless.
What are the top questions asked in Sophos Technologies Network Engineer interview?

Some of the top questions asked at the Sophos Technologies Network Engineer interview -

  1. How arp works and how it detects whether the destination device is in different...read more
  2. How dhcp work and what is the function of relay age...read more
  3. Packet flow for Goo...read more

Recently Viewed

PHOTOS

InsuranceDekho

3 office photos

LIST OF COMPANIES

Credit Bajaar

Overview

INTERVIEWS

Automotive Robotics (India)

No Interviews

INTERVIEWS

KLA

No Interviews

INTERVIEWS

Automotive Robotics (India)

No Interviews

INTERVIEWS

Soliton Technologies

5.6k top interview questions

INTERVIEWS

KLA

No Interviews

INTERVIEWS

Automotive Robotics (India)

No Interviews

SALARIES

Sophos Technologies

SALARIES

Sophos Technologies

Tell us how to improve this page.

Interview Questions from Similar Companies

Globant Interview Questions
3.8
 • 172 Interviews
Chetu Interview Questions
3.3
 • 172 Interviews
Oracle Cerner Interview Questions
3.7
 • 157 Interviews
AVASOFT Interview Questions
3.6
 • 146 Interviews
ServiceNow Interview Questions
4.1
 • 120 Interviews
Thomson Reuters Interview Questions
4.1
 • 112 Interviews
Amadeus Interview Questions
3.9
 • 107 Interviews
EbixCash Limited Interview Questions
4.0
 • 101 Interviews
SPRINKLR Interview Questions
3.0
 • 100 Interviews
View all
Sophos Technologies Network Engineer Salary
based on 15 salaries
₹6.5 L/yr - ₹11 L/yr
87% more than the average Network Engineer Salary in India
View more details

Sophos Technologies Network Engineer Reviews and Ratings

based on 1 review

4.0/5

Rating in categories

2.0

Skill development

4.0

Work-life balance

3.0

Salary

1.0

Job security

3.0

Company culture

2.0

Promotions

3.0

Work satisfaction

Explore 1 Review and Rating
Technical Support Engineer
105 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Senior Software Engineer
87 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Network Security Engineer
68 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Software Engineer
42 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Software Engineer III
33 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Explore more salaries
Compare Sophos Technologies with

QUICK HEAL TECHNOLOGIES

3.7
Compare

Trend Micro

4.3
Compare

McAfee

4.0
Compare

Gen

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