Upload Button Icon Add office photos

Filter interviews by

Rnr Datalex Web UI Designer Interview Questions, Process, and Tips

Updated 10 May 2018

Rnr Datalex Web UI Designer Interview Experiences

1 interview found

I applied via Referral and was interviewed in Jan 2018. There were 3 interview rounds.

Interview Questionnaire 

10 Questions

  • Q1. How to manage bootstrap default css with your code
  • Ans. 

    To manage bootstrap default CSS with your code, you can override or customize the default styles using your own CSS.

    • Use custom CSS classes to override specific styles

    • Modify the Bootstrap variables to customize the default styles

    • Create a separate CSS file to add your own styles and include it after the Bootstrap CSS file

    • Use !important to prioritize your custom styles over Bootstrap styles

  • Answered by AI
  • Q2. With out italic tag how you can make word italic look wise
  • Ans. 

    You can use CSS to make a word look italic without using the tag.

    • Use the CSS property 'font-style: italic;' to make the word italic.

    • Apply the 'font-style' property to the desired element or class.

    • Example: .italic-word { font-style: italic; }

  • Answered by AI
  • Q3. What are the break points of bootstrap
  • Ans. 

    Bootstrap has predefined breakpoints for responsive web design.

    • Bootstrap has four predefined breakpoints: xs, sm, md, and lg.

    • These breakpoints are used to define the layout and behavior of elements at different screen sizes.

    • For example, the xs breakpoint is for extra small screens, sm for small screens, md for medium screens, and lg for large screens.

    • Developers can use these breakpoints to create responsive designs tha

  • Answered by AI
  • Q4. How we can manage the block with same height if one block have more data than others
  • Ans. 

    Use CSS flexbox to manage blocks with same height

    • Apply display: flex; to the container element

    • Set flex-grow: 1; on each block to make them expand equally

    • Use overflow: auto; to handle excessive content within a block

  • Answered by AI
  • Q5. What is media queries and how can we mangane with bootstrap css
  • Ans. 

    Media queries are CSS techniques used to apply different styles based on the characteristics of the device or viewport.

    • Media queries allow us to create responsive designs that adapt to different screen sizes and devices.

    • Bootstrap CSS provides a responsive grid system and predefined media queries to make it easier to create responsive web designs.

    • We can use Bootstrap's CSS classes like 'col-md-6' to define different lay...

  • Answered by AI
  • Q6. Which current version we are using the bootstrap
  • Ans. 

    The current version of Bootstrap is 5.1.0.

    • Bootstrap 5.1.0 is the latest version as of now.

    • It was released on August 19, 2021.

    • Bootstrap 5 is a popular front-end framework for building responsive websites and web applications.

    • It provides a wide range of pre-built components and utilities for faster and easier web development.

    • Some of the key features of Bootstrap 5 include a new grid system, updated form controls, and imp

  • Answered by AI
  • Q7. Display property attributes What is difference between display block and table inline and inline block
  • Ans. 

    The display property attributes determine how an element is rendered on a webpage.

    • display: block makes an element a block-level element, taking up the entire width of its parent container

    • display: inline makes an element an inline-level element, allowing other elements to be displayed on the same line

    • display: inline-block makes an element an inline-level element, but with the ability to set width and height properties

  • Answered by AI
  • Q8. How we can manage the JavaScript on page when more JavaScript are lodedd and conflict with each other
  • Ans. 

    To manage conflicting JavaScript on a page, we can use various techniques like namespacing, modularization, and event delegation.

    • Use namespacing to encapsulate code and prevent conflicts

    • Modularize code into smaller, reusable components

    • Use event delegation to handle events on dynamically loaded elements

    • Avoid global variables and use local scopes

    • Use a JavaScript module bundler like Webpack to manage dependencies

  • Answered by AI
  • Q9. Html and HTML5 difference css and CSS 3difference
  • Q10. Discussion about salary structure and reason for leaving previous company

Interview Preparation Tips

General Tips: Pls ask job description before you join coz some time you hire for described position but you provide complete different work
Skills: Communication, Body Language, Problem Solving, Analytical Skills, Leadership, Presentation Skills, Time Management, Decision Making Skills
Duration: 1-3 Months

Skills evaluated in this interview

Interview questions from similar companies

I applied via Approached by Company and was interviewed in Feb 2022. There was 1 interview round.

Round 1 - HR 

(6 Questions)

  • Q1. What are your salary expectations?
  • Q2. What is your family background?
  • Q3. Share details of your previous job.
  • Q4. Why should we hire you?
  • Q5. Why are you looking for a change?
  • Q6. Tell me about yourself.

Interview Preparation Tips

Topics to prepare for Webdew Web UI Designer interview:
  • Communication Skills
Interview preparation tips for other job seekers - Being clear in communicating helps the interviewer determine the alignment needed for the right fit for the company.
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Naukri.com and was interviewed in Nov 2024. There was 1 interview round.

Round 1 - One-on-one 

(3 Questions)

  • Q1. How do you stay updated with current design trends?
  • Ans. 

    I stay updated with current design trends by regularly reading design blogs, attending conferences, and following industry leaders on social media.

    • Regularly reading design blogs

    • Attending design conferences

    • Following industry leaders on social media

  • Answered by AI
  • Q2. What design tools and software are you proficient in?
  • Ans. 

    Proficient in Adobe Creative Suite, Sketch, Figma, and InVision.

    • Adobe Creative Suite

    • Sketch

    • Figma

    • InVision

  • Answered by AI
  • Q3. What's your process for optimizing a website for performance and speed ?
  • Ans. 

    My process involves optimizing images, minifying code, leveraging browser caching, and reducing server response time.

    • Optimize images by compressing and resizing them

    • Minify CSS, JavaScript, and HTML files to reduce file sizes

    • Leverage browser caching to store static resources locally

    • Reduce server response time by optimizing server configurations

  • Answered by AI
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Walk-in and was interviewed in Jan 2024. There were 2 interview rounds.

Round 1 - Case Study 

Sharing your portfolio and there will be questions from the portfolio

Round 2 - Design task 

(2 Questions)

  • Q1. Redesign Netflix Platform
  • Ans. 

    Redesigning Netflix platform to enhance user experience and improve usability.

    • Simplify the navigation menu to make it more intuitive

    • Improve search functionality to provide more accurate results

    • Enhance personalization by recommending content based on user preferences

    • Optimize video player for seamless streaming experience

    • Introduce a dark mode option for better viewing in low-light environments

  • Answered by AI
  • Q2. What is an OTT and the features of OTT
  • Ans. 

    OTT stands for Over-The-Top and refers to the delivery of video, audio, and other media content over the internet.

    • OTT delivers content directly to users via the internet, bypassing traditional distribution channels.

    • OTT platforms include streaming services like Netflix, Hulu, and Amazon Prime Video.

    • Features of OTT include on-demand access, personalized recommendations, and multi-device compatibility.

    • OTT allows users to ...

  • Answered by AI
Interview experience
4
Good
Difficulty level
Hard
Process Duration
2-4 weeks
Result
Selected Selected

I applied via LinkedIn and was interviewed before Apr 2022. There were 5 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 - Assignment 

It was an analysis and research of pre-existing software. Specifically i had to note down the problem statements and suggest most optimal solution.

Round 3 - Technical 

(1 Question)

  • Q1. Information Architecture and R&D process
Round 4 - Technical 

(1 Question)

  • Q1. Taskflow, Information Architecture, colour Index, Prototype, Layouting
Round 5 - HR 

(2 Questions)

  • Q1. How much you expecting?
  • Q2. It depends upon your negotiation skills.

Interview Preparation Tips

Interview preparation tips for other job seekers - Be your self and calm down while you giving your interview. Prepare as much as you can.

I applied via LinkedIn and was interviewed in Mar 2022. There was 1 interview round.

Round 1 - One-on-one 

(6 Questions)

  • Q1. Giving A Brief About Yourself
  • Q2. What are Your Biggest Strength And Weakness Professionally?
  • Q3. Are you ready to move to the job location?
  • Q4. What IS Your Current CTC And Expected CTC?
  • Ans. 

    I prefer not to disclose my current CTC. My expected CTC is based on industry standards and my experience.

    • I am looking for a salary that is in line with industry standards and reflects my experience and skills.

    • I am open to negotiation and discussing the salary package in detail.

    • I am more interested in the job role and growth opportunities than just the salary.

    • I am confident that the company will offer a fair and compet

  • Answered by AI
  • Q5. What IS The Notice Period to Serve?
  • Q6. What IS Your Biggest Strength And Weakness Personally?

Interview Preparation Tips

Interview preparation tips for other job seekers - Had A Great One on One Call With HR, it was very friendly and charming.
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Naukri.com and was interviewed in Nov 2024. There was 1 interview round.

Round 1 - One-on-one 

(3 Questions)

  • Q1. How do you approach designing for a specific target audience?
  • Ans. 

    I approach designing for a specific target audience by conducting research, creating user personas, and tailoring the design to meet their needs and preferences.

    • Conduct thorough research to understand the target audience's demographics, behaviors, and preferences

    • Create user personas to represent different segments of the target audience

    • Tailor the design elements such as color scheme, typography, and imagery to appeal t...

  • Answered by AI
  • Q2. How do you handle browser compatibility issues?
  • Ans. 

    I address browser compatibility issues by testing on multiple browsers, using vendor prefixes, and utilizing polyfills.

    • Test website on different browsers (Chrome, Firefox, Safari, Edge, etc.)

    • Use vendor prefixes for CSS properties to ensure compatibility

    • Implement polyfills for missing features in older browsers

    • Stay updated on browser compatibility issues and best practices

    • Utilize tools like BrowserStack or CrossBrowserT

  • Answered by AI
  • Q3. How do you approach responsive and mobile-first design?
  • Ans. 

    I prioritize mobile design by starting with the smallest screen size and then scaling up for larger devices.

    • Start by designing for the smallest screen size first

    • Use media queries to adjust layout and content for larger screens

    • Prioritize content and functionality for mobile users

  • Answered by AI

I applied via Company Website and was interviewed in Apr 2022. There were 2 interview rounds.

Round 1 - One-on-one 

(1 Question)

  • Q1. My all details and experience
Round 2 - Technical 

(1 Question)

  • Q1. Assigned the design task. Do it in very creative way

Interview Preparation Tips

Interview preparation tips for other job seekers - Don't get tension, be cool and be geniune.
Interview experience
4
Good
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via LinkedIn and was interviewed in Jun 2024. There were 2 interview rounds.

Round 1 - Assignment 

They asked me to design google ads poster designs for the content they gave me.

Round 2 - One-on-one 

(2 Questions)

  • Q1. About experience and recent work
  • Q2. About the tools I am familiar with and about how quickly & effectively I deliver design in the given time

Interview Preparation Tips

Topics to prepare for Zazz IT Solutions Graphic Designer interview:
  • Design tools & Software
  • Product design process
  • industry knowledge
  • principles of design
Interview preparation tips for other job seekers - As long as you have subject knowledge and if you are skilled and creative, you can crack any interview. It is just that designers have to be extra creative to make the content reach the audience. So, it is all about how your design makes the difference.
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 - Technical 

(2 Questions)

  • Q1. Tell me about Your Self.
  • Q2. How Much years of your Experience

Interview Preparation Tips

Interview preparation tips for other job seekers - Wonderful, Very nice , Good talking of way , and very understanding people

Rnr Datalex Interview FAQs

What are the top questions asked in Rnr Datalex Web UI Designer interview?

Some of the top questions asked at the Rnr Datalex Web UI Designer interview -

  1. How we can manage the JavaScript on page when more JavaScript are lodedd and co...read more
  2. Display property attributes What is difference between display block and table...read more
  3. With out italic tag how you can make word italic look w...read more

Tell us how to improve this page.

People are getting interviews through

based on 1 Rnr Datalex interview
Referral
100%
Low Confidence
?
Low Confidence means the data is based on a small number of responses received from the candidates.

Interview Questions from Similar Companies

Webdew Interview Questions
4.5
 • 106 Interviews
HyScaler Interview Questions
4.5
 • 90 Interviews
NexTurn Interview Questions
4.2
 • 25 Interviews
View all
Quality Analyst
14 salaries
unlock blur

₹1.8 L/yr - ₹3.5 L/yr

Software Developer
13 salaries
unlock blur

₹2.2 L/yr - ₹4.9 L/yr

PHP Developer
7 salaries
unlock blur

₹1 L/yr - ₹5 L/yr

Functional Consultant
6 salaries
unlock blur

₹3 L/yr - ₹5.2 L/yr

Implementation and Support Executive
4 salaries
unlock blur

₹1.4 L/yr - ₹3.6 L/yr

Explore more salaries
Compare Rnr Datalex with

Accel Frontline

3.9
Compare

Northcorp Software

4.4
Compare

Elentec Power India (EPI) Pvt. Ltd.

3.7
Compare

HyScaler

4.5
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