Upload Button Icon Add office photos

Filter interviews by

The One Technologies Interview Questions, Process, and Tips

Updated 8 Aug 2024

Top The One Technologies Interview Questions and Answers

View all 7 questions

The One Technologies Interview Experiences

Popular Designations

8 interviews found

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

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

Round 1 - HR 

(2 Questions)

  • Q1. Basic Introduction of self
  • Q2. Expectation and current salary
Round 2 - Technical 

(2 Questions)

  • Q1. OOPS concepts questions
  • Q2. Sql query related questions

DOT NET Developer Interview Questions asked at other Companies

Q1. What is the difference between windows application development and web based development?
View answer (11)
Interview experience
1
Bad
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Coding Test 

They asked the basis of react, node etc

Round 2 - HR 

(1 Question)

  • Q1. Basic questions like introduce you and your family etc.

Interview Preparation Tips

Interview preparation tips for other job seekers - Don't join this company as it is very much changed and the peoples too.

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)

Senior PHP Developer Interview Questions & Answers

user image Dashrath Prajapati

posted on 30 Apr 2024

Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(1 Question)

  • Q1. Difference between cookies and session.
  • Ans. 

    Cookies are stored on the client side, while sessions are stored on the server side.

    • Cookies are stored on the client's browser, while sessions are stored on the server.

    • Cookies can be set to expire at a specific time, while sessions typically expire when the browser is closed.

    • Cookies can be accessed by both the client and server, while sessions are only accessible by the server.

    • Cookies are limited in size (usually 4KB),...

  • Answered by AI

Skills evaluated in this interview

Senior PHP Developer Interview Questions asked at other Companies

Q1. what are difference between function and method
View answer (1)
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Selected Selected

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

Round 1 - Technical 

(4 Questions)

  • Q1. What is the sync and async?
  • Ans. 

    Sync and async refer to synchronous and asynchronous programming, respectively.

    • Sync programming executes tasks sequentially, blocking the program until each task is completed.

    • Async programming allows tasks to run concurrently, enabling the program to continue executing other tasks while waiting for asynchronous tasks to complete.

    • Examples of sync programming include traditional function calls, while async programming of...

  • Answered by AI
  • Q2. How to identify memory leaks?
  • Ans. 

    Identifying memory leaks involves monitoring memory usage, analyzing memory dumps, and using tools like Valgrind.

    • Monitor memory usage over time to detect abnormal increases.

    • Analyze memory dumps to identify the source of the leak.

    • Use tools like Valgrind to detect memory leaks in C/C++ programs.

    • Check for unreleased resources such as file handles or database connections.

  • Answered by AI
  • Q3. What is SOLID Principles?
  • Ans. 

    SOLID Principles are a set of five design principles in object-oriented programming to make software designs more understandable, flexible, and maintainable.

    • S - Single Responsibility Principle: A class should have only one reason to change.

    • O - Open/Closed Principle: Software entities should be open for extension but closed for modification.

    • L - Liskov Substitution Principle: Objects of a superclass should be replaceable...

  • Answered by AI
  • Q4. What are the Oops concept
  • Ans. 

    Oops concepts are the principles of Object-Oriented Programming, including Inheritance, Encapsulation, Polymorphism, and Abstraction.

    • Inheritance: Allows a class to inherit properties and behavior from another class.

    • Encapsulation: Bundling data and methods that operate on the data into a single unit.

    • Polymorphism: Ability to present the same interface for different data types.

    • Abstraction: Hiding the complex implementatio...

  • Answered by AI
Round 2 - HR 

(2 Questions)

  • Q1. How you will manage team?
  • Q2. How soon you can join?

Skills evaluated in this interview

Senior Software Developer Interview Questions asked at other Companies

Q1. Intersection of Linked List Problem You are provided with two singly linked lists containing integers, where both lists converge at some node belonging to a third linked list. Your task is to determine the data of the node at which they sta... read more
View answer (1)

The One Technologies interview questions for popular designations

 Software Engineer

 (1)

 Senior Software Developer

 (1)

 Software Developer

 (1)

 DOT NET Developer

 (1)

 Senior PHP Developer

 (1)

 Junior Developer

 (1)

 Trainee

 (1)

Interview experience
4
Good
Difficulty level
Moderate
Process Duration
-
Result
-

I applied via Indeed

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 Resume tips
Round 2 - HR 

(1 Question)

  • Q1. Total experience, location, current company, current and expected salary
Round 3 - Technical 

(1 Question)

  • Q1. Started from basics, logical and new technology related questions
Round 4 - Coding Test 

Received a task to complete withing limited time

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

Trainee Interview Questions & Answers

user image Anonymous

posted on 10 May 2023

Interview experience
4
Good
Difficulty level
Easy
Process Duration
-
Result
Selected Selected

I applied via Campus Placement and was interviewed in Apr 2023. There were 3 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 - Aptitude Test 

OOPS & Logical questions, basic Html, JS

Round 3 - One-on-one 

(1 Question)

  • Q1. Interested technology

Trainee Interview Questions asked at other Companies

Q1. Ques1: There is a big file of words which is dynamically changing. We are continuously adding some words into it. How would you keep track of top 10 trending words at each moment? Ques2:Write a function that returns the length of the longes... read more
View answer (2)

Junior Developer Interview Questions & Answers

user image Priya Rakholia

posted on 19 Feb 2024

Interview experience
1
Bad
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Campus Placement and was interviewed before Feb 2023. There was 1 interview round.

Round 1 - unnessesary question 

(1 Question)

  • Q1. What is your family background

Interview Preparation Tips

Interview preparation tips for other job seekers - Don't Join this company,Don't follow any valid protocols in this company. No job Security, Bad behaviour with employees, no technical manager for team,

Junior Developer Interview Questions asked at other Companies

Q1. If a client website is in trouble, they are bleeding money, would you show the client the watch and say my time is over, or are you someone who will stay up all night unless problem is solved?
View answer (1)

Interview Questions & Answers

user image Anonymous

posted on 2 Mar 2023

Interview experience
3
Average
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Referral and was interviewed before Mar 2022. There were 3 interview rounds.

Round 1 - Technical 

(2 Questions)

  • Q1. What are React hooks?
  • Ans. 

    React hooks are functions that allow you to use state and other React features without writing a class.

    • Introduced in React 16.8

    • Used to manage state and lifecycle methods in functional components

    • useState() is the most commonly used hook for managing state

    • useEffect() is used for handling side effects

    • useContext() is used for consuming context

    • useReducer() is used for managing complex state logic

    • Custom hooks can be created

  • Answered by AI
  • Q2. What are the ways we can optimize a SQL query
  • Ans. 

    Optimizing SQL queries can improve performance. Use indexes, limit results, and optimize joins.

    • Use indexes to speed up data retrieval

    • Limit results to only necessary data

    • Optimize joins by using appropriate join types and conditions

    • Avoid using SELECT * and instead specify only necessary columns

    • Avoid using subqueries if possible

    • Use EXPLAIN to analyze query performance

  • Answered by AI
Round 2 - Coding Test 

Create an application for form submission and list the details based on birthday.

Round 3 - HR 

(1 Question)

  • Q1. What are your expectations from the company and where do you see yourself in coming years?
  • Ans. 

    I expect a supportive and collaborative work environment. In the coming years, I see myself leading a successful full stack team and contributing to the company's growth.

    • Expect a supportive and collaborative work environment

    • Opportunities for professional growth and learning

    • Recognition for achievements and contributions

    • Clear communication and feedback

    • A company culture that values innovation and creativity

    • Leading a succe...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Do not drag a question or bluff, if you don't know the answer, say no and move on.

Skills evaluated in this interview

Interview questions from similar companies

I applied via Company Website and was interviewed before Dec 2020. There were 4 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. Questions on Java,SQL,some trending technologies(IOT,Big data),pattern questions, programming questions with different approaches.

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare basics of DSA, have knowledge about the databases, some common dml ,ddl statements, programming knowledge of a particular language like C,Java, python,etc...have good command on oops concepts... little bit of frameworks knowledge will also help

I applied via Referral and was interviewed before Jan 2021. There was 1 interview round.

Interview Questionnaire 

1 Question

  • Q1. Java questions

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare basic questions
Contribute & help others!
anonymous
You can choose to be anonymous

The One Technologies Interview FAQs

How many rounds are there in The One Technologies interview?
The One Technologies interview process usually has 2-3 rounds. The most common rounds in the The One Technologies interview process are Technical, HR and Resume Shortlist.
How to prepare for The One Technologies 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 The One Technologies. The most common topics and skills that interviewers at The One Technologies expect are Javascript, React.Js, ASP.Net, C# and Cold Calling.
What are the top questions asked in The One Technologies interview?

Some of the top questions asked at the The One Technologies interview -

  1. What are the ways we can optimize a SQL qu...read more
  2. What is the sync and asy...read more
  3. How to identify memory lea...read more

Recently Viewed

INTERVIEWS

VT Netzwelt

No Interviews

SALARIES

Version Systems

No Salaries

COMPANY BENEFITS

Version Systems

No Benefits

COMPANY BENEFITS

Maruti Techlabs

No Benefits

SALARIES

Maruti Techlabs

No Salaries

INTERVIEWS

Techify Solutions

No Interviews

REVIEWS

Version Systems

No Reviews

INTERVIEWS

Peerbits Solution

No Interviews

REVIEWS

Maruti Techlabs

No Reviews

INTERVIEWS

Yudiz Solutions

No Interviews

Tell us how to improve this page.

The One Technologies Interview Process

based on 7 interviews

Interview experience

3.1
  
Average
View more

Interview Questions from Similar Companies

TCS Interview Questions
3.7
 • 10.4k Interviews
Infosys Interview Questions
3.6
 • 7.6k Interviews
Wipro Interview Questions
3.7
 • 5.6k Interviews
Tech Mahindra Interview Questions
3.5
 • 3.8k Interviews
HCLTech Interview Questions
3.5
 • 3.8k Interviews
LTIMindtree Interview Questions
3.8
 • 2.9k Interviews
Mphasis Interview Questions
3.4
 • 791 Interviews
View all

The One Technologies Reviews and Ratings

based on 31 reviews

2.7/5

Rating in categories

2.7

Skill development

2.6

Work-life balance

2.6

Salary

2.6

Job security

2.7

Company culture

2.6

Promotions

2.6

Work satisfaction

Explore 31 Reviews and Ratings
DOT NET Developer
15 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Software Developer
14 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Software Engineer
10 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Project Manager
9 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

QA Executive
9 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Explore more salaries
Compare The One Technologies with

TCS

3.7
Compare

Infosys

3.6
Compare

Wipro

3.7
Compare

HCLTech

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