Open In App

Sophos Technologies Interview Experience | SDE Profile | On Campus

Last Updated : 12 Sep, 2018
Improve
Improve
Like Article
Like
Save
Share
Report

Sophos Technologies had visited our campus in September for the role of Software Development Engineer. The drive comprised of One Written Round and One Face to Face Interview.

Round 1

Written test consisted of 40 Multiple choice Questions of C++ and Java, 20 each. In both the sections, questions were mainly output and OOP concepts based. The round was not very difficult, just required the good knowledge of OOP.

15 students were shortlisted for the next round.

Advice : The test was easy, just be thorough with Object Oriented Concepts of C++ and Java. Refer https://www.indiabix.com/ for practicing the Objecive type questions . 🙂

Round 2 (F2F Interview of around 30 minutes)

There were 2 interviewers, they were very chill and made sure that I was comfortable and then started.

They quickly went through my resume as there was Python written all over my resume. Then he asked some general questions like:

Why do you prefer Python? Which is better Python or Java and why?

Then he asked me about my Internship project and a few questions about how does a website work on the server part.

After the resume discussion, he gave me a choice between C++ and Java for the further discussion. I chose Java. Then he started questions from Round 1 Java Section, about how did you approached the particular question and all. After that, he started with Java Conceptual Questions.

  1. What is a Priority Queue ? From their the discussion went towards Heap, Binary Tree, Binary Search Tree. What is the difference between heap and a binary tree? What is BFS and DFS? What if we use any other data structure then Queue? Give any practical application of Priority Queue?
  2. How much memory does float take in Java?
  3. You are given declaration of variable in Java Code “float 45.4;”. Why is this illegal ?
  4. Can I store 45.40 in float ?
  5. Suppose if a Java codes get terminated before its final execution. What changes can you make in code to resolve this or how can we detect this problem in code?
  6. Can Segmentation fault be detected through try-catch block in Java? Which Exception is used for Segmentation fault ? What is a nullPointerException ?
  7. What is static ?
  8. *Suppose there is a class with some data members and functions, will it occupy any memory? Why or Why not? Suppose if we imported 1000 of classes from any library, will it be occupying any memory?

When the results were announced, Only 4 students were selected out of 15 and I was one of them. 🙂 🙂

The selection process was not very rigorous as they were very profile specific. They were looking for students with good knowledge of C++ and Java. Though you should have basic knowledge of Data Structures and Algorithms. Also, have some knowledge of practical application of Data structures.

Advice: Prepare one of these two languages very well. And be thorough with Object Oriented Concepts. Keep practicing.


Like Article
Suggest improvement
Previous
Next
Share your thoughts in the comments

Similar Reads