Upload Button Icon Add office photos

Sophos Technologies

Compare button icon Compare button icon Compare

Filter interviews by

Sophos Technologies Technical Support Engineer Interview Questions and Answers for Experienced

Updated 22 Feb 2022

Sophos Technologies Technical Support Engineer Interview Experiences for Experienced

2 interviews found

I applied via Recruitment Consultant and was interviewed before Nov 2020. There were 4 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. Basic networking, TCP IP, DNS, DHCP, IPSEC, Site to Site VPN, Remote Access VPN

Interview Preparation Tips

Interview preparation tips for other job seekers - Please don't try to go for Technical Support role. If you are okay to take daily 10 cases you can apply.

I applied via Naukri.com and was interviewed in Aug 2019. There were 3 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. CCNA routing switching basics, Firewall questions, ipsec , VPN

Interview Preparation Tips

Interview preparation tips for other job seekers - The interview will be mostly of 3 rounds

1) Technical
2) soft skills
3) managerial

There was no specific HR round , but you will negotiate it with TA team.
Well in my case it was.

Be well prepared for all

Technical Support Engineer Interview Questions Asked at Other Companies for Experienced

asked in Salesforce
Q1. Admin Questions :- What is Relationships what are types of relati ... read more
Q2. How to release previous IP which assign to your device?
asked in Element14
Q3. 1)What is CMRR? 2)What are the main parameters to select a mosfet ... read more
asked in Rackspace
Q4. Where would you go to review windows events/logs? What kind of ev ... read more
Q5. How do we solve the power bi report refresh issue, if the credent ... read more

Interview questions from similar companies

Interview Questionnaire 

1 Question

  • Q1. They ask basic questions about you and your long time and short time goals, what will u do in your first month salary, the 2nd round will be a programming round we can write program in c, c++, java 3rd wil...
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Aptitude Test 

20 questions on logical and mathematical

Round 2 - Technical 

(1 Question)

  • Q1. Puzzles and coding questions
Interview experience
3
Average
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via LinkedIn and was interviewed in Aug 2024. There were 2 interview rounds.

Round 1 - Technical 

(2 Questions)

  • Q1. How to solve the error in the code? what is scope? what are logical operators?
  • Ans. 

    Scope refers to the visibility and accessibility of variables in a program. Logical operators are used to perform logical operations in code.

    • Scope in programming refers to where in the code a variable can be accessed. It can be global, local, or block scope.

    • To solve an error in the code, first identify the error message or behavior causing the issue. Then, debug the code by checking for syntax errors, logical errors, o...

  • Answered by AI
  • Q2. How will you get the data in the table using js? what are the other ways to print the output? what is a block in js?
  • Ans. 

    To get data in a table using js, you can use DOM manipulation methods like getElementById or querySelector. Other ways to print output include console.log and innerHTML. A block in js is a set of statements enclosed in curly braces.

    • Use getElementById or querySelector to get data in a table using js

    • Other ways to print output include console.log and innerHTML

    • A block in js is a set of statements enclosed in curly braces,

  • Answered by AI
Round 2 - Behavioral 

(2 Questions)

  • Q1. About ServiceNow? About the technical role in my previous company? previous job roles and responsibilities? Why do you want to switch from previous company? How will you handle the challenges here in servi...
  • Q2. Why do I want to switch from my previous company?
  • Ans. 

    Seeking new challenges and growth opportunities in a different environment.

    • Looking for new challenges and opportunities for growth

    • Interested in gaining experience in a different industry or technology

    • Seeking a better work-life balance or company culture

    • Wanting to work with a different team or leadership style

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - The interview went well, but I didn't receive any feedback beyond the rejection. I hope to get some insights into the reasons for the decision, as it would help to learn for next time. I'll definitely try again!

Skills evaluated in this interview

Interview experience
3
Average
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Not Selected

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

Round 1 - phone screen 

(2 Questions)

  • Q1. What is shell in linux?
  • Ans. 

    Shell in Linux is a command-line interpreter that allows users to interact with the operating system by executing commands.

    • Shell is a program that takes commands from the keyboard and gives them to the operating system to perform.

    • It can also be used to automate tasks by writing scripts.

    • Common shells in Linux include Bash, Zsh, and Ksh.

    • Shell scripting allows users to write programs that can be executed by the shell.

    • Exam...

  • Answered by AI
  • Q2. What are the different types of joins
  • Ans. 

    Different types of joins include inner join, outer join, left join, and right join.

    • Inner join: Returns rows when there is a match in both tables

    • Outer join: Returns all rows when there is a match in one of the tables

    • Left join: Returns all rows from the left table and the matched rows from the right table

    • Right join: Returns all rows from the right table and the matched rows from the left table

  • Answered by AI
Round 2 - Technical 

(2 Questions)

  • Q1. How to tune a sql query?
  • Ans. 

    Tuning a SQL query involves optimizing its performance by adjusting various factors.

    • Identify slow-performing queries using tools like SQL Profiler or Execution Plan.

    • Optimize query structure by using appropriate indexes and avoiding unnecessary joins.

    • Consider rewriting the query to use more efficient techniques like subqueries or CTEs.

    • Update statistics and ensure database indexes are up to date.

    • Limit the number of rows ...

  • Answered by AI
  • Q2. How to find errors in log files in linux
  • Ans. 

    Errors in log files in Linux can be found by searching for keywords, timestamps, and error codes.

    • Use 'grep' command to search for specific keywords or error codes in log files

    • Look for timestamps to identify when errors occurred

    • Check for any error messages or warnings that may indicate issues

    • Use 'tail' command to view the end of log files for recent errors

    • Consider using 'journalctl' command for system logs in systemd-ba

  • Answered by AI

Skills evaluated in this interview

Interview experience
3
Average
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
No response

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

Round 1 - phone screen 

(2 Questions)

  • Q1. What is shell in linux
  • Ans. 

    Shell in Linux is a command-line interpreter that allows users to interact with the operating system by executing commands.

    • Shell is a program that takes commands from the keyboard and gives them to the operating system to perform.

    • It can also be used to automate tasks by writing scripts.

    • Common shells in Linux include Bash, Zsh, and Ksh.

    • Examples of shell commands include ls (list files), cd (change directory), and mkdir

  • Answered by AI
  • Q2. What are the different types of joins
  • Ans. 

    Different types of joins include inner join, outer join, left join, and right join.

    • Inner join: Returns rows when there is a match in both tables

    • Outer join: Returns all rows when there is a match in one of the tables

    • Left join: Returns all rows from the left table and the matched rows from the right table

    • Right join: Returns all rows from the right table and the matched rows from the left table

  • Answered by AI
Round 2 - Technical 

(2 Questions)

  • Q1. How to tune a sql query?
  • Ans. 

    Tuning a SQL query involves optimizing its performance by adjusting various factors.

    • Identify slow performing queries using tools like SQL Profiler or Execution Plan.

    • Optimize query structure by using appropriate indexes and avoiding unnecessary joins.

    • Consider rewriting the query to use more efficient techniques like subqueries or CTEs.

    • Update statistics on tables involved in the query to ensure accurate query execution p...

  • Answered by AI
  • Q2. How to find errors in log files in linux
  • Ans. 

    Errors in log files in Linux can be found by searching for keywords, timestamps, and error codes.

    • Use 'grep' command to search for specific keywords or error codes in log files

    • Look for timestamps to identify when errors occurred

    • Check for any error messages or warnings that may indicate issues

    • Use 'tail' command to view the end of log files for recent errors

    • Consider using 'journalctl' command for system logs in systemd-ba

  • Answered by AI

Skills evaluated in this interview

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

(2 Questions)

  • Q1. Few linux commands
  • Q2. Explain few, Any command for example
  • Ans. 

    Some common commands for technical support engineers include ping, ipconfig, and tracert.

    • Ping: Used to test the reachability of a host on an IP network.

    • Ipconfig: Displays all current TCP/IP network configuration values.

    • Tracert: Shows the route that packets take to reach a specified destination.

  • Answered by AI
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - HR 

(1 Question)

  • Q1. Questions regarding CV Backround
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Company Website and was interviewed in Jul 2022. There were 6 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 

(2 Questions)

  • Q1. Most of the questions were scripting related
  • Q2. There were few questions regarding ServiceNow Core functionalities
Round 3 - Technical 

(1 Question)

  • Q1. The Questions were asked about scripting and debugging
Round 4 - Technical 

(1 Question)

  • Q1. Questions were asked regarding servicenow scripting and functionalities
Round 5 - One-on-one 

(1 Question)

  • Q1. It was an managerial round where they evaluate your behaviour skills and attitude
Round 6 - HR 

(1 Question)

  • Q1. Salary discussion and onboarding process

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare ServiceNow fundamentals and basics , Be excellent in your scripting skills

Sophos Technologies Interview FAQs

How many rounds are there in Sophos Technologies Technical Support Engineer interview for experienced candidates?
Sophos Technologies interview process for experienced candidates usually has 2 rounds. The most common rounds in the Sophos Technologies interview process for experienced candidates are Technical.
How to prepare for Sophos Technologies Technical Support Engineer interview for experienced candidates?
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 Networking, Technical Support, Active Directory, Linux and Unix.
What are the top questions asked in Sophos Technologies Technical Support Engineer interview for experienced candidates?

Some of the top questions asked at the Sophos Technologies Technical Support Engineer interview for experienced candidates -

  1. What is phase 1 and phase 2 in IK...read more
  2. Basic networking, TCP IP, DNS, DHCP, IPSEC, Site to Site VPN, Remote Access ...read more
  3. What are TCP flags in T...read more

Tell us how to improve this page.

Sophos Technologies Technical Support Engineer Salary
based on 104 salaries
₹3.5 L/yr - ₹11 L/yr
77% more than the average Technical Support Engineer Salary in India
View more details

Sophos Technologies Technical Support Engineer Reviews and Ratings

based on 14 reviews

4.0/5

Rating in categories

3.9

Skill development

4.5

Work-life balance

3.9

Salary

4.4

Job security

4.1

Company culture

3.4

Promotions

3.8

Work satisfaction

Explore 14 Reviews and Ratings
Technical Support Engineer
104 salaries
unlock blur

₹3.5 L/yr - ₹11 L/yr

Senior Software Engineer
88 salaries
unlock blur

₹13.1 L/yr - ₹42 L/yr

Network Security Engineer
69 salaries
unlock blur

₹4 L/yr - ₹12 L/yr

Software Engineer
51 salaries
unlock blur

₹7.8 L/yr - ₹28 L/yr

Software Engineer2
40 salaries
unlock blur

₹8.5 L/yr - ₹24 L/yr

Explore more salaries
Compare Sophos Technologies with

Thomson Reuters

4.1
Compare

Oracle Cerner

3.7
Compare

Chetu

3.2
Compare

R Systems International

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