Aditya Technologies pvt ltd interview experience Real time questions & tips from candidates to crack your interview

SDE - 2

Aditya Technologies pvt ltd
upvote
share-icon
2 rounds | 5 Coding problems

Interview preparation journey

expand-icon
Preparation
Duration: 3 months
Topics: DSA, Spring boot, SQL, Angular 8, Kafka , React , Nosql databases
Tip
Tip

Tip 1 : Don't ignore DSA
Tip 2 : keep practising regularly 
Tip 3 : Start with basics don't jump to tree , linked list straightaway.

Application process
Where: Naukri
Eligibility: No
Resume Tip
Resume tip

Tip 1 : don't bluff 
Tip 2 : make sure you mention your projects in brief

Interview rounds

01
Round
Hard
Video Call
Duration90 minutes
Interview date20 Oct 2022
Coding problem3

It was on video call I was given three questions one by one and he asked me to.write it on eclipse.
Environment was good.
Interview timing was 10am to 11-30am

1. Reverse Linked List

Moderate
15m average time
85% success
0/80
Asked in companies
IBMQuikrMicrosoft

Given a singly linked list of integers. Your task is to return the head of the reversed linked list.

For example:
The given linked list is 1 -> 2 -> 3 -> 4-> NULL. Then the reverse linked list is 4 -> 3 -> 2 -> 1 -> NULL and the head of the reversed linked list will be 4.
Follow Up :
Can you solve this problem in O(N) time and O(1) space complexity?
Problem approach

Create three pointers with one as empty or null second as head third as null 
Then store the next node before changing next of first
Then update previous as current and current as next

Try solving now

2. Detect and Remove Loop

Moderate
10m average time
90% success
0/80
Asked in companies
AmazonMicrosoftFreshworks

Given a singly linked list, you have to detect the loop and remove the loop from the linked list, if present. You have to make changes in the given linked list itself and return the updated linked list.

Expected Complexity: Try doing it in O(n) time complexity and O(1) space complexity. Here, n is the number of nodes in the linked list.

Problem approach

Traverse list and keep the node address in jash table and while storing in hash table then return true

Try solving now

3. Binary to decimal

Easy
0/40
Asked in companies
SamsungSnapdeal Ltd.

Given a binary number as an integer N, convert it into decimal and print.

Try solving now
02
Round
Hard
Telephonic
Duration30 minutes
Interview date20 Oct 2022
Coding problem2

Interviewer was mainly concerned with the basic he asked basics of spring boot and then processes and threads.

1. System Design Question

When we receive request in API in spring boot then it comes as a thread or as a process?

Problem approach

Tip 1: think in basic way I thought like if it were process and if process crashed then your whole application would crash so I answered thread
 

2. Design Question

Design patterns

Problem approach

Tip 1: implement the design patterns in your project 
 

Here's your problem of the day

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

Skill covered: Programming

What is recursion?

Choose another skill to practice
Similar interview experiences
company logo
SDE - 1
4 rounds | 8 problems
Interviewed by Amazon
8518 views
0 comments
0 upvotes
Analytics Consultant
3 rounds | 10 problems
Interviewed by ZS
907 views
0 comments
0 upvotes
company logo
SDE - Intern
1 rounds | 3 problems
Interviewed by Amazon
3320 views
0 comments
0 upvotes
company logo
SDE - 2
4 rounds | 6 problems
Interviewed by Expedia Group
2581 views
0 comments
0 upvotes
Companies with similar interview experiences
company logo
SDE - 2
5 rounds | 12 problems
Interviewed by Walmart
29570 views
8 comments
0 upvotes
company logo
SDE - 2
3 rounds | 4 problems
Interviewed by HashedIn
9584 views
0 comments
0 upvotes
company logo
SDE - 2
3 rounds | 5 problems
Interviewed by Amazon
6678 views
1 comments
0 upvotes