i
SquadStack
Filter interviews by
I was interviewed in Jul 2021.
Round duration - 15 minutes
Round difficulty - Easy
They called around afternoon to know more about me. It happened over a phone call. Don't lie about anything as they do some screening. Asked reason for change.
Are you ready to relocate?
Why do you want to join us?
What are your strengths?
Tip 1: Tell them honestly whatever is the reason
Tip 2:
Tip 3:
Round duration - 150 minutes
Round difficulty - Medium
Asked 5 coding questions on DSA. Total marks were 250. Each question has a different weightage. They give you around a week to complete the round.
If the input tree is as depicted in the picture:
The Left View of the tree will be: 2 35 2
This problem can be solved through recursion.We will maintain max_level variable which will keep track of maxLevel and will pass current level in recursion as argument. Whenever we see a node whose current level is more than maxLevel then we will print that node as that will be first node for that current level. Also update maxLevel with current level.
Space Complexity: O(n)Explanation:O(N), where ‘N’...
O(1) because the extra space being used (looping vari...
The basic idea of this approach is to break the original problem into sub-problems. Let us assume we want to find the length of the longest common subsequence of “STR1” and “STR2” whose length is ‘N’ and ‘M’ respectively.
Now, let us define a recursive function
LCS(Int I, int J, string STR1, string STR2)
Which returns the length of the longest common subsequence of string STR1...
Round duration - 20 minutes
Round difficulty - Easy
Asks questions about your experience. Gives introduction to the role and what you'll be doing. Ask any questions about the company, culture or job.
Which tech stack have you worked on ?
Tip 1 : Just answer honestly. It doesn't matter if you have worked on a different tech stack than their job description
Round duration - 120 minutes
Round difficulty - Medium
Design a parking lot system.
Tip 1 : Write neat code with comments. Also write the readme to explain your code.
Round duration - 60 minutes
Round difficulty - Easy
Asked technical questions around DBMS and Java.
What are ACID properties.
Tip 1 : Read about DBMS concepts.
What is an Inner Join?
Round duration - 60 minutes
Round difficulty - Easy
2 coding questions were asked in this round. It was easier than the previous online coding round.
1. Split the string with regex matching + sign
2. Thus, every element in the resultant String array has either a single number or an expression of products.
3. Now traverse through the array to find indices having products.
4. Split the product expression with regex matching * sign
5. Now multiply every number that was split using * sign in Step 4.
6. Finally, every index has only numbers that need to be added for the final...
The idea is to choose a peak value at the ‘dayNumber’ th index. Then we can create the array like a mountain with the peak of the mountain being at the ‘dayNumber’ th index. The sum of the elements of this array must be less than or equal to maxVaccines.If we find that the sum is greater, then we have chosen a high peak value, and if it is less, then it means we have chosen a smaller peak value. So we ...
Round duration - 60 minutes
Round difficulty - Medium
It was a bar raiser round where they ask system design questions mostly around APIs and Databases.
Asked to create APIs and design tables.
They give a problem statement and ask to create different APIs according to the requirements. Also create db tables for the same. The APIs might need to join two tables.
Tip 1 : Read about APIs and Db design.
Round duration - 60 minutes
Round difficulty - Easy
Round with one of the founders to see for cultural fit. General questions about you, your journey, reason for change, priorities when looking for a job.
What are the top 3 things you look for in a job?
Why do you want change?
Tip 1 : Don't lie and be honest. If you're not right for the company, then the company is also not right for you.
Tip 2 : Ask questions.
Tip 1 : Practice DSA
Tip 2 : Practice OOP
Tip 3 : Be honest
Tip 1 : Don't lie anything on your resume
Tip 2 : Keep it crisp and one page max
I was interviewed before May 2021.
Round duration - 30 minutes
Round difficulty - Easy
The round was a resume walkthrough and one question related to DS as I mentioned one project related to that.
It happened in the morning. You should walkthrough your resume before going for this round.
Since the round was a resume walkthrough, and they asked question related to the scale handling in the mentioned project
Round duration - 60 minutes
Round difficulty - Medium
Round contained 1 DSA question
Co...
Tip 1 : ease walkthrough the recursion tree that you are trying to think in your mind for this problem
Round duration - 60 minutes
Round difficulty - Easy
A problem based on data and I had to find some interference from the same
The problem was focused on how you can make queries to find what the data is interpreting.
It was more of a discussion round to check how much you are good with the data
Tip 1 : Be open with your thoughts
Round duration - 60 minutes
Round difficulty - Easy
This was a culture fit round based on questions like why do you want to join a startup?
What do you expect working in a startup and how would you solve a challenge you are facing.
The career path that you are aiming
Questions like
Why do you want to join a start up?
What career path are you aiming for?
Any interesting problem that you have solved before.
Tip 1 : Focus more on getting to the approaches whatever comes to your mind and not just thinking right the approach.
Tip 2 : Expect question related to system design in a start up interviews
Tip 1 : You should have good projects and you should know about them very well
Tip 2 : You can try any simple format that looks concise
posted on 26 Oct 2024
It consist of mcq's and 2 programs
Stream API in Java provides a way to process collections of objects in a functional style.
Stream API allows for easy manipulation of collections using functional programming concepts like map, filter, and reduce.
It supports lazy evaluation, allowing for efficient processing of large datasets.
Example: stream.filter(x -> x > 5).map(x -> x * 2).forEach(System.out::println)
Designed a microservices architecture using Docker and Kubernetes for a real-time analytics platform
Utilized Docker containers to encapsulate each microservice
Implemented Kubernetes for container orchestration and scaling
Used Kafka for real-time data streaming between microservices
posted on 17 Oct 2023
I applied via Recruitment Consulltant and was interviewed in Sep 2023. There were 5 interview rounds.
Mettal test which is online. This test contains question from apptiitude and technical. You need to get minimum 50%.
I applied via Naukri.com and was interviewed in May 2024. There was 1 interview round.
Create and explain project
Real-time project scenario involves monitoring and controlling processes as they happen, ensuring timely responses and adjustments.
Real-time data collection and analysis
Immediate feedback and decision-making
Continuous monitoring and optimization
Examples: real-time monitoring of manufacturing processes, real-time traffic management systems
I applied via campus placement at Indian Institute of Technology (IIT), Bhuvaneshwar and was interviewed in Nov 2022. There were 4 interview rounds.
The number of people who can enroll in playing a game from a particular college depends on various factors.
The popularity of the game among students
The availability of resources to support the game
The capacity of the gaming facility
The interest and participation level of the college community
The rules and regulations set by the college administration
based on 2 reviews
Rating in categories
Telecaller
40
salaries
| ₹0.5 L/yr - ₹6 L/yr |
Business Operations Analyst
23
salaries
| ₹3.6 L/yr - ₹7.3 L/yr |
Sales Expert
18
salaries
| ₹1.5 L/yr - ₹3.6 L/yr |
Product Engineer
17
salaries
| ₹12 L/yr - ₹21 L/yr |
Business Analyst
15
salaries
| ₹5.5 L/yr - ₹12 L/yr |
Saama Technologies
Magic Edtech
JoulestoWatts Business Solutions
Cyfuture