Upload Button Icon Add office photos
Engaged Employer

i

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

Experion Technologies Verified Tick

Compare button icon Compare button icon Compare

Filter interviews by

Experion Technologies Interview Questions and Answers

Updated 28 Mar 2025
Popular Designations

9 Interview questions

A Lead Software Engineer was asked 6mo ago
Q. What is async/await in Node.js?
Ans. 

Async/await in Node.js is a feature that allows for asynchronous code to be written in a synchronous manner.

  • Async/await is a way to write asynchronous code that looks like synchronous code, making it easier to read and maintain.

  • It allows you to write asynchronous functions using the async keyword and await promises inside those functions.

  • Async/await is built on top of promises and is supported in Node.js version 7...

View all Lead Software Engineer interview questions
A Lead Software Engineer was asked 6mo ago
Q. What is an event loop?
Ans. 

Event loop is a mechanism in programming that allows for asynchronous execution of code by continuously checking for and handling events.

  • Event loop is commonly used in JavaScript to handle asynchronous operations.

  • It allows for non-blocking I/O operations by delegating tasks to the operating system.

  • Event loop continuously checks the event queue for new events and executes them in a loop.

  • Example: In Node.js, the eve...

View all Lead Software Engineer interview questions
An Associate Software Engineer was asked
Q. Explain all the OOPS concepts.
Ans. 

OOPs concepts are the fundamental principles of object-oriented programming.

  • Abstraction: Hiding implementation details and showing only necessary information.

  • Encapsulation: Binding data and functions that manipulate data together.

  • Inheritance: Acquiring properties and behavior of a parent class by a child class.

  • Polymorphism: Ability of objects to take many forms or have multiple behaviors.

  • Class: Blueprint for creat...

View all Associate Software Engineer interview questions
An Associate Software Engineer was asked
Q. What is the difference between object-oriented programming and function-oriented programming languages?
Ans. 

OOPs is object-oriented programming language while function-oriented programming language focuses on functions.

  • OOPs focuses on objects and classes while function-oriented programming focuses on functions

  • OOPs supports encapsulation, inheritance, and polymorphism while function-oriented programming does not

  • OOPs is more suitable for large-scale projects while function-oriented programming is more suitable for small-s...

View all Associate Software Engineer interview questions
A Software Engineer was asked
Q. Describe the application authorization process (login) in detail.
Ans. 

Application authorization involves verifying user credentials and granting access to resources securely.

  • User enters credentials (username/password) on the login page.

  • Credentials are sent to the server over a secure connection (HTTPS).

  • Server checks credentials against a database (e.g., SQL, NoSQL).

  • If valid, the server generates a session token or JWT (JSON Web Token).

  • Token is sent back to the client and stored (e.g...

View all Software Engineer interview questions
A DOT NET Developer was asked
Q. What is the difference between an Abstract class and an Interface?
Ans. 

Abstract class can have implementation while interface cannot. A class can implement multiple interfaces but not abstract classes.

  • Abstract class can have constructors while interface cannot.

  • Abstract class can have non-abstract methods while interface cannot.

  • Abstract class can have access modifiers while interface methods are public by default.

  • A class can implement multiple interfaces but can inherit only one abstr...

View all DOT NET Developer interview questions
A Manual Test Engineer was asked 3mo ago
Q. 2. what are dynamic elements 3. hooks 4 .describe keyword 5. how to improve test coverage 6. compatibility testing 7. provide tests cases for the scenarios mentioning 8. Test Cases for edge case scenarios
Ans. 

Dynamic elements are web elements that change during runtime, affecting testing strategies and coverage.

  • Dynamic elements can include AJAX-loaded content, which may not be present at page load.

  • Example: A dropdown that populates based on user input is a dynamic element.

  • Hooks are functions that allow you to run code at specific points in a test framework.

  • Example: Before and after hooks in testing frameworks like Moch...

View all Manual Test Engineer interview questions
Are these interview questions helpful?
A Senior Software Engineer was asked
Q. Abstract vs interface
Ans. 

Abstract classes are classes that cannot be instantiated, while interfaces are a collection of abstract methods.

  • Abstract classes can have both abstract and non-abstract methods, while interfaces can only have abstract methods.

  • A class can implement multiple interfaces, but can only inherit from one abstract class.

  • Abstract classes can have constructors, while interfaces cannot.

  • Interfaces can have default methods wit...

View all Senior Software Engineer interview questions
A DOT NET Developer was asked
Q. SOLID Principles in .Net
Ans. 

SOLID principles are a set of guidelines for writing maintainable and scalable code in .Net.

  • Single Responsibility Principle (SRP) - each class should have only one responsibility

  • Open/Closed Principle (OCP) - classes should be open for extension but closed for modification

  • Liskov Substitution Principle (LSP) - derived classes should be able to substitute their base classes

  • Interface Segregation Principle (ISP) - clie...

View all DOT NET Developer interview questions

Experion Technologies Interview Experiences

20 interviews found

UX Designer Interview Questions & Answers

user image Anonymous

posted on 28 Mar 2025

Interview experience
1
Bad
Difficulty level
Easy
Process Duration
4-6 weeks
Result
Selected Selected

I appeared for an interview in Feb 2025, where I was asked the following questions.

  • Q1. Why do you choose this colour?
  • Ans. 

    I choose this color for its psychological impact, brand alignment, and user experience enhancement.

    • Color psychology: Blue evokes trust and calmness, ideal for financial apps.

    • Brand alignment: Green aligns with eco-friendly brands, enhancing their message.

    • User experience: High contrast colors improve readability and accessibility.

  • Answered by AI
  • Q2. What is your favourite position or area of interest
  • Ans. 

    My favorite area of interest is user research, where I delve into understanding user needs and behaviors to inform design decisions.

    • Conducting user interviews to gather qualitative insights, like understanding pain points in a healthcare app.

    • Utilizing surveys to quantify user preferences, such as determining the most desired features in a fitness tracker.

    • Analyzing user behavior through usability testing, like observing...

  • Answered by AI
  • Q3. What is your work process
  • Ans. 

    My work process involves research, ideation, prototyping, testing, and iteration to create user-centered designs.

    • Research: Conduct user interviews and surveys to understand needs. For example, I once interviewed patients to improve a health app.

    • Ideation: Brainstorm ideas and create user personas to guide design decisions. I often use affinity diagrams to organize thoughts.

    • Prototyping: Develop low-fidelity wireframes an...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Typically, interview tests are designed to assess a candidate's abilities and thought process. However, it seems that the interviewers in this case had an ulterior motive. They hold a project that would normally require a team of people 14 days to complete, but expected it to be finished within 2 days from multiple candidates. Additionally, they requested a detailed report, from which they can steal ideas and making it a convenient way to eliminate candidates. I must say, I've never experienced an interview like this before. It was a clever tactic, but not a particularly fair or transparent one.
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - One-on-one 

(1 Question)

  • Q1. What is event loop
  • Ans. 

    Event loop is a mechanism in programming that allows for asynchronous execution of code by continuously checking for and handling events.

    • Event loop is commonly used in JavaScript to handle asynchronous operations.

    • It allows for non-blocking I/O operations by delegating tasks to the operating system.

    • Event loop continuously checks the event queue for new events and executes them in a loop.

    • Example: In Node.js, the event lo...

  • Answered by AI
Round 2 - Technical 

(1 Question)

  • Q1. What is async/await in node
  • Ans. 

    Async/await in Node.js is a feature that allows for asynchronous code to be written in a synchronous manner.

    • Async/await is a way to write asynchronous code that looks like synchronous code, making it easier to read and maintain.

    • It allows you to write asynchronous functions using the async keyword and await promises inside those functions.

    • Async/await is built on top of promises and is supported in Node.js version 7.6 an...

  • Answered by AI
Round 3 - HR 

(1 Question)

  • Q1. What is your career goal
  • Ans. 

    My career goal is to become a technical leader in the software engineering field, leading high-performing teams and delivering innovative solutions.

    • Become a technical leader in software engineering

    • Lead high-performing teams

    • Deliver innovative solutions

    • Continuously learn and grow in the field

  • Answered by AI
Interview experience
3
Average
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
-

I appeared for an interview in Feb 2025, where I was asked the following questions.

  • Q1. 1. explain current project in detail
  • Q2. 2. what are dynamic elements 3. hooks 4 .describe keyword 5. how to improve test coverage 6. compatibility testing 7. provide tests cases for the scenarios mentioning 8. Test Cases for edge case scenarios
  • Ans. 

    Dynamic elements are web elements that change during runtime, affecting testing strategies and coverage.

    • Dynamic elements can include AJAX-loaded content, which may not be present at page load.

    • Example: A dropdown that populates based on user input is a dynamic element.

    • Hooks are functions that allow you to run code at specific points in a test framework.

    • Example: Before and after hooks in testing frameworks like Mocha or ...

  • Answered by AI
Interview experience
3
Average
Difficulty level
Moderate
Process Duration
4-6 weeks
Result
Selected Selected

I applied via Campus Placement and was interviewed in Sep 2023. There were 5 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 - Aptitude Test 

The test mainly includes common aptitude questions and English.

Round 3 - Coding Test 

2 questions(an easy and medium one).

Round 4 - Group Discussion 

About the general topics.

Round 5 - Technical 

(2 Questions)

  • Q1. The final round includes HR and technical
  • Q2. Basic array operations difference between Interpreter and Compiler One coding question
Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-

I applied via Campus Placement

Round 1 - Aptitude Test 

Overall simple questions

Round 2 - Coding Test 

Medium level questions

Round 3 - Group Discussion 

A great experience to share with

Round 4 - Technical 

(1 Question)

  • Q1. Simple and straight, asked some concepts in data structures
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 tips
Round 2 - Aptitude Test 

All types of questions are there. Level of examination is medium.

Round 3 - Coding Test 

No need to the run the code. Just write the code or logic of problem. 2 question are there.

Round 4 - Group Discussion 

It depends on what type of topic we got. Moderate level.

Round 5 - Technical 

(3 Questions)

  • Q1. Both technical and HR questions are done on the same panel. 2 interviers are there.
  • Q2. About cloud computing
  • Q3. About mini project and main project.
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. Very nice, easy
  • Q2. Oops concept discussions are there
Interview experience
1
Bad
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Campus Placement and was interviewed before Oct 2022. There were 4 interview rounds.

Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Properly align and format text in your resume. A recruiter will have to spend more time reading poorly aligned text, leading to high chances of rejection.
View all tips
Round 2 - Aptitude Test 

The first round is basically simple aptitude which is revolving around logic, math, english etc

Round 3 - Coding Test 

Coding test has two questions which can be finished using any language

Round 4 - One-on-one 

(1 Question)

  • Q1. After you clear both the stages you are shortlisted for the one to one interview. Here questions regarding project and skills are asked. Technical qiestions regarding your liking and expertise is asked and...

Interview Preparation Tips

Interview preparation tips for other job seekers - The company hires numerous students and benches them for a long time. They dont mention about the training being in batches, after giving you the offer letter only they'll mention about the changes in the training pattern. Everything is a surprise with them.
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Campus Placement and was interviewed in Sep 2022. There were 4 interview rounds.

Round 1 - Aptitude Test 

Good quality questions which was little bit difficult

Round 2 - Group Discussion 

Intresting topics was important feature of their GD.

Round 3 - Coding Test 

Little bit tough and application level questions

Round 4 - Technical 

(2 Questions)

  • Q1. What is difference between oops and function oriented prg lang?
  • Ans. 

    OOPs is object-oriented programming language while function-oriented programming language focuses on functions.

    • OOPs focuses on objects and classes while function-oriented programming focuses on functions

    • OOPs supports encapsulation, inheritance, and polymorphism while function-oriented programming does not

    • OOPs is more suitable for large-scale projects while function-oriented programming is more suitable for small-scale ...

  • Answered by AI
  • Q2. Explain oops concepts all
  • Ans. 

    OOPs concepts are the fundamental principles of object-oriented programming.

    • Abstraction: Hiding implementation details and showing only necessary information.

    • Encapsulation: Binding data and functions that manipulate data together.

    • Inheritance: Acquiring properties and behavior of a parent class by a child class.

    • Polymorphism: Ability of objects to take many forms or have multiple behaviors.

    • Class: Blueprint for creating o...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - I found Good company based on lot of reviews and research in google.
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Referral and was interviewed before May 2023. There were 2 interview rounds.

Round 1 - One-on-one 

(2 Questions)

  • Q1. Basic question were asked
  • Q2. UI,UX,Hierarchy,Laws,process
Round 2 - Assignment 

Case study was given with a deadline of 3 days

Top trending discussions

View All
Interview Tips & Stories
1w
toobluntforu
·
works at
Cvent
Can speak English, can’t deliver in interviews
I feel like I can't speak fluently during interviews. I do know english well and use it daily to communicate, but the moment I'm in an interview, I just get stuck. since it's not my first language, I struggle to express what I actually feel. I know the answer in my head, but I just can’t deliver it properly at that moment. Please guide me
Got a question about Experion Technologies?
Ask anonymously on communities.

Experion Technologies Interview FAQs

How many rounds are there in Experion Technologies interview?
Experion Technologies interview process usually has 3-4 rounds. The most common rounds in the Experion Technologies interview process are Technical, Coding Test and Aptitude Test.
How to prepare for Experion 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 Experion Technologies. The most common topics and skills that interviewers at Experion Technologies expect are HTML, Javascript, PDF, Product Engineering and SQL.
What are the top questions asked in Experion Technologies interview?

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

  1. 2. what are dynamic elements 3. hooks 4 .describe keyword 5. how to improve tes...read more
  2. What is difference between oops and function oriented prg la...read more
  3. Asked about application authorization process(login ) in det...read more

Tell us how to improve this page.

Overall Interview Experience Rating

3.5/5

based on 13 interview experiences

Difficulty level

Easy 17%
Moderate 83%

Duration

Less than 2 weeks 50%
2-4 weeks 17%
4-6 weeks 33%
View more

Interview Questions from Similar Companies

ITC Infotech Interview Questions
3.7
 • 371 Interviews
3i Infotech Interview Questions
3.4
 • 150 Interviews
Microland Interview Questions
3.5
 • 137 Interviews
Sify Technologies Interview Questions
3.8
 • 130 Interviews
Mastek Interview Questions
3.6
 • 127 Interviews
Maveric Systems Interview Questions
3.5
 • 124 Interviews
Sonata Software Interview Questions
3.4
 • 122 Interviews
View all

Experion Technologies Reviews and Ratings

based on 145 reviews

4.0/5

Rating in categories

3.7

Skill development

3.9

Work-life balance

3.3

Salary

4.1

Job security

4.1

Company culture

3.4

Promotions

3.6

Work satisfaction

Explore 145 Reviews and Ratings
Senior Python Developer

Kochi,

Thiruvananthapuram

5-10 Yrs

Not Disclosed

Associate Director

Kochi

15-24 Yrs

Not Disclosed

Sr Data Analyst

Kochi,

Bangalore / Bengaluru

+1

7-12 Yrs

Not Disclosed

Explore more jobs
Senior Software Engineer
178 salaries
unlock blur

₹5.3 L/yr - ₹17.9 L/yr

Software Engineer
168 salaries
unlock blur

₹2.7 L/yr - ₹10 L/yr

Lead Software Engineer
97 salaries
unlock blur

₹6.6 L/yr - ₹22 L/yr

Technical Lead
72 salaries
unlock blur

₹8.9 L/yr - ₹25 L/yr

Associate Software Engineer
60 salaries
unlock blur

₹3 L/yr - ₹4.6 L/yr

Explore more salaries
Compare Experion Technologies with

ITC Infotech

3.7
Compare

3i Infotech

3.4
Compare

Sify Technologies

3.8
Compare

Microland

3.5
Compare
write
Share an Interview