i
Antino
Filter interviews by
Removing duplicates from an array of strings can be achieved using various methods in JavaScript, ensuring unique values.
Using Set: The simplest way to remove duplicates is by converting the array to a Set and back to an array. Example: `const uniqueArray = [...new Set(array)];`
Using Filter: You can filter the array by checking the index of each element. Example: `const uniqueArray = array.filter((item, index) =&g...
JavaScript is a versatile programming language with key concepts like variables, functions, and the event loop for asynchronous operations.
Variables: Used to store data. Example: let x = 10;
Functions: Blocks of code that perform tasks. Example: function greet() { console.log('Hello'); }
Objects: Collections of key-value pairs. Example: const person = { name: 'Alice', age: 25 };
Arrays: Ordered lists of values. Examp...
Django signals are a way for decoupled applications to get notified when certain actions occur elsewhere in the application.
Django signals allow certain senders to notify a set of receivers when some action has taken place.
They are used for decoupling various components of a web application.
Signals are useful for executing code based on certain events, such as user login, object creation, etc.
Example: Sending an e...
Django generic views are pre-built views provided by Django to simplify common tasks like displaying data from a database.
Django generic views help reduce code duplication by providing ready-to-use views for common tasks like displaying objects from a database.
They are generic in nature and can be easily customized to suit specific requirements.
Examples include ListView for displaying a list of objects, DetailView...
Node.js uses an event-driven, non-blocking I/O model, making it efficient and suitable for scalable network applications.
Single-threaded event loop: Handles multiple connections concurrently without creating new threads.
Non-blocking I/O: Allows operations like reading files or querying databases without freezing the application.
JavaScript runtime: Built on Chrome's V8 engine, enabling fast execution of JavaScript ...
Node.js is a JavaScript runtime built on Chrome's V8 engine, enabling server-side scripting and asynchronous event-driven architecture.
Built on Chrome's V8 JavaScript engine for high performance.
Uses an event-driven, non-blocking I/O model for scalability.
Ideal for building real-time applications like chat apps (e.g., Socket.io).
Supports npm (Node Package Manager) for easy package management.
Allows developers to u...
Event loop in Node.js manages asynchronous operations by executing callbacks when certain events occur.
Event loop is a single-threaded mechanism that allows Node.js to perform non-blocking I/O operations.
It continuously checks the call stack for any functions that need to be executed, as well as the callback queue for any functions that are ready to be executed.
Event loop prioritizes the execution of I/O operation...
Quick sort is a popular sorting algorithm that uses divide and conquer approach.
Divide the array into two sub-arrays based on a pivot element
Recursively sort the sub-arrays
Combine the sorted sub-arrays to get the final sorted array
Reverse a string
Create a new empty string to store the reversed string
Iterate through the original string from end to start and append each character to the new string
Return the reversed string
To implement a timer in React, you can use the useState hook to manage the timer state and useEffect hook to update the timer.
Use useState hook to initialize timer state
Use useEffect hook to update timer every second
Display the timer value in the component's render method
Django signals are a way for decoupled applications to get notified when certain actions occur elsewhere in the application.
Django signals allow certain senders to notify a set of receivers when some action has taken place.
They are used for decoupling various components of a web application.
Signals are useful for executing code based on certain events, such as user login, object creation, etc.
Example: Sending an email ...
Django generic views are pre-built views provided by Django to simplify common tasks like displaying data from a database.
Django generic views help reduce code duplication by providing ready-to-use views for common tasks like displaying objects from a database.
They are generic in nature and can be easily customized to suit specific requirements.
Examples include ListView for displaying a list of objects, DetailView for ...
I applied via Naukri.com and was interviewed in Oct 2024. There were 2 interview rounds.
Node.js is a JavaScript runtime built on Chrome's V8 engine, enabling server-side scripting and asynchronous event-driven architecture.
Built on Chrome's V8 JavaScript engine for high performance.
Uses an event-driven, non-blocking I/O model for scalability.
Ideal for building real-time applications like chat apps (e.g., Socket.io).
Supports npm (Node Package Manager) for easy package management.
Allows developers to use Ja...
Node.js uses an event-driven, non-blocking I/O model, making it efficient and suitable for scalable network applications.
Single-threaded event loop: Handles multiple connections concurrently without creating new threads.
Non-blocking I/O: Allows operations like reading files or querying databases without freezing the application.
JavaScript runtime: Built on Chrome's V8 engine, enabling fast execution of JavaScript code.
...
Event loop in Node.js manages asynchronous operations by executing callbacks when certain events occur.
Event loop is a single-threaded mechanism that allows Node.js to perform non-blocking I/O operations.
It continuously checks the call stack for any functions that need to be executed, as well as the callback queue for any functions that are ready to be executed.
Event loop prioritizes the execution of I/O operations and...
Quick sort is a popular sorting algorithm that uses divide and conquer approach.
Divide the array into two sub-arrays based on a pivot element
Recursively sort the sub-arrays
Combine the sorted sub-arrays to get the final sorted array
I applied via Referral and was interviewed in Sep 2024. There were 2 interview rounds.
To implement a timer in React, you can use the useState hook to manage the timer state and useEffect hook to update the timer.
Use useState hook to initialize timer state
Use useEffect hook to update timer every second
Display the timer value in the component's render method
Coding test for react and also asked to show my project
I applied via Naukri.com and was interviewed in Sep 2024. There were 2 interview rounds.
I am currently earning X amount and looking for a competitive salary based on my experience and skills.
My current CTC is X amount per annum
I am looking for a competitive salary based on market standards and my experience
I am open to negotiation based on the job role and responsibilities
First technical round consists Nodejs, expressjs , javascript basic questions only
I appeared for an interview in Mar 2025, where I was asked the following questions.
Removing duplicates from an array of strings can be achieved using various methods in JavaScript, ensuring unique values.
Using Set: The simplest way to remove duplicates is by converting the array to a Set and back to an array. Example: `const uniqueArray = [...new Set(array)];`
Using Filter: You can filter the array by checking the index of each element. Example: `const uniqueArray = array.filter((item, index) => ar...
I applied via Naukri.com and was interviewed in Sep 2024. There were 2 interview rounds.
I am a dedicated Software Quality Assurance Engineer with 5 years of experience in testing web and mobile applications.
Experienced in creating test plans, test cases, and executing tests
Proficient in using testing tools such as Selenium and Jira
Strong knowledge of software development lifecycle and Agile methodologies
Reverse a string
Create a new empty string to store the reversed string
Iterate through the original string from end to start and append each character to the new string
Return the reversed string
Basic Aptitude questions
I applied via Naukri.com and was interviewed in Mar 2024. There were 3 interview rounds.
Top trending discussions
The duration of Antino interview process can vary, but typically it takes about less than 2 weeks to complete.
based on 34 interview experiences
Difficulty level
Duration
based on 151 reviews
Rating in categories
Software Developer
100
salaries
| ₹4.8 L/yr - ₹10.1 L/yr |
Associate Software Developer
55
salaries
| ₹3.5 L/yr - ₹7.3 L/yr |
Software Engineer
32
salaries
| ₹5 L/yr - ₹10.5 L/yr |
Front end Developer
30
salaries
| ₹4 L/yr - ₹7.8 L/yr |
Associate Software Engineer
20
salaries
| ₹4 L/yr - ₹7.8 L/yr |
Tekwissen
Damco Solutions
smartData Enterprises
In Time Tec Visionsoft