Filter interviews by
I applied via Naukri.com and was interviewed in Mar 2021. There was 1 interview round.
Export types in ReactJS allow components, functions, and variables to be accessed and used in other files.
Exporting a component allows it to be imported and used in other files
Exporting a function allows it to be imported and used in other files
Exporting a variable allows it to be imported and used in other files
Hooks are functions that allow you to use state and other React features without writing a class.
useState is a hook that allows you to add state to functional components.
useEffect is a hook that allows you to perform side effects in functional components.
Hooks can only be used in functional components.
Hooks must be called at the top level of a functional component.
Hooks can be used to replace lifecycle methods in class
The 'this' keyword in JS refers to the object that is currently executing the code.
The value of 'this' depends on how a function is called.
In a method, 'this' refers to the object that the method belongs to.
In a regular function, 'this' refers to the global object (window in a browser).
In an event handler, 'this' refers to the element that triggered the event.
The value of 'this' can be explicitly set using call(), appl
setState is a method used in React to update the state of a component.
setState is asynchronous and batched for performance optimization.
It merges the new state with the previous state.
It schedules a re-render of the component and its children.
Passing a function to setState ensures the previous state is used correctly.
Example: this.setState({ count: this.state.count + 1 })
Answer to a React Developer interview question about class and functional components and passing props.
Class component: class MyComponent extends React.Component {}
Functional component: const MyComponent = (props) => {}
Passing props from parent to child:
Promises are a way to handle asynchronous operations in JavaScript. Promise.all is used to execute multiple promises concurrently.
Promises represent a value that may not be available yet
They have three states: pending, fulfilled, and rejected
Promise.all takes an array of promises and returns a new promise that resolves when all promises in the array have resolved
If any promise in the array is rejected, the returned pro...
ES6 features: Spread Operator, Rest Parameter, Object Destructuring
Spread Operator: allows an iterable to be expanded into individual elements
Rest Parameter: allows a function to accept an indefinite number of arguments as an array
Object Destructuring: allows extracting properties from an object and assigning them to variables
I was interviewed in Feb 2025.
Unit testing in Flutter ensures individual components work correctly, improving code quality and reliability.
Unit tests verify the functionality of a single function or class.
Flutter uses the 'test' package for writing unit tests.
Example: Testing a function that adds two numbers can be done using 'test('adds two numbers', () { expect(add(2, 3), 5); });'
Unit tests can be run using the command 'flutter test'.
Good unit te...
MCQ asked for css,js etx
Virtusa Software Services interview questions for popular designations
Declarative rules are statements that define the desired outcome without specifying the steps to achieve it.
Declarative rules focus on what needs to be done rather than how to do it
They are commonly used in programming languages like SQL and Prolog
Example: SQL SELECT statement specifies what data to retrieve without specifying how to retrieve it
Get interview-ready with Top Virtusa Software Services Interview Questions
Aptitude test with english
Sql, excel, plx, vba, python, dsa, power bi
Real time business problems
Real time business problems
Documentation workflow involves planning, writing, reviewing, editing, and publishing content.
Plan the documentation by identifying the audience and purpose
Write the content following a structured format
Review the content for accuracy, clarity, and completeness
Edit the content for grammar, style, and consistency
Publish the documentation in the appropriate format
Find the first non-repeating character in a string
Iterate through the string and count the frequency of each character
Return the first character with a frequency of 1
I applied via Campus Placement
Java-based coding test. minimum 3 questions you can attempt 2
Top trending discussions
The duration of Virtusa Software Services interview process can vary, but typically it takes about less than 2 weeks to complete.
based on 30 interviews
Interview experience
based on 126 reviews
Rating in categories
Consultant
72
salaries
| ₹0 L/yr - ₹0 L/yr |
Lead Consultant
64
salaries
| ₹0 L/yr - ₹0 L/yr |
Senior Consultant
60
salaries
| ₹0 L/yr - ₹0 L/yr |
Software Engineer
52
salaries
| ₹0 L/yr - ₹0 L/yr |
Associate Consultant
49
salaries
| ₹0 L/yr - ₹0 L/yr |
TCS
Infosys
Wipro
HCLTech