Filter interviews by
Microservices architecture with containerization using Docker and Kubernetes
Utilizes microservices architecture for scalability and flexibility
Each microservice is containerized using Docker for easy deployment and management
Orchestrated using Kubernetes for automated scaling and load balancing
Our current application architecture follows a microservices design pattern with a combination of front-end and back-end services.
Utilizes Docker containers for easy deployment and scalability
Uses RESTful APIs for communication between services
Front-end built with React.js and back-end services in Node.js
Data storage handled by MongoDB for flexibility and scalability
I have experience designing scalable and efficient software architectures for various projects.
Utilize microservices architecture for scalability and flexibility
Implement RESTful APIs for communication between components
Use containerization with Docker for easy deployment and management
Leverage cloud services like AWS or Azure for scalability and reliability
Top trending discussions
I applied via Campus Placement
2 coding questions and a few MCQs
I applied via Company Website and was interviewed in Oct 2024. There were 2 interview rounds.
3 sum problem was asked to complete
Take home project to design app
posted on 31 Jan 2025
I was interviewed in Dec 2024.
The assessment consisted of an online round lasting one hour, during which there were 33 questions, all of which were challenging, including the multiple-choice questions. The questions were divided into six subsections: 1. Data Structures and Algorithms (DSA) - with a problem related to dynamic programming or recursion; 2. Java; 3. Java 8; 4. Spring; 5. Spring Boot; 6. Microservices.
Garbage collector in Python is a built-in feature that automatically manages memory by reclaiming unused memory space.
Garbage collector in Python helps in automatically deallocating memory of objects that are no longer in use.
It prevents memory leaks by freeing up memory that is no longer needed.
Python's garbage collector uses reference counting and a cycle-detecting algorithm to manage memory efficiently.
posted on 6 Mar 2024
I applied via campus placement at National Institute of Technology (NIT), Calicut and was interviewed in Jul 2023. There were 3 interview rounds.
Graphs and arrays tricky questions
The question is about reversing a linked list.
Iterative approach: Use three pointers to reverse the links between nodes.
Recursive approach: Recursively reverse the rest of the list and then fix the links.
Example: Given a linked list 1 -> 2 -> 3 -> 4, the reversed list will be 4 -> 3 -> 2 -> 1.
I applied via Campus Placement and was interviewed in Dec 2022. There were 3 interview rounds.
I like to choose topics java, c, python, html etc
About java, python, c, c++, html and about coding language
Hoe to built skill discussion about problem and how solve it
I was interviewed in Mar 2021.
Round duration - 120 minutes
Round difficulty - Medium
This was the online round held at Hackerearth. All students who met the eligibility criteria were shared link for the online test on hackerearth.
Given a string str
of size N
, your task is to recursively remove consecutive duplicates from this string.
T (number of test cases)
N (length of the ...
The idea is here to use recursion as mentioned in the problem statement. For each character either it will be included in the answer or not, how to decide this at each point?
We will compare the last and 2nd last character of the string each time if they are equal we will remove the last and call recursion for the remaining string, if they both are not equal then we will append the last character into our final...
Given a binary tree of integers, your task is to calculate the sum of all the leaf nodes present at the deepest level of this binary tree. If there are no such nodes, ...
The idea is pretty simple. First, we will find the deepest level of the given binary tree, say ‘maxDepth’. We can do this with a single traversal of the binary tree.
After finding the deepest level of the binary tree, we will again traverse the given tree. Also, we will maintain a ‘sum’ and ‘currLevel’ variable for each node in the tree. Whenever the ‘currLevel’ which represents the level of the ...
Round duration - 60 minutes
Round difficulty - Medium
This Round was DS and Algo round and it started with formal introduction, followed by 2 problems.There were 2 interviewers. We first dicussed the approach the time complexity and proper code covering all cases.
Determine if a permutation of a given string S
can form a palindrome.
string S = "aab"
"True"
The permutation "aba" o...
Determine if a given word 'W' is present in the sentence 'S' as a complete word. The word should not merely be a substring of another word.
The first line contains an in...
The basic idea of this approach is to check each word of the given sentence ‘S’ if it matches with the given word ‘W’.
Consider the following steps:
Round duration - 30 mintues
Round difficulty - Easy
This is a cultural fitment testing round .HR was very frank and asked standard questions. Then we discussed about my role.
Tip 1 : Have atleast one internship/project in your domain...Will help you to gain exposure
Tip 2 : Do good practice of advanced data structures like Tries,graphs etc.
Tip 3 : Be good in your communication
Tip 1 : Keep your resume up to date and mention three or four good level projects which will give a good impression to the interviewer
Tip 2 : You should be well aware and knowledgeable about all the things that are mentioned in your resume.
The test was quite simple but the interviewer was not ready to accept the solution. Even with complete dry run and working output he denied the solution giving a very vague reason.
based on 1 interview
Interview experience
based on 13 reviews
Rating in categories
Software Engineer
1k
salaries
| ₹7.7 L/yr - ₹27 L/yr |
Senior Software Engineer
956
salaries
| ₹11.2 L/yr - ₹40 L/yr |
Analyst
221
salaries
| ₹4.2 L/yr - ₹17.9 L/yr |
Senior Analyst
220
salaries
| ₹7.3 L/yr - ₹25 L/yr |
Lead Software Engineer
164
salaries
| ₹18 L/yr - ₹60 L/yr |
Home Depot
Ace Hardware
Menards
Sherwin Williams Paints