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
5
Excellent
Difficulty level
Hard
Process Duration
Less than 2 weeks
Result
No response

I applied via Approached by Company and was interviewed in Mar 2024. There were 2 interview rounds.

Round 1 - Technical 

(1 Question)

  • Q1. Quite good and challeging questions asked
Round 2 - Technical 

(1 Question)

  • Q1. Manager round, quite good.all the coding part was there

DOT NET Developer Interview Questions asked at other Companies

Q1. What is the difference between windows application development and web based development?
View answer (11)

Interview Questions & Answers

user image Anonymous

posted on 26 Mar 2024

Interview experience
4
Good
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via Job Portal and was interviewed in Feb 2024. There was 1 interview round.

Round 1 - Technical 

(3 Questions)

  • Q1. Method Overriding, Java Optional Class, default and static method inside a Interface
  • Q2. String Questions, write a controller method
  • Q3. How do you handle 3rd party PAi
Antino Interview Questions and Answers for Freshers
illustration image
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Referral and was interviewed in Mar 2024. There was 1 interview round.

Round 1 - Technical 

(2 Questions)

  • Q1. Define oops concepts in brief.
  • Ans. 

    Object-oriented programming concepts like inheritance, encapsulation, polymorphism, and abstraction.

    • Inheritance: Allows a class to inherit properties and behavior from another class.

    • Encapsulation: Bundling data and methods that operate on the data into a single unit.

    • Polymorphism: Ability to present the same interface for different data types.

    • Abstraction: Hiding the complex implementation details and showing only the ne

  • Answered by AI
  • Q2. Constructor based logical questions

Senior Software Engineer Interview Questions asked at other Companies

Q1. K Largest Elements Problem Statement You are given an integer k and an array of integers that contain numbers in random order. Write a program to find the k largest numbers from the given array. You need to save them in an array and return ... read more
View answer (1)
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
-

I was interviewed in Sep 2024.

Round 1 - Coding Test 

Ask basic of js abd query in database and one coding question

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)

Antino interview questions for popular designations

 Backend Developer

 (3)

 Flutter Developer

 (3)

 Software Engineer

 (2)

 Node JS Developer

 (2)

 Software Developer

 (2)

 Business Analyst

 (2)

 Software Engineer Trainee

 (1)

 Senior Software Developer

 (1)

IOS Developer Interview Questions & Answers

user image Anonymous

posted on 16 Sep 2024

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

I applied via Job Portal and was interviewed before Sep 2023. There were 2 interview rounds.

Round 1 - Technical 

(4 Questions)

  • Q1. Oops Concept ,polymorphism?
  • Q2. Dsa ,frequency related questions and linkedlist related questions
  • Q3. Upcasting vs downcasting?
  • Ans. 

    Upcasting is casting a subclass to a superclass, while downcasting is casting a superclass to a subclass.

    • Upcasting involves converting an object of a subclass to a superclass type.

    • Downcasting involves converting an object of a superclass to a subclass type.

    • Upcasting is safe and implicit, while downcasting requires explicit casting and may throw a ClassCastException.

    • Example: Animal animal = new Dog(); // Upcasting

    • Exampl

  • Answered by AI
  • Q4. Authentication via Jwt?
  • Ans. 

    JWT (JSON Web Token) is a method for securely transmitting information between parties as a JSON object.

    • JWT is an open standard (RFC 7519) that defines a compact and self-contained way for securely transmitting information between parties as a JSON object.

    • It is commonly used for authentication and information exchange in web development.

    • JWTs consist of three parts: header, payload, and signature.

    • The header typically co...

  • Answered by AI
Round 2 - Coding Test 

Dsa questions ,interview was long , past projects

Skills evaluated in this interview

IOS Developer Interview Questions asked at other Companies

Q1. 1 - MVC PATTERN 2- CLOUSERS & it's type 3- Google SDK like Google maps 3- How u manage the constraints of any label , stick at every corner & center of view controller, when getting data from json.
View answer (1)

Get interview-ready with Top Antino Interview Questions

Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
No response

I applied via Company Website and was interviewed in Mar 2024. There was 1 interview round.

Round 1 - One-on-one 

(1 Question)

  • Q1. Introduction and related to your field.

Business Analyst Interview Questions asked at other Companies

Q1. You have 10 boxes of balls (each ball weighing exactly10 gm) with one box with defective balls (each one of the defective balls weigh 9 gm). You are given an electronic weighing machine and only one chance at it. How will you find out which... read more
View answer (9)

Jobs at Antino

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

I applied via LinkedIn and was interviewed in Feb 2024. There was 1 interview round.

Round 1 - Technical 

(1 Question)

  • Q1. Project management questions Questions about about agile methodology Use case and user stories change requests and how to address them

Business Analyst Interview Questions asked at other Companies

Q1. You have 10 boxes of balls (each ball weighing exactly10 gm) with one box with defective balls (each one of the defective balls weigh 9 gm). You are given an electronic weighing machine and only one chance at it. How will you find out which... read more
View answer (9)
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Recruitment Consulltant and was interviewed in May 2023. There were 3 interview rounds.

Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Keep your resume crisp and to the point. A recruiter looks at your resume for an average of 6 seconds, make sure to leave the best impression.
View all Resume tips
Round 2 - Coding Test 

The coding test was pretty simple and basic DSA is required if you're going into Coding test.

Round 3 - Technical 

(5 Questions)

  • Q1. In this round they have seen my projects and ask some code and their implementation.
  • Q2. How to implement Map in flutter?
  • Ans. 

    To implement Map in Flutter, use the Google Maps Flutter plugin and follow the documentation.

    • Use the Google Maps Flutter plugin to integrate maps in your Flutter app

    • Follow the plugin documentation for step-by-step instructions on implementing maps

    • Add API keys and configure map settings as needed

  • Answered by AI
  • Q3. How to fetch and store data from server?
  • Ans. 

    To fetch and store data from server, use HTTP requests to retrieve data and local storage to save it.

    • Use HTTP requests like GET, POST, PUT, DELETE to fetch data from server

    • Parse the response data and store it locally using shared preferences, SQLite, or other local storage options

    • Implement error handling and data caching for better user experience

  • Answered by AI
  • Q4. Can we send data from the get request to the server?
  • Ans. 

    Yes, data can be sent from a get request to the server using query parameters or request headers.

    • Query parameters can be added to the URL in a get request to send data to the server.

    • Request headers can also be used to send data in a get request.

    • Example: http://example.com/api/data?param1=value1¶m2=value2

  • Answered by AI
  • Q5. String Coding Questions?

Interview Preparation Tips

Interview preparation tips for other job seekers - The interview was pretty decent, not too hard, I would say moderate and just be confident and have a strong knowledge of your domain.

Skills evaluated in this interview

Flutter Developer Interview Questions asked at other Companies

Q1. Write the code on paper how to intigrate the api in your flutter app?
View answer (2)
Interview experience
3
Average
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via LinkedIn and was interviewed in Jan 2023. There were 4 interview rounds.

Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Keep your resume crisp and to the point. A recruiter looks at your resume for an average of 6 seconds, make sure to leave the best impression.
View all Resume tips
Round 2 - Technical 

(1 Question)

  • Q1. F2F interview asked simple DSA questions. I don't remember exact question but it was from arrays and strings for me.
Round 3 - Technical 

(1 Question)

  • Q1. One more DSA question and questions related to golang as I was hired for golang developer. questions related to interface, struct , slice, array, go routine, channels, waitgroups, and some simple question...
Round 4 - HR 

(1 Question)

  • Q1. Basically, it was only for salary negotiation was done on call.

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 (196)
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I was interviewed in May 2023.

Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Keep your resume crisp and to the point. A recruiter looks at your resume for an average of 6 seconds, make sure to leave the best impression.
View all Resume tips
Round 2 - Coding Test 

They generally ask about the DSA questions which can go from basic to intermediate.

Round 3 - Technical 

(1 Question)

  • Q1. In this you should have strong knowledge about your domain. Be confident. They'll ask you some implementations and code in your projects too. If yo have written about the projects.

Interview Preparation Tips

Interview preparation tips for other job seekers - Be confident and the interview rounds are pretty much decent not too hard if you have a strong knowledge in your domain.

Flutter Developer Interview Questions asked at other Companies

Q1. Write the code on paper how to intigrate the api in your flutter app?
View answer (2)
Contribute & help others!
anonymous
You can choose to be anonymous

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.

Recently Viewed

PHOTOS

InsuranceDekho

3 office photos

LIST OF COMPANIES

Credit Bajaar

Overview

SALARIES

Antino

LIST OF COMPANIES

S&P Global

Overview

LIST OF COMPANIES

Shakti Travels

Overview

SALARIES

Antino

SALARIES

Antino

INTERVIEWS

Princess Cruises

No Interviews

INTERVIEWS

Tychon Solutions

No Interviews

Tell us how to improve this page.

Antino Interview Process

based on 32 interviews

Interview experience

3.6
  
Good
View more

Interview Questions from Similar Companies

TCS Interview Questions
3.7
 • 10.4k Interviews
Infosys Interview Questions
3.6
 • 7.5k 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
 • 2.9k Interviews
Mphasis Interview Questions
3.4
 • 791 Interviews
Apisero Interview Questions
4.3
 • 64 Interviews
View all

Antino Reviews and Ratings

based on 136 reviews

2.9/5

Rating in categories

3.1

Skill development

2.7

Work-life balance

2.8

Salary

2.5

Job security

2.8

Company culture

2.7

Promotions

2.9

Work satisfaction

Explore 136 Reviews and Ratings
NodeJs Developer

Bangalore / Bengaluru

3-5 Yrs

Not Disclosed

iOS Developer

Gurgaon / Gurugram,

Delhi/Ncr

2-4 Yrs

₹ 8-8 LPA

PHP Developer

Gurgaon / Gurugram

2-5 Yrs

₹ 6-9 LPA

Explore more jobs
Software Developer
86 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Associate Software Developer
49 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Front end Developer
31 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Backend Developer
29 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Software Engineer
26 salaries
unlock blur

₹0 L/yr - ₹0 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