i
Innvonix Tech Solutions
Filter interviews by
I applied via Naukri.com and was interviewed in Mar 2022. There were 3 interview rounds.
Basic math problem and verbal
Small project case given. Need to complete it and submit it, ideally within a week.
MongoDB is a NoSQL database that stores data in JSON-like documents. ORM in Node.js is used to map objects to database tables.
MongoDB is a document-oriented database
It uses BSON (Binary JSON) format to store data
ORM (Object-Relational Mapping) in Node.js is used to interact with databases
Mongoose is a popular ORM for MongoDB in Node.js
Coalescing is a way to provide a default value when a variable is null or undefined.
Coalescing is done using the ?? operator in JavaScript.
It returns the value on the left if it's not null or undefined, otherwise it returns the value on the right.
Example: const x = null; const y = x ?? 'default'; // y will be 'default'
Palindrome code should be designed to check if a given string is the same forwards and backwards.
Create a function that takes a string as input
Remove any spaces and punctuation from the string
Reverse the string and compare it to the original string to check if it is a palindrome
posted on 9 Jan 2025
posted on 16 Dec 2024
I applied via Campus Placement and was interviewed in Nov 2024. There were 2 interview rounds.
The aptitude test was relatively straightforward, consisting of both aptitude and technical questions, with a difficulty level ranging from easy to medium.
I applied via Approached by Company and was interviewed in Nov 2024. There was 1 interview round.
To rotate a matrix, transpose it and then reverse each row or column depending on the direction of rotation.
Transpose the matrix by swapping elements across the diagonal
For clockwise rotation, reverse each row of the transposed matrix
For anti-clockwise rotation, reverse each column of the transposed matrix
Use binary search to efficiently find a particular element in a sorted array.
Start by comparing the target element with the middle element of the array.
If the target element is less than the middle element, search the left half of the array.
If the target element is greater than the middle element, search the right half of the array.
Repeat the process until the target element is found or the search space is empty.
posted on 22 Nov 2024
Encapsulation, Inheritance, Polymorphism, Abstraction are the four pillars of OOPS in Java.
Encapsulation: Bundling data and methods that operate on the data into a single unit.
Inheritance: Allows a class to inherit properties and behavior from another class.
Polymorphism: Ability to present the same interface for different data types.
Abstraction: Hiding the implementation details and showing only the necessary features.
A constructor in Java is a special type of method that is used to initialize objects.
Constructors have the same name as the class they are in.
They do not have a return type, not even void.
Constructors are called when an object of a class is created.
Example: public class Car { public Car() { // constructor code } }
posted on 13 Aug 2024
I applied via Referral and was interviewed in Jul 2024. There was 1 interview round.
Single page application is a web application that loads a single HTML page and dynamically updates the content as the user interacts with the app.
SPA uses AJAX and HTML5 to create fluid and responsive user experience.
It eliminates the need for page reloading during use, making it faster and more efficient.
Examples include Gmail, Facebook, and Google Maps.
State management is the process of managing the state of an application, including data flow, user interface updates, and user interactions.
State management involves storing and updating the state of an application to ensure data consistency.
It helps in managing user interface updates based on changes in the application state.
State management is crucial for handling user interactions and maintaining a seamless user exp...
The aptitude test was of moderate level.
It checked on the concepts of oops
I will prioritize tasks, communicate effectively with team members, and utilize time management techniques to meet deadlines.
Prioritize tasks based on importance and urgency
Break down tasks into smaller manageable chunks
Communicate effectively with team members to coordinate efforts
Utilize time management techniques such as Pomodoro technique or Agile methodologies
Identify and eliminate any potential roadblocks or bott...
I applied via Company Website and was interviewed in Jul 2023. There were 4 interview rounds.
Such like blood relation questions, graph, alphabet and numeric values etc
Related to operators, oop concepts
Associate Software Engineer
3
salaries
| ₹2.4 L/yr - ₹4.3 L/yr |
QA Engineer
3
salaries
| ₹2.9 L/yr - ₹3.6 L/yr |
HCL Infosystems
Accel Frontline
Northcorp Software
Diverse Lynx