Upload Button Icon Add office photos

Filter interviews by

Aithent Technologies Javascript Developer Interview Questions and Answers

Updated 2 May 2024

Aithent Technologies Javascript Developer Interview Experiences

1 interview found

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

I applied via Company Website and was interviewed in Nov 2023. There was 1 interview round.

Round 1 - One-on-one 

(2 Questions)

  • Q1. Difference between var, let and const, es6 concepts, state, props in react, arrow function, funciton key word, scope in javascript
  • Ans. 

    var, let, and const are used for variable declaration in JavaScript. ES6 concepts include arrow functions and block-scoped variables.

    • var is function-scoped, let and const are block-scoped

    • let and const support block-level scoping, reducing the risk of variable hoisting

    • const variables cannot be reassigned, but their properties can be modified

    • ES6 introduces arrow functions for concise syntax and lexical scoping

    • State and p...

  • Answered by AI
  • Q2. Hoisting, closure, foreach vs map, call, bind , apply, class, method, functions, data types, null vs undefined, map, filter, reduce, slice, split,etc in js

Skills evaluated in this interview

Top trending discussions

View All
Interview Hub
6d
a client servicing executive
FeedCard Image
Got a question about Aithent Technologies?
Ask anonymously on communities.

Interview questions from similar companies

I applied via Recruitment Consultant and was interviewed before Oct 2020. There were 3 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. Python file handling, input,output, in a file, Sql joins, list sort in python, basics of GIS, Web service how to test

Interview Preparation Tips

Interview preparation tips for other job seekers - This is hust basics not deep dive, strog ur basics to crack

Javascript Developer Interview Questions Asked at Other Companies

Q1. If you have 3 nested for loops, how many times will the innermost ... read more
Q2. Can you tell me about promise, async in javascript
asked in Deloitte
Q3. 1. Is .map and .filter pure functions ? 2. What should not be blo ... read more
Q4. difference between var, let and const, es6 concepts, state, props ... read more
asked in Uplers
Q5. Map reduce and filter in JavaScript

Software Engineer Interview Questions & Answers

American Megatrends user image R. Arockia Ratheesh Sahayaraj

posted on 6 Nov 2015

Interview Preparation Tips

Round: Test
Experience: Only 24 people from my campus attended the placement process of this company.The experience wasn't really good.I wasn't 
short-listed for next round as my CGPA was 7.5 and need was of above 7.5 ,as they were maintaining standards.

Round: Test
Experience: 1.C aps was really tough.
2.Section 2 we had to choose either Microprocessor or Java,I preferred microprocessor . 3.Simple Questions on 8085 and 8086 instruction set was asked.
4.How much memory are there are 20 address lines,
5.Difference between SRAM and DRAM.
6.ROM is used for stack or not.
7.What are contents of Stack Pointer after PUSH and POP operation.
8.What happens after RET instruction?
9.What is CMC equivalent instruction?

Round: Test
Experience: 16 questions on Quant which are :-
Odd number in a series, Area and Volume, Games of Skill, Time and Work, Average, Trains, Boats 
and Streams, Profit and Gain were asked.
If no. of handshakes is 66,find total number of People.?
A lotus in a pond doubles in size everyday,if it fills the pond on 20th day,when will be the pond would be half?
LOGICAL REASONING-
4 men are on the side of a bridge.One torch light is with them and without it they cannot cross 
the bridge.The bridge can withstand only 2 people at a time.The time required by the persons are 1 
min,2 mins,7 mins,10 mins respectively.Find the shortest time required by all of em to cross the
bridge.
(Answer: 17 minutes)

Round: SOFT SKILLS
Experience: scenario based questions were asked:-
1.working on a project in your company and your brother is in urgent need of a project.What will you do?
2.Your friend mails the project details to some other company.what will be you reaction?
3.Your boss allows to take your team members for a treat.Whether you choose costly one or within budget?
4.Your favorite subject in your curriculum and Why?
5.Where you would view yourself in 5 years?
6.What is a dream company in your terms?
7.Any situation were your work was criticized and what was your reaction?

Skills:
College Name: Anna University Chennai

I appeared for an interview in Mar 2021.

Interview Questionnaire 

1 Question

  • Q1. Oops, asp.net, MVC, design patterns

Interview Preparation Tips

Interview preparation tips for other job seekers - Get prepared well, if it's your day..you will definitely crack it.

Interview Questionnaire 

3 Questions

  • Q1. Test scenarios to test ATM machine
  • Ans. 

    Test scenarios to test ATM machine

    • Test card insertion and ejection

    • Test PIN entry and validation

    • Test cash withdrawal and balance update

    • Test receipt printing

    • Test network connectivity and error handling

  • Answered by AI
  • Q2. Explain about SQL joines
  • Q3. Explain about Ur previous project

Interview Preparation Tips

Interview preparation tips for other job seekers - Be confident ,don't get confused with questions be calm and understand the questions and answer

Skills evaluated in this interview

I applied via Walk-in and was interviewed before Oct 2021. 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 tips
Round 2 - Aptitude Test 

The aptitude test will comprise on different topics like logical reasoning, technical questions based on the technology that company supports. Mostly it will be choose the correct answer type. If you passed this round only, you will be selected to next round. Check with supervisor , whether there is negative marking for wrong answer before starting of exam. Some of these rules change from company to company

Round 3 - Technical 

(3 Questions)

  • Q1. In technical round, few basic questions will be asked like basic architecture of the tool. Then they will ask about how proficient are you in that tool. Be honest while answering this question. Because bas...
  • Q2. For fresher, You need to explain well about the project
  • Q3. For experienced, You need to have full knowledge of client for which you developed your product. What is your part in that development should be clear
Round 4 - HR 

(1 Question)

  • Q1. If they are satisfied in your performance, you will be called here. Be sincere while answering. Mostly your personality is tested here and salary negotiation will be done here. Be clear on how much fixed p...

Interview Preparation Tips

Interview preparation tips for other job seekers - Relax yourself. Plan to present at Venue atleast Half an hour before to avoide last minute tension. Carefully listen to question and answer. Mostly, Next question will be picked from the answer you gave for previous question
Be interview-ready. Browse the most asked HR questions.
illustration image

I applied via Approached by Company and was interviewed before Nov 2021. There were 2 interview rounds.

Round 1 - Coding Test 

Array and OOPS concept. Given set of questions to solve with each oops concept

Round 2 - One-on-one 

(3 Questions)

  • Q1. Out of box thinking. Given logical puzzles and ask you to analyze and provide your understanding
  • Q2. Explain the inheritance concept with car model
  • Ans. 

    Inheritance in car model refers to the ability of a new car model to inherit features and characteristics from an existing car model.

    • Inheritance allows for the creation of a new car model that shares common features with an existing car model

    • The new car model can add or modify features inherited from the existing car model

    • For example, a new sports car model can inherit features from a base car model such as engine, tra...

  • Answered by AI
  • Q3. Probability question with fruits and boxes

Interview Preparation Tips

Interview preparation tips for other job seekers - Be strong with oops concept and be more creative. Dont find complex answers for simple questions.
Are these interview questions helpful?

I applied via Campus Placement and was interviewed before Sep 2021. 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 tips
Round 2 - Coding Test 

Mcqs on javascript,. 1 coding question

Interview Preparation Tips

Interview preparation tips for other job seekers - Campus recruitment
1 online coding
2 technical rounds DSA
1 tech managerial
1 hr

Os, DBMS, DSA, stacks, trees,
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

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

Round 1 - Technical 

(4 Questions)

  • Q1. Basic ios Questions No DS questions
  • Q2. Basic swift quesions
  • Q3. In App Purchase
  • Q4. Hardware Device connectivity
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Selected Selected

I applied via Job Portal and was interviewed before Dec 2023. There were 3 interview rounds.

Round 1 - Coding Test 

SQL Test with 5 questions

Round 2 - Technical 

(2 Questions)

  • Q1. Approach towards solving the SQL Queries from the test
  • Q2. Past Experiences
Round 3 - One-on-one 

(2 Questions)

  • Q1. Resume related Questions
  • Q2. Power BI and SQL related questions. How to approach in a dashboard building process

Aithent Technologies Interview FAQs

How many rounds are there in Aithent Technologies Javascript Developer interview?
Aithent Technologies interview process usually has 1 rounds. The most common rounds in the Aithent Technologies interview process are One-on-one Round.
What are the top questions asked in Aithent Technologies Javascript Developer interview?

Some of the top questions asked at the Aithent Technologies Javascript Developer interview -

  1. difference between var, let and const, es6 concepts, state, props in react, arr...read more
  2. hoisting, closure, foreach vs map, call, bind , apply, class, method, functions...read more

Tell us how to improve this page.

Overall Interview Experience Rating

4/5

based on 1 interview experience

Difficulty level

Easy 100%

Duration

Less than 2 weeks 100%
View more
Software Engineer
138 salaries
unlock blur

₹4.2 L/yr - ₹10.3 L/yr

Senior Software Engineer
48 salaries
unlock blur

₹5.9 L/yr - ₹14 L/yr

Junior Software Engineer
36 salaries
unlock blur

₹2.2 L/yr - ₹6.5 L/yr

Software Developer
34 salaries
unlock blur

₹3.4 L/yr - ₹7.7 L/yr

Softwaretest Engineer
33 salaries
unlock blur

₹3.2 L/yr - ₹7.7 L/yr

Explore more salaries
Compare Aithent Technologies with

Accel Frontline

4.0
Compare

Pitney Bowes

3.8
Compare

DynPro

3.8
Compare

Apex CoVantage

3.0
Compare
write
Share an Interview