Upload Button Icon Add office photos

Filter interviews by

Smallcase Technologies Software Developer Intern Interview Questions and Answers

Updated 26 Feb 2024

Smallcase Technologies Software Developer Intern Interview Experiences

1 interview found

Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Referral and was interviewed in Aug 2023. There were 2 interview rounds.

Round 1 - Coding Test 

Array problem related to

Round 2 - One-on-one 

(1 Question)

  • Q1. Basic of nodejs & explain how will you build stock portfolio system

Interview Preparation Tips

Interview preparation tips for other job seekers - Problem solving is the major focus

Interview questions from similar companies

Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(1 Question)

  • Q1. Types of garbage collectors
Round 2 - HR 

(1 Question)

  • Q1. Salary negotiation
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Coding Test 

2 coding questions based on DSA.

Round 2 - Technical 

(2 Questions)

  • Q1. Easy coding problem.
  • Q2. Medium coding problem.
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via Recruitment Consulltant and was interviewed in Mar 2024. There were 2 interview rounds.

Round 1 - Coding Test 

DSA medium level questions were asked.

Round 2 - One-on-one 

(2 Questions)

  • Q1. Design MakeMyTrip kind of application.
  • Ans. 

    MakeMyTrip is a travel booking application that allows users to book flights, hotels, and holiday packages.

    • Include features like flight/hotel search, booking, payment gateway integration, and user profiles.

    • Implement filters for search results, reviews/ratings for hotels, and notifications for booking updates.

    • Integrate maps for location tracking, weather forecasts, and customer support chatbot.

    • Offer discounts, loyalty p...

  • Answered by AI
  • Q2. Oops based questions.

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare well for LLD.

Skills evaluated in this interview

Interview experience
2
Poor
Difficulty level
Hard
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via Company Website and was interviewed in Sep 2023. There were 3 interview rounds.

Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Keep your resume crisp and to the point. A recruiter looks at your resume for an average of 6 seconds, make sure to leave the best impression.
View all tips
Round 2 - Coding Test 

Hackerrank questions which are not hard to complete, both are to implement functions of a class. LC medium level. After completing both questions still reject

Round 3 - did not pass 

(1 Question)

  • Q1. Not applicable at this point
Interview experience
3
Average
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Not Selected

I applied via Social media and was interviewed in Mar 2023. There were 4 interview rounds.

Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Don’t add your photo or details such as gender, age, and address in your resume. These details do not add any value.
View all tips
Round 2 - Aptitude Test 

Must contain some questions which will be considered as a qualifier test for next round .it will have some passout marks to get into a next round .

Round 3 - Technical 

(1 Question)

  • Q1. About skills and communication skills
Round 4 - HR 

(1 Question)

  • Q1. About introduction and some questions related to job
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Properly align and format text in your resume. A recruiter will have to spend more time reading poorly aligned text, leading to high chances of rejection.
View all tips
Round 2 - Coding Test 

70 minutes test, and 4 questions

Round 3 - One-on-one 

(1 Question)

  • Q1. Behavioural Queston
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - One-on-one 

(1 Question)

  • Q1. MVC , C#, ASP.net
Round 2 - One-on-one 

(1 Question)

  • Q1. Managerial question
Interview experience
5
Excellent
Difficulty level
Hard
Process Duration
Less than 2 weeks
Result
Selected Selected

I was interviewed before Feb 2024.

Round 1 - Coding Test 

First round was a coding test which has 2 problem solving questions and 3 subjective questions based on C++

Round 2 - Technical 

(1 Question)

  • Q1. This is also based on problem solving and DSA. A small part will be OS and network.
Round 3 - Coding Test 

More of a subjective round, highly focused on OS, networking and computer architecture.

Round 4 - Technical 

(1 Question)

  • Q1. This round is with the HM, totally subjective. Highly focused on past experience, current projects etc.
Round 5 - HR 

(1 Question)

  • Q1. HR discussion mostly questions are related to past and current experience.

Interview Preparation Tips

Interview preparation tips for other job seekers - CS fundamentals should be very strong.

I was interviewed in Jun 2022.

Round 1 - Coding Test 

(2 Questions)

Round duration - 70 Minutes
Round difficulty - Hard

The test link was active for a week, and you can give anytime you like. The IDE was very good and self explanatory. There were 2 coding questions and 15 aptitude questions.

  • Q1. 

    Unweighted Graph Shortest Path Problem

    You are tasked with finding the shortest path between two houses in the city of Ninjaland, represented as an unweighted graph. The city has N houses numbered from 1 ...

  • Ans. 

    This is a straight forward application of Floyd Warshal algorithm

  • Answered Anonymously
  • Q2. 

    Check If Two Nodes Are Cousins

    You are given an arbitrary binary tree consisting of N nodes, where each node is associated with a certain value, and two node values, a and b. Your task is to determine if ...

  • Ans. 

    This was a modified version of DFS on tree and storing the results in a dp to avoid recalculation.

  • Answered Anonymously
Round 2 - Video Call 

(2 Questions)

Round duration - 60 Minutes
Round difficulty - Medium

It contained two programming questions.

  • Q1. 

    Counting Nodes in a Complete Binary Tree - Problem Statement

    Given the root of a complete binary tree, calculate the total number of nodes in this tree.

    A complete binary tree is defined as a binary tree...

  • Ans. 

    The basic solution of this problem is easy. You just need to do a level order traversal of the tree and wherever you find the first vacant spot, you can enter the node there.
    The trick was to find the optimal solution. You need to use the property of almost full binary tree. Knowing the value of the node to enter, you can directly eliminate one side of the tree and just traverse the other side of the tree.

  • Answered Anonymously
  • Q2. 

    Rearrange Array Numbers for Largest Possible Number

    Given an array ARR consisting of non-negative integers, rearrange the numbers to form the largest possible numerical value. You are not permitted to alt...

  • Ans. 

    This was a standard array manipulation problem. You just need to find the cases that should be satisfied by the second largest number.

  • Answered Anonymously
Round 3 - Video Call 

(1 Question)

Round duration - 60 Minutes
Round difficulty - Medium

This was more of a interaction round with some technical skills.

  • Q1. Can you explain the ACID properties and the rollback mechanism in DBMS?
  • Ans. 

    Tip 1 : Focus on the basics of DBMS 
    Tip 2 : Try applying the DBMS concepts on the problems at hand.

  • Answered Anonymously

Interview Preparation Tips

Eligibility criteria8 CGPATower Research Capital interview preparation:Topics to prepare for the interview - DSA and Algorithms, OOPS, Database, OS, NetworksTime required to prepare for the interview - 6 monthsInterview preparation tips for other job seekers

Tip 1 : Focus on different varieties of problems, quality of problems matter greater than the quantity.
Tip 2 : Focus on design thinking, that will help in rounds other than problem solving.

Application resume tips for other job seekers

Tip 1 : Focus on demonstrating your academic excellence and course projects
Tip 2 : Mention internship details with clarity

Final outcome of the interviewSelected

Skills evaluated in this interview

Smallcase Technologies Interview FAQs

How many rounds are there in Smallcase Technologies Software Developer Intern interview?
Smallcase Technologies interview process usually has 2 rounds. The most common rounds in the Smallcase Technologies interview process are Coding Test and One-on-one Round.

Tell us how to improve this page.

Smallcase Technologies Software Developer Intern Interview Process

based on 1 interview

Interview experience

5
  
Excellent
View more

Interview Questions from Similar Companies

Angel One Interview Questions
4.0
 • 133 Interviews
Sharekhan Interview Questions
3.9
 • 78 Interviews
Groww Interview Questions
3.8
 • 65 Interviews
Edelweiss Interview Questions
3.9
 • 59 Interviews
Upstox Interview Questions
3.7
 • 35 Interviews
Paytm Money Interview Questions
3.2
 • 30 Interviews
Motilal Oswal Interview Questions
3.8
 • 19 Interviews
View all
Software Engineer
13 salaries
unlock blur

₹16 L/yr - ₹33 L/yr

QA Engineer
13 salaries
unlock blur

₹9.5 L/yr - ₹15 L/yr

Software Developer
10 salaries
unlock blur

₹12 L/yr - ₹25 L/yr

Software Development Engineer II
9 salaries
unlock blur

₹18 L/yr - ₹32 L/yr

Associate Product Manager
9 salaries
unlock blur

₹10 L/yr - ₹14.5 L/yr

Explore more salaries
Compare Smallcase Technologies with

Zerodha

4.2
Compare

Upstox

3.7
Compare

Groww

3.8
Compare

Paytm Money

3.2
Compare
Did you find this page helpful?
Yes No
write
Share an Interview