i
Oneture Technologies
Filter interviews by
Framework structure refers to the organization of code, libraries, and tools used in automation testing.
Framework structure typically includes folders for test scripts, test data, configuration files, and reusable components.
It also involves defining the hierarchy of test cases, setting up test suites, and implementing reporting mechanisms.
Common types of frameworks include data-driven, keyword-driven, and hybrid frame...
Basic coding standards are guidelines that help ensure code quality, readability, and maintainability.
Consistent indentation for readability
Meaningful variable and function names
Proper commenting for clarity
Use of design patterns for scalability
Adherence to naming conventions like camelCase or snake_case
I applied via LinkedIn and was interviewed in Jul 2024. There was 1 interview round.
I used React.js as the framework in my last project.
React.js is a popular JavaScript library for building user interfaces.
It allows for the creation of reusable UI components.
React.js uses a virtual DOM for efficient rendering.
Example: I used React.js to build a dynamic dashboard for tracking sales data.
Reading a file in Node.js involves using the 'fs' module to open and read the contents of the file.
Use the 'fs' module's 'readFile' method to read the contents of a file asynchronously.
Pass the file path and encoding as parameters to the 'readFile' method.
Handle the file contents in the callback function provided to the 'readFile' method.
Creating CRUD APIs for sample data in a MERN stack application
Create a POST API to add new data
Create a GET API to retrieve all data
Create a GET API to retrieve data by ID
Create a PUT API to update data by ID
Create a DELETE API to delete data by ID
Create a google form
I applied via AngelList and was interviewed before Sep 2022. There were 2 interview rounds.
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
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
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
Oneture Technologies interview questions for popular designations
I applied via Hirist and was interviewed in Jul 2022. There were 2 interview rounds.
I applied via LinkedIn and was interviewed before Mar 2022. There were 5 interview rounds.
Was given a project to complete
Top trending discussions
posted on 19 Mar 2025
I appeared for an interview in Feb 2025, where I was asked the following questions.
useState is a React hook that allows functional components to manage state.
useState is imported from React: `import React, { useState } from 'react';`
It initializes state in functional components: `const [count, setCount] = useState(0);`
The first element is the current state value, and the second is a function to update it.
State updates are asynchronous and can be batched for performance.
Example of updating state: `set...
useState manages state in functional components; useEffect handles side effects like data fetching and subscriptions.
useState is a Hook that allows you to add state to functional components.
Example: const [count, setCount] = useState(0);
useEffect is a Hook that lets you perform side effects in function components.
Example: useEffect(() => { document.title = `Count: ${count}`; }, [count]);
useState is synchronous and u...
posted on 28 Dec 2023
I applied via Naukri.com and was interviewed in Jul 2023. There were 6 interview rounds.
posted on 28 Jun 2024
I am a Full Stack Developer with experience in web development and past internship at a tech startup.
Completed internship at XYZ Tech Startup, where I worked on developing and maintaining web applications
Proficient in front-end technologies like HTML, CSS, JavaScript, and React
Skilled in back-end technologies like Node.js, Express, and MongoDB
Familiar with version control systems like Git and project management tools l
Developed a web application for online book rental system
Used HTML, CSS, JavaScript for front-end development
Implemented PHP and MySQL for back-end functionality
Included features like user registration, book search, and rental management
posted on 29 Aug 2023
I applied via Naukri.com and was interviewed in Jul 2023. There were 3 interview rounds.
Basic Aptitude Test
based on 6 interviews
Interview experience
based on 19 reviews
Rating in categories
Data Engineer
29
salaries
| ₹5.5 L/yr - ₹13.5 L/yr |
Software Engineer
18
salaries
| ₹6 L/yr - ₹13 L/yr |
Full Stack Developer
15
salaries
| ₹6 L/yr - ₹10.5 L/yr |
Flutter Developer
6
salaries
| ₹5.5 L/yr - ₹6.8 L/yr |
Software Developer
5
salaries
| ₹6 L/yr - ₹10.5 L/yr |
HCL Infosystems
Accel Frontline
Northcorp Software
Diverse Lynx