Upload Button Icon Add office photos

Filter interviews by

Smallcase Technologies Interview Questions and Answers for Freshers

Updated 3 Dec 2024

Smallcase Technologies Interview Experiences for Freshers

Popular Designations

5 interviews found

Interview experience
4
Good
Difficulty level
Easy
Process Duration
4-6 weeks
Result
Not Selected

I applied via LinkedIn and was interviewed in May 2024. There were 3 interview rounds.

Round 1 - One-on-one 

(3 Questions)

  • Q1. Explain your design process?
  • Ans. 

    My design process involves research, ideation, prototyping, testing, and iteration to create user-centered solutions.

    • Research: Gather information about user needs, market trends, and competition.

    • Ideation: Brainstorm and generate ideas for potential solutions.

    • Prototyping: Create low-fidelity and high-fidelity prototypes to visualize concepts.

    • Testing: Conduct user testing to gather feedback and iterate on designs.

    • Iterati...

  • Answered by AI
  • Q2. Most Interesting product you have worked on?
  • Ans. 

    Designing a smart home security system with AI integration

    • Utilized machine learning algorithms to enhance security features

    • Incorporated facial recognition technology for personalized access control

    • Designed a user-friendly mobile app for remote monitoring and control

  • Answered by AI
  • Q3. Name 2 companies/product you love to use and what/why do you love using it?
  • Ans. 

    I love using Apple products for their sleek design and user-friendly interface. I also enjoy using Spotify for its vast music library and personalized playlists.

    • Apple products have sleek design and user-friendly interface

    • Spotify has vast music library and personalized playlists

  • Answered by AI
Round 2 - Assignment 

Whatever the prompt, is deliver it to perfection, everything is scrutinised.

Round 3 - Assignment Discussion 

(1 Question)

  • Q1. Assignment Related Question (Expect questions around why or what and also make sure your ideas are unique, while also delivering the essentials don't miss out on basics/fundamentals in design)

Skills evaluated in this interview

Product Designer Interview Questions asked at other Companies

Q1. What are other things you do apart from designing?
View answer (1)
Interview experience
4
Good
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via LinkedIn and was interviewed in Apr 2024. There was 1 interview round.

Round 1 - Technical 

(2 Questions)

  • Q1. The questions were mostly related to resume
  • Q2. I was asked to solve an easy leetcode question.

Backend Developer Intern Interview Questions asked at other Companies

Q1. 1. Differences between GET and POST 2. What is MVC? 3. I was asked if I knew any PHP framework. 4. SESSION, COOKIE functionalities 5. Some SQL queries.
View answer (1)
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

Software Engineer2 Interview Questions asked at other Companies

Q1. - Given a water -tight orientable 2-manifold, how to find if a point is inside or outside its volume? - Given a bunch of points with their coordinates, how to merge closeby points together? - How to determine if the normals of the two trian... read more
View answer (1)
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

Software Developer Intern Interview Questions asked at other Companies

Q1. Sum of Maximum and Minimum Elements Problem Statement Given an array ARR of size N, your objective is to determine the sum of the largest and smallest elements within the array. Follow Up: Can you achieve the above task using the least numb... read more
View answer (5)

Smallcase Technologies interview questions for popular designations

 Product Designer

 (2)

 Engineer

 (1)

 Growth Officer

 (1)

 Manager

 (1)

 Content Writer

 (1)

 Backend Developer

 (1)

 Software Engineer2

 (1)

 Software Development Engineer II

 (1)

I applied via Referral and was interviewed in Mar 2021. There were 5 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. What is your most favourite well-designed product? What would you change about it?

Product Designer Interview Questions asked at other Companies

Q1. What are other things you do apart from designing?
View answer (1)

Interview questions from similar companies

Interview Questionnaire 

1 Question

  • Q1. Basic Questions of Oops and MVC

I applied via Company Website and was interviewed before Sep 2020. There were 5 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. Asked about some general things related to trading and stock market.

Interview Preparation Tips

Interview preparation tips for other job seekers - Always be confident towards the interview questions and be honest while answering to the interviewer.

I applied via Walk-in and was interviewed before Feb 2021. There was 1 interview round.

Round 1 - Technical 

(1 Question)

  • Q1. How much u gain product knowledge and market knowledge in your previous company it will be tested in technical round and your interpersonal skill also.

Interview Preparation Tips

Interview preparation tips for other job seekers - Present yourself in a simple manner and give prompt reply on the question by the interviewer.

I was interviewed before Mar 2021.

Round 1 - Coding Test 

(2 Questions)

Round duration - 90 Minutes
Round difficulty - Medium

  • Q1. 

    Cycle Detection in a Singly Linked List

    Determine if a given singly linked list of integers forms a cycle or not.

    A cycle in a linked list occurs when a node's next points back to a previous node in the ...

  • Ans. 

    Detect if a singly linked list forms a cycle by checking if a node's next points back to a previous node.

    • Use Floyd's Cycle Detection Algorithm to determine if there is a cycle in the linked list.

    • Maintain two pointers, one moving at double the speed of the other, if they meet at any point, there is a cycle.

    • If one of the pointers reaches the end of the list (null), there is no cycle.

  • Answered by AI
  • Q2. 

    Next Greater Element Problem Statement

    Given a list of integers of size N, your task is to determine the Next Greater Element (NGE) for every element. The Next Greater Element for an element X is the firs...

  • Ans. 

    Find the Next Greater Element for each element in a list of integers.

    • Iterate through the list of integers from right to left.

    • Use a stack to keep track of elements for which the Next Greater Element is not yet found.

    • Pop elements from the stack until a greater element is found or the stack is empty.

    • Assign the Next Greater Element as the top element of the stack or -1 if the stack is empty.

  • Answered by AI
Round 2 - Face to Face 

(1 Question)

Round duration - 60 Minutes
Round difficulty - Medium

  • Q1. How would you design an ATM machine?
  • Ans. 

    Designing an ATM machine involves considering user interface, security measures, transaction processing, and hardware components.

    • User interface should be intuitive and easy to navigate for users of all ages.

    • Implement security measures such as PIN entry, card authentication, and encryption to protect user data.

    • Transaction processing should be fast and reliable, with options for cash withdrawals, deposits, transfers, and...

  • Answered by AI
Round 3 - HR 

Round duration - 45 Minutes
Round difficulty - Easy

Interview Preparation Tips

Professional and academic backgroundI applied for the job as SDE - 1 in BangaloreEligibility criteriaNAGroww interview preparation:Topics to prepare for the interview - DSA, Database Systems, OOP, Operating Systems, Computer NetworksTime required to prepare for the interview - 2 MonthsInterview preparation tips for other job seekers

Tip 1 : Practice DSA daily
Tip 2 : Try to think of the solution first before jumping to the solution
Tip 3 : Go through interview experience
Tip 4 : Have mock interviews

Application resume tips for other job seekers

Tip 1 : Know in depth what is there in your resume
Tip 2 : Mention your skills and work properly

Final outcome of the interviewSelected

Skills evaluated in this interview

I applied via Campus Placement and was interviewed before Oct 2021. There were 2 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 - Technical 

(2 Questions)

  • Q1. 1. What is EBITDA? 2. What is the stock turnover ratio? 3. What are IPO and mutual funds?
  • Ans. 

    Answers to finance-related questions

    • EBITDA stands for Earnings Before Interest, Taxes, Depreciation, and Amortization. It is a measure of a company's profitability.

    • Stock turnover ratio is a measure of how quickly a company sells its stock. It is calculated by dividing the cost of goods sold by the average inventory.

    • IPO stands for Initial Public Offering. It is the first time a company's stock is offered for sale to the...

  • Answered by AI
  • Q2. 1. What are nse and bse? 2. What is derivative market? 3. Name some risk hedging techniques? 4. What is fpo?
  • Ans. 

    This is a set of questions related to finance and stock markets.

    • NSE and BSE are the two major stock exchanges in India.

    • Derivative market is a financial market where investors can trade in financial instruments such as futures, options, and swaps.

    • Risk hedging techniques include diversification, options trading, and futures trading.

    • FPO stands for Follow-on Public Offer, which is a process by which a company raises additi...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - 1. Be confident.
2. Have a positive attitude.
3. Make sure to revise all the basic financial concepts.

Smallcase Technologies Interview FAQs

How many rounds are there in Smallcase Technologies interview for freshers?
Smallcase Technologies interview process for freshers usually has 2 rounds. The most common rounds in the Smallcase Technologies interview process for freshers are Coding Test, One-on-one Round and Technical.
How to prepare for Smallcase Technologies interview for freshers?
Go through your CV in detail and study all the technologies mentioned in your CV. Prepare at least two technologies or languages in depth if you are appearing for a technical interview at Smallcase Technologies. The most common topics and skills that interviewers at Smallcase Technologies expect are Aftereffects, Illustrator, Internship, Photoshop and Sketching.
What are the top questions asked in Smallcase Technologies interview for freshers?

Some of the top questions asked at the Smallcase Technologies interview for freshers -

  1. Explain your design proce...read more
  2. design a LLD of portfolio management system where you can add any stock to your...read more
  3. basic of nodejs & explain how will you build stock portfolio sys...read more

Tell us how to improve this page.

Smallcase Technologies Interview Process for Freshers

based on 4 interviews

Interview experience

4
  
Good
View more

Interview Questions from Similar Companies

Angel One Interview Questions
3.9
 • 135 Interviews
Sharekhan Interview Questions
3.8
 • 81 Interviews
Groww Interview Questions
3.7
 • 65 Interviews
Edelweiss Interview Questions
3.9
 • 58 Interviews
Upstox Interview Questions
3.7
 • 35 Interviews
Paytm Money Interview Questions
3.2
 • 27 Interviews
Motilal Oswal Interview Questions
3.9
 • 19 Interviews
Zerodha Interview Questions
4.1
 • 9 Interviews
View all

Smallcase Technologies Reviews and Ratings

based on 58 reviews

4.3/5

Rating in categories

3.8

Skill development

4.4

Work-life balance

3.8

Salary

3.6

Job security

4.2

Company culture

3.6

Promotions

3.9

Work satisfaction

Explore 58 Reviews and Ratings
Software Engineer
13 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

QA Engineer
13 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Software Developer
10 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Software Development Engineer II
9 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Associate Product Manager
9 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Explore more salaries
Compare Smallcase Technologies with

Zerodha

4.1
Compare

Upstox

3.7
Compare

Groww

3.7
Compare

Paytm Money

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