Upload Button Icon Add office photos
Engaged Employer

i

This company page is being actively managed by OneDirect (India) Team. If you also belong to the team, you can get access from here

OneDirect (India) Verified Tick

Compare button icon Compare button icon Compare
3.6

based on 34 Reviews

Filter interviews by

OneDirect (India) Interview Questions and Answers

Updated 27 Mar 2024

OneDirect (India) Interview Experiences

Popular Designations

2 interviews found

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

I applied via Company Website and was interviewed before Mar 2023. There were 3 interview rounds.

Round 1 - Coding Test 

DS & algorithm questions

Round 2 - Technical 

(2 Questions)

  • Q1. Concentration was more on the system design at high level. Interviewer went deep into the concepts
  • Q2. How do you scale the api
  • Ans. 

    Scaling the API involves optimizing performance, increasing capacity, and ensuring reliability.

    • Implementing caching mechanisms to reduce server load and improve response times

    • Using load balancers to distribute incoming traffic evenly across multiple servers

    • Optimizing database queries and indexes to handle increased data volume

    • Implementing horizontal scaling by adding more servers to handle increased traffic

    • Monitoring p...

  • Answered by AI
Round 3 - HR 

(1 Question)

  • Q1. Regular HR round to check cultural fit & salary discussion

Interview Preparation Tips

Interview preparation tips for other job seekers - Good company. Difficult interview to crack

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)

Associate Interview Questions & Answers

user image Anonymous

posted on 8 Jun 2021

Interview Questionnaire 

4 Questions

  • Q1. 3 rounds of interview. Questionnaire of HR-related topics, Assessment round, 2 interview rounds.
  • Q2. Why are you interested in this position?
  • Ans. 

    I am interested in this position because it aligns with my skills and passion for [specific field/industry].

    • I have a strong background in [relevant skills/industry experience].

    • I am passionate about [specific field/industry] and want to contribute to its growth.

    • This position offers opportunities for professional development and growth.

    • I am excited about the company's mission and values.

    • I believe my skills and experience

  • Answered by AI
  • Q3. Hypothetical situation-based questions relating to HR.
  • Q4. Technical questions

Associate Interview Questions asked at other Companies

Q1. What is mean of TTR & why required for powder coating process ?
View answer (17)

Interview questions from similar companies

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

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

Round 1 - Assignment 

Based on my CV, they assigned me a task related to data migration.

Round 2 - One-on-one 

(2 Questions)

  • Q1. Project reviews
  • Q2. Attendance regarding
Interview experience
3
Average
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via Company Website and was interviewed in May 2024. There were 2 interview rounds.

Round 1 - HR 

(2 Questions)

  • Q1. Give a brief about yourself.
  • Q2. Salary Expectation and earliest joining date
Round 2 - Technical 

(6 Questions)

  • Q1. Brief about a project worked in the company.
  • Q2. What is Data Leakage?
  • Ans. 

    Data leakage occurs when information from outside the training dataset is used to create a model, leading to unrealistic performance.

    • Occurs when information that would not be available in a real-world scenario is used in the model training process

    • Can result in overly optimistic performance metrics for the model

    • Examples include using future data, target leakage, and data preprocessing errors

  • Answered by AI
  • Q3. What is Encoder Decoder? What is a Transformer model and explain its architecture?
  • Ans. 

    Encoder Decoder is a neural network architecture used for sequence-to-sequence tasks. Transformer model is a type of neural network architecture that relies entirely on self-attention mechanisms.

    • Encoder Decoder is commonly used in machine translation tasks where the input sequence is encoded into a fixed-length vector representation by the encoder and then decoded into the target sequence by the decoder.

    • Transformer mod...

  • Answered by AI
  • Q4. Name some Deep learning models?
  • Ans. 

    Deep learning models include CNN, RNN, LSTM, GAN, and Transformer.

    • Convolutional Neural Networks (CNN) - used for image recognition tasks

    • Recurrent Neural Networks (RNN) - used for sequential data like time series

    • Long Short-Term Memory (LSTM) - a type of RNN with memory cells

    • Generative Adversarial Networks (GAN) - used for generating new data samples

    • Transformer - used for natural language processing tasks

  • Answered by AI
  • Q5. What is Regularization in machine learning?
  • Ans. 

    Regularization is a technique used in machine learning to prevent overfitting by adding a penalty term to the model's loss function.

    • Regularization helps to reduce the complexity of the model by penalizing large coefficients.

    • It adds a penalty term to the loss function, which discourages the model from fitting the training data too closely.

    • Common types of regularization include L1 (Lasso) and L2 (Ridge) regularization.

    • Re...

  • Answered by AI
  • Q6. What is Model Quantization?
  • Ans. 

    Model quantization is the process of reducing the precision of the weights and activations of a neural network model to improve efficiency.

    • Reduces memory usage and speeds up inference by using fewer bits to represent numbers

    • Can be applied to both weights and activations in a neural network model

    • Examples include converting 32-bit floating point numbers to 8-bit integers

  • Answered by AI

Skills evaluated in this interview

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

Basic aptitude questions were asked of easy level.

Round 2 - Technical 

(1 Question)

  • Q1. Dbms , oops , C++ , sql , aws , powerpoint
Interview experience
5
Excellent
Difficulty level
Hard
Process Duration
Less than 2 weeks
Result
No response

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

Round 1 - HR 

(2 Questions)

  • Q1. Tell me about the job role you currently have
  • Ans. 

    I am currently working as a React Js Frontend Developer at a tech company.

    • Developing user-friendly web applications using React Js

    • Collaborating with backend developers to integrate frontend with backend services

    • Implementing responsive design and ensuring cross-browser compatibility

    • Optimizing web applications for maximum speed and scalability

  • Answered by AI
  • Q2. Basics of JavaScript and reactJS
Interview experience
2
Poor
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
No response

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

Round 1 - Technical 

(2 Questions)

  • Q1. Self introduction
  • Q2. Techincal sql and unix
Round 2 - One-on-one 

(2 Questions)

  • Q1. Explain about indexs
  • Ans. 

    Indexes are data structures used to improve the speed of data retrieval operations in databases.

    • Indexes are created on columns in a database table to speed up the retrieval of rows matching a certain condition.

    • They work by creating a separate data structure that allows the database to quickly locate rows that match the indexed column values.

    • Examples of indexes include primary keys, unique keys, and non-unique indexes o...

  • Answered by AI
  • Q2. Explain about joins
  • Ans. 

    Joins are used in databases to combine rows from two or more tables based on a related column between them.

    • Joins are used to retrieve data from multiple tables based on a related column between them

    • Common types of joins include INNER JOIN, LEFT JOIN, RIGHT JOIN, and FULL JOIN

    • INNER JOIN returns rows when there is at least one match in both tables

    • LEFT JOIN returns all rows from the left table and the matched rows from th...

  • Answered by AI

Skills evaluated in this interview

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

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

Round 1 - Technical 

(1 Question)

  • Q1. Oops concept, comparator vs comparable , design principles. TDD , Circuit breaker design , integration testing , diff between hibernate and jpa , springboot annotations , restApi basics .
Round 2 - HR 

(1 Question)

  • Q1. Basic hr questions

Interview Preparation Tips

Interview preparation tips for other job seekers - keep good hold on your project internal knowledge plus strong knowledge of core java.
Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-
Round 1 - One-on-one 

(2 Questions)

  • Q1. Tell me about your previous experience?
  • Q2. Why do you want to leave your past company?
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Naukri.com and was interviewed in Jan 2024. There were 3 interview rounds.

Round 1 - Technical 

(1 Question)

  • Q1. Questions relating to Finance process, Payroll, etc.
Round 2 - HR 

(1 Question)

  • Q1. About my previous experiences
Round 3 - One-on-one 

(1 Question)

  • Q1. About roles and responsibilities

OneDirect (India) Interview FAQs

How many rounds are there in OneDirect (India) interview?
OneDirect (India) interview process usually has 3 rounds. The most common rounds in the OneDirect (India) interview process are Coding Test, Technical and HR.
How to prepare for OneDirect (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 OneDirect (India). The most common topics and skills that interviewers at OneDirect (India) expect are Enterprise Software, MySQL, Social Media, CRM and Customer Experience Management.
What are the top questions asked in OneDirect (India) interview?

Some of the top questions asked at the OneDirect (India) interview -

  1. how do you scale the ...read more
  2. 3 rounds of interview. Questionnaire of HR-related topics, Assessment round, 2 ...read more
  3. Concentration was more on the system design at high level. Interviewer went dee...read more

Tell us how to improve this page.

OneDirect (India) Interview Process

based on 1 interview

Interview experience

4
  
Good
View more

Interview Questions from Similar Companies

Freshworks Interview Questions
3.5
 • 154 Interviews
NexTurn Interview Questions
4.2
 • 25 Interviews
Ameyo Interview Questions
3.4
 • 18 Interviews
Exotel Interview Questions
3.1
 • 13 Interviews
Jio Haptik Interview Questions
3.4
 • 12 Interviews
Knowlarity Interview Questions
4.2
 • 11 Interviews
Helpshift Interview Questions
4.2
 • 7 Interviews
Zendesk Interview Questions
4.3
 • 2 Interviews
Kaleyra Interview Questions
4.2
 • 2 Interviews
View all

OneDirect (India) Reviews and Ratings

based on 34 reviews

3.6/5

Rating in categories

3.3

Skill development

3.4

Work-life balance

3.0

Salary

3.6

Job security

3.1

Company culture

3.0

Promotions

3.6

Work satisfaction

Explore 34 Reviews and Ratings
Social Media Associate
50 salaries
unlock blur

₹2 L/yr - ₹3.6 L/yr

Full Stack Developer
11 salaries
unlock blur

₹10 L/yr - ₹20 L/yr

Software Developer
10 salaries
unlock blur

₹7 L/yr - ₹16 L/yr

Business Analyst
7 salaries
unlock blur

₹6 L/yr - ₹12.1 L/yr

QA Engineer
6 salaries
unlock blur

₹4.5 L/yr - ₹8.6 L/yr

Explore more salaries
Compare OneDirect (India) with

Freshworks

3.5
Compare

Zendesk

4.3
Compare

Jio Haptik

3.4
Compare

Helpshift

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