Upload Button Icon Add office photos

Filter interviews by

Elpis IT Solutions UI/UX Designer Interview Questions and Answers

Updated 17 Apr 2021

Elpis IT Solutions UI/UX Designer Interview Experiences

1 interview found

I applied via Recruitment Consultant and was interviewed in Mar 2021. There were 3 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. Your talent and skills

Interview Preparation Tips

Interview preparation tips for other job seekers - The interviewer wanted to test both my knowledge and communication skills. Always be prepared for the Unexpected journey, really looking forward to work hard and enjoy my career in Elpis

Interview questions from similar companies

Round 1 - HR 

(5 Questions)

  • Q1. What are your salary expectations?
  • Ans. 

    I would expect a salary that is competitive and reflective of my skills and experience in the UI/UX design field.

    • I have researched the average salary range for UI/UX designers in this location and industry.

    • I have considered my level of experience and expertise in UI/UX design.

    • I am open to discussing salary based on the overall compensation package, including benefits and opportunities for growth.

    • I am confident in my ab...

  • Answered by AI
  • Q2. What is your family background?
  • Ans. 

    My family background is diverse and multicultural, with members from different countries and ethnicities.

    • My parents are from different countries, which has exposed me to different cultures and perspectives.

    • I have relatives who are artists, engineers, and entrepreneurs, which has influenced my creativity and problem-solving skills.

    • Growing up in a multicultural environment has taught me to appreciate diversity and adapta

  • Answered by AI
  • Q3. Share details of your previous job.
  • Ans. 

    I worked as a UI/UX Designer at XYZ Company.

    • Collaborated with cross-functional teams to design and develop user-friendly interfaces.

    • Conducted user research and usability testing to gather insights and improve designs.

    • Created wireframes, prototypes, and mockups using design tools like Sketch and Adobe XD.

    • Implemented responsive design principles to ensure optimal user experience across devices.

    • Worked closely with develop...

  • Answered by AI
  • Q4. Why should we hire you?
  • Ans. 

    You should hire me because I have a strong background in UI/UX design and a proven track record of creating user-centered designs that drive results.

    • I have a deep understanding of user psychology and behavior, allowing me to create intuitive and engaging user experiences.

    • I am skilled in using industry-standard design tools such as Sketch, Adobe XD, and InVision.

    • I have experience conducting user research and usability t...

  • Answered by AI
  • Q5. Tell me about yourself.
  • Ans. 

    I am a UI/UX Designer with a passion for creating intuitive and visually appealing user experiences.

    • Experienced in designing user interfaces for web and mobile applications

    • Proficient in using design tools such as Adobe XD and Sketch

    • Strong understanding of user-centered design principles

    • Ability to conduct user research and gather insights to inform design decisions

    • Skilled in creating wireframes, prototypes, and mockups

    • C...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Had an honest interview with the HR folk.
Interview experience
4
Good
Difficulty level
Hard
Process Duration
2-4 weeks
Result
Selected Selected

I applied via LinkedIn and was interviewed before Apr 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 - Assignment 

It was an analysis and research of pre-existing software. Specifically i had to note down the problem statements and suggest most optimal solution.

Round 3 - Technical 

(1 Question)

  • Q1. Information Architecture and R&D process
Round 4 - Technical 

(1 Question)

  • Q1. Taskflow, Information Architecture, colour Index, Prototype, Layouting
Round 5 - HR 

(2 Questions)

  • Q1. How much you expecting?
  • Q2. It depends upon your negotiation skills.

Interview Preparation Tips

Interview preparation tips for other job seekers - Be your self and calm down while you giving your interview. Prepare as much as you can.

I was interviewed before May 2016.

Interview Preparation Tips

Round: Test
Experience: The first round had two programming questions and one question of database concepts.
Duration: 1 hour
Total Questions: 3

Round: Technical Interview
Experience: In the first technical interview, I was asked basic questions about the domain and my resume. There was also a lot of emphasis on problem solving abilities since I was asked to solve some puzzles.

Round: Technical Interview
Experience: The second technical interview was a written round where I was asked to code some searching / sorting variants , to test my ability to write quality code.

Round: Technical Interview
Experience: The last and the final round was probably the toughest and I was asked to design databases, with some constraints. I was given ample time to do it and it did take a lot of time. After that, we had some interesting questions about data structures and trees and that was it.

College Name: RNSIT, Bangalore

I applied via Naukri.com and was interviewed in Oct 2018. There were 3 interview rounds.

Interview Questionnaire 

3 Questions

  • Q1. Asked me to draw spring mvc architecture and about collection framework.
  • Q2. Asked me to write the logic for pattern.
  • Q3. Asked me on core java.

Interview Preparation Tips

General Tips: be thorough with the core java and good to have knowledge on spring mvc
Skills: Communication
Duration: <1 week

I applied via Referral and was interviewed before Jan 2020. There was 1 interview round.

Interview Questionnaire 

2 Questions

  • Q1. Which technology are you using, is this latest?
  • Ans. 

    We are using a variety of technologies, including some of the latest ones.

    • We are using React for our front-end development.

    • We are also using Node.js for our back-end development.

    • We are using Docker for containerization.

    • We are using Kubernetes for orchestration.

    • We are using AWS for cloud hosting.

    • We are constantly evaluating new technologies to see if they can improve our development process.

  • Answered by AI
  • Q2. If not then which technology can we use instead of this?
  • Ans. 

    It depends on the specific requirements and constraints of the project.

    • Consider the project's goals and objectives

    • Evaluate the available technologies and their capabilities

    • Assess the project's budget and timeline

    • Consult with stakeholders and experts in the field

    • Examples: React vs Angular, MySQL vs MongoDB, Java vs Python

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Hi,
Listen carefully and speak fluently.

I applied via Company Website and was interviewed before Dec 2019. There were 3 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. Regarding OOPS, wordpress and laravel.

Interview Preparation Tips

Interview preparation tips for other job seekers - It was good and I am still working here.
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. What is oops in python
  • Ans. 

    Object-oriented programming (OOP) is a programming paradigm based on the concept of objects, which can contain data and code.

    • OOP allows for organizing code into reusable components called classes.

    • In Python, classes are defined using the 'class' keyword.

    • Classes can have attributes (variables) and methods (functions).

    • Inheritance allows classes to inherit attributes and methods from other classes.

    • Polymorphism allows objec...

  • Answered by AI
  • Q2. What is ternary operant in python
  • Ans. 

    Ternary operator in Python is a conditional expression that evaluates to a value based on a condition.

    • Ternary operator is written as 'value_if_true if condition else value_if_false'

    • It is a shorthand way of writing an if-else statement in a single line

    • Example: x = 10 if a > b else 20

  • Answered by AI

Skills evaluated in this interview

Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-

I applied via Job Portal

Round 1 - Technical 

(2 Questions)

  • Q1. All about core java
  • Q2. Front end and My Sql
Interview experience
3
Average
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Naukri.com and was interviewed before Sep 2022. There were 3 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 - One-on-one 

(2 Questions)

  • Q1. Basic JS questions
  • Q2. String Concat through function
Round 3 - Coding Test 

Advanced JS, PHP related questions

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare from the free code camp js questions

Tell us how to improve this page.

Interview Questions from Similar Companies

Webdew Interview Questions
4.5
 • 106 Interviews
HyScaler Interview Questions
4.5
 • 91 Interviews
Quantsapp Interview Questions
3.8
 • 30 Interviews
View all
Software Engineer
9 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Data Scientist
9 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Embedded Software Developer
8 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Embedded Software Engineer
8 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Software Developer
5 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Explore more salaries
Compare Elpis IT Solutions with

Northcorp Software

4.3
Compare

Accel Frontline

4.0
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