Upload Button Icon Add office photos

Filter interviews by

Clear (1)

Vivriti Capital Senior Software Engineer Interview Questions and Answers

Updated 11 Oct 2023

Vivriti Capital Senior Software Engineer Interview Experiences

1 interview found

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:
Double-check your resume for any spelling mistakes. The recruiter may consider spelling mistakes as careless behavior or poor communication skills.
View all Resume 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 questions from similar companies

Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(1 Question)

  • Q1. Design Zomato Ordering System
  • Ans. 

    Design a Zomato Ordering System for online food delivery.

    • Allow users to browse restaurants and menus

    • Implement user authentication and profile management

    • Enable users to place orders and make payments online

    • Include features like order tracking and ratings/reviews

    • Integrate with restaurant partners for order fulfillment

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Need to be very strong on ur Design

Skills evaluated in this interview

Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Recruitment Consulltant and was interviewed before Jan 2023. There were 3 interview rounds.

Round 1 - Coding Test 

2 leetcode medium questions were asked

Round 2 - System Design 

(1 Question)

  • Q1. 1 feature design end to end
  • Ans. 

    Designing a feature for a social media platform to allow users to create and share photo albums.

    • Allow users to create and name albums

    • Provide an interface for users to upload and organize photos within albums

    • Implement privacy settings to control who can view and contribute to albums

    • Include features like tagging, commenting, and liking photos within albums

    • Enable users to share albums with others via links or social media

  • Answered by AI
Round 3 - HR 

(1 Question)

  • Q1. Basic hr questions
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Recruitment Consulltant and was interviewed before Oct 2022. There were 5 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 Resume tips
Round 2 - Coding Test 

2 hackerearth problem solving questions was asked.

Round 3 - Technical 

(2 Questions)

  • Q1. 1. Trees related questions were asked.
  • Q2. 2. Some java basic questions were asked
Round 4 - Technical 

(1 Question)

  • Q1. Kinda cultural fitment round where manager use to ask what you’ll do in situation like that.
Round 5 - HR 

(1 Question)

  • Q1. Asked about expectations and all

Interview Preparation Tips

Interview preparation tips for other job seekers - The interview is quite hard to crack but with better ds algorithm and system design experience it’ll be easier to crack it.
Interview experience
4
Good
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Referral and was interviewed in Nov 2024. There was 1 interview round.

Round 1 - Technical 

(1 Question)

  • Q1. How event loop works?
Interview experience
1
Bad
Difficulty level
Hard
Process Duration
Less than 2 weeks
Result
Not Selected

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

Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Do not use an unprofessional email address such as cool_boy@email.com. It shows a lack of professionalism by the candidate.
View all Resume tips
Round 2 - One-on-one 

(3 Questions)

  • Q1. Just be prepared with your resume and basic DS Algo questions
  • Q2. Find total Nodes in a Binary tree along with time and space complexity
  • Ans. 

    Total nodes in a binary tree can be found using depth-first or breadth-first traversal algorithms with time complexity O(n) and space complexity O(h), where h is the height of the tree.

    • Use depth-first traversal (pre-order, in-order, post-order) or breadth-first traversal to visit each node and count the total nodes.

    • Time complexity is O(n) where n is the number of nodes in the tree.

    • Space complexity is O(h) where h is th...

  • Answered by AI
  • Q3. MYSQL Questions based on Inner Joins
Round 3 - One-on-one 

(4 Questions)

  • Q1. Construct 4 Array Tree from scratch and implement some operations
  • Ans. 

    Construct 4 Array Tree and implement operations

    • Create an array to represent the tree structure

    • Implement operations like insert, delete, search, and traversal

    • Example: Construct a binary search tree using arrays

  • Answered by AI
  • Q2. Some quizzes to check logical thinking
  • Q3. How to compare 2 large 100 GB JSON files in O(1) Time complexity
  • Ans. 

    Use hashing to compare the JSON files in O(1) time complexity.

    • Create a hash function to convert the JSON data into a unique hash value.

    • Calculate the hash value for each JSON file and compare the hash values.

    • If the hash values are equal, the JSON files are identical.

    • Example: Use MD5 or SHA-256 hash functions for generating hash values.

  • Answered by AI
  • Q4. Map parent to children of a 4 Array tree in O(1) Space complexity
  • Ans. 

    Use array indices to map parent to children in a 4 Array tree in O(1) space complexity.

    • Assign children of a parent at indices 4*i+1, 4*i+2, 4*i+3, 4*i+4 where i is the index of the parent.

    • To find parent of a child at index j, use (j-1)/4 to get the parent index.

  • Answered by AI

Interview Preparation Tips

Topics to prepare for Northern Arc Capital Associate Software Engineer interview:
  • DSA
Interview preparation tips for other job seekers - The 2nd round was extremely tough, prepare well. HR never responds to calls and messages , so no point in joining the company. Even the package was not disclosed.

Skills evaluated in this interview

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

I applied via Referral and was interviewed before May 2023. There were 3 interview rounds.

Round 1 - Coding Test 

2 Codes on Hackerrank

Round 2 - Technical 

(2 Questions)

  • Q1. Questions on Tree
  • Q2. Questions on Java
Round 3 - Technical 

(1 Question)

  • Q1. Hiring Manager Round

Interview Preparation Tips

Interview preparation tips for other job seekers - Just brush up on DSA And System Design
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - HR 

(1 Question)

  • Q1. Regarding the experience and project work
Round 2 - Coding Test 

DSA medium level questions regarding stack, queue , arrays

Round 3 - One-on-one 

(1 Question)

  • Q1. DSA Medium and Low Level
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(1 Question)

  • Q1. Explain OOPS Concept ?
  • Ans. 

    OOPS (Object-Oriented Programming) is a programming paradigm based on the concept of objects, which can contain data and code.

    • OOPS focuses on creating objects that interact with each other to solve problems.

    • It involves concepts like classes, objects, inheritance, polymorphism, and encapsulation.

    • For example, a class 'Car' can have objects like 'Toyota', 'Honda', etc., each with their own properties and methods.

    • Inheritan...

  • Answered by AI
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Coding Test 

It was hackerrank test

Contribute & help others!
anonymous
You can choose to be anonymous

Vivriti Capital Interview FAQs

How many rounds are there in Vivriti Capital Senior Software Engineer interview?
Vivriti Capital interview process usually has 2 rounds. The most common rounds in the Vivriti Capital interview process are Resume Shortlist and Technical.
What are the top questions asked in Vivriti Capital Senior Software Engineer interview?

Some of the top questions asked at the Vivriti Capital Senior Software Engineer interview -

  1. 1. Polymorphism 2. Strings 3. hashMap implementat...read more
  2. They concentrate on Core j...read more

Recently Viewed

SALARIES

Colgate Global Business Services

SALARIES

OneAssist Consumer Solutions

INTERVIEWS

Reliance Industries

No Interviews

INTERVIEWS

Tata Power Solar

No Interviews

REVIEWS

Colgate Global Business Services

No Reviews

INTERVIEWS

Sumitomo Mitsui Banking Corporation

No Interviews

SALARIES

OneAssist Consumer Solutions

REVIEWS

Anand Rathi Wealth Management

No Reviews

REVIEWS

OneAssist Consumer Solutions

No Reviews

INTERVIEWS

CollegeDekho

No Interviews

Tell us how to improve this page.

Vivriti Capital Senior Software Engineer Interview Process

based on 1 interview

Interview experience

3
  
Average
View more

Interview Questions from Similar Companies

LendingKart Interview Questions
3.1
 • 29 Interviews
Leap Finance Interview Questions
4.0
 • 25 Interviews
InCred Finance Interview Questions
3.8
 • 21 Interviews
Fisdom Interview Questions
3.7
 • 16 Interviews
CoinSwitch Interview Questions
3.0
 • 14 Interviews
View all

Fast track your campus placements

View all
Vivriti Capital Senior Software Engineer Salary
based on 5 salaries
₹7 L/yr - ₹8 L/yr
51% less than the average Senior Software Engineer Salary in India
View more details
Relationship Manager
22 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Senior Associate
21 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Software Engineer
16 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Associate
16 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Associate Vice President
15 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Explore more salaries
Compare Vivriti Capital with

Northern Arc Capital

3.7
Compare

IFMR Capital

3.4
Compare

NeoGrowth Credit

3.3
Compare

LendingKart

3.2
Compare
Did you find this page helpful?
Yes No
write
Share an Interview
Rate your experience using AmbitionBox
Terrible
Terrible
Poor
Poor
Average
Average
Good
Good
Excellent
Excellent