One Convergence interview experience Real time questions & tips from candidates to crack your interview

SDE - 1

One Convergence
upvote
share-icon
3 rounds | 5 Coding problems

Interview preparation journey

expand-icon
Preparation
Duration: 6 months
Topics: Operating System, Computer Networks, DBMS, Data Structure, OOPS
Tip
Tip

Tip 1 : Do at least some project work.
Tip 2 : Practice at least 250 questions.

Application process
Where: Campus
Eligibility: Above 6 CGPA
Resume Tip
Resume tip

Tip 1 : Put some projects on resume.
Tip 2 : Do not put false things on resume.

Interview rounds

01
Round
Medium
Face to Face
Duration60 minutes
Interview date29 Sep 2020
Coding problem1

1. Project And OS Questions

1. Explain your final year project
2. What is grey hole attack?
3. What is semaphore?
4. What is mutex?
5. Difference between mutex and semaphore.
6. What is virtual memory?
7. Difference between thread and process.
8. Write a program to implement semaphore

02
Round
Medium
Face to Face
Duration40 minutes
Interview date29 Sep 2020
Coding problem3

1. Computer Networks and OS Questions

What is SSH, SSL, SDN ?
Difference between TCP and UDP ?
What is virtual, physical memory?
What is critical section?

2. Middle of Linked List

Easy
20m average time
80% success
0/40
Asked in companies
SamsungInfosysCognizant

Given a singly linked list of 'N' nodes. The objective is to determine the middle node of a singly linked list. However, if the list has an even number of nodes, we return the second middle node.

Note:
1. If the list is empty, the function immediately returns None because there is no middle node to find.
2. If the list has only one node, then the only node in the list is trivially the middle node, and the function returns that node.
Try solving now

3. Convert Bst To The Greater Sum Tree

Moderate
30m average time
70% success
0/80
Asked in companies
AmazonMathworksCultfit

You have been given a Binary Search Tree of integers. You are supposed to convert it to a greater sum tree such that the value of every node in the given BST is replaced with the sum of the values of all the nodes which are greater than the value of the current node in the tree.

A Binary Search Tree is a tree, whose internal nodes each store a value greater than all the values in the node's left subtree and less than those in its right subtree.

Note :

You need to modify the given tree only. You are not allowed to create a new tree.
For example:
For the given binary search tree

Example

11 will be replaced by {15 + 29 + 35 + 40}, i.e. 119.
2 will be replaced by {7 + 11 + 15 + 29 + 35 + 40}, i.e. 137.
29 will be replaced by {35 + 40}, i.e. 75.
1 will be replaced by {2 + 7 + 11 + 15 + 29 + 35 + 40}, i.e. 139.
7 will be replaced by {11 + 15 + 29 + 35 + 40}, i.e. 130.
15 will be replaced by {15 + 29 + 35 + 40}, i.e. 104.
40 will be replaced by 0 {as there is no node with a value greater than 40}.
35 will be replaced by {40}, i.e. 40.
Try solving now
03
Round
Medium
Face to Face
Duration40 minutes
Interview date29 Dec 2020
Coding problem1

1. OS and DBMS Questions

What is deadlock?
What is segmentation fault?
What is page fault?
What is exception?
What will be stored in data section, heap, stack in memory?
What are application of stacks?
What is TTL in ipv4 and its uses?
What is priority inversion?
What is priority inheritance?
What is normalisation and denormalisation

Here's your problem of the day

Solving this problem will increase your chance to get selected in this company

Skill covered: Programming

Which SQL keyword removes duplicate records from a result set?

Choose another skill to practice
Similar interview experiences
Software Developer
3 rounds | 13 problems
Interviewed by One Convergence
795 views
0 comments
0 upvotes
company logo
SDE - 1
3 rounds | 7 problems
Interviewed by OYO
1632 views
0 comments
0 upvotes
company logo
SDE - 1
3 rounds | 9 problems
Interviewed by Salesforce
1100 views
0 comments
0 upvotes
company logo
System Engineer
2 rounds | 2 problems
Interviewed by Tata Consultancy Services (TCS)
878 views
0 comments
0 upvotes
Companies with similar interview experiences
company logo
SDE - 1
5 rounds | 12 problems
Interviewed by Amazon
107832 views
24 comments
0 upvotes
company logo
SDE - 1
4 rounds | 5 problems
Interviewed by Microsoft
52129 views
5 comments
0 upvotes
company logo
SDE - 1
3 rounds | 7 problems
Interviewed by Amazon
32261 views
6 comments
0 upvotes