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

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)

Rate your
company

🤫 100% anonymous

How was your last interview experience?

Share interview
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 (42)

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)
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)

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
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 Resume 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)

I was interviewed 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 (197)

Jobs at Socure India

View all

Interview questions from similar companies

I applied via Naukri.com and was interviewed in Aug 2020. There was 1 interview round.

Interview Questionnaire 

2 Questions

  • Q1. What are the hooks available in WordPress
  • Ans. 

    Hooks in WordPress are actions and filters that allow developers to modify or add functionality to WordPress.

    • Actions are hooks triggered at specific points in WordPress, such as when a post is published or a user logs in.

    • Filters allow developers to modify data before it is displayed, such as changing the content of a post or the title of a page.

    • Examples of hooks include 'wp_head', 'wp_footer', 'the_content', and 'the_t

  • Answered by AI
  • Q2. How to customize child theme
  • Ans. 

    Customizing a child theme involves modifying its CSS and PHP files to override the parent theme's styles and functionality.

    • Create a new directory for the child theme in the wp-content/themes/ directory

    • Create a style.css file in the child theme directory and add the necessary header information

    • Enqueue the parent theme's stylesheet in the child theme's functions.php file

    • Override parent theme's styles and functionality by...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Good interview experience

Skills evaluated in this interview

I applied via Campus Placement and was interviewed before Sep 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 Resume tips
Round 2 - Coding Test 

Mcqs on javascript,. 1 coding question

Interview Preparation Tips

Interview preparation tips for other job seekers - Campus recruitment
1 online coding
2 technical rounds DSA
1 tech managerial
1 hr

Os, DBMS, DSA, stacks, trees,

I applied via Amcat and was interviewed before Feb 2020. There were 3 interview rounds.

Interview Questionnaire 

2 Questions

  • Q1. Tell me about your self?
  • Q2. Why you want to join us?

Interview Preparation Tips

Interview preparation tips for other job seekers - Just be confident and honest that's all it will take.

I applied via Walk-in and was interviewed before Mar 2020. There was 1 interview round.

Interview Questionnaire 

2 Questions

  • Q1. Why a gap between your education & job?
  • Q2. I am preparing for the government exam & learning English & computer knowledge.

Interview Preparation Tips

Interview preparation tips for other job seekers - Basic knowledge of English speaking & email writing.
Basic regarding your skills.
Basic regarding your education
The most valuable question is:- 6 days working & can you work in a huge workload & no any leave-in next 3 months. Are you ok?
why you left the job ( Applicable of experience )
A most common question for fresher:- Are you ok with 1-year contract base job ( Only salary no any pf esi or medical facility )

VVI:- Are you ok with night shift ( Without night allowance )
Contribute & help others!
anonymous
You can choose to be anonymous

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

Recently Viewed

INTERVIEWS

Italia Group

No Interviews

INTERVIEWS

FarMart

No Interviews

DESIGNATION

REVIEWS

Aventra Group

No Reviews

DESIGNATION

Tell us how to improve this page.

Socure India Interview Process

based on 5 interviews

Interview experience

4.2
  
Good
View more

Tesco

Secure your future with a company that values your job stability.

Interview Questions from Similar Companies

NexTurn Interview Questions
4.2
 • 26 Interviews
Bonami Software Interview Questions
4.1
 • 21 Interviews
Koantek Interview Questions
3.4
 • 17 Interviews
Idfy Interview Questions
3.6
 • 15 Interviews
OnGrid Interview Questions
3.2
 • 8 Interviews
Crediwatch Interview Questions
1.6
 • 3 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 Product UI/UX Designer

Remote

5-8 Yrs

Not Disclosed

Software Engineer II

Remote

3-5 Yrs

Not Disclosed

Explore more jobs
Senior Software Engineer
15 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Software Engineer
6 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Associate Product Manager
5 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Senior QA Engineer
5 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Software Engineer2
5 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Explore more salaries
Compare Socure India with

Unique Identification Authority of India

4.1
Compare

Idfy

3.6
Compare

Signzy Technologies

2.9
Compare

Khosla Labs

1.1
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