Upload Button Icon Add office photos

Filter interviews by

SysMind UI Developer Interview Questions and Answers

Updated 14 May 2024

SysMind UI Developer Interview Experiences

1 interview found

UI Developer Interview Questions & Answers

user image Anonymous

posted on 14 May 2024

Interview experience
1
Bad
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
No response

I appeared for an interview in Apr 2024.

Round 1 - HR 

(1 Question)

  • Q1. General discussion about your tech stack and experience
Round 2 - Technical 

(2 Questions)

  • Q1. How to detect a cycle in a linkedlist?
  • Ans. 

    To detect a cycle in a linked list, use Floyd's Tortoise and Hare algorithm.

    • Initialize two pointers, slow and fast, at the head of the linked list.

    • Move slow pointer by one step and fast pointer by two steps. If they meet at any point, there is a cycle.

    • If fast pointer reaches the end of the list without meeting slow pointer, there is no cycle.

  • Answered by AI
  • Q2. Floyd's tortoise and hare algorithm
  • Ans. 

    Floyd's tortoise and hare algorithm is used to detect a cycle in a linked list.

    • The algorithm involves two pointers moving at different speeds through the linked list.

    • If there is a cycle, the two pointers will eventually meet at the same node.

    • This algorithm has a time complexity of O(n) and space complexity of O(1).

  • Answered by AI
Round 3 - Discussion with founder and team 

(1 Question)

  • Q1. Discussion about MELP App and tech stack

Interview Preparation Tips

Interview preparation tips for other job seekers - Save your time and effort and don't apply
There is a person who has passed out from IIT and has 7+ years of IT experience, this guy doesn't know how to use GitHub. I mean do you really need to know more about the work they do? Their founder said that this gut does not speak much but when he does everyone shuts up. Now I know why.

Skills evaluated in this interview

Interview questions from similar companies

Interview experience
2
Poor
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Not Selected

I appeared for an interview in Jun 2024.

Round 1 - Aptitude Test 

This is coding + mcq question

Round 2 - Technical 

(3 Questions)

  • Q1. What is react class based conponent?
  • Q2. What is mixins?
  • Q3. What are react lifecycles?
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. Ui development and component related
  • Q2. Performance of technology and challenges
Round 2 - HR 

(2 Questions)

  • Q1. Personal introduction and location details
  • Q2. Negatition of salries excepectations

Interview Preparation Tips

Interview preparation tips for other job seekers - It's very good organization. Freindly nature in team operation is good from leads hikes also ok
Interview experience
3
Average
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Not Selected

I applied via Naukri.com and was interviewed in Jan 2023. There were 4 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 

They was asked me about angular function and javascript

Round 3 - Coding Test 

They was asked about ui developer and ui desinging

Round 4 - HR 

(2 Questions)

  • Q1. She was asked me about salary and documentation
  • Q2. She was asked me about form 16 of my previous company.
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Selected Selected

I applied via Naukri.com and was interviewed in Apr 2023. There were 3 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 

30 min,mathematics,general study

Round 3 - Coding Test 

30 min, UI full stack developer

Interview Preparation Tips

Interview preparation tips for other job seekers - Be honest don't lost your hopes and try again and again and again.........you will success!
Interview experience
5
Excellent
Difficulty level
Hard
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via Naukri.com

Round 1 - HR 

(2 Questions)

  • Q1. What's your father do..
  • Ans. 

    My father is a software engineer who works for a tech company.

    • Father is a software engineer

    • Works for a tech company

  • Answered by AI
  • Q2. Tell me family details
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
More than 8 weeks
Result
Selected Selected

I applied via Naukri.com and was interviewed before Oct 2022. There were 2 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 - Technical 

(2 Questions)

  • Q1. React State Management
  • Q2. State vs Props, Redux, Routing
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. JAVAscript related,es6 api calls
  • Q2. UI related css html questitions
Round 2 - Coding Test 

Javscript oop related coding

I appeared for an interview in Aug 2017.

Interview Preparation Tips

Round: Test
Experience: All questions related to HTML, CSS, Bootstrap, Javascript, JQuery and Angular jS
Duration: 30 minutes
Total Questions: 20

Round: Technical Interview
Experience: They ask all Technical Questions which are based on our skills mentioned in CV.

I applied via Walk-in and was interviewed in Mar 2022. 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 - Technical 

(2 Questions)

  • Q1. For loop fine the array value
  • Ans. 

    Using a for loop to find a specific value in an array of strings.

    • Use a for loop to iterate through the array

    • Check each element to see if it matches the desired value

    • Return the index of the matching element or -1 if not found

  • Answered by AI
  • Q2. For loop fine the array valu
  • Ans. 

    To find array values using for loop

    • Declare a variable to store the sum of array values

    • Use a for loop to iterate through the array

    • Access each element using array[index] syntax

    • Add the element value to the sum variable

    • Return the sum variable

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - no tips u try ,it and u try the best prize

Skills evaluated in this interview

SysMind Interview FAQs

How many rounds are there in SysMind UI Developer interview?
SysMind interview process usually has 3 rounds. The most common rounds in the SysMind interview process are HR and Technical.
What are the top questions asked in SysMind UI Developer interview?

Some of the top questions asked at the SysMind UI Developer interview -

  1. How to detect a cycle in a linkedli...read more
  2. Floyd's tortoise and hare algori...read more
  3. Discussion about MELP App and tech st...read more

Tell us how to improve this page.

SysMind UI Developer Interview Process

based on 1 interview

Interview experience

1
  
Bad
View more

UI Developer Interview Questions from Similar Companies

View all
Technical Recruiter
25 salaries
unlock blur

₹2 L/yr - ₹4.8 L/yr

US IT Recruiter
13 salaries
unlock blur

₹2.2 L/yr - ₹3.9 L/yr

Senior Software Engineer
9 salaries
unlock blur

₹17 L/yr - ₹25 L/yr

HR Manager
6 salaries
unlock blur

₹4.1 L/yr - ₹8.5 L/yr

Information Technology Recruiter
6 salaries
unlock blur

₹3 L/yr - ₹5.2 L/yr

Explore more salaries
Compare SysMind with

TCS

3.7
Compare

Infosys

3.6
Compare

Wipro

3.7
Compare

HCLTech

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