Upload Button Icon Add office photos
Engaged Employer

i

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

Extended Web AppTech Verified Tick

Compare button icon Compare button icon Compare

Filter interviews by

Extended Web AppTech Interview Questions, Process, and Tips

Updated 8 Jan 2025

Top Extended Web AppTech Interview Questions and Answers

View all 6 questions

Extended Web AppTech Interview Experiences

Popular Designations

8 interviews found

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

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)
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - One-on-one 

(2 Questions)

  • Q1. React basic questions
  • Q2. Javascript and api

React Native Developer Interview Questions asked at other Companies

Q1. 3. What is the use useEffect Hook in react native? and how you relate it with lifecycle method which is class components?
View answer (3)
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - One-on-one 

(2 Questions)

  • Q1. Todo list in the react js
  • Ans. 

    A todo list in React.js allows users to add, delete, and mark tasks as completed.

    • Use state to store the list of tasks

    • Create components for adding, deleting, and marking tasks as completed

    • Implement functionality to add, delete, and mark tasks as completed

    • Use CSS for styling the todo list

  • Answered by AI
  • Q2. Java script basic questions

Skills evaluated in this interview

Reactjs Developer Interview Questions asked at other Companies

Q1. Implement counter such that it has 2 buttons to increment and decrement the values and also add a input field such that, whatever input is given, the value should be to that and value should should be decreased and increased from the input ... read more
View answer (2)
Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-
Round 1 - One-on-one 

(1 Question)

  • Q1. Related to Java

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 (223)

Extended Web AppTech interview questions for popular designations

 Software Engineer

 (1)

 Software Developer

 (1)

 Senior Quality Engineer

 (1)

 Front end Developer

 (1)

 Java Developer

 (1)

 Reactjs Developer

 (1)

 React Native Developer

 (1)

 Engineer Trainee

 (1)

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

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

Round 1 - Technical 

(1 Question)

  • Q1. How do handle the pressure and work when project is the deadline

Senior Quality Engineer Interview Questions asked at other Companies

Q1. what is least count of vernier caliper ,micrometer, height gauge?
View answer (13)
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(1 Question)

  • Q1. What are closures
  • Ans. 

    Closures are functions that have access to variables from their containing scope even after the parent function has finished executing.

    • Closures allow functions to 'remember' the environment in which they were created

    • They can access variables from their outer function even after the function has returned

    • Closures are commonly used in event handlers and callbacks

  • Answered by AI
Round 2 - Technical 

(1 Question)

  • Q1. What are high order functions in react js explain with an example
  • Ans. 

    High order functions in React JS are functions that take other functions as arguments or return functions as their output.

    • High order functions allow for code reusability and cleaner code structure.

    • An example of a high order function in React JS is the map function, which takes a function as an argument to transform elements in an array.

    • Another example is the filter function, which takes a function as an argument to fil

  • Answered by AI

Skills evaluated in this interview

Software Developer Interview Questions asked at other Companies

Q1. Maximum Subarray Sum Problem Statement Given an array of integers, determine the maximum possible sum of any contiguous subarray within the array. Example: Input: array = [34, -50, 42, 14, -5, 86] Output: 137 Explanation: The maximum sum is... read more
View answer (43)

Jobs at Extended Web AppTech

View all
Interview experience
5
Excellent
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
-

I applied via Walk-in and was interviewed in May 2023. There were 3 interview rounds.

Round 1 - Technical 

(1 Question)

  • Q1. Questions on method overloading and overriding topics also some annotations on spring and sprungboot
Round 2 - Coding Test 

Print the even count digits of number in to two parts

Round 3 - One-on-one 

(1 Question)

  • Q1. Technical questions from basic to API in springboot

Java Developer Interview Questions asked at other Companies

Q1. Sort 0 and 1 Problem Statement Given an integer array ARR of size N containing only integers 0 and 1, implement a function to sort this array. The solution should scan the array only once without using any additional arrays. Input: The firs... read more
View answer (4)
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Assignment 

MCQ test based on HTML, CSS JAVASCRIPT and NodeJs

Round 2 - Coding Test 

System test based on NodeJs
Question write crud operations

Round 3 - HR 

(1 Question)

  • Q1. Questions based on Resume

Engineer Trainee Interview Questions asked at other Companies

Q1. If 10 people had a meeting and they shake hands only once with each of the others, then how many handshakes will be there in total ?
View answer (8)

Interview questions from similar companies

I appeared for an interview before Sep 2020.

Round 1 - Coding Test 

(1 Question)

Round duration - 60 mins
Round difficulty - Medium

  • Q1. 

    Railway Seat Berth Determination

    Given a railway seat number represented as an integer, determine if it is a valid seat number and identify its berth type. Possible berth types include lower berth, middle...

  • Ans. 

    Given a railway seat number, determine if it is valid and identify its berth type.

    • Parse input integer 't' for number of test cases

    • For each test case, check if seat number is valid (1 <= N <= 100)

    • Identify berth type based on seat number and output the result

    • Possible berth types are Lower, Middle, Upper, Side Lower, and Side Upper

  • Answered by AI
Round 2 - Video Call 

(1 Question)

Round duration - 90 mins
Round difficulty - Hard

First they asked me to introduce myself then they started questioning on oops concept from basic to advance level such as inheritance, polymorphism, abstraction, exception handling , STL etc. Next they started questioning on data structures. They asked me the logic of “how to find the middle of a linked list”.

  • Q1. 

    Matrix Symmetry Check

    You are provided with a square matrix. Your task is to return true if the matrix is symmetric; otherwise, return false.

    A symmetric matrix is characterized by its transpose being eq...

  • Ans. 

    Check if a square matrix is symmetric by comparing it with its transpose.

    • Iterate through the matrix and compare each element with its corresponding element in the transpose

    • If any pair of elements do not match, return false immediately

    • If all pairs match, return true at the end

  • Answered by AI

Interview Preparation Tips

Professional and academic backgroundI completed Computer Science Engineering from K. K. Wagh Institute Of Engineering Education And Research. I applied for the job as Software Engineer in PuneEligibility criteria6.0 CGPAJosh Technology Group interview preparation:Topics to prepare for the interview - Data Structures, OOPS, DBMS, Python, SQLTime required to prepare for the interview - 3 monthsInterview preparation tips for other job seekers

Tip 1 : Clear the basic concepts of data structure and OOPs.
Tip 2 : Use coding ninja platform and Hackerearth for practice on coding skills.
Tip 3 : Use Geeks For Geeks for interview preparation.

Application resume tips for other job seekers

Tip 1: Make your resume short and try to make it of one page only.
Tip 2: Add relevant keywords

Final outcome of the interviewRejected

Skills evaluated in this interview

I applied via Naukri.com and was interviewed in Sep 2020. There were 4 interview rounds.

Interview Questionnaire 

4 Questions

  • Q1. Database related questions
  • Q2. Api
  • Q3. Two basic coding questions
  • Q4. Some apti based questions

Interview Preparation Tips

Interview preparation tips for other job seekers - Just try to attempt all the sample questions available in geeks for geeks

Extended Web AppTech Interview FAQs

How many rounds are there in Extended Web AppTech interview?
Extended Web AppTech interview process usually has 1-2 rounds. The most common rounds in the Extended Web AppTech interview process are Technical, One-on-one Round and Coding Test.
How to prepare for Extended Web AppTech 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 Extended Web AppTech. The most common topics and skills that interviewers at Extended Web AppTech expect are Javascript, CSS, HTML, IOS and React Native.
What are the top questions asked in Extended Web AppTech interview?

Some of the top questions asked at the Extended Web AppTech interview -

  1. What are high order functions in react js explain with an exam...read more
  2. Create a react project and fetch data from api and display...read more
  3. What are hooks how to use them list t...read more

Tell us how to improve this page.

Extended Web AppTech Interview Process

based on 12 interviews

Interview experience

4.2
  
Good
View more

Interview Questions from Similar Companies

Affine Interview Questions
3.3
 • 49 Interviews
Cyfuture Interview Questions
3.0
 • 45 Interviews
Revature Interview Questions
3.5
 • 40 Interviews
View all

Extended Web AppTech Reviews and Ratings

based on 49 reviews

4.2/5

Rating in categories

4.2

Skill development

4.3

Work-life balance

3.9

Salary

3.5

Job security

4.1

Company culture

3.8

Promotions

4.0

Work satisfaction

Explore 49 Reviews and Ratings
Android Developer

Hyderabad / Secunderabad

2-5 Yrs

Not Disclosed

Explore more jobs
Software Engineer
42 salaries
unlock blur

₹2.4 L/yr - ₹8.4 L/yr

Junior Software Engineer
20 salaries
unlock blur

₹3 L/yr - ₹3 L/yr

React Native Developer
16 salaries
unlock blur

₹2.5 L/yr - ₹6 L/yr

Software Developer
14 salaries
unlock blur

₹2 L/yr - ₹8.2 L/yr

Reactjs Developer
10 salaries
unlock blur

₹3 L/yr - ₹4.5 L/yr

Explore more salaries
Compare Extended Web AppTech with

Maxgen Technologies

4.6
Compare

Cyfuture

3.0
Compare

Value Point Systems

3.6
Compare

JoulestoWatts Business Solutions

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