Upload Button Icon Add office photos

Filter interviews by

Divami UI UX Developer Interview Questions and Answers

Updated 27 Dec 2024

Divami UI UX Developer Interview Experiences

1 interview found

Interview experience
3
Average
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected
Round 1 - Aptitude Test 

Cleared the aptitude test

Round 2 - Coding Test 

It was a written coding test
questions were about arrays and graphs
couldn't solve them

Interview Preparation Tips

Interview preparation tips for other job seekers - For around 6-8 lakhs just focus on arrays, strings, stacks, queues and linked list.

Interview questions from similar companies

Interview experience
1
Bad
Difficulty level
Easy
Process Duration
2-4 weeks
Result
Selected Selected

I applied via LinkedIn and was interviewed in Apr 2024. There were 4 interview rounds.

Round 1 - Aptitude Test 

Make screens for a financial app.

Round 2 - One-on-one 

(2 Questions)

  • Q1. Portfolio showcase
  • Q2. Counter question
Round 3 - One-on-one 

(2 Questions)

  • Q1. Portfolio showcase
  • Q2. The interviewer asked me if the projects were mine, it was very rude
Round 4 - One-on-one 

(2 Questions)

  • Q1. 3rd round was with the CEO , experience discussion
  • Q2. Reason to leave last job

Interview Preparation Tips

Interview preparation tips for other job seekers - I had the worst experience which left me so frustrated and sad. Before the assessment round i specifically called and asked the HR regarding company's budget but she told me it is open i thought they must a good budget which would surely justify my expectation .. They took 4 rounds, 1st round - assessment then called me to their office took 2 interview where i had to wait for 1.5 hrs total, it was a hot day , the hr just wanted me to go through all round just for the sake of it, at last i had a round with their CEO who was the rudest of all she rescheduled the call 3 times, was yawning at my face throughout my introduction, didn't even care to cover her mouth. Then at last offered me same CTC as i had in my last company. The hr then called me after this round asked me how it went and tried to manipulate me to agree on any low number they would offer next. They stretched the whole process unnecessarily for more that 2 weeks meanwhile they kept calling me asking unnecessary questions and after all this came up with 10% raise . WOW. worst company. The interviewers are rude, manipulative, unprofessional, wasted my time and energy. left me so frustrated. Never gonna recommend this company to anyone. Shame.
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Coding Test 

My mostly question were around node js frame works and other tools

Round 2 - One-on-one 

(2 Questions)

  • Q1. Case study for the question asked
  • Q2. Tell me something more about you
Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. Angular Application flow
  • Q2. Array based coding questions

Interview Preparation Tips

Interview preparation tips for other job seekers - Clear your basic understanding on Logic like Data types , functions , callbacks and all ES6 features.
Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
Not Selected
Round 1 - Technical 

(2 Questions)

  • Q1. Machine oding asked to implement LLD
  • Q2. What is a semaphore
  • Ans. 

    A semaphore is a synchronization object used in concurrent programming to control access to shared resources.

    • Semaphores can be used to limit the number of threads accessing a resource at the same time

    • They can be implemented as counting semaphores or binary semaphores

    • Example: In a producer-consumer problem, semaphores can be used to control access to a shared buffer

  • Answered by AI

Skills evaluated in this interview

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

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

Round 1 - Aptitude Test 

Question are very tough and faad

Round 2 - Coding Test 

Question like trees linked list and graphs

Interview Preparation Tips

Interview preparation tips for other job seekers - Best of luck for your future
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

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

Round 1 - Coding Test 

1 Hr coding round, Leetcode medium problems like Minimum Grid sum & Basic calculator

Interview Preparation Tips

Interview preparation tips for other job seekers - Solved one problem, couldn't solve other, rejected
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
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 

HTML CSS BOOTSTRAP JAVASCRIPT

Round 3 - One-on-one 

(5 Questions)

  • Q1. Tell About Your Self.
  • Q2. What are your strength
  • Q3. Consider the type of interview you can expect
  • Ans. 

    A face-to-face interview or Online interview

  • Answered by Durga Yt
  • Q4. Why did you decide to apply for this position?
  • Ans. 

    'I see the role as a way of developing my career in a forward-thinking/well-established company/industry as…' 'I feel I will succeed in the role because I have experience in/softs skills that demonstrate/ I've taken this course believe my skills are well-suited to this job .

  • Answered by Durga Yt
  • Q5. Why do you want to work here?
  • Ans. 

    “I see this opportunity as a way to contribute to an exciting/forward-thinking/fast-moving company/industry,

  • Answered by Durga Yt
Round 4 - Group Discussion 

GD can be divided into 3 categories

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

I applied via Referral and was interviewed in Sep 2023. There was 1 interview round.

Round 1 - Technical 

(1 Question)

  • Q1. They asked me about web workers and web assembly. The whole questions were planned to reject the candidate.

Interview Preparation Tips

Interview preparation tips for other job seekers - Better opportunities are there.

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

Interview Questionnaire 

2 Questions

  • Q1. There are three divs, grandparent,parent, child. Center all three divs one into another in middle
  • Ans. 

    Use flexbox to center three nested divs

    • Set display:flex; on grandparent div

    • Set justify-content:center; and align-items:center; on grandparent div

    • Set width and height on parent and child divs

    • Add margin:auto; to parent and child divs

  • Answered by AI
  • Q2. Implement event bubbling on three divs, one into another i.e grandparent, parent,child
  • Ans. 

    Event bubbling can be implemented by attaching event listeners to the child, parent, and grandparent divs.

    • Add event listeners to the child, parent, and grandparent divs

    • Use the event.stopPropagation() method to stop the event from bubbling up to the parent and grandparent divs

    • Handle the event in each div's event listener function

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Learn javascript basics like hoisting , event bubbling, event delegation. And also CSS basics linke css positions.

Skills evaluated in this interview

Divami Interview FAQs

How many rounds are there in Divami UI UX Developer interview?
Divami interview process usually has 2 rounds. The most common rounds in the Divami interview process are Aptitude Test and Coding Test.

Tell us how to improve this page.

Divami UI UX Developer Interview Process

based on 1 interview

Interview experience

3
  
Average
View more

Interview Questions from Similar Companies

Swiggy Interview Questions
3.8
 • 429 Interviews
BigBasket Interview Questions
3.9
 • 352 Interviews
Udaan Interview Questions
4.0
 • 335 Interviews
Meesho Interview Questions
3.7
 • 329 Interviews
CARS24 Interview Questions
3.6
 • 322 Interviews
Lenskart Interview Questions
3.2
 • 297 Interviews
Myntra Interview Questions
4.0
 • 215 Interviews
Square Yards Interview Questions
4.0
 • 197 Interviews
Blinkit Interview Questions
3.7
 • 179 Interviews
BlackBuck Interview Questions
3.8
 • 172 Interviews
View all
Compare Divami with

Udaan

4.0
Compare

BigBasket

3.9
Compare

Swiggy

3.8
Compare

CARS24

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