Upload Button Icon Add office photos
Engaged Employer

i

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

Qubited Verified Tick

Compare button icon Compare button icon Compare
4.3

based on 29 Reviews

Filter interviews by

Qubited Web UI UX Designer Interview Questions and Answers

Updated 5 Oct 2023

Qubited Web UI UX Designer Interview Experiences

1 interview found

Interview experience
4
Good
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Selected Selected

I applied via Job Portal and was interviewed before Oct 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 - Technical 

(1 Question)

  • Q1. Basic UI/UX Question
Round 3 - White Board 

(1 Question)

  • Q1. Design a log in web and mobile page
  • Ans. 

    Design a user-friendly login page for both web and mobile platforms.

    • Ensure a clean and simple design with easy-to-read text and input fields.

    • Include a prominent 'Log In' button for easy access.

    • Implement responsive design to ensure compatibility with various screen sizes.

    • Consider using a single sign-on option for convenience.

    • Include error messages for incorrect login attempts.

    • Utilize secure password encryption methods.

    • A...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Join if you want to get paid less
there is no learning, appraisal and benefits
full of office politics, more favouritism towards northies

Skills evaluated in this interview

Interview questions from similar companies

Interview experience
5
Excellent
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
-

I applied via Walk-in and was interviewed in Nov 2024. There was 1 interview round.

Round 1 - Poster Design 

(1 Question)

  • Q1. Actually the first round was about to design a poster using figma , which should meet their expectations.
Interview experience
1
Bad
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
No response

I applied via Approached by Company and was interviewed in Jul 2024. There were 2 interview rounds.

Round 1 - Technical 

(2 Questions)

  • Q1. Portfolio round- asked to present your sample work.
  • Q2. Live Design Challenge- Asked to replicate design using Figma while the interviewers observe.
Round 2 - Case Study 

Unprofessional hiring process, no response after submitting a task despite multiple follow ups

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

I applied via Campus Placement and was interviewed in Jan 2024. There were 2 interview rounds.

Round 1 - Aptitude Test 

Debugging questions are mostly asked, you can get them from GFG

Round 2 - Coding Test 

In coding test , mostly the leetcode medium questions are asked like tree traversal and linked list related questions

Interview Preparation Tips

Interview preparation tips for other job seekers - Good to go!

Web Developer Interview Questions & Answers

Affine user image Manasa jagadeesh

posted on 9 Apr 2020

Interview experience
5
Excellent
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Naukri.com and was interviewed before Apr 2019. There were 4 interview rounds.

Interview Questionnaire 

3 Questions

  • Q1. Casual talk with the manager/director of the domain.
  • Q2. Basic questions about frontend technologies
  • Q3. Basic HR questions regarding salary

I was interviewed in Aug 2021.

Round 1 - Coding Test 

(2 Questions)

Round duration - 60 minutes
Round difficulty - Medium

Online Coding Test on Calyxpod platform. There were 2 coding questions

  • Q1. Intersection of Linked List

    You are given two Singly Linked List of integers, which are merging at some node of a third linked list.

    Your task is to find the data of the node at which merging starts. If ...

  • Ans. Brute Force
    • For each node in the first list, traverse the entire second list
    • Check if any node in the second list coincides with the first list
      • If it does, return that node’s data
      • If it doesn’t, return -1
    Space Complexity: O(1)Explanation:

    O(1)

     

    Since we only use constant space.

    Time Complexity: O(m*n) - For 2d arraysExplanation:

    O(N * M), where N and M are the lengths of the first and second linked lists respectively.&n...

  • Answered Anonymously
  • Q2. Most Frequent Word

    You are given a paragraph that may have letters both in lowercase and uppercase, spaces, and punctuation. You have also given a list of banned words. Now your task is to find the most fr...

  • Ans. Brute Force
    1. To find the frequency of each word we need to extract the words from the paragraph.
    2. So we will convert all the punctuation to space in the paragraph and lowercase alphabets to uppercase.
    3. Now we can use the library function (e.g sstream in C++) to extract words from the paragraph in an array of strings say WORDS.
    4. We will iterate over WORDS and do:
      1. Iterate over the banned array and check if the current word is pre...
  • Answered Anonymously
Round 2 - Coding Test 

(1 Question)

Round duration - 70 minutes
Round difficulty - Easy

Advance Subjective Round on Calyxpod platform: 5 questions. One question was related to data structures and algorithms. Other 4 were related to Html, CSS and Javascript.

  • Q1. Balanced parentheses

    Given an integer ‘N’ representing the number of pairs of parentheses, Find all the possible combinations of balanced parentheses with the given number of pairs of parentheses.

    Note :

    ...
  • Ans. Recursion

    The idea is to generate all possible combinations and check whether the combination is the combination of balanced parentheses or not. We have two choices whether to consider ‘(‘ or ‘)’.

    When the number of closing brackets is greater than the number of opening brackets we can consider taking ‘)’ in the sequence and in the other case we can consider taking ‘(‘ for all numbers of opening brackets until the number...

  • Answered Anonymously

Interview Preparation Tips

Professional and academic backgroundI completed Computer Science Engineering from Dr. Akhilesh Das Gupta Institute of Technology & Management. Eligibility criteria8 CGPAJosh Technology Group interview preparation:Topics to prepare for the interview - Data Structures, OOPS, Algorithms, Aptitude, DBMS, Web DevelopmentTime required to prepare for the interview - 3 monthsInterview preparation tips for other job seekers

Tip 1 : Be good in aptitude and data structures as it is the 1st/2nd round in most companies.
Tip 2 : Be prepared to explain your projects mentioned in the resume
Tip 3 : Do atleast 2 good projects.

Application resume tips for other job seekers

Tip 1 : Do not write any false information on your resume.
Tip 2 : Keep your resume restricted to one page only.

Final outcome of the interviewRejected

Skills evaluated in this interview

Qubited Interview FAQs

How many rounds are there in Qubited Web UI UX Designer interview?
Qubited interview process usually has 3 rounds. The most common rounds in the Qubited interview process are Resume Shortlist and Technical.
What are the top questions asked in Qubited Web UI UX Designer interview?

Some of the top questions asked at the Qubited Web UI UX Designer interview -

  1. design a log in web and mobile p...read more
  2. basic UI/UX Quest...read more

Tell us how to improve this page.

Interview Questions from Similar Companies

TCS Interview Questions
3.7
 • 10.3k Interviews
Infosys Interview Questions
3.7
 • 7.6k Interviews
Wipro Interview Questions
3.7
 • 5.6k Interviews
Tech Mahindra Interview Questions
3.5
 • 3.8k Interviews
HCLTech Interview Questions
3.5
 • 3.7k Interviews
LTIMindtree Interview Questions
3.8
 • 3k Interviews
Mphasis Interview Questions
3.4
 • 792 Interviews
View all

Qubited Web UI UX Designer Reviews and Ratings

based on 2 reviews

5.0/5

Rating in categories

4.5

Skill development

5.0

Work-life balance

3.5

Salary

4.5

Job security

4.5

Company culture

4.0

Promotions

4.5

Work satisfaction

Explore 2 Reviews and Ratings
UI/UX Designer
16 salaries
unlock blur

₹3.5 L/yr - ₹6 L/yr

Software Engineer
10 salaries
unlock blur

₹5 L/yr - ₹6 L/yr

UX and UI Designer
5 salaries
unlock blur

₹3.4 L/yr - ₹8 L/yr

Test Engineer
4 salaries
unlock blur

₹4.5 L/yr - ₹5.3 L/yr

Software Developer
3 salaries
unlock blur

₹8 L/yr - ₹9 L/yr

Explore more salaries
Compare Qubited with

Infosys

3.7
Compare

TCS

3.7
Compare

Wipro

3.7
Compare

HCLTech

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