Upload Button Icon Add office photos

Filter interviews by

Aexonic Technologies Interview Questions and Answers

Updated 25 Oct 2024

Aexonic Technologies Interview Experiences

Popular Designations

4 interviews found

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

I applied via Recruitment Consulltant and was interviewed in Oct 2022. There were 5 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 tips
Round 2 - Telephonic Call 

(2 Questions)

  • Q1. They asked about your technical skills
  • Q2. Where do you live
  • Ans. 

    I live in a suburban neighborhood in a bustling city.

    • I live in a quiet and peaceful neighborhood with tree-lined streets.

    • My home is located in a residential area with easy access to amenities like parks, schools, and shopping centers.

    • The neighborhood is known for its friendly community and safe environment.

    • I enjoy the convenience of living close to public transportation and major highways.

    • There are plenty of restaurant

  • Answered by AI
Round 3 - HR 

(4 Questions)

  • Q1. It started with introduction
  • Q2. Then they asked about projects you have, share with us
  • Q3. Salary expectation and when will you available to join us
  • Ans. 

    I am expecting a competitive salary based on my experience and skills. I can join within 2 weeks.

    • I am expecting a competitive salary based on my experience and skills.

    • I can join within 2 weeks.

  • Answered by AI
  • Q4. Strength, weakness and strengths
Round 4 - Assignment 

1 design and develop ui screens using React as per below specifications.
* show items from api
* add and remove items to/from cart
* show count and total amount of items added to cart
* navigate to cart screen on clicking "cart" button

2 cart requirements
* remove items from cart
* navigate back to menu cart
* clear cart
* show total amount
* discount based on total amount(20% off if total amount if >= 500)

3 bonus
* responsive ui

Round 5 - One-on-one 

(4 Questions)

  • Q1. It started with introduction
  • Q2. Basic qs about js
  • Q3. Small task fetching API
  • Q4. Some coding task based on js(palindrome, reverse string...)

Interview Preparation Tips

Topics to prepare for Aexonic Technologies Reactjs Developer interview:
  • HTML
  • CSS
  • Javascript
  • React.Js
Interview preparation tips for other job seekers - there was one more round of f2f on technical, after first round of f2f they did not let me know,
bad management

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
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

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

Round 1 - Assignment 

Basic react native app assignment

Round 2 - Technical 

(2 Questions)

  • Q1. Array modifications
  • Q2. Javascript basics

Interview Preparation Tips

Topics to prepare for Aexonic Technologies Software Developer interview:
  • Javascript
  • React Native
Interview preparation tips for other job seekers - Strong JS basics

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)

HR Intern Interview Questions & Answers

user image Anonymous

posted on 13 Sep 2023

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

I applied via Naukri.com and was interviewed in Aug 2023. There were 2 interview rounds.

Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Don’t add your photo or details such as gender, age, and address in your resume. These details do not add any value.
View all tips
Round 2 - One-on-one 

(3 Questions)

  • Q1. Strength and weakness
  • Q2. Information about hr
  • Q3. Recruitment process

Interview Preparation Tips

Interview preparation tips for other job seekers - keep information related your job application

HR Intern Interview Questions asked at other Companies

Q1. Why Human Resources ? What is its importance in Tourism industry and in general to every firm regarding to all industries ?
View answer (2)

Interview Questions & Answers

user image Anonymous

posted on 24 Oct 2024

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

I applied via Naukri.com and was interviewed before Oct 2023. There were 2 interview rounds.

Round 1 - HR 

(2 Questions)

  • Q1. General information about person
  • Q2. Technical infomation about person
Round 2 - Technical 

(1 Question)

  • Q1. Tech stacks questions

Interview Preparation Tips

Interview preparation tips for other job seekers - prepare the basics

Aexonic Technologies interview questions for popular designations

 Software Developer

 (1)

 HR Intern

 (1)

 Reactjs Developer

 (1)

Interview questions from similar companies

I applied via Referral and was interviewed before Feb 2021. There were 3 interview rounds.

Round 1 - HR 

(1 Question)

  • Q1. Tell me about yourself
Round 2 - Technical 

(1 Question)

  • Q1. 1 Project Explanation 2 SDLC & STLC. 3 Differentiate Smoke vs Sanity 4 What is Regression testing? 5 Bug life cycle. 6 Scenarios on real time example. 7 Questions on agile
  • Ans. 

    Interview questions for Software Engineer position

    • Project explanation should include details on the project's purpose, scope, and technologies used

    • SDLC (Software Development Life Cycle) and STLC (Software Testing Life Cycle) are methodologies used in software development and testing respectively

    • Smoke testing is a type of testing that checks if the basic functionalities of the software are working fine, while Sanity tes...

  • Answered by AI
Round 3 - One-on-one 

(1 Question)

  • Q1. All basic HR questions and salary discussion.
Interview experience
3
Average
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Company Website and was interviewed before Oct 2022. There were 5 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 tips
Round 2 - Coding Test 

Duration is around 1 hour

Round 3 - Technical 

(1 Question)

  • Q1. 1. Basic programming concepts 2. OOP concepts and basic problem solving skills
Round 4 - Technical 

(1 Question)

  • Q1. Programming question
Round 5 - HR 

(1 Question)

  • Q1. 1. Basic questions
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. Second largest number in an array
  • Ans. 

    Find the second largest number in an array of strings.

    • Convert the strings to numbers for comparison.

    • Sort the array in descending order.

    • Return the second element in the sorted array.

  • Answered by AI
  • Q2. Pairs with given sum
  • Ans. 

    Find pairs in an array that sum up to a given target value.

    • Use a hash set to store the difference between the target value and each element in the array.

    • Iterate through the array and check if the current element's complement exists in the hash set.

    • Return the pairs that sum up to the target value.

  • Answered by AI

Skills evaluated in this interview

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

I applied via Approached by Company and was interviewed before Aug 2023. There was 1 interview round.

Round 1 - Technical 

(2 Questions)

  • Q1. OOPS based questions
  • Q2. Basic language based questions
Interview experience
4
Good
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Selected Selected

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

Round 1 - Technical 

(2 Questions)

  • Q1. What is single page application
  • Ans. 

    Single page application is a web application that loads a single HTML page and dynamically updates the content as the user interacts with the app.

    • SPA uses AJAX and HTML5 to create fluid and responsive user experience.

    • It eliminates the need for page reloading during use, making it faster and more efficient.

    • Examples include Gmail, Facebook, and Google Maps.

  • Answered by AI
  • Q2. What is state management
  • Ans. 

    State management is the process of managing the state of an application, including data flow, user interface updates, and user interactions.

    • State management involves storing and updating the state of an application to ensure data consistency.

    • It helps in managing user interface updates based on changes in the application state.

    • State management is crucial for handling user interactions and maintaining a seamless user exp...

  • Answered by AI

Skills evaluated in this interview

Interview Questionnaire 

1 Question

  • Q1. Questions regards node js and java script concept, event loop, why node is single threaded, how event loop works in node js, database queries and previous work experience.

Interview Preparation Tips

Interview preparation tips for other job seekers - Interview experience was absolutely amazing and fantastic.
Advice:
Answer question with confidence.
Feel comfortable with interviewer.

Aexonic Technologies Interview FAQs

How many rounds are there in Aexonic Technologies interview?
Aexonic Technologies interview process usually has 2-3 rounds. The most common rounds in the Aexonic Technologies interview process are One-on-one Round, Technical and Resume Shortlist.
How to prepare for Aexonic Technologies 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 Aexonic Technologies. The most common topics and skills that interviewers at Aexonic Technologies expect are Javascript, Software Development, HTML, CSS and Node.Js.
What are the top questions asked in Aexonic Technologies interview?

Some of the top questions asked at the Aexonic Technologies interview -

  1. some coding task based on js(palindrome, reverse string....read more
  2. it started with introduct...read more
  3. small task fetching ...read more

Tell us how to improve this page.

Aexonic Technologies Interview Process

based on 3 interviews

Interview experience

3.7
  
Good
View more

Interview Questions from Similar Companies

Webdew Interview Questions
4.4
 • 106 Interviews
HyScaler Interview Questions
4.5
 • 92 Interviews
Quantsapp Interview Questions
2.8
 • 35 Interviews
Appsierra Interview Questions
4.4
 • 31 Interviews
View all

Aexonic Technologies Reviews and Ratings

based on 24 reviews

3.8/5

Rating in categories

3.9

Skill development

3.7

Work-life balance

3.7

Salary

3.6

Job security

3.8

Company culture

3.7

Promotions

3.5

Work satisfaction

Explore 24 Reviews and Ratings
Desktop Support Engineer
25 salaries
unlock blur

₹1.5 L/yr - ₹1.8 L/yr

Service Desk Engineer
11 salaries
unlock blur

₹1.4 L/yr - ₹1.8 L/yr

Software Engineer
8 salaries
unlock blur

₹2.2 L/yr - ₹7.4 L/yr

UI Developer
7 salaries
unlock blur

₹2.5 L/yr - ₹6.4 L/yr

Application Developer
6 salaries
unlock blur

₹2.5 L/yr - ₹3.5 L/yr

Explore more salaries
Compare Aexonic Technologies with

Accel Frontline

4.0
Compare

Northcorp Software

4.3
Compare

Elentec Power India (EPI) Pvt. Ltd.

3.7
Compare

HyScaler

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