Upload Button Icon Add office photos

Filter interviews by

Sophos Technologies Software Engineer Level 1 Interview Questions and Answers

Updated 17 May 2024

Sophos Technologies Software Engineer Level 1 Interview Experiences

1 interview found

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

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

Round 1 - Technical 

(2 Questions)

  • Q1. Oops concept like inheritance, polymorphism
  • Q2. Python questions on string and list

Interview questions from similar companies

Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Referral and was interviewed in Dec 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 

(2 Questions)

  • Q1. Questions related to SQL
  • Q2. Few Aptitude Questions as well
Round 3 - Technical 

(2 Questions)

  • Q1. Questions related to SQL
  • Q2. Joins with DDL, DML
  • Ans. 

    Joins in SQL are used to combine rows from two or more tables based on a related column between them.

    • Joins are used in SQL to retrieve data from multiple tables based on a related column

    • DDL (Data Definition Language) is used to define the structure of database objects like tables, views, etc.

    • DML (Data Manipulation Language) is used to manipulate data in the database like inserting, updating, deleting records

  • Answered by AI

Skills evaluated in this interview

I applied via campus placement at Inderprastha Engineering College, Ghaziabad and was interviewed in Dec 2021. There were 3 interview rounds.

Round 1 - Coding Test 

There were some technical questions MCQ based. Then there were 2 coding questions,i don't remember the questions exactly ,but one was a medium level array manipulation question and the other was medium level string manipulation question.

Round 2 - Aptitude Test 

The round was of 1 hour .SHL platform conducts the Aptitude and Verbal Reasoning. It had two sections, first was a numerical ability which had questions mostly on Data interpretation (Tables, Bar graphs, and Pie charts). Calculators were allowed however you had to be extremely fast in your calculations as the timing constraints were very strict and you could not go back to the previous question. The second section was verbal reasoning which was mostly reading comprehension based. I was preparing for GMAT so I was all brushed up. I would recommend to go through the SHL sample papers to become familiar with the format of aptitude and Verbal reasoning questions.

Round 3 - HR 

(1 Question)

  • Q1. It went for about 1.25 hours. TR round : The interviewer was very supportive and wanted a healthy discussion. First he asked about my project and questions based on my project. Q1.He asked me what is 4...

Interview Preparation Tips

Interview preparation tips for other job seekers - Go through the SHL format and focus on logic building.
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Company Website and was interviewed before Jun 2023. There was 1 interview round.

Round 1 - One-on-one 

(2 Questions)

  • Q1. Introduce yourself
  • Q2. What is empty class in Java
  • Ans. 

    An empty class in Java is a class that does not have any member variables or methods.

    • An empty class can be defined like this: class EmptyClass {}

    • Empty classes are often used as placeholders or markers in code.

    • Even though an empty class does not have any explicit members, it still inherits from the Object class in Java.

  • Answered by AI

Skills evaluated in this interview

Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Campus Placement

Round 1 - Aptitude Test 

Question related to operating system and computer network

Round 2 - Technical 

(1 Question)

  • Q1. Traverse all child nodes in tree
  • Ans. 

    Traverse all child nodes in a tree data structure

    • Use depth-first or breadth-first traversal algorithms

    • Recursively visit each child node starting from the root node

    • Consider using a stack or queue data structure for traversal

    • Example: Traverse all nodes in a binary tree

  • Answered by AI
Round 3 - Technical 

(1 Question)

  • Q1. Question related to cloud and oops
Round 4 - Technical 

(1 Question)

  • Q1. Question related to my background and how web site work
Interview experience
1
Bad
Difficulty level
Hard
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via Naukri.com and was interviewed in Oct 2024. There were 3 interview rounds.

Round 1 - Technical 

(3 Questions)

  • Q1. Basics of oops, .net framework and .net core
  • Q2. Sql query for student department id
  • Ans. 

    SQL query to retrieve student department id.

    • Use SELECT statement to retrieve data

    • Specify the columns to be selected, including the department id column

    • Specify the table where the student data is stored

    • Use WHERE clause to filter the results based on student information

  • Answered by AI
  • Q3. Solid principles and design patterns
Round 2 - Technical 

(2 Questions)

  • Q1. Asked to code palindrome
  • Q2. Code duplicate string from main string and get index of sub string
  • Ans. 

    Code to find index of sub string in main string and duplicate the sub string

    • Use a loop to iterate through the main string and check for the sub string

    • If sub string is found, duplicate it and store the index

    • Return the index of the duplicated sub string

  • Answered by AI
Round 3 - HR 

(2 Questions)

  • Q1. Manager asked me to code the count index of substring and sum of substring
  • Q2. Questions as HR informed, it was worst and all interviews were scheduled at night time.he was more technical than the second round team lead instead of asking manager round

Interview Preparation Tips

Interview preparation tips for other job seekers - worst manager round and salary is also provided less compared to market rate.

Skills evaluated in this interview

Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via Walk-in and was interviewed in Nov 2024. There were 2 interview rounds.

Round 1 - Aptitude Test 

1st round is aptitude and pesudocode

Round 2 - Technical 

(2 Questions)

  • Q1. Mostly python questions
  • Q2. List questions and basic to mediumprogram

Interview Preparation Tips

Interview preparation tips for other job seekers - Moderate interview
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via Campus Placement and was interviewed in Oct 2024. There were 3 interview rounds.

Round 1 - Coding Test 

In first round 4 coding question like 1 dsa 2 database and one is api and question is very simple . coding round was conducted in hackerrank

Round 2 - Technical 

(2 Questions)

  • Q1. DSA QUESTION LIKE TREE AND GRAPH
  • Q2. DP AND SORTING APPROACH
Round 3 - Coding Test 

Again same but dsa question and oops concept in deep level

Interview Preparation Tips

Interview preparation tips for other job seekers - good knowledge in dsa , database , programming thats it
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Aptitude Test 

Basic aptitude test with technical and non technical question

Round 2 - Technical 

(1 Question)

  • Q1. What is event loop
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. Security related scenarios.
  • Q2. Integration types and usecases.
  • Ans. 

    Integration types include point-to-point, middleware, and API-based integrations for connecting different systems.

    • Point-to-point integration involves direct connections between two systems.

    • Middleware integration uses a middle layer to connect multiple systems.

    • API-based integration utilizes APIs to connect systems and exchange data.

    • Examples: Salesforce to SAP integration, Salesforce to MailChimp integration, Salesforce

  • Answered by AI

Sophos Technologies Interview FAQs

How many rounds are there in Sophos Technologies Software Engineer Level 1 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 Software Engineer Level 1 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 Computer science, Product Management, Recruitment, Analytical and Analytics.
What are the top questions asked in Sophos Technologies Software Engineer Level 1 interview?

Some of the top questions asked at the Sophos Technologies Software Engineer Level 1 interview -

  1. Oops concept like inheritance, polymorph...read more
  2. Python questions on string and l...read more

Tell us how to improve this page.

Sophos Technologies Software Engineer Level 1 Interview Process

based on 1 interview

Interview experience

5
  
Excellent
View more

Interview Questions from Similar Companies

Globant Interview Questions
3.9
 • 169 Interviews
Chetu Interview Questions
3.3
 • 165 Interviews
Oracle Cerner Interview Questions
3.7
 • 157 Interviews
Thomson Reuters Interview Questions
4.1
 • 111 Interviews
Amadeus Interview Questions
4.0
 • 108 Interviews
UKG Interview Questions
3.1
 • 97 Interviews
Cvent Interview Questions
3.5
 • 84 Interviews
Temenos Interview Questions
3.2
 • 82 Interviews
View all
Sophos Technologies Software Engineer Level 1 Salary
based on 9 salaries
₹9.2 L/yr - ₹12.7 L/yr
17% more than the average Software Engineer Level 1 Salary in India
View more details

Sophos Technologies Software Engineer Level 1 Reviews and Ratings

based on 1 review

4.0/5

Rating in categories

4.0

Skill development

4.0

Work-life balance

4.0

Salary

4.0

Job security

4.0

Company culture

4.0

Promotions

4.0

Work satisfaction

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

₹4 L/yr - ₹11 L/yr

Senior Software Engineer
78 salaries
unlock blur

₹12.7 L/yr - ₹40 L/yr

Network Security Engineer
70 salaries
unlock blur

₹4.7 L/yr - ₹16.4 L/yr

Software Engineer
38 salaries
unlock blur

₹6.3 L/yr - ₹26 L/yr

Software Engineer III
33 salaries
unlock blur

₹11.8 L/yr - ₹30 L/yr

Explore more salaries
Compare Sophos Technologies with

QUICK HEAL TECHNOLOGIES

3.7
Compare

Trend Micro

4.2
Compare

McAfee

4.0
Compare

NortonLifeLock's

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