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, Process, and Tips

Updated 28 Mar 2025

Top Experion Technologies Interview Questions and Answers

View all 8 questions

Experion Technologies Interview Experiences

Popular Designations

20 interviews found

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

Interview Questionnaire 

1 Question

  • Q1. Concept understanding on REST, Springboot etc...

Interview Preparation Tips

Interview preparation tips for other job seekers - focus on the conceptual understanding

Senior Software Engineer Interview Questions asked at other Companies

Q1. Tell me about yourself. What technology are you using? What is a Collection? What are the different types of collection there? What is the difference between ArrayList and LinkedList What are the basic building blocks of Stream operators, s... read more
View answer (2)

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.

UX Designer Interview Questions asked at other Companies

Q1. Which software will you use to design a logo and why?
View answer (3)
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

Lead Software Engineer Interview Questions asked at other Companies

Q1. Square Root with Decimal Precision Problem Statement You are provided with two integers, 'N' and 'D'. Your objective is to determine the square root of the number 'N' with a precision up to 'D' decimal places. This implies that the discrepa... read more
View answer (1)
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

Manual Test Engineer Interview Questions asked at other Companies

Q1. Why choose testing field What is manual testing What is traditional testing What is the difference between functional and non functional testing What is severity and priority in a testing What is smoke or sanity testing What is test case Ho... read more
View answer (2)

Experion Technologies interview questions for popular designations

 Associate Software Engineer

 (5)

 Software Engineer

 (3)

 Technical Lead

 (2)

 Senior Software Engineer

 (2)

 UX Designer

 (1)

 UI/UX Designer

 (1)

 Manual Test Engineer

 (1)

 Lead Software Engineer

 (1)

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

Associate Software Engineer Interview Questions asked at other Companies

Q1. Triplets with Given Sum Problem Given an array or list ARR consisting of N integers, your task is to identify all distinct triplets within the array that sum up to a specified number K. Explanation: A triplet is a set {ARR[i], ARR[j], ARR[k... read more
View answer (2)
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

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

Jobs at Experion Technologies

View all
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.

Associate Software Engineer Interview Questions asked at other Companies

Q1. Triplets with Given Sum Problem Given an array or list ARR consisting of N integers, your task is to identify all distinct triplets within the array that sum up to a specified number K. Explanation: A triplet is a set {ARR[i], ARR[j], ARR[k... read more
View answer (2)
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. Very nice, easy
  • Q2. Oops concept discussions are there

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)
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.

Associate Software Engineer Interview Questions asked at other Companies

Q1. Triplets with Given Sum Problem Given an array or list ARR consisting of N integers, your task is to identify all distinct triplets within the array that sum up to a specified number K. Explanation: A triplet is a set {ARR[i], ARR[j], ARR[k... read more
View answer (2)
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.

Associate Software Engineer Interview Questions asked at other Companies

Q1. Triplets with Given Sum Problem Given an array or list ARR consisting of N integers, your task is to identify all distinct triplets within the array that sum up to a specified number K. Explanation: A triplet is a set {ARR[i], ARR[j], ARR[k... read more
View answer (2)
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

UI/UX Designer Interview Questions asked at other Companies

Q1. Design an app home screen that will have all the insurance types, EV, Pet care, and Child care at one place.
View answer (3)

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. Difference between Abstract class and Interfac...read more

Tell us how to improve this page.

Experion Technologies Interview Process

based on 13 interviews

Interview experience

3.5
  
Good
View more

Interview Questions from Similar Companies

ITC Infotech Interview Questions
3.6
 • 336 Interviews
NeoSOFT Interview Questions
3.7
 • 264 Interviews
3i Infotech Interview Questions
3.4
 • 143 Interviews
Microland Interview Questions
3.4
 • 128 Interviews
Sify Technologies Interview Questions
3.8
 • 123 Interviews
Mastek Interview Questions
3.5
 • 118 Interviews
Maveric Systems Interview Questions
3.5
 • 115 Interviews
View all

Experion Technologies Reviews and Ratings

based on 139 reviews

4.0/5

Rating in categories

3.7

Skill development

3.9

Work-life balance

3.3

Salary

4.1

Job security

4.0

Company culture

3.4

Promotions

3.6

Work satisfaction

Explore 139 Reviews and Ratings
Lead UX Designer

Kochi,

Bangalore / Bengaluru

+1

8-13 Yrs

Not Disclosed

Lead- Business Analysis

Kochi,

Thiruvananthapuram

8-13 Yrs

Not Disclosed

Project Manager

Kochi,

Thiruvananthapuram

12-22 Yrs

Not Disclosed

Explore more jobs
Software Engineer
155 salaries
unlock blur

₹3 L/yr - ₹9.4 L/yr

Senior Software Engineer
133 salaries
unlock blur

₹5.4 L/yr - ₹17.5 L/yr

Lead Software Engineer
89 salaries
unlock blur

₹6.7 L/yr - ₹22 L/yr

Technical Lead
70 salaries
unlock blur

₹8.9 L/yr - ₹25 L/yr

Associate Software Engineer
57 salaries
unlock blur

₹3 L/yr - ₹4.6 L/yr

Explore more salaries
Compare Experion Technologies with

ITC Infotech

3.6
Compare

3i Infotech

3.5
Compare

Sify Technologies

3.8
Compare

Microland

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