Upload Button Icon Add office photos
Engaged Employer

i

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

Antino Verified Tick

Compare button icon Compare button icon Compare

Filter interviews by

Antino Interview Questions, Process, and Tips

Updated 15 Jan 2025

Top Antino Interview Questions and Answers

View all 16 questions

Antino Interview Experiences

Popular Designations

27 interviews found

Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. What are Django signals, and what is their application in web development?
  • Ans. 

    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 ...

  • Answered by AI
  • Q2. What are Django generic views?
  • Ans. 

    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 ...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - They are conducting three rounds of interviews, with coding required in each round, and tasks are assigned during the interview.

Skills evaluated in this interview

Senior Software Developer Interview Questions asked at other Companies

Q1. Intersection of Linked ListYou are given two Singly Linked List of integers, which are merging at some node of a third linked list. Your task is to find the data of the node at which merging starts. If there is no merging, return -1. For ex... read more
View answer (4)

NodeJS Interview Questions & Answers

user image Anonymous

posted on 8 Nov 2024

Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
-

I applied via Naukri.com and was interviewed in Oct 2024. There were 2 interview rounds.

Round 1 - Technical 

(2 Questions)

  • Q1. What is node.js?
  • Q2. Architecture of Node?
Round 2 - Technical 

(2 Questions)

  • Q1. Promises and Async Nature of JS
  • Q2. Some JS coding Questions

Skills evaluated in this interview

Interview experience
2
Poor
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. Explain event loop nodejs.
  • Ans. 

    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...

  • Answered by AI
  • Q2. Write the code for quick sort
  • Ans. 

    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

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Interview was rescheduled multiple times.
From company insider - They will do anything to please the client. Unrealistic deadlines leading to long working hours. Employee retention rate is not good.

Skills evaluated in this interview

Backend Developer Interview Questions asked at other Companies

Q1. Vertical Order Traversal of a Binary Tree Given a binary tree, your task is to return the vertical order traversal of its nodes' values. For each node located at a position (X, Y), its left child will be at (X-1, Y-1) and its right child wi... read more
Add answer
Interview experience
1
Bad
Difficulty level
Easy
Process Duration
4-6 weeks
Result
-
Round 1 - Technical 

(1 Question)

  • Q1. Two simple coding with technical questions
Round 2 - Technical 

(1 Question)

  • Q1. One simple coding and technical questions along with system design questions
Round 3 - Technical 

(1 Question)

  • Q1. Work experience

Interview Preparation Tips

Interview preparation tips for other job seekers - Please dont attend interview they wouldn't select you. Instead they will waste your time. And the HR chitranshi is too bad

Software Engineer Interview Questions asked at other Companies

Q1. Bridge and torch problem : Four people come to a river in the night. There is a narrow bridge, but it can only hold two people at a time. They have one torch and, because it's night, the torch has to be used when crossing the bridge. Person... read more
View answer (169)

Antino interview questions for popular designations

 Backend Developer

 (3)

 Flutter Developer

 (3)

 Business Analyst

 (2)

 Node JS Developer

 (2)

 Software Developer

 (2)

 Software Engineer

 (2)

 Android Developer

 (1)

 Associate Business Analyst

 (1)

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

I applied via Referral and was interviewed in Sep 2024. There were 2 interview rounds.

Round 1 - Technical 

(2 Questions)

  • Q1. Closure,html,css,react
  • Q2. Implment timer in react
  • Ans. 

    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

  • Answered by AI
Round 2 - Coding Test 

Coding test for react and also asked to show my project

Interview Preparation Tips

Interview preparation tips for other job seekers - prepare well

Skills evaluated in this interview

Front end Developer Interview Questions asked at other Companies

Q1. Non-Decreasing Array Problem Statement Given an integer array ARR of size N, determine if it can be transformed into a non-decreasing array by modifying at most one element. An array is defined as non-decreasing if ARR[i] <= ARR[i + 1] f... read more
View answer (3)

Get interview-ready with Top Antino Interview Questions

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

I applied via Naukri.com and was interviewed in Sep 2024. There were 2 interview rounds.

Round 1 - HR 

(2 Questions)

  • Q1. Basic Question like years of experience in relevant field
  • Q2. What is current ctc and how much you are expecting
  • Ans. 

    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

  • Answered by AI
Round 2 - Coding Test 

First technical round consists Nodejs, expressjs , javascript basic questions only

Interview Preparation Tips

Topics to prepare for Antino Node JS Developer interview:
  • Promises, callbacks, image uploa
Interview preparation tips for other job seekers - Please go through the basics because In second I realise that they are more focusing on basics of javascritp. They also asked 2 question from dsa but that was of very easy level,both are from arrays .

Node JS Developer Interview Questions asked at other Companies

Q1. 2. What are the main modules of Node.js? Explain in detail.
View answer (3)

Jobs at Antino

View all
Interview experience
3
Average
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Naukri.com and was interviewed in Sep 2024. There were 2 interview rounds.

Round 1 - HR 

(2 Questions)

  • Q1. Introduce yourself
  • Ans. 

    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

  • Answered by AI
  • Q2. About your past experience
Round 2 - Technical 

(1 Question)

  • Q1. Reverse a string
  • Ans. 

    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

  • Answered by AI

Software Quality Assurance Engineer Interview Questions asked at other Companies

Q1. What is the different get and quit methods?
View answer (2)
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Aptitude Test 

Basic Aptitude questions

Round 2 - Technical 

(2 Questions)

  • Q1. Questions with CV
  • Q2. Situational questions, project management process, agile methodologies
Round 3 - Technical 

(1 Question)

  • Q1. More brainstorming with cv
Round 4 - HR 

(1 Question)

  • Q1. Basic HR questions

Associate Business Analyst Interview Questions asked at other Companies

Q1. problem identification - how to reduce per delivery cost from Rs. 75 (hypothetical value).
View answer (1)

ReactJs Interview Questions & Answers

user image Anonymous

posted on 17 Apr 2024

Interview experience
3
Average
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Not Selected

I applied via Naukri.com and was interviewed in Mar 2024. There were 3 interview rounds.

Round 1 - Technical 

(2 Questions)

  • Q1. 1.First asking about project and project related question.Then asking some question from html,css .like center div ,flex,grid,semantic element,ARIA.
  • Q2. 2.JavaScript question related to event loop ,promise ,hoisting ,shadowing ,setTimeout ,clouser question. 3.React coding related to fetch api and show the details
Round 2 - Technical 

(1 Question)

  • Q1. Related to DSA coding,some question javaScript ,react
Round 3 - HR 

(1 Question)

  • Q1. Details about previous work exp,salary ,why join,etc

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare for basic js and react
Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(1 Question)

  • Q1. What is functional interface

Software Developer Interview Questions asked at other Companies

Q1. Maximum Subarray SumGiven an array of numbers, find the maximum sum of any contiguous subarray of the array. For example, given the array [34, -50, 42, 14, -5, 86], the maximum sum would be 137, since we would take elements 42, 14, -5, and ... read more
View answer (39)

Antino Interview FAQs

How many rounds are there in Antino interview?
Antino interview process usually has 2-3 rounds. The most common rounds in the Antino interview process are Technical, Coding Test and HR.
How to prepare for Antino interview?
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 Antino. The most common topics and skills that interviewers at Antino expect are Javascript, SQL, MySQL, MongoDB and Java.
What are the top questions asked in Antino interview?

Some of the top questions asked at the Antino interview -

  1. Can we send data from the get request to the serv...read more
  2. What are Django signals, and what is their application in web developme...read more
  3. How to implement Map in flutt...read more
How long is the Antino interview process?

The duration of Antino interview process can vary, but typically it takes about less than 2 weeks to complete.

Tell us how to improve this page.

Antino Interview Process

based on 31 interviews

Interview experience

3.7
  
Good
View more

Interview Questions from Similar Companies

TCS Interview Questions
3.7
 • 10.4k Interviews
Infosys Interview Questions
3.6
 • 7.6k Interviews
Wipro Interview Questions
3.7
 • 5.6k Interviews
Tech Mahindra Interview Questions
3.5
 • 3.8k Interviews
HCLTech Interview Questions
3.5
 • 3.8k Interviews
LTIMindtree Interview Questions
3.8
 • 3k Interviews
Mphasis Interview Questions
3.4
 • 806 Interviews
Apisero Interview Questions
4.3
 • 72 Interviews
View all

Antino Reviews and Ratings

based on 134 reviews

2.9/5

Rating in categories

3.1

Skill development

2.8

Work-life balance

2.9

Salary

2.5

Job security

2.8

Company culture

2.8

Promotions

2.9

Work satisfaction

Explore 134 Reviews and Ratings
Flutter Developer

Gurgaon / Gurugram

2-3 Yrs

₹ 7-6 LPA

React Native Developer

Gurgaon / Gurugram

2-4 Yrs

Not Disclosed

Explore more jobs
Software Developer
79 salaries
unlock blur

₹3 L/yr - ₹12 L/yr

Associate Software Developer
48 salaries
unlock blur

₹4 L/yr - ₹7 L/yr

Front end Developer
30 salaries
unlock blur

₹3 L/yr - ₹7.6 L/yr

Backend Developer
29 salaries
unlock blur

₹4 L/yr - ₹10 L/yr

Software Engineer
26 salaries
unlock blur

₹5 L/yr - ₹11.5 L/yr

Explore more salaries
Compare Antino with

TCS

3.7
Compare

Infosys

3.6
Compare

Wipro

3.7
Compare

HCLTech

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