Upload Button Icon Add office photos

Filter interviews by

Websoftex Software Solutions UI Developer Interview Questions and Answers

Updated 21 Oct 2021

Websoftex Software Solutions UI Developer Interview Experiences

1 interview found

UI Developer Interview Questions & Answers

user image Anonymous

posted on 21 Oct 2021

I applied via Walk-in and was interviewed before Oct 2020. There was 1 interview round.

Interview Questionnaire 

1 Question

  • Q1. To create a responsive web page / template
  • Ans. 

    To create a responsive web page / template

    • Use CSS media queries to adjust the layout based on screen size

    • Implement a flexible grid system to ensure content adapts to different devices

    • Optimize images and other media for faster loading on mobile devices

    • Consider touch-friendly interactions and gestures for mobile users

    • Test the responsiveness across various devices and screen sizes

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare Well, be confident.

Skills evaluated in this interview

Top trending discussions

View All
Interview Hub
1w (edited)
anshitanegi
·
ex -
Planet Spark
When HR’s Chinese English made me drop the interview!
So, I talked to the HR yesterday about the interview. I asked Please send me the location But their English… bro I was shocked! It was like talking to someone jisne english nahi kuch ar hi seekh liya ho, if the HR’s English is this I can only imagine the rest of the company I decided to drop the interview with this chinese english😶‍🌫️
FeedCard Image
Got a question about Websoftex Software Solutions?
Ask anonymously on communities.

Interview questions from similar companies

Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(1 Question)

  • Q1. I don't Remember the question1
Round 2 - Technical 

(2 Questions)

  • Q1. I don't remember the question2
  • Q2. I don't remember the question

UI Developer Interview Questions Asked at Other Companies

Q1. Write JavaScript code to dynamically create 10 checkboxes. Displa ... read more
Q2. What is Redux? Explain workflow of redux and uses of redux.
Q3. Explain Higher order function and Higher order component?
Q4. What are Call, Apply, and Bind in JavaScript?
Q5. What is the difference between a block component and an inline co ... read more
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
-
Result
Selected Selected
Round 1 - One-on-one 

(1 Question)

  • Q1. What Prototype in JS What is closure in JS What Recursive functions What Constructor functions What hoisting in js Diff btw var,let, const Find the no of occurance of text in string Find the duplicate cou...
  • Ans. 

    Prototype in JS refers to the mechanism by which objects in JavaScript inherit properties and methods from other objects.

    • Prototype chain allows objects to inherit properties and methods from other objects

    • Prototype-based inheritance is a key feature of JavaScript

    • Example: Creating a new object using a constructor function and adding methods to its prototype

  • Answered by AI

Skills evaluated in this interview

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

I applied via AmbitionBox and was interviewed in Jul 2023. 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 - Coding Test 

Uging tag , elements, div, selector, flex box etc

Round 3 - Technical 

(4 Questions)

  • Q1. Html, CSS, JavaScript, bootstrap
  • Q2. Good knowledge for html CS
  • Q3. Bootstrap using responsible website
  • Ans. 

    Bootstrap is a front-end framework that helps in creating responsive websites by using a grid system and predefined classes.

    • Bootstrap provides a grid system with 12 columns that automatically adjusts based on screen size.

    • It includes responsive utility classes like 'd-none' and 'd-md-block' to show/hide content based on screen size.

    • Bootstrap also offers responsive navigation components like the navbar that collapses int...

  • Answered by AI
  • Q4. Anything else any more times

Interview Preparation Tips

Interview preparation tips for other job seekers - I have completed dipin Computer science Engineering
I am creative and hard working person

Skills evaluated in this interview

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

I applied via Naukri.com and was interviewed before Jul 2023. There were 3 interview rounds.

Round 1 - Aptitude Test 

Basic maths questions select answer from four question

Round 2 - Aptitude Test 

Tge interview held on call basic

Round 3 - Assignment 

Figma then convert it into html

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

I appeared for an interview before Apr 2024, where I was asked the following questions.

  • Q1. What are the basic concepts of UI/UX design and development?
  • Ans. 

    UI/UX design focuses on enhancing user satisfaction through effective design and usability principles.

    • User-Centered Design: Prioritizing user needs and preferences in the design process. Example: Conducting user interviews.

    • Usability: Ensuring the product is easy to use. Example: Simplifying navigation in a mobile app.

    • Accessibility: Designing for users with disabilities. Example: Using alt text for images.

    • Visual Hierarc...

  • Answered by AI
  • Q2. Could you provide a brief overview of your previous company roles, responsibilities, and the details of the projects you have worked on?
  • Ans. 

    I have worked as a UI Developer focusing on responsive design, user experience, and collaboration with cross-functional teams.

    • Developed user interfaces for web applications using HTML, CSS, and JavaScript frameworks like React and Angular.

    • Collaborated with UX designers to create wireframes and prototypes, ensuring a seamless user experience.

    • Implemented responsive design principles to ensure applications are mobile-frie...

  • Answered by AI
Be interview-ready. Browse the most asked HR questions.
illustration image
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Aptitude Test 

General apptitude test

Round 2 - Coding Test 

Based on project and dsa

Interview Preparation Tips

Interview preparation tips for other job seekers - bee good in dsa
Are these interview questions helpful?

I applied via Recruitment Consultant and was interviewed before Feb 2020. There were 3 interview rounds.

Interview Questionnaire 

4 Questions

  • Q1. Java Multithreading
  • Q2. Serialization
  • Q3. Java String manipulation
  • Q4. Simple code based on bubblesort and its optimization

Interview Preparation Tips

Interview preparation tips for other job seekers - Be confident and Try to be fluent

I appeared for an interview before May 2021.

Round 1 - Coding Test 

(2 Questions)

Round duration - 60 minutes
Round difficulty - Medium

  • Q1. 

    Find All Anagrams Problem Statement

    Given a string STR and a non-empty string PTR, identify all the starting indices of anagrams of PTR within STR.

    Explanation:

    An anagram of a string is another string ...

  • Ans. 

    Given a string STR and a non-empty string PTR, find all starting indices of anagrams of PTR within STR.

    • Create a frequency map of characters in PTR.

    • Use sliding window technique to check anagrams in STR.

    • Return the starting indices of anagrams found.

  • Answered by AI
  • Q2. 

    Subset Sum Problem Statement

    Given an array of integers, find the sum of all subsets in non-decreasing order of the given array.

    Example:

    Input:
    N = 3, array = [1, 2]
    Output:
    [0, 1, 2, 3]
    Explanatio...
  • Ans. 

    Find sum of all subsets in non-decreasing order of given array.

    • Use recursion to generate all subsets of the array

    • Calculate sum of each subset and store in a list

    • Sort the list in non-decreasing order to get the final result

  • Answered by AI
Round 2 - Face to Face 

(1 Question)

Round duration - 60 minutes
Round difficulty - Medium

First he asked me to tell about myself, then he asked me some OOPS Concepts,difference in shallow copy and deep copy,
asked me to write a code for boundary traversal of binary tree.

  • Q1. 

    Boundary Traversal of Binary Tree Problem Statement

    Given a binary tree consisting of integers, your task is to provide the boundary nodes of this tree in an anti-clockwise direction, starting with the ro...

  • Ans. 

    Boundary traversal of a binary tree to find left boundary, right boundary, and leaf nodes in an anti-clockwise direction.

    • Perform a pre-order traversal to get the left boundary nodes

    • Perform an in-order traversal to get the leaf nodes

    • Perform a post-order traversal to get the right boundary nodes

    • Combine the results to get the boundary nodes in anti-clockwise direction

  • Answered by AI
Round 3 - Face to Face 

(1 Question)

Round duration - 60 minutes
Round difficulty - Easy

The second tech interview lasted for about an hour and half. First he asked me to tell about myself. Then he asked me how my first interview was. He then asked me where should I start, data structures, databases, to which I replied anywhere.
He started asking questions about C. He asked difference between call by pointer and call by reference. Whether a function can be defined as
void function(int &x, int &y);
Then he asked what is volatile data type in C. Then about the static data class.
He also asked me to write a program to find length of a string.
Then he asked about how functions in C work. How does the program know where to go back after a function is over, etc.
He then asked me if I knew C++, I said no. So he continued to ask a few questions on data structures.
He then asked about the ACID properties which a good database must have. He asked how are transactions managed by a database, what are commits, how, in case of a power failure, data is reverted back, etc.
Then he asked me whether I like to work individually or in a team. I said in a team. He then gave me scenario where I have to decide between a project I am working on, whose deadline is approaching, and helping a friend working on another project whose deadline is also approaching, and asked me what would I do in such a case.

  • Q1. 

    Find the Middle of a Linked List

    This problem requires you to return a pointer that references the middle node of a singly linked list.

    Explanation:

    If the number of elements in the linked list is odd, ...

  • Ans. 

    Return the middle node of a singly linked list, considering odd and even number of elements.

    • Traverse the linked list with two pointers, one moving twice as fast as the other

    • When the fast pointer reaches the end, the slow pointer will be at the middle

    • Return the node pointed to by the slow pointer as the middle node

  • Answered by AI

Interview Preparation Tips

Professional and academic backgroundI applied for the job as SDE - 1 in PuneEligibility criteria7 CGPASAP Labs interview preparation:Topics to prepare for the interview - Data Structures ,sql, machine learning, OOPS, System Design, Algorithms, Dynamic ProgrammingTime required to prepare for the interview - 3 monthsInterview preparation tips for other job seekers

Tip 1 : Practice at least 5 codes daily.
Tip 2 : Do at-least one machine Learning Project.

Application resume tips for other job seekers

Tip 1 : Have at least three project.
Tip 2 : Put some achievements.

Final outcome of the interviewSelected

Skills evaluated in this interview

I applied via Referral and was interviewed before Jul 2021. There were 2 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 - Aptitude Test 

Easy question, maximum question on average, ages, pie chart,flow chart of coding, English comprehension, situation based question.

Interview Preparation Tips

Topics to prepare for Oracle Consultant interview:
  • Puzzle
  • Guesstimate
Interview preparation tips for other job seekers - Well Prepare for aptitude round since it is 1 round of elimination.

Tell us how to improve this page.

Interview Questions from other companies in Software Product Industry

Google Interview Questions
4.4
 • 917 Interviews
Chetu Interview Questions
3.4
 • 207 Interviews
KONE Interview Questions
4.1
 • 121 Interviews
HighRadius Interview Questions
2.8
 • 199 Interviews
Workday Interview Questions
3.9
 • 18 Interviews
Zoho Interview Questions
4.2
 • 550 Interviews
Atlassian Interview Questions
3.5
 • 94 Interviews
View all
Websoftex Software Solutions UI Developer Salary
based on 4 salaries
₹1.2 L/yr - ₹1.6 L/yr
83% less than the average UI Developer Salary in India
View more details

Websoftex Software Solutions UI Developer Reviews and Ratings

based on 1 review

3.0/5

Rating in categories

3.0

Skill development

2.0

Work-life balance

1.0

Salary

2.0

Job security

2.0

Company culture

1.0

Promotions

2.0

Work satisfaction

Explore 1 Review and Rating
Software Tester
5 salaries
unlock blur

₹1.5 L/yr - ₹2.7 L/yr

Softwaretest Engineer
5 salaries
unlock blur

₹1.7 L/yr - ₹2.2 L/yr

Software Developer
4 salaries
unlock blur

₹1.3 L/yr - ₹6 L/yr

UI Developer
4 salaries
unlock blur

₹1.1 L/yr - ₹1.6 L/yr

SEO Executive
3 salaries
unlock blur

₹1.7 L/yr - ₹1.8 L/yr

Explore more salaries
Compare Websoftex Software Solutions with other companies in Software Product Industry

Jamcracker Software Technologies

3.6
Compare

StarTele Logic

3.3
Compare

Wizni Software

4.8
Compare

Metadata Technologies

3.7
Compare
write
Share an Interview