Upload Button Icon Add office photos

Sophos Technologies

Compare button icon Compare button icon Compare

Filter interviews by

Sophos Technologies Academic Counsellor Interview Questions and Answers

Be the first one to contribute and help others!

Interview questions from similar companies

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

I applied via Company Website and was interviewed in Jun 2024. There was 1 interview round.

Round 1 - Technical 

(3 Questions)

  • Q1. Dhcp helper mac and ip
  • Q2. Putting ip on window pc
  • Ans. 

    To assign an IP address to a Windows PC, you can do so through the network settings.

    • Go to Control Panel > Network and Sharing Center

    • Click on Change adapter settings

    • Right-click on the network connection you want to assign an IP address to and select Properties

    • Select Internet Protocol Version 4 (TCP/IPv4) and click on Properties

    • Choose 'Use the following IP address' and enter the IP address, subnet mask, default gateway,

  • Answered by AI
  • Q3. What if i browse a website, what works at backend
  • Ans. 

    When browsing a website, various components work at the backend to deliver content and functionality.

    • Web server processes requests and serves web pages

    • Database stores and retrieves data

    • Application server executes application logic

    • Content delivery network (CDN) may cache and deliver content

    • Load balancer distributes incoming traffic to multiple servers

    • Web browser renders the content for the user

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Needs more hands on practice

Skills evaluated in this interview

Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. How would you troubleshoot system hang issue because of Antivirus
  • Q2. How would you find malware files on systems

Interview Preparation Tips

Interview preparation tips for other job seekers - It’s good Indian company to work
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(1 Question)

  • Q1. What is ransomware
  • Ans. 

    Ransomware is a type of malware that encrypts a user's files and demands payment in exchange for the decryption key.

    • Ransomware is typically spread through phishing emails, malicious websites, or software vulnerabilities.

    • Once a user's files are encrypted, the ransomware will display a message demanding payment in cryptocurrency.

    • Paying the ransom does not guarantee that the files will be decrypted, and it may encourage f...

  • Answered by AI
Round 2 - HR 

(1 Question)

  • Q1. Where do you see in next 5 years
Round 1 - One-on-one 

(2 Questions)

  • Q1. What different did you do in locked down
  • Ans. 

    During the lockdown, I focused on enhancing my technical skills and learning new technologies.

    • Took online courses and certifications to improve my knowledge in areas like networking and troubleshooting

    • Participated in virtual workshops and webinars to stay updated with the latest industry trends

    • Practiced troubleshooting scenarios on virtual machines to sharpen my problem-solving abilities

    • Contributed to online technical ...

  • Answered by AI
  • Q2. How do you spend your day?
  • Ans. 

    As a Technical Support Engineer, my day is spent troubleshooting and resolving technical issues for customers.

    • I start my day by checking emails and responding to any urgent customer inquiries.

    • I prioritize and manage my workload, addressing high-priority issues first.

    • I collaborate with other team members to share knowledge and seek assistance when needed.

    • I troubleshoot technical problems reported by customers, analyzing...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Be honest and give realistic answers. Share an out of the box answer or scenario during you previous work. Show them how good you are in handling situations
Interview experience
1
Bad
Difficulty level
Hard
Process Duration
2-4 weeks
Result
Not Selected

I applied via Company Website and was interviewed in May 2024. There was 1 interview round.

Round 1 - Assignment 

The task was a Codility type

Interview experience
1
Bad
Difficulty level
Moderate
Process Duration
4-6 weeks
Result
Not Selected

I was interviewed in Jan 2025.

Round 1 - Coding Test 

Online test was hackerrank was was og avg difficulty

Round 2 - Technical 

(1 Question)

  • Q1. Second round was of 1 hr of which 30 mins divided into understanding my current project architecture. And second half was on what i worked and how I worked and what skills I have
Round 3 - Assignment 

Assignment was straightforward which could be done using trie. Did it in 1/6th throughout time for given queries then mentioned allowed still no reply. Keep on asking engineering manager and hr to which they replied not upto the mark.

Interview Preparation Tips

Interview preparation tips for other job seekers - Don't apply for this company. Main reason is strictly 5 days work from office. Hr are so much incompetent in terms of explaining the process as well as job role. Delayed response and rude behavior.bo feedback and not even shared the outcome of interview. Has to ask multiple times to receive response. Seems engineering department isn't capable enough to decide what they actually want from candidate and what should be the outcome of questions asked.
Interview experience
5
Excellent
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Selected Selected

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

Round 1 - Coding Test 

Dataweave logic questions

Round 2 - HR 

(2 Questions)

  • Q1. Basic HR questions
  • Q2. Prepare basic interview answers

Interview Preparation Tips

Interview preparation tips for other job seekers - Easy and fast interview process
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 - Coding Test 

Easy problem on java

Round 3 - One-on-one 

(1 Question)

  • Q1. Technical discussion

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare well on the CV details

I applied via LinkedIn and was interviewed in Sep 2020. There was 1 interview round.

Interview Questionnaire 

6 Questions

  • Q1. Data structure and C++
  • Q2. Reverse Linked list
  • Q3. Multi threaded queue
  • Q4. Design pattern
  • Q5. Basic C++ concepts
  • Q6. Puzzles

Interview Preparation Tips

Interview preparation tips for other job seekers - Solve data structure problems
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Selected Selected

I applied via Recruitment Consulltant

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 

(2 Questions)

  • Q1. Threading: Write and use a mutex?
  • Ans. 

    A mutex is a synchronization primitive that ensures only one thread can access a resource at a time.

    • Create a mutex object using the appropriate library or language-specific function.

    • Lock the mutex before accessing the shared resource to prevent other threads from accessing it.

    • Unlock the mutex after finishing the operation on the shared resource to allow other threads to access it.

    • Example: pthread_mutex_t mutex; pthread...

  • Answered by AI
  • Q2. Find the memory leak in a given set of code.
  • Ans. 

    Identify memory leak in code

    • Check for any dynamically allocated memory that is not being freed

    • Look for any infinite loops or recursive functions that consume memory

    • Use memory profiling tools like Valgrind to detect leaks

    • Check for any global variables that are not properly managed

  • Answered by AI

Skills evaluated in this interview

Tell us how to improve this page.

Interview Questions from Similar Companies

Chetu Interview Questions
3.3
 • 172 Interviews
Oracle Cerner Interview Questions
3.7
 • 157 Interviews
AVASOFT Interview Questions
3.7
 • 155 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
 • 102 Interviews
SPRINKLR Interview Questions
3.0
 • 100 Interviews
UKG Interview Questions
3.1
 • 100 Interviews
View all
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