Upload Button Icon Add office photos

Filter interviews by

Socure India Interview Questions, Process, and Tips

Updated 1 Aug 2024

Top Socure India Interview Questions and Answers

Socure India Interview Experiences

Popular Designations

6 interviews found

I appeared for an interview in Apr 2020.

Interview Questionnaire 

4 Questions

  • Q1. Explain the most challenging problem you faced at work
  • Q2. Given the following design - A university has colleges, colleges have departments, departments have students. There are department level elections being held where students nominate themselves to stand fo...
  • Ans. 

    Design a database for a university with colleges, departments, and students. Write a query to get students with maximum votes.

    • Use a relational database like MySQL or PostgreSQL

    • Create tables for colleges, departments, students, and elections

    • Use foreign keys to establish relationships between tables

    • Add columns for election details like candidate names and vote counts

    • Write a query to join tables and filter for maximum vot

  • Answered by AI
  • Q3. Explain how you would design a bit.ly URL shortening service. What would be the choice of database. What would be your table design what would be the endpoints
  • Ans. 

    Design a bit.ly URL shortening service with database choice, table design, and endpoints.

    • Use a relational database like MySQL or PostgreSQL for scalability and ACID compliance.

    • Create a table with columns for the original URL, shortened URL, and metadata like creation date and click count.

    • Endpoints should include URL shortening, redirection, and analytics.

    • Implement caching to improve performance and reduce database load...

  • Answered by AI
  • Q4. Coding test - knapsack problem, 2 sum problem, alien language problem. All from leetcode.

Interview Preparation Tips

Interview preparation tips for other job seekers - System Design, Coding practice on leetcode. Popular leetcode problems help improve confidence greatly. If you are just starting off leetcode, start with the most popular easy questions. On day one, don't struggle for more than 30 minutes to solve the question. Look at the answer if no success. with every 10 questions solved looking at the answer, increase the struggle time. Also, studying at the same time everyday helps.
Read or watch system design questions explained on Youtube.

Skills evaluated in this interview

Software Engineer Interview Questions asked at other Companies

Q1. Bridge and torch problem : Four people come to a river in the night. There is a narrow bridge, but it can only hold two people at a time. They have one torch and, because it's night, the torch has to be used when crossing the bridge. Person... read more
View answer (223)
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via LinkedIn and was interviewed in Jan 2024. There were 4 interview rounds.

Round 1 - Coding Test 

Take home assessment to build an OTP generating service

Round 2 - Coding Test 

URL parser for websites

Round 3 - One-on-one 

(1 Question)

  • Q1. Interview with Product owner
Round 4 - One-on-one 

(1 Question)

  • Q1. Interview with hiring manager

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
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - HR 

(1 Question)

  • Q1. Asked about the previous job experience and area of interest like frontend or backend
Round 2 - Coding Test 

Coding test was on reactjs and html

Round 3 - One-on-one 

(1 Question)

  • Q1. Asked about all the react concepts in detail
Round 4 - Technical 

(1 Question)

  • Q1. Javascript basics were asked

Software Developer Interview Questions asked at other Companies

Q1. Maximum Subarray Sum Problem Statement Given an array of integers, determine the maximum possible sum of any contiguous subarray within the array. Example: Input: array = [34, -50, 42, 14, -5, 86] Output: 137 Explanation: The maximum sum is... read more
View answer (43)

Sr.QA Interview Questions & Answers

user image Anonymous

posted on 1 Aug 2024

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

First round - COding
Second round - Automation and COding, API , TEchstack
Third round - Manager, HR round

Sr.QA Interview Questions asked at other Companies

Q1. How find a element when its in Frame using selenium
View answer (1)

Socure India interview questions for popular designations

 Sr.QA

 (1)

 Software Engineer

 (1)

 Software Developer

 (1)

 Software Engineer2

 (1)

 Senior Software Engineer 2

 (1)

 Senior Software Engineer 1

 (1)

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 Feb 2023. There were 5 interview rounds.

Round 1 - Behavioral 

(2 Questions)

  • Q1. Why am I looking for a job change
  • Q2. Am I really willing to switch job if offer is granted
Round 2 - Technical 

(1 Question)

  • Q1. Design e-commerce system
  • Ans. 

    Design an e-commerce system

    • Identify the key components of the system: product catalog, shopping cart, payment gateway, user authentication

    • Design a database schema to store product information, user data, and order details

    • Implement a user-friendly interface for browsing products and adding them to the cart

    • Integrate a secure payment gateway for processing transactions

    • Implement user authentication and authorization mechan...

  • Answered by AI
Round 3 - Technical 

(1 Question)

  • Q1. Interesting challenges faced in previous work
Round 4 - Technical 

(1 Question)

  • Q1. Design url shortener service
  • Ans. 

    Design a URL shortener service

    • Use a hashing algorithm to generate short URLs

    • Store the original URL and its corresponding short URL in a database

    • Implement a redirect mechanism to redirect users from the short URL to the original URL

    • Consider scalability and performance by using distributed systems and caching

    • Implement analytics to track the number of clicks and other metrics

  • Answered by AI
Round 5 - HR 

(1 Question)

  • Q1. Salary expectation

Skills evaluated in this interview

Senior Software Engineer 2 Interview Questions asked at other Companies

Q1. What microservices patterns are you aware ? let's assume that there is a microservice based architecture and service A is calling service B which in turn service C. If service b fails, how will you manage transaction and logging ?
View answer (1)
Interview experience
3
Average
Difficulty level
Moderate
Process Duration
4-6 weeks
Result
Selected Selected

I applied via Approached by Company and was interviewed before Aug 2022. There were 6 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 

(1 Question)

  • Q1. College projects. Previous company projects
Round 3 - Technical 

(1 Question)

  • Q1. DBMS, Oauth, Rest endpoints
Round 4 - Coding Test 

Data structures and algorithms

Round 5 - Technical 

(1 Question)

  • Q1. System design on latest technologies
  • Ans. 

    System design on latest technologies involves designing scalable, efficient, and reliable systems using cutting-edge tools and frameworks.

    • Understand the requirements and constraints of the system

    • Choose appropriate technologies and frameworks based on the requirements

    • Design system architecture considering scalability, reliability, and performance

    • Implement microservices architecture for better scalability and maintainabi...

  • Answered by AI
Round 6 - HR 

(1 Question)

  • Q1. About the future in socure

Skills evaluated in this interview

Senior Software Engineer 1 Interview Questions asked at other Companies

Q1. Architecture Design for an e2e system that takes input from user to the response shown to the user
View answer (1)

Interview questions from similar companies

Interview Questionnaire 

1 Question

  • Q1. All the questions related to your technical work experience throughout the carrier

I applied via LinkedIn and was interviewed in Jul 2022. There were 4 interview rounds.

Round 1 - Coding Test 

There will be 3 coding questions. They are of medium and hard level.

Round 2 - Technical 

(1 Question)

  • Q1. Sort array consisting 0's 1's and 2's without inbuilt functions
  • Ans. 

    Sort an array of 0's, 1's, and 2's without using inbuilt functions.

    • Use three pointers to keep track of the last index of 0's, 1's, and 2's

    • Iterate through the array and swap elements based on their value

    • Continue until all elements are sorted

  • Answered by AI
Round 3 - Technical 

(1 Question)

  • Q1. Os cn related questions
Round 4 - HR 

(1 Question)

  • Q1. Java questions and general hr questions

Interview Preparation Tips

Interview preparation tips for other job seekers - Be strong in Java and CS topics.
DSA is anyways compulsory for this company you need to solve the questions in the given time

Skills evaluated in this interview

Intern Interview Questions & Answers

Ivanti user image Anonymous

posted on 29 Sep 2022

I applied via Campus Placement

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 - Coding Test 

All coding questions were ad hoc

Round 3 - Technical 

(2 Questions)

  • Q1. Leetcode questions were asked
  • Q2. A question about cache memory was asked

Interview Preparation Tips

Interview preparation tips for other job seekers - Having good dsa basics and cse basics is essential
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
4-6 weeks
Result
Selected Selected

I applied via Company Website and was interviewed before May 2023. There was 1 interview round.

Round 1 - Assignment 

I had to evaluate a software and let them understand where this software could be implemented and the pros and cons of the software.

Interview Preparation Tips

Interview preparation tips for other job seekers - Be honest about your work experience

Socure India Interview FAQs

How many rounds are there in Socure India interview?
Socure India interview process usually has 4 rounds. The most common rounds in the Socure India interview process are Technical, Coding Test and HR.
How to prepare for Socure India 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 Socure India. The most common topics and skills that interviewers at Socure India expect are Machine Learning, Financial Inclusion, Monitoring, Social Media and Agile.
What are the top questions asked in Socure India interview?

Some of the top questions asked at the Socure India interview -

  1. Given the following design - A university has colleges, colleges have departme...read more
  2. Explain how you would design a bit.ly URL shortening service. What would be the...read more
  3. System design on latest technolog...read more

Tell us how to improve this page.

Socure India Interview Process

based on 5 interviews

Interview experience

4.2
  
Good
View more

Interview Questions from Similar Companies

NexTurn Interview Questions
4.1
 • 28 Interviews
Bonami Software Interview Questions
4.1
 • 22 Interviews
Koantek Interview Questions
3.4
 • 17 Interviews
WinZO Interview Questions
4.0
 • 14 Interviews
Ivanti Interview Questions
3.5
 • 14 Interviews
SentientGeeks Interview Questions
4.2
 • 13 Interviews
TestVagrant Interview Questions
3.4
 • 13 Interviews
Calibraint Interview Questions
3.4
 • 12 Interviews
View all

Socure India Reviews and Ratings

based on 9 reviews

3.5/5

Rating in categories

4.2

Skill development

3.2

Work-life balance

4.1

Salary

3.0

Job security

3.4

Company culture

2.6

Promotions

3.6

Work satisfaction

Explore 9 Reviews and Ratings
Senior Software Engineer
15 salaries
unlock blur

₹27.6 L/yr - ₹42 L/yr

Software Engineer
6 salaries
unlock blur

₹15 L/yr - ₹15 L/yr

Associate Product Manager
5 salaries
unlock blur

₹22.5 L/yr - ₹25 L/yr

Senior QA Engineer
5 salaries
unlock blur

₹25 L/yr - ₹27 L/yr

Software Engineer2
5 salaries
unlock blur

₹20 L/yr - ₹26 L/yr

Explore more salaries
Compare Socure India with

NexTurn

4.1
Compare

Kanerika Software

4.5
Compare

Smarter BIZ Technologies

3.2
Compare

Nxtra Data

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