Upload Button Icon Add office photos
Engaged Employer

i

This company page is being actively managed by Oneture Technologies Team. If you also belong to the team, you can get access from here

Oneture Technologies Verified Tick

Compare button icon Compare button icon Compare

Filter interviews by

Oneture Technologies Software Engineer Interview Questions and Answers for Experienced

Updated 4 Sep 2023

Oneture Technologies Software Engineer Interview Experiences for Experienced

1 interview found

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

I applied via AngelList and was interviewed before Sep 2022. There were 2 interview rounds.

Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Properly align and format text in your resume. A recruiter will have to spend more time reading poorly aligned text, leading to high chances of rejection.
View all tips
Round 2 - Technical 

(5 Questions)

  • Q1. Core JavaScript Based Questions
  • Q2. React related questions
  • Q3. React state and their use
  • Ans. 

    React state is used to store and manage data within a component.

    • State is used to store data that can change over time within a component

    • State can be initialized in the constructor using this.state

    • State can be updated using this.setState() method

    • State changes trigger re-rendering of the component

  • Answered by AI
  • Q4. How react props work
  • Ans. 

    React props are used to pass data from parent to child components in React applications.

    • Props are read-only and cannot be modified by the child component

    • Props are passed down from parent to child components

    • Props can be accessed using this.props in class components or props in functional components

  • Answered by AI
  • Q5. Redux working and use
  • Ans. 

    Redux is a predictable state container for JavaScript apps, commonly used with React for managing application state.

    • Redux helps manage the state of an application in a predictable way

    • It uses a single immutable state tree which can only be changed by emitting actions

    • Reducers are pure functions that specify how the state changes in response to actions

    • Redux is commonly used with React to manage the state of components

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Be good at logical thinking and work on your core concepts

Skills evaluated in this interview

Interview questions from similar companies

I appeared for an interview before Jun 2016.

Interview Questionnaire 

1 Question

  • Q1. Java related questions on Oops concept and Multithreading

Interview Preparation Tips

Round: Test
Experience: Simple aptitude and reasoning questions little java based programming
Tips: Basic programming knowledge and good aptitude
Duration: 1 hour
Total Questions: 60

Round: Technical Interview
Experience: Normal questions on Java, basic programming questions like reverse no. , String related and logical coding
Tips: What u mentioned on your resume go through that only, they will not ask apart from your resume

Skills: How Well You Are Able To Communicate What You Wanted To Tell, Programming
College Name: SRCEM

I applied via Company Website and was interviewed before Dec 2019. There were 3 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. Regarding OOPS, wordpress and laravel.

Interview Preparation Tips

Interview preparation tips for other job seekers - It was good and I am still working here.

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

Interview Questionnaire 

2 Questions

  • Q1. Which technology are you using, is this latest?
  • Ans. 

    We are using a variety of technologies, including some of the latest ones.

    • We are using React for our front-end development.

    • We are also using Node.js for our back-end development.

    • We are using Docker for containerization.

    • We are using Kubernetes for orchestration.

    • We are using AWS for cloud hosting.

    • We are constantly evaluating new technologies to see if they can improve our development process.

  • Answered by AI
  • Q2. If not then which technology can we use instead of this?
  • Ans. 

    It depends on the specific requirements and constraints of the project.

    • Consider the project's goals and objectives

    • Evaluate the available technologies and their capabilities

    • Assess the project's budget and timeline

    • Consult with stakeholders and experts in the field

    • Examples: React vs Angular, MySQL vs MongoDB, Java vs Python

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Hi,
Listen carefully and speak fluently.
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I appeared for an interview in Feb 2025, where I was asked the following questions.

  • Q1. Simple Sql question
  • Q2. SQL, window function
  • Q3. ACID, Normalization

Interview Preparation Tips

Interview preparation tips for other job seekers - Its good

I applied via Naukri.com and was interviewed in Sep 2021. There were 4 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 - Aptitude Test 

Easy reasoning questions

Round 3 - Coding Test 

Basic coding multiple choice questions

Round 4 - One-on-one 

(1 Question)

  • Q1. Wat is exception handling? Store procedure in sql? Indexing? Oops concept?
  • Ans. 

    Exception handling, stored procedures, indexing, and OOP concepts are important in software engineering.

    • Exception handling is the process of handling errors that occur during program execution.

    • Stored procedures are pre-written SQL code that can be executed with a single command.

    • Indexing is the process of optimizing database performance by creating indexes on frequently queried columns.

    • OOP concepts include encapsulation

  • Answered by AI

Interview Preparation Tips

Topics to prepare for HCL Infosystems Software Engineer interview:
  • .Net Core
  • Sql basic
Interview preparation tips for other job seekers - Just focus on basics,thats it!!

If u learn nly 1 thing,jst do it properly.

Skills evaluated in this interview

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

Round 1 - Technical 

(1 Question)

  • Q1. Java basics oops selenium framework

Interview Preparation Tips

Interview preparation tips for other job seekers - Learn java basic on strings and selenium
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Company Website and was interviewed in Jul 2023. There were 4 interview rounds.

Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Properly align and format text in your resume. A recruiter will have to spend more time reading poorly aligned text, leading to high chances of rejection.
View all tips
Round 2 - Aptitude Test 

Such like blood relation questions, graph, alphabet and numeric values etc

Round 3 - Coding Test 

Related to operators, oop concepts

Round 4 - HR 

(4 Questions)

  • Q1. Basic questions like introduce my self, expectation salary etc
  • Q2. Oop concepts questions, SQL database query etc
  • Q3. And any questions about our company
  • Q4. 2 Coding questions Java, Python questions and machine learning

Interview Preparation Tips

Topics to prepare for HCL Infosystems Software Engineer interview:
  • Python developer
  • Machine Learning
  • Java Servlets
  • Html5
  • CSS3
  • My sql

I applied via Naukri.com and was interviewed in Sep 2020. There were 3 interview rounds.

Interview Questionnaire 

5 Questions

  • Q1. Which collection class is used to represent key-value pairs?
  • Ans. 

    The HashMap class is used to represent key-value pairs in Java.

    • HashMap is a part of the Java Collections Framework.

    • It allows null values and only one null key.

    • It provides constant-time performance for basic operations like get and put.

    • Example: HashMap<String, Integer> map = new HashMap<>();

  • Answered by AI
  • Q2. What is abstraction?
  • Ans. 

    Abstraction is the process of simplifying complex systems by focusing on essential details and hiding unnecessary complexities.

    • Abstraction allows us to create models or representations of real-world objects or systems in software.

    • It helps in managing complexity by breaking down a system into smaller, more manageable parts.

    • Abstraction provides a level of indirection, allowing changes to be made in one part of the system...

  • Answered by AI
  • Q3. Why is try-catch used in JAVA?
  • Ans. 

    try-catch is used in Java to handle exceptions and prevent program crashes.

    • try-catch blocks are used to catch and handle exceptions that may occur during program execution.

    • It allows the program to gracefully handle errors and prevent the program from crashing.

    • The try block contains the code that may throw an exception, and the catch block handles the exception.

    • Multiple catch blocks can be used to handle different types...

  • Answered by AI
  • Q4. Which statement will we use if we want to select a statement based on integer inputs?
  • Ans. 

    The statement to use for selecting based on integer inputs is the 'switch' statement.

    • The 'switch' statement allows for multiple cases to be evaluated based on the value of an integer input.

    • Each case represents a possible value of the input, and the corresponding code block is executed if the value matches.

    • The 'switch' statement also provides a 'default' case which is executed if none of the cases match the input value.

    • ...

  • Answered by AI
  • Q5. Explain your project.

Interview Preparation Tips

Interview preparation tips for other job seekers - Stick to basic concepts
Prepare a good project

Skills evaluated in this interview

I applied via Naukri.com and was interviewed in Oct 2021. There was 1 interview round.

Interview Questionnaire 

2 Questions

  • Q1. About your self,expectedly salary
  • Q2. How many months to you work in the company

Interview Preparation Tips

Interview preparation tips for other job seekers - Hi good morning ,my interview advice is no tention to the to properly speak,eye contact ,skills these are trip help to interview panal

Oneture Technologies Interview FAQs

How many rounds are there in Oneture Technologies Software Engineer interview for experienced candidates?
Oneture Technologies interview process for experienced candidates usually has 2 rounds. The most common rounds in the Oneture Technologies interview process for experienced candidates are Resume Shortlist and Technical.
How to prepare for Oneture Technologies Software Engineer interview for experienced candidates?
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 Oneture Technologies. The most common topics and skills that interviewers at Oneture Technologies expect are AWS, OOPS, Distribution System and Golang.
What are the top questions asked in Oneture Technologies Software Engineer interview for experienced candidates?

Some of the top questions asked at the Oneture Technologies Software Engineer interview for experienced candidates -

  1. How react props w...read more
  2. React state and their ...read more
  3. Redux working and ...read more

Tell us how to improve this page.

Oneture Technologies Software Engineer Interview Process for Experienced

based on 1 interview

Interview experience

5
  
Excellent
View more
Oneture Technologies Software Engineer Salary
based on 18 salaries
₹6 L/yr - ₹13 L/yr
At par with the average Software Engineer Salary in India
View more details

Oneture Technologies Software Engineer Reviews and Ratings

based on 3 reviews

3.0/5

Rating in categories

2.8

Skill development

2.6

Work-life balance

3.0

Salary

3.4

Job security

2.4

Company culture

3.0

Promotions

2.4

Work satisfaction

Explore 3 Reviews and Ratings
Data Engineer
29 salaries
unlock blur

₹5.5 L/yr - ₹13.5 L/yr

Software Engineer
18 salaries
unlock blur

₹6 L/yr - ₹13 L/yr

Full Stack Developer
15 salaries
unlock blur

₹6 L/yr - ₹10.5 L/yr

Flutter Developer
6 salaries
unlock blur

₹5.5 L/yr - ₹6.8 L/yr

Software Developer
5 salaries
unlock blur

₹6 L/yr - ₹10.5 L/yr

Explore more salaries
Compare Oneture Technologies with

HCL Infosystems

3.9
Compare

Accel Frontline

4.0
Compare

Northcorp Software

4.3
Compare

Diverse Lynx

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