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

Clear (1)

Antino Front end Developer Interview Questions and Answers

Updated 7 Oct 2024

Antino Front end Developer Interview Experiences

1 interview found

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

Interview questions from similar companies

Interview Questionnaire 

3 Questions

  • Q1. 1. Basic html schemantics
  • Q2. 2. Pure JS
  • Q3. 3. Angular advance

Interview Preparation Tips

Interview preparation tips for other job seekers - Hard Interview process
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Group Discussion 

Future of ai in 2025

Interview Preparation Tips

Interview preparation tips for other job seekers - good for confidence
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. Controlled and Un Controlled components
  • Q2. Hooks in functional components
  • Ans. 

    Hooks are functions that let you use state and other React features in functional components.

    • Hooks were introduced in React 16.8.

    • useState() hook is used to add state to functional components.

    • useEffect() hook is used for side effects in functional components.

    • Custom hooks can be created to reuse logic across components.

  • Answered by AI
Round 2 - Coding Test 

Developing features of Shopping Cart page like add to cart,remove from cart

Skills evaluated in this interview

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

I applied via Walk-in and was interviewed in Jul 2024. There was 1 interview round.

Round 1 - Technical 

(2 Questions)

  • Q1. How to comment in javascript
  • Ans. 

    Comments in JavaScript are used to explain the code and are not executed by the browser.

    • Use // for single line comments

    • Use /* */ for multi-line comments

    • Comments help other developers understand your code

  • Answered by AI
  • Q2. Write code of async-await
  • Ans. 

    Async-await is a feature in JavaScript that allows for asynchronous programming using promises.

    • Use the 'async' keyword before a function to make it asynchronous

    • Use the 'await' keyword inside an async function to wait for a promise to resolve

    • Async-await simplifies asynchronous code and makes it easier to read and maintain

  • Answered by AI

Skills evaluated in this interview

I applied via Naukri.com and was interviewed in Nov 2021. There was 1 interview round.

Interview Questionnaire 

2 Questions

  • Q1. Topics in angular, javascript and UI related
  • Q2. Important concepts in angular like architecture, observables

Interview Preparation Tips

Interview preparation tips for other job seekers - Interview will be video call .
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 

(3 Questions)

  • Q1. Defined your self to about your aducation and
  • Q2. What is computer in your language
  • Ans. 

    A computer is an electronic device that can perform various tasks by executing instructions given to it.

    • A computer is made up of hardware components such as CPU, memory, and storage devices.

    • It runs on an operating system and software applications.

    • Computers can be used for various purposes such as communication, entertainment, and work.

    • Examples of computers include desktops, laptops, tablets, and smartphones.

  • Answered by AI
  • Q3. What about html What is the you html in frontend
  • Ans. 

    HTML is the standard markup language for creating web pages and applications.

    • HTML stands for HyperText Markup Language

    • It is used to structure content on the web

    • HTML elements are used to define the different parts of a webpage

    • Examples include <h1> for headings, <p> for paragraphs, and <img> for images

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Gskaizgxvskajxxndn frontend devoloper

Skills evaluated in this interview

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

I applied via Company Website and was interviewed in Mar 2024. There were 3 interview rounds.

Round 1 - Aptitude Test 

Test my knowledge in web developer

Round 2 - Coding Test 

Test my knowledge in coding

Round 3 - Group Discussion 

Check my knowledge in group discussion

Interview Preparation Tips

Topics to prepare for Infosys Front end Developer interview:
  • HTML
  • CSS3
  • Javascript
  • Bootstrap
  • Nodejs
  • MongoDB
Interview experience
3
Average
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Naukri.com and was interviewed in Jan 2023. There were 2 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 

(2 Questions)

  • Q1. Is multiple inheritance supported in Java
  • Ans. 

    No, Java does not support multiple inheritance.

    • Java only supports single inheritance through classes.

    • However, multiple inheritance can be achieved through interfaces.

    • Diamond problem can be avoided in interfaces by implementing default methods.

    • Example: class A extends B implements C, D {}

  • Answered by AI
  • Q2. No, it is supported through interfaces only .

Interview Preparation Tips

Interview preparation tips for other job seekers - Keep Trying. Even if interview doesn't go well, you can always try for other companies.

Skills evaluated in this interview

Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
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 

(5 Questions)

  • Q1. How does React native works internally? Like alloting memory to rendering JS code on android and ios devices.
  • Ans. 

    React Native works by using a bridge to communicate between JavaScript and native code on iOS and Android devices.

    • React Native uses a JavaScript thread to handle logic and a separate thread for UI rendering.

    • The bridge allows for communication between the JavaScript thread and native code on the device.

    • React Native uses a virtual DOM to optimize rendering performance.

    • Memory allocation is handled by the device's operatin...

  • Answered by AI
  • Q2. Do you know about React middlewares? why are they used?
  • Ans. 

    React middlewares are functions that intercept and modify requests and responses in a React application.

    • Middlewares are used to add additional functionality to an application without modifying the core code.

    • They can be used for authentication, logging, error handling, and more.

    • Examples of React middlewares include Redux Thunk, Redux Saga, and React Router.

    • They are typically implemented using higher-order functions.

    • Midd...

  • Answered by AI
  • Q3. Do you know about React Native Context Api?
  • Ans. 

    Yes, React Native Context API is a way to manage global state in React Native applications.

    • Context API allows passing data through the component tree without having to pass props down manually at every level.

    • It is useful for managing global state such as user authentication, theme, and language preferences.

    • Context API consists of two parts: the Provider component and the Consumer component.

    • The Provider component is use...

  • Answered by AI
  • Q4. React Native Functional components lifecycle methods?
  • Ans. 

    React Native functional components have limited lifecycle methods compared to class components.

    • Functional components use useEffect() instead of componentDidMount() and componentDidUpdate()

    • useEffect() can be used to handle component mount, update, and unmount

    • useEffect() takes a callback function and an array of dependencies as arguments

    • The callback function can return a cleanup function to handle component unmount

    • Functi...

  • Answered by AI
  • Q5. App store and playstore publishing related questions.

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare not just theory, but be ready to write some code too.

Skills evaluated in this interview

Contribute & help others!
anonymous
You can choose to be anonymous

Antino Interview FAQs

How many rounds are there in Antino Front end Developer interview?
Antino interview process usually has 2 rounds. The most common rounds in the Antino interview process are Technical and Coding Test.
How to prepare for Antino Front end Developer 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 Angular, Angularjs, CSS, Front End and HTML.
What are the top questions asked in Antino Front end Developer interview?

Some of the top questions asked at the Antino Front end Developer interview -

  1. implment timer in re...read more
  2. closure,html,css,re...read more

Recently Viewed

PHOTOS

InsuranceDekho

3 office photos

LIST OF COMPANIES

Credit Bajaar

Overview

INTERVIEWS

S&P Global

No Interviews

INTERVIEWS

Antino

No Interviews

SALARIES

GeeksForGeeks

INTERVIEWS

Quorum Software

No Interviews

INTERVIEWS

BCD Travel

No Interviews

LIST OF COMPANIES

Shakti Travels

Locations

INTERVIEWS

Antino

No Interviews

INTERVIEWS

Antino

No Interviews

Tell us how to improve this page.

Antino Front end Developer Interview Process

based on 1 interview

Interview experience

5
  
Excellent
View more
Antino Front end Developer Salary
based on 31 salaries
₹3 L/yr - ₹7.8 L/yr
21% less than the average Front end Developer Salary in India
View more details

Antino Front end Developer Reviews and Ratings

based on 6 reviews

3.8/5

Rating in categories

4.0

Skill development

3.0

Work-life balance

4.1

Salary

3.0

Job security

3.9

Company culture

3.5

Promotions

3.7

Work satisfaction

Explore 6 Reviews and Ratings
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