Upload Button Icon Add office photos

Filter interviews by

Smallcase Technologies Software Engineer2 Interview Questions and Answers

Updated 15 Oct 2024

Smallcase Technologies Software Engineer2 Interview Experiences

1 interview found

Interview experience
3
Average
Difficulty level
Moderate
Process Duration
-
Result
Not Selected

I was interviewed before Oct 2023.

Round 1 - Technical 

(2 Questions)

  • Q1. Questions about Resume
  • Q2. High Level Discussion about tools like Kafka, Redis, Mongo
Round 2 - Coding Test 

Design a working nodejs portfolio platform with api's and some condition

Interview Preparation Tips

Interview preparation tips for other job seekers - Should have a hand on experience about nodejs

Interview questions from similar companies

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

I was interviewed in Dec 2024.

Round 1 - Group Discussion 

Topic: Online vs Offline Education.

Round 2 - Coding Test 

They gave us 8 coding problems and instructed us to solve 5 within a time limit of 1 hour and 30 minutes; all problems were from the easy and medium on LeetCode.

Round 3 - Technical 

(2 Questions)

  • Q1. Data Structures and Algorithms (DSA), time complexity, and the explanation of code written during the coding round.
  • Q2. Question from the Core java.
Round 4 - Technical 

(2 Questions)

  • Q1. In-depth question from DSA like implement linked-list and stack, questions from Tree and linear and binary search.
  • Q2. Explanation of college projects and questions from resume.
Round 5 - HR 

(1 Question)

  • Q1. Simple HR questions.

Interview Preparation Tips

Interview preparation tips for other job seekers - Focus on diligently practicing data structures and algorithms (DSA), specifically through LeetCode questions, while also emphasizing time and space complexity and foundational computer science principles.
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
1
Bad
Difficulty level
Easy
Process Duration
2-4 weeks
Result
No response

I applied via campus placement at Kamla Nehru Institute of Technology, Sultanpur and was interviewed in Dec 2023. There were 4 interview rounds.

Round 1 - Group Discussion 

There was basic GD topic

Round 2 - Aptitude Test 

(1 Question)

  • Q1. Google form was shared in which 15 questions were there and 3 were apti questions (work ,time ,speed) and others were from java programming and the time given was 2 hours.
Round 3 - Technical 

(1 Question)

  • Q1. In this only you will be asked theoretical questions like DBMS, JAVA, Programming, Your Project for programming he will ask only logic and will not ask you to code.
Round 4 - Technical 

(4 Questions)

  • Q1. Count the number of words and their frequency
  • Ans. 

    Count the number of words and their frequency

    • Split the given text into words using whitespace as delimiter

    • Create a dictionary to store the word frequency

    • Iterate through each word and update the frequency in the dictionary

    • Return the dictionary with word frequency

  • Answered by AI
  • Q2. Count frequency of characters.
  • Ans. 

    Count the frequency of characters in a given string.

    • Iterate through the string and use a hash map to store the count of each character.

    • Initialize the count of each character to 0 and increment it as you encounter the character.

    • Finally, iterate through the hash map to get the frequency of each character.

  • Answered by AI
  • Q3. Reversing the array
  • Ans. 

    Reverses an array of strings

    • Use a loop to iterate through half of the array

    • Swap the elements at the current index with the corresponding element from the end of the array

  • Answered by AI
  • Q4. Implementing the comparator function for sorting
  • Ans. 

    Implementing the comparator function for sorting an array of strings.

    • Use the built-in sort() function in most programming languages.

    • Define a custom comparator function that compares two strings.

    • Return a negative value if the first string should come before the second, a positive value if it should come after, and 0 if they are equal.

    • Example: ['apple', 'banana', 'cherry'] can be sorted in alphabetical order using the co

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Company is good but i noticed interviewer was biased towards girls as fresher. One of the interviewer named as Prem Kumar who took my 4 th round which was a technical interview was taking interview of boys for 25 minutes and was giving no hints to boys and was making fun of boys when they were getting stuck in programming but he took interview of girls for 1 hr 15-20 minutes and also he gave hints to girls when they got stuck in programming.
he was asking the same questions from everyone he [prem kumar ] knew only 2-3 programming questions and the same questions were asked to each of us some of the boys were asked only 1 questions and he left the meeting by saying "better luck next time".

Skills evaluated in this interview

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

Smallcase Technologies Interview FAQs

How many rounds are there in Smallcase Technologies Software Engineer2 interview?
Smallcase Technologies interview process usually has 2 rounds. The most common rounds in the Smallcase Technologies interview process are Technical and Coding Test.

Tell us how to improve this page.

Smallcase Technologies Software Engineer2 Interview Process

based on 1 interview

Interview experience

3
  
Average
View more

Interview Questions from Similar Companies

Angel One Interview Questions
3.9
 • 135 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