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
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via Company Website and was interviewed in Aug 2024. There were 2 interview rounds.

Round 1 - Technical 

(4 Questions)

  • Q1. What is react.js? Ans: React.js is javascript library used for building the UI components.
  • Ans. 

    React.js is a JavaScript library used for building user interfaces by creating reusable UI components.

    • React.js allows developers to create interactive user interfaces efficiently.

    • It uses a virtual DOM for optimal performance by updating only the necessary components.

    • React components can be reused across different parts of an application.

    • It follows a unidirectional data flow, making it easier to manage state and data.

    • Re...

  • Answered by AI
  • Q2. What is JavaScript? Ans: javaScript is type free language that means to declare the variable we don't any specific datatype and values. javascript is a dynamic type language.
  • Q3. Why javascript is Dynamic language? Ans: The type of variable is dynamically changed based on the its current value. that is the reason the javascript is treated as as dynamic language.
  • Ans. 

    JavaScript is considered a dynamic language because variables can change types based on their current value.

    • Variables in JavaScript can hold different types of values at different times

    • The type of a variable is determined at runtime, not at compile time

    • Dynamic typing allows for flexibility and ease of use in JavaScript programming

    • Example: a variable can start as a number and then be reassigned as a string

  • Answered by AI
  • Q4. How to run the jscode? Ans: In terminal type the node filename.js
Round 2 - HR 

(2 Questions)

  • Q1. Why should i hire you? Ans: you should hire me because of i have great skills on the frontend development. and improve the organizations standard with my work and skills.
  • Q2. What is salary expection per annum? Ans: upto 600000
  • Ans. 

    My salary expectation is up to 600,000 per annum based on my experience and skills.

    • Consider factors such as experience, skills, industry standards, and location when determining salary expectations.

    • Research average salaries for front end developers in your area to ensure your expectations are realistic.

    • Be prepared to negotiate and discuss other benefits in addition to salary.

  • Answered by AI

Interview Preparation Tips

Topics to prepare for Tracxn Front end Developer interview:
  • Html5
  • CSS3
  • React.Js
  • Bootstrap
  • Javascript
Interview preparation tips for other job seekers - no

Skills evaluated in this interview

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

I was interviewed in Feb 2017.

Interview Preparation Tips

Round: Resume Shortlist
Experience: I had applied for the internship through mail. I sent my portfolio and resume along with it. After a few days I got a call for a Skype interview from HR.
Tips: Keep your mail short, simple and straight forward. Don't lie in your resume because at the end of the day, you are doing the internship to learn.

Round: Technical + HR Interview
Experience: One of the UX designers at the company asked me to select any one of the projects from my portfolio. Then I was asked to describe the process followed in that project.
Tips: Be confident while describing your project. Don't add any terms or processes in your project documentation that you can't answer if asked. Be very thorough with every project in your portfolio.

College Name: IIT Guwahati

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.

Interview Questions from Similar Companies

Swiggy Interview Questions
3.8
 • 415 Interviews
BigBasket Interview Questions
3.9
 • 344 Interviews
Udaan Interview Questions
4.0
 • 334 Interviews
Meesho Interview Questions
3.7
 • 317 Interviews
CARS24 Interview Questions
3.6
 • 314 Interviews
Lenskart Interview Questions
3.2
 • 290 Interviews
Myntra Interview Questions
4.0
 • 205 Interviews
BlackBuck Interview Questions
3.8
 • 171 Interviews
Blinkit Interview Questions
3.8
 • 168 Interviews
Spinny Interview Questions
3.7
 • 162 Interviews
View all
Compare Divami with

Udaan

4.0
Compare

BigBasket

3.9
Compare

Swiggy

3.8
Compare

CARS24

3.6
Compare

Calculate your in-hand salary

Confused about how your in-hand salary is calculated? Enter your annual salary (CTC) and get your in-hand salary
Did you find this page helpful?
Yes No
write
Share an Interview