Upload Button Icon Add office photos

Filter interviews by

Vehant Technologies UI/UX Designer Interview Questions and Answers

Updated 23 Feb 2020

Vehant Technologies UI/UX Designer Interview Experiences

1 interview found

I appeared for an interview in Aug 2019.

Interview Questionnaire 

2 Questions

  • Q1. Can you design some screens for us in short span of time?
  • Ans. 

    Yes, I can design screens quickly.

    • I would first clarify the requirements and user needs.

    • Then, I would sketch out some rough wireframes to get a sense of layout and functionality.

    • Next, I would create high-fidelity mockups using design tools like Sketch or Figma.

    • Finally, I would iterate on the designs based on feedback and make any necessary revisions.

  • Answered by AI
  • Q2. Tell me about yourself?

Interview Preparation Tips

Interview preparation tips for other job seekers - I have always wondered why the HR always ask the first question as "tell us something about yourself?"
My interview consisted of technical and HR round but i Think HR round was just to test your communication skills. the main interview was the technical round in which i was asked questions about my curriculum and past working experiences. I was able to answer most of the questions, i was then given a small assignment to work on and then i have to explain why i did it the way i did the assignment and not the other way.
In the interview you need to stay calm and use presence of mind, you should not try to answer the questions whose answer you are not sure of or don't know it gives a negative impression on the interviewer, just say that you don't know the answer.

Skills evaluated in this interview

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

I applied via LinkedIn and was interviewed in Sep 2024. There was 1 interview round.

Round 1 - Resume Shortlist 

(2 Questions)

  • Q1. Share your resume
  • Ans. 

    Experienced UI/UX Designer with expertise in creating user-friendly interfaces and enhancing user experience.

    • Proficient in Adobe Creative Suite

    • Strong understanding of user research and usability testing

    • Skilled in creating wireframes and prototypes

    • Experience working with cross-functional teams

  • Answered by AI
  • Q2. Aptitude test on your domain

Interview Preparation Tips

Interview preparation tips for other job seekers - It's a great place for freshers to learn skills while working on live projects.
Interview experience
3
Average
Difficulty level
Hard
Process Duration
2-4 weeks
Result
Not Selected

I applied via Recruitment Consulltant and was interviewed in Oct 2024. There were 2 interview rounds.

Round 1 - Aptitude Test 

Aptitude exam content aptitude+tech question

Round 2 - Assignment 

This also a aptitude test+coding

Interview Preparation Tips

Topics to prepare for Apmosys Technologies Software Development Engineer interview:
  • OOPS
  • Data Structures
  • Database
  • Spring Boot
Interview preparation tips for other job seekers - Company behaviour is not good

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

I applied via Campus Placement and was interviewed in Mar 2021. There were 4 interview rounds.

Interview Questionnaire 

3 Questions

  • Q1. What are Joins in SQL? Briefly explain difference between all types of joins
  • Ans. 

    Joins in SQL are used to combine data from two or more tables based on a related column.

    • Inner join returns only the matching rows from both tables

    • Left join returns all rows from the left table and matching rows from the right table

    • Right join returns all rows from the right table and matching rows from the left table

    • Full outer join returns all rows from both tables, with NULL values for non-matching rows

    • Cross join retur

  • Answered by AI
  • Q2. Find a sub array with a given sum
  • Ans. 

    Given an array of integers, find a contiguous subarray with a given sum.

    • Use a sliding window approach to iterate through the array and keep track of the current sum.

    • If the current sum exceeds the given sum, move the window's left endpoint forward.

    • If the current sum is less than the given sum, move the window's right endpoint forward.

    • If the current sum equals the given sum, return the subarray.

    • Time complexity: O(n), Spa

  • Answered by AI
  • Q3. Questions related to Projects mentioned in CV

Interview Preparation Tips

Interview preparation tips for other job seekers - My interview advice would be to remain honest throughout the interview. The interviewer checks the problem solving abilities by your approach of solving it. Ask if there are any doubts.

Skills evaluated in this interview

I applied via Campus Placement and was interviewed in Aug 2021. There were 4 interview rounds.

Round 1 - Coding Test 

1st test was aptitude and a easy coding test

Round 2 - Coding Test 

The 2nd test was pure coding based test on hacker rank platform and contains 2 easy and 2 medium question

Round 3 - Technical 

(1 Question)

  • Q1. Round 3 was technical interview and asked from basics of computer programming and architecture
Round 4 - HR 

(4 Questions)

  • Q1. What is your family background?
  • Q2. Why are you looking for a change?
  • Q3. What are your strengths and weaknesses?
  • Q4. Tell me about yourself.

Interview Preparation Tips

Interview preparation tips for other job seekers - Advice is just improve basics of programming and DSA with a database management and basicsa of os and networks

I appeared for an interview before Apr 2021.

Round 1 - Video Call 

(3 Questions)

Round duration - 60 minutes
Round difficulty - Easy

Technical interview round with questions on DSA and DBMS mainly.

  • Q1. 

    Maximum Sum Subarray Problem Statement

    Given an array ARR consisting of N integers, determine the sum of the subarray with the maximum sum, including the possibility of an empty subarray.

    A subarray is a...

  • Ans. 

    Find the sum of the subarray with the maximum sum in a given array.

    • Iterate through the array and keep track of the current sum and maximum sum.

    • Update the maximum sum if the current sum becomes greater.

    • Handle cases where the array has all negative numbers or empty subarray.

    • Example: For input [-2, 1, -3, 4, -1], the maximum sum subarray is [4] with sum 4.

  • Answered by AI
  • Q2. 

    Prime Numbers Identification

    Given a positive integer N, your task is to identify all prime numbers less than or equal to N.

    Explanation:

    A prime number is a natural number greater than 1 that has no po...

  • Ans. 

    Identify all prime numbers less than or equal to a given positive integer N.

    • Iterate from 2 to N and check if each number is prime

    • Use the Sieve of Eratosthenes algorithm for efficient prime number identification

    • Optimize by only checking numbers up to square root of N for divisibility

  • Answered by AI
  • Q3. What are Joins in the context of databases?
  • Ans. 

    Joins in databases are used to combine rows from two or more tables based on a related column between them.

    • Joins are used to retrieve data from multiple tables based on a related column.

    • Common types of joins include INNER JOIN, LEFT JOIN, RIGHT JOIN, and FULL JOIN.

    • INNER JOIN returns rows when there is at least one match in both tables.

    • LEFT JOIN returns all rows from the left table and the matched rows from the right ta...

  • Answered by AI
Round 2 - HR 

Round duration - 30 minutes
Round difficulty - Easy

Typical HR round with behavioral problems.

Interview Preparation Tips

Eligibility criteriaAbove 7 CGPABigStep Technologies interview preparation:Topics to prepare for the interview - Data Structures, Algorithms, DBMS, SQL, Aptitude, OOPSTime required to prepare for the interview - 4 monthsInterview preparation tips for other job seekers

Tip 1 : Must do Previously asked Interview as well as Online Test Questions.
Tip 2 : Go through all the previous interview experiences from Codestudio and Leetcode.
Tip 3 : Do at-least 2 good projects and you must know every bit of them.

Application resume tips for other job seekers

Tip 1 : Have at-least 2 good projects explained in short with all important points covered.
Tip 2 : Every skill must be mentioned.
Tip 3 : Focus on skills, projects and experiences more.

Final outcome of the interviewSelected

Skills evaluated in this interview

I applied via Recruitment Consulltant and was interviewed before May 2021. There were 5 interview rounds.

Round 1 - Coding Test 

Hackerrank Test

Round 2 - Technical 

(1 Question)

  • Q1. Questions related to NodeJS and Javascript Basics
Round 3 - Technical 

(1 Question)

  • Q1. Technical questions based on past experience
Round 4 - HR 

(1 Question)

  • Q1. Company Culture related
Round 5 - Behavioral 

(1 Question)

  • Q1. Expectations and Processes

Interview Preparation Tips

Interview preparation tips for other job seekers - Read the basics. Medium level interview questions. All the best.

Vehant Technologies Interview FAQs

How to prepare for Vehant Technologies UI/UX Designer 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 Vehant Technologies. The most common topics and skills that interviewers at Vehant Technologies expect are Product Management, User Research, Visual Design, Photoshop and Web Technologies.

Tell us how to improve this page.

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
Installation Engineer
35 salaries
unlock blur

₹2 L/yr - ₹7 L/yr

Software Development Engineer
32 salaries
unlock blur

₹6 L/yr - ₹16 L/yr

System Analyst
23 salaries
unlock blur

₹2.8 L/yr - ₹8 L/yr

Software Developer
16 salaries
unlock blur

₹6.5 L/yr - ₹15 L/yr

Assistant System Analyst
15 salaries
unlock blur

₹3 L/yr - ₹5 L/yr

Explore more salaries
Compare Vehant Technologies with

Cogniter Technologies

3.4
Compare

IVTL Infoview Technologies

3.6
Compare

Apmosys Technologies

3.5
Compare

Pitney Bowes

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