Upload Button Icon Add office photos

Filter interviews by

INNOVA AM TECH UI Developer Interview Questions and Answers

Updated 5 Jan 2022

INNOVA AM TECH UI Developer Interview Experiences

1 interview found

UI Developer Interview Questions & Answers

user image Anonymous

posted on 1 Jan 2022

I applied via Naukri.com and was interviewed in Dec 2021. There were 3 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. Ui developer related.

Interview Preparation Tips

Interview preparation tips for other job seekers - Fake people and management. Do not trust on them. Do not join the company.

Interview questions from similar companies

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

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

Round 1 - Technical 

(2 Questions)

  • Q1. Basic Javascript promises questions.
  • Q2. Database queries.
Round 2 - Coding Test 

One dsa question - print the longest odd number from the string.

Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(1 Question)

  • Q1. What is difference between HTML and HTML5
Interview experience
1
Bad
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
-

I applied via Naukri.com and was interviewed in Jul 2024. There was 1 interview round.

Round 1 - Technical 

(2 Questions)

  • Q1. Basics about angular
  • Q2. Javascript concepts

Interview Preparation Tips

Interview preparation tips for other job seekers - "I attended an interview with this company and waited for a couple of days for a response. When I tried contacting HR, specifically Prasanna Lekkalapudi, she kept disconnecting my calls. In her text responses, she was unprofessional and dismissive, even stating that she doesn't care about my feedback. She mentioned that she has seen many people like me in her career. This kind of behavior reflects poorly on the company. I strongly advise against joining this organization, as it does not value your time, effort, or patience."
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Case Study 

1. noramal php question

Round 2 - Coding Test 

Php function basic codeing

Interview Preparation Tips

Interview preparation tips for other job seekers - basic coding
Interview experience
3
Average
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via LinkedIn and was interviewed before Apr 2023. There was 1 interview round.

Round 1 - Technical 

(3 Questions)

  • Q1. What are hooks how to use them list them
  • Ans. 

    Hooks are a feature in React that allow you to use state and other React features in functional components.

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

    • Some commonly used hooks are useState, useEffect, useContext, and useRef.

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

    • useEffect hook is used to perform side effects in functional components.

    • useContext hook i...

  • Answered by AI
  • Q2. What are the lifecycle methods
  • Ans. 

    Lifecycle methods are methods that are called automatically at specific points in a component's lifecycle.

    • componentDidMount() - called after the component is rendered for the first time

    • componentDidUpdate() - called after the component's updates are applied

    • componentWillUnmount() - called before the component is removed from the DOM

  • Answered by AI
  • Q3. Create a react project and fetch data from api and display it
  • Ans. 

    Create a React project to fetch and display data from an API

    • Set up a new React project using create-react-app

    • Use the fetch API or axios to make a request to the desired API

    • Store the fetched data in state using useState hook

    • Render the data on the UI using JSX

  • Answered by AI

Skills evaluated in this interview

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

Interview Questionnaire 

2 Questions

  • Q1. Validate binary tree is valid or not
  • Ans. 

    Validate if a binary tree is valid or not

    • A valid binary tree should not have any duplicate nodes

    • A valid binary tree should have all left nodes smaller than the parent node and all right nodes greater than the parent node

    • We can use recursion to traverse the tree and check if it is valid

  • Answered by AI
  • Q2. Reversing the linkedlist
  • Ans. 

    Reversing a linked list involves changing the direction of the pointers in the list.

    • Iteratively swap the next and previous pointers of each node in the list

    • Recursively swap the next and previous pointers of each node in the list

    • Use a stack to push each node onto the stack and then pop them off in reverse order

    • Create a new list and iterate through the original list, adding each node to the front of the new list

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare DS before attending this interview

Skills evaluated in this interview

I applied via Company Website and was interviewed in Jan 2022. There was 1 interview round.

Round 1 - One-on-one 

(4 Questions)

  • Q1. Questions about And and Or operators in php.
  • Q2. Tell the output of PHP program in which And and Or is used
  • Ans. 

    The output of a PHP program using And and Or depends on the logic used in the program.

    • And (&&) returns true if both conditions are true

    • Or (||) returns true if at least one condition is true

    • The output will depend on the logic used in the program

  • Answered by AI
  • Q3. Questions on MySql Aggregate functions
  • Q4. Write MySql query for getting employee with 3rd maximum salary
  • Ans. 

    The query to get the employee with the 3rd maximum salary in MySQL.

    • Use the ORDER BY clause to sort the salaries in descending order.

    • Use the LIMIT clause to retrieve the third row.

    • Use a subquery to select the third maximum salary.

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Keep your MySql and PHP basic concepts very-very clear. Practice MySql queries thoroughly. See a topic from W3schools,and study that in detail from any site which can clear you all concepts.

Skills evaluated in this interview

Interview experience
1
Bad
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 tips
Round 2 - One-on-one 

(2 Questions)

  • Q1. Waste questions
  • Q2. Not worth of going for an interview

Interview Preparation Tips

Interview preparation tips for other job seekers - Please never go to interview they are not even capable of taking online interviews. They don't have values. Always tries to demotivate your skills and talent. Waste hr don't even know what he was doing. Waste of time they try to waste your time. I lost one day because of these people. They give time waste assignments. To be frank cab driver can earn more money than employ of these company. They don't have values. Never try to go to an interview. Waste company, Waste culture, never going to grow your self. People doesn't value your talent. They want to use you to get money. This is worst company I never seen. Please don't go to this interview they demotivate you.
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Selected Selected

I applied via Recruitment Consulltant and was interviewed before Apr 2023. There were 3 interview rounds.

Round 1 - Technical 

(1 Question)

  • Q1. Mvvm, oops, broadcast receiver, activity life cycle, aidl
Round 2 - Technical 

(1 Question)

  • Q1. Project experience,
Round 3 - HR 

(1 Question)

  • Q1. Discussion of salary

INNOVA AM TECH Interview FAQs

How to prepare for INNOVA AM TECH UI 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 INNOVA AM TECH. The most common topics and skills that interviewers at INNOVA AM TECH expect are CSS, AWS, Angular, HTML and Html5.

Tell us how to improve this page.

Interview Questions from Similar Companies

Luxoft Interview Questions
3.7
 • 121 Interviews
Thryve Digital Interview Questions
3.9
 • 65 Interviews
Iksula Interview Questions
3.5
 • 27 Interviews
Gammastack Interview Questions
3.7
 • 23 Interviews
Dyninno India Interview Questions
3.9
 • 21 Interviews
Apptio Interview Questions
3.9
 • 18 Interviews
View all
Information Technology Recruiter
14 salaries
unlock blur

₹2.2 L/yr - ₹3.6 L/yr

Software Engineer
7 salaries
unlock blur

₹8.1 L/yr - ₹10 L/yr

Recruitment Executive
7 salaries
unlock blur

₹2 L/yr - ₹3.5 L/yr

HR Recruiter
7 salaries
unlock blur

₹2.8 L/yr - ₹3 L/yr

Software Developer
6 salaries
unlock blur

₹3.5 L/yr - ₹5.1 L/yr

Explore more salaries
Compare INNOVA AM TECH with

Luxoft

3.7
Compare

Thryve Digital

3.9
Compare

Iksula

3.5
Compare

Mantra Technologies

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