Upload Button Icon Add office photos
Engaged Employer

i

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

Mintbook.com Verified Tick

Compare button icon Compare button icon Compare
1.8

based on 7 Reviews

Filter interviews by

Mintbook.com UI UX Developer Interview Questions and Answers

Updated 24 Jun 2024

Mintbook.com UI UX Developer Interview Experiences

1 interview found

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

I applied via Naukri.com and was interviewed in Dec 2023. There were 2 interview rounds.

Round 1 - Technical 

(1 Question)

  • Q1. Technical stuff
Round 2 - Assignment 

Revamp their website

Interview Preparation Tips

Interview preparation tips for other job seekers - They don't ask questions regarding to job applied for, no proper management and asks to complete an assignment which they wont even view. Wasted my time!

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
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
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 Naukri.com and was interviewed in Nov 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 - One-on-one 

(13 Questions)

  • Q1. What is denbouncer and throttle
  • Ans. 

    Debouncer and throttle are techniques used to limit the frequency of function calls.

    • Debouncing delays the execution of a function until a certain amount of time has passed without the function being called again.

    • Throttling limits the frequency of function calls to a certain rate, executing the function at fixed intervals.

    • Debouncing is useful for events that may be triggered multiple times in quick succession, such as r...

  • Answered by AI
  • Q2. What is curry function
  • Ans. 

    Currying is a technique of transforming a function that takes multiple arguments into a sequence of functions that each take a single argument.

    • Currying allows partial application of a function

    • It helps in creating reusable functions

    • Curried functions are easier to compose and chain

    • Example: const add = (a) => (b) => a + b; add(2)(3) returns 5

  • Answered by AI
  • Q3. Implement curry function
  • Ans. 

    Curry function is a higher-order function that allows partial application of arguments.

    • Currying transforms a function that takes multiple arguments into a series of functions that take one argument each.

    • It returns a new function until all the arguments are received and then executes the original function.

    • Example: const add = (a, b) => a + b; const curriedAdd = curry(add); curriedAdd(2)(3) returns 5.

  • Answered by AI
  • Q4. What is promise.all()
  • Ans. 

    promise.all() is a method that takes an array of promises and returns a new promise that resolves when all promises in the array have resolved.

    • It is used to handle multiple asynchronous operations simultaneously.

    • If any of the promises in the array rejects, the returned promise will be rejected with the reason of the first rejected promise.

    • The resolved values of the promises are returned as an array in the same order as

  • Answered by AI
  • Q5. What is memoization?
  • Ans. 

    Memoization is a technique of caching the results of a function to improve performance.

    • Memoization is used to avoid redundant calculations by storing the results of a function and returning the cached result when the same inputs occur again.

    • It is commonly used in recursive functions and functions with expensive computations.

    • Memoization can be implemented manually or by using libraries like Lodash or Memoizee.

    • Example: M...

  • Answered by AI
  • Q6. What is closure in javascript
  • Ans. 

    Closure is a function that has access to its parent scope even after the parent function has returned.

    • Closure allows for private variables and functions in JavaScript.

    • It is created when a function returns another function.

    • The inner function has access to the outer function's variables and parameters.

    • Example: function outer() { let x = 10; return function inner() { console.log(x); } }

    • The inner function can access and mo...

  • Answered by AI
  • Q7. What is the problem with colosures
  • Ans. 

    Closures can cause memory leaks if not handled properly.

    • Closures can hold references to variables outside of their scope, preventing them from being garbage collected.

    • If closures are used excessively or not released properly, they can cause memory leaks.

    • To avoid memory leaks, make sure to release closures when they are no longer needed.

  • Answered by AI
  • Q8. Some output questions on SetTimeout to check closure knowledge
  • Q9. React lifecycle events
  • Q10. Major difference between class based components and class based components
  • Ans. 

    There is no difference between class based components and class based components.

    • There seems to be a typo in the question.

    • Assuming the question is about functional components vs class components, the major difference is that class components use a class to define the component while functional components are defined as functions.

    • Class components have access to lifecycle methods while functional components do not.

    • Functi...

  • Answered by AI
  • Q11. Shallow copy vs deep copy
  • Ans. 

    Shallow copy only copies the reference to an object while deep copy creates a new object with a new memory address.

    • Shallow copy is faster and uses less memory than deep copy.

    • In shallow copy, changes made to the original object will reflect in the copied object as well.

    • Deep copy creates a completely new object with its own memory space.

    • In JavaScript, arrays and objects are assigned by reference, so a shallow copy will o...

  • Answered by AI
  • Q12. How to do deep copy ?
  • Ans. 

    Deep copy creates a new object with the same values as the original object.

    • Use Object.assign() method to create a deep copy of an object.

    • For nested objects, use recursion to copy all levels.

    • For arrays, use slice() method to create a new array with the same values.

    • Avoid using spread operator for deep copy as it only creates a shallow copy.

  • Answered by AI
  • Q13. What is hoisting? Some questions on it

Interview Preparation Tips

Interview preparation tips for other job seekers - Be thorough with closures, setTimeout, curry function, etc. The interview was taken by some third party company interview ector and not by Zepto itself

Skills evaluated in this interview

Interview experience
3
Average
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Referral and was interviewed before Apr 2023. There were 3 interview rounds.

Round 1 - Technical 

(2 Questions)

  • Q1. Max sum path in tree
  • Ans. 

    Find the maximum sum path in a tree from root to leaf node.

    • Start from the root node and traverse down to leaf nodes, keeping track of the sum at each node.

    • At each node, compare the sum of the current path with the maximum sum found so far.

    • Choose the path with the maximum sum as the final result.

  • Answered by AI
  • Q2. Array 2 sum problem
Round 2 - Technical 

(2 Questions)

  • Q1. React: Create a Timer
  • Ans. 

    Create a simple timer using React

    • Use state to store the timer value

    • Use setInterval to update the timer every second

    • Display the timer value in the component's render method

  • Answered by AI
  • Q2. Javascript: implement Debounce
Round 3 - HR 

(2 Questions)

  • Q1. What do you know about the company + common behaviour question
  • Q2. About roles in previous org

Skills evaluated in this interview

I was interviewed in Sep 2021.

Round 1 - Video Call 

(2 Questions)

Round duration - 60 Minutes
Round difficulty - Medium

Mostly focused on Data Structure & Algorithm

  • Q1. 

    Rotate Linked List Problem Statement

    Given a linked list consisting of 'N' nodes and an integer 'K', your task is to rotate the linked list by 'K' positions in a clockwise direction.

    Example:

    Input:
    Li...
  • Ans. Brute Force

    Find the length of the Linked List to check whether the ‘K’ is greater than the Length of the Linked List or not. Take a modulo of ‘K’ with its length if it is greater than the length. Reach the (‘K’+1)th node from last and change the pointers of nodes to get a rotated Linked List.
     

    Here is the algorithm:
     

    1. Base Condition : If ‘HEAD’ is equal to ‘NULL’ or ‘K’ is equal to 0, then return ‘HEAD’ of the L...

  • Answered Anonymously
  • Q2. 

    Reverse Words in a String

    Given a string STR consisting of words separated by spaces, reverse the order of words in STR.

    Note:

    A word is defined as a sequence of non-space characters. Attempt to perform...

  • Ans. Convert to an array of words

    Use an array ‘ARR’ to store the words in ‘STR’. Traverse the string ‘STR’ and append each word at the end of ‘ARR’. Use the string ‘RES’ to store the answer. Traverse the array ‘ARR’ in reverse and append the words in ‘ARR’ to ‘RES’ followed by a whitespace character.

     

    • Create an empty array of string ‘ARR’.
    • Initialize an empty string ‘CUR_STR’. Use it to store a single word from ‘STR’.
    • Run...
  • Answered Anonymously
Round 2 - Video Call 

Round duration - 50 Minutes
Round difficulty - Medium

JavaScript core concepts with some examples and problem discussion

Round 3 - HR 

Round duration - 30 Minutes
Round difficulty - Easy

Interview Preparation Tips

Professional and academic backgroundI completed Computer Science Engineering from Shambhunath Institute of Engineering and Technology. I applied for the job as Frontend Developer in BangaloreEligibility criteria0-3 Years of ExperiencePharmEasy interview preparation:Topics to prepare for the interview - CSS Flexbox, HTML Page Rendering, Closures, ThrottlingTime required to prepare for the interview - 1 MonthInterview preparation tips for other job seekers

Tip 1 : JavaScript from javascript.info and Akshay Saini videos
Tip 2 : Practise CSS styling for big web apps like Amazon, Flipkart etc
Tip 3 : Practice writing custom hooks and react code optimization.

Application resume tips for other job seekers

Tip 1 : Write skills which you know only and be confident about it.
Tip 2 : Also, do mention the project's that you have done in your current company or as a part of your self learning.

Final outcome of the interviewSelected

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

Mintbook.com Interview FAQs

How many rounds are there in Mintbook.com UI UX Developer interview?
Mintbook.com interview process usually has 2 rounds. The most common rounds in the Mintbook.com interview process are Technical and Assignment.

Tell us how to improve this page.

Mintbook.com UI UX Developer Interview Process

based on 1 interview

Interview experience

1
  
Bad
View more

Interview Questions from Similar Companies

Swiggy Interview Questions
3.8
 • 425 Interviews
Udaan Interview Questions
4.0
 • 335 Interviews
Meesho Interview Questions
3.7
 • 328 Interviews
CARS24 Interview Questions
3.6
 • 320 Interviews
Zepto Interview Questions
3.6
 • 191 Interviews
Blinkit Interview Questions
3.7
 • 177 Interviews
BlackBuck Interview Questions
3.8
 • 172 Interviews
Tata 1mg Interview Questions
3.6
 • 144 Interviews
Paisabazaar.com Interview Questions
3.5
 • 137 Interviews
Urban Company Interview Questions
3.4
 • 133 Interviews
View all

Mintbook.com UI UX Developer Reviews and Ratings

based on 1 review

1.0/5

Rating in categories

1.0

Skill development

2.0

Work-life balance

2.0

Salary

1.0

Job security

3.0

Company culture

1.0

Promotions

2.0

Work satisfaction

Explore 1 Review and Rating
Project Manager
3 salaries
unlock blur

₹9.1 L/yr - ₹9.1 L/yr

Senior Business Analyst
3 salaries
unlock blur

₹2.7 L/yr - ₹4.3 L/yr

Senior UI UX Designer
3 salaries
unlock blur

₹4.4 L/yr - ₹5.8 L/yr

Explore more salaries
Compare Mintbook.com with

Udaan

4.0
Compare

Swiggy

3.8
Compare

CARS24

3.6
Compare

BlackBuck

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