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

Fullstack Developer

Aristocrat
upvote
share-icon
3 rounds | 1 Coding problems

Interview preparation journey

expand-icon
Preparation
Duration: 3 months
Topics: Array, Pointers, Trees, Web Dev Basics, API's, OOPS, Virtual function, Static and dynamic binding, sessions in web dev, Api security, Web tokens
Tip
Tip

Tip 1 : Try leetcode medium questions of every topic (100 questions each topic)
Tip 2 : Try to explain the approach before writing the code and be sure about the time and space complexity’s 
Tip 3 : Do not confuse with the projects you have mentioned be prepared for the questions related to technology stack and motivation behind the project.

Application process
Where: Referral
Eligibility: NO, but you should comfirm
Resume Tip
Resume tip

Tip 1 : One page resume, with project explained properly
Tip 2 : Include your coding profiles as a link* and it is not necessary to write 10th and 12th percentage or school

Interview rounds

01
Round
Medium
Online Coding Interview
Duration90 Minutes
Interview date4 Feb 2021
Coding problem0

40 MCQ and 2 Coding with 1:30 hours time. C++ and web based questions (HTML, CSS , JS)

02
Round
Medium
Video Call
Duration45 Minutes
Interview date3 Mar 2021
Coding problem1

it was 5:00 PM, Interviewer was very friendly and was a senior person. He asked some medium level SQL Queries. Also asked what are the various DML, DDL commands.

1. Sum Tree

Moderate
29m average time
0/80
Asked in companies
AmazonOracleMicrosoft

For a given binary tree, convert it to its sum tree. That is, replace every node data with sum of its immediate children, keeping leaf nodes 0. Finally, return its preorder.

For example:
The input for the tree depicted in the below image would be :

alt text

1
2 3
4 -1 5 6
-1 7 -1 -1 -1 -1
-1 -1
Explanation :
Level 1 :
The root node of the tree is 1

Level 2 :
Left child of 1 = 2
Right child of 1 = 3

Level 3 :
Left child of 2 = 4
Right child of 2 = null (-1)
Left child of 3 = 5
Right child of 3 = 6

Level 4 :
Left child of 4 = null (-1)
Right child of 4 = 7
Left child of 5 = null (-1)
Right child of 5 = null (-1)
Left child of 6 = null (-1)
Right child of 6 = null (-1)

Level 5 :
Left child of 7 = null (-1)
Right child of 7 = null (-1)

The first not-null node (of the previous level) is treated as the parent of the first two nodes of the current level. The second not-null node (of the previous level) is treated as the parent node for the next two nodes of the current level and so on.
The input ends when all nodes at the last level are null (-1).
Note :
The above format was just to provide clarity on how the input is formed for a given tree. 
 In the input, each value of the sequence will be present on a separate line.
Try solving now
03
Round
Medium
Video Call
Duration60 Minutes
Interview date10 Mar 2021
Coding problem0

60 mins approx and it was morning 9 am, it was taken by manager he asked 4-5 ds algo questions that were not medium but easy i would say if you are able to solve. What are the tech stack you have used?
What are the advantages of using react?. What is the virtual DOM? How does react use the virtual DOM to render the UI?

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
Fullstack Developer
6 rounds | 5 problems
Interviewed by Microsoft
2223 views
0 comments
0 upvotes
company logo
Fullstack Developer
2 rounds | 2 problems
Interviewed by Samsung
2164 views
0 comments
0 upvotes
company logo
Fullstack Developer
2 rounds | 2 problems
Interviewed by Amdocs
1813 views
0 comments
0 upvotes