Upload Button Icon Add office photos
Engaged Employer

i

This company page is being actively managed by Snapmint Credit Advisory Team. If you also belong to the team, you can get access from here

Snapmint Credit Advisory Verified Tick

Compare button icon Compare button icon Compare

Filter interviews by

Snapmint Credit Advisory Software Development Engineer 1 Interview Questions and Answers

Updated 30 Mar 2023

Snapmint Credit Advisory Software Development Engineer 1 Interview Experiences

1 interview found

Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
Selected Selected
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 

(5 Questions)

  • Q1. What is useState in react?
  • Ans. 

    useState is a hook in React that allows functional components to have state.

    • useState is used to declare state variables in functional components.

    • It returns an array with two values: the current state value and a function to update it.

    • The initial state can be passed as an argument to useState.

    • Example: const [count, setCount] = useState(0);

  • Answered by AI
  • Q2. What is useEffect in react?
  • Ans. 

    useEffect is a hook in React that allows you to perform side effects in functional components.

    • It replaces componentDidMount, componentDidUpdate, and componentWillUnmount.

    • It takes two arguments: a function that performs the side effect and an array of dependencies.

    • The function is called after every render, unless the dependencies haven't changed.

    • Common use cases include fetching data, setting up event listeners, and upd...

  • Answered by AI
  • Q3. Given a react problem and tell me to find the bug over there.
  • Ans. 

    To find a bug in a React problem

    • Check the console for any error messages

    • Use React Developer Tools to inspect the component tree and state

    • Check if the props and state are being updated correctly

    • Check if the lifecycle methods are being called in the correct order

    • Check if the event handlers are bound correctly

    • Check if the JSX syntax is correct

  • Answered by AI
  • Q4. Ask about basic JS questions.
  • Q5. Ask about basic CSS ideas.
Round 3 - Other Rounds 

(1 Question)

  • Q1. There was a total of 5 rounds, where 4 rounds were technical-based only (VP round is included) and the final round with the co-founder only which is similar to the HR or managerial round.

Interview Preparation Tips

Interview preparation tips for other job seekers - Nothing but want to say, just focus on your basic which is more than enough.

Skills evaluated in this interview

Top trending discussions

View All
Interview Tips & Stories
1w
toobluntforu
·
works at
Cvent
Can speak English, can’t deliver in interviews
I feel like I can't speak fluently during interviews. I do know english well and use it daily to communicate, but the moment I'm in an interview, I just get stuck. since it's not my first language, I struggle to express what I actually feel. I know the answer in my head, but I just can’t deliver it properly at that moment. Please guide me
Got a question about Snapmint Credit Advisory?
Ask anonymously on communities.

Interview questions from similar companies

I applied via Naukri.com and was interviewed in Feb 2021. There were 3 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. How meny days working, and working hours
  • Ans. 

    The number of working days and working hours for a Software Developer.

    • Software Developers typically work 5 days a week.

    • The standard working hours for Software Developers are 8 hours per day.

    • However, the actual number of working days and hours may vary depending on the company and project requirements.

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - He was asking more then technical question, interviewer and hr are good person, it means helpfull.

Software Development Engineer 1 Interview Questions Asked at Other Companies

asked in Meesho
Q1. Design a polling system with two actors: a user and an administra ... read more
asked in Amazon
Q2. Design a system for making table reservations at a restaurant.
asked in Byteridge
Q3. Do you have hands-on experience developing a simple to-do or task ... read more
Q4. Can you provide a comprehensive overview of the technologies you ... read more
Q5. Given an array of integers, return indices of the two numbers suc ... read more
Interview experience
3
Average
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via Naukri.com and was interviewed in Sep 2023. There were 2 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 - Technical 

(2 Questions)

  • Q1. They concentrate on Core java
  • Q2. 1. Polymorphism 2. Strings 3. hashMap implementation

Interview Preparation Tips

Interview preparation tips for other job seekers - They only Focus on core Java if you have in-depth knowledge you will easily placed
Interview experience
1
Bad
Difficulty level
-
Process Duration
-
Result
No response
Round 1 - Technical 

(1 Question)

  • Q1. Technical question regarding js
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
-
Result
Selected Selected

I applied via Approached by Company and was interviewed before May 2023. There were 2 interview rounds.

Round 1 - Technical 

(1 Question)

  • Q1. Easy-Medium level DSA Questions on linked list
Round 2 - Technical 

(1 Question)

  • Q1. Questions on Nodejs, API Design and Databases
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

I appeared for an interview in Jan 2025.

Round 1 - Aptitude Test 

Array rotation, which is relatively straightforward.

Round 2 - Coding Test 

Key JavaScript concepts.

Interview experience
3
Average
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
-
Round 1 - Coding Test 

2 DSA Questions and questions from springboot for java

Round 2 - Technical 

(1 Question)

  • Q1. Build Project in springboot and asked questions from the same
Round 3 - Technical 

(1 Question)

  • Q1. System design questions for High level design
Round 4 - HR 

(1 Question)

  • Q1. Behavioral round asked question about the organization.
Are these interview questions helpful?
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
-
Result
Not Selected
Round 1 - Coding Test 

Given a text need to understand and solve

Round 2 - Coding Test 

Some Java based and system design api was allowed to made

Round 3 - HR 

(2 Questions)

  • Q1. Introduction of myself
  • Q2. Salary discussion was done
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Not Selected

I appeared for an interview in Nov 2024, where I was asked the following questions.

  • Q1. Snake Game LLD
  • Ans. 

    Design a classic Snake Game where players control a snake to eat food and grow while avoiding collisions.

    • Game Board: A grid-based layout where the snake moves.

    • Snake Representation: Use an array to represent the snake's body segments.

    • Movement Logic: Update the snake's position based on user input (e.g., arrow keys).

    • Food Generation: Randomly place food items on the grid for the snake to eat.

    • Collision Detection: Check for...

  • Answered by AI
  • Q2. Quick Commerce LLD
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via LinkedIn and was interviewed in Apr 2024. There were 2 interview rounds.

Round 1 - Assignment 

It was a simple assignment where you needed to implement a Django app from a well laid out documentation.

Round 2 - Technical 

(1 Question)

  • Q1. Binary Search Tree - Two nodes are swapped in a Binary Search tree and then fix them so that the tree becomes a valid BST
  • Ans. 

    Fix two swapped nodes in a Binary Search Tree to make it valid

    • Identify the two nodes that are swapped incorrectly

    • Perform an inorder traversal to find the nodes that are not in ascending order

    • Swap the values of the incorrectly swapped nodes to fix the BST

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Be confident.
Practice well.
Do DSA well.

Skills evaluated in this interview

Snapmint Credit Advisory Interview FAQs

How many rounds are there in Snapmint Credit Advisory Software Development Engineer 1 interview?
Snapmint Credit Advisory interview process usually has 3 rounds. The most common rounds in the Snapmint Credit Advisory interview process are Resume Shortlist and Technical.
How to prepare for Snapmint Credit Advisory Software Development Engineer 1 interview?
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 Snapmint Credit Advisory. The most common topics and skills that interviewers at Snapmint Credit Advisory expect are Javascript, HTML, HTML and CSS, MongoDB and Postgresql.
What are the top questions asked in Snapmint Credit Advisory Software Development Engineer 1 interview?

Some of the top questions asked at the Snapmint Credit Advisory Software Development Engineer 1 interview -

  1. Given a react problem and tell me to find the bug over the...read more
  2. What is useState in rea...read more
  3. What is useEffect in rea...read more

Tell us how to improve this page.

Overall Interview Experience Rating

4/5

based on 1 interview experience

Interview Questions from Similar Companies

Link Group Interview Questions
3.8
 • 34 Interviews
Samunnati Interview Questions
4.4
 • 34 Interviews
IndiaLends Interview Questions
3.7
 • 15 Interviews
Vivriti Capital Interview Questions
3.7
 • 14 Interviews
Niyo Solutions Interview Questions
2.9
 • 12 Interviews
Bright Money Interview Questions
3.5
 • 10 Interviews
Kaleidofin Interview Questions
3.7
 • 9 Interviews
View all
Operations Manager
7 salaries
unlock blur

₹17.4 L/yr - ₹21 L/yr

Analyst
6 salaries
unlock blur

₹9 L/yr - ₹14.5 L/yr

Operations Executive
6 salaries
unlock blur

₹1.9 L/yr - ₹3 L/yr

Data Analyst
6 salaries
unlock blur

₹6 L/yr - ₹8 L/yr

Team Lead Operations
5 salaries
unlock blur

₹3.6 L/yr - ₹3.6 L/yr

Explore more salaries
Compare Snapmint Credit Advisory with

Samunnati

4.4
Compare

Karvy Financial Services

3.8
Compare

Reliance Money

3.6
Compare

Bss Microfinance

3.6
Compare
write
Share an Interview