Upload Button Icon Add office photos

Wolters Kluwer

Compare button icon Compare button icon Compare

Filter interviews by

Wolters Kluwer UI Engineer Interview Questions, Process, and Tips for Experienced

Updated 5 Oct 2023

Wolters Kluwer UI Engineer Interview Experiences for Experienced

1 interview found

UI Engineer Interview Questions & Answers

user image Anonymous

posted on 5 Oct 2023

Interview experience
5
Excellent
Difficulty level
Moderate
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 - Assignment 

They gives topic and ask to design dashboard or something like landing page

Round 3 - Technical 

(3 Questions)

  • Q1. HTML 5 Benifit over HTML
  • Q2. What is javascript?
  • Ans. 

    JavaScript is a programming language commonly used for creating interactive effects within web browsers.

    • JavaScript is a high-level, interpreted programming language.

    • It is used to make web pages interactive and dynamic.

    • JavaScript can be used for client-side and server-side development.

    • Commonly used frameworks/libraries include React, Angular, and Vue.

    • Example: document.getElementById('demo').innerHTML = 'Hello, World!';

  • Answered by AI
  • Q3. How mixin work in less?
  • Ans. 

    Mixins in Less are reusable code blocks that can be included in other style rules.

    • Mixins are defined using the .mixin() function in Less.

    • They can be included in other style rules using the .mixinName(); syntax.

    • Mixins can take parameters and return values, allowing for dynamic styling.

    • Example: .border-radius(@radius) { border-radius: @radius; }

    • Example usage: .myElement { .border-radius(5px); }

  • Answered by AI
Round 4 - One-on-one 

(3 Questions)

  • Q1. What is user persona?
  • Ans. 

    User persona is a fictional representation of a target user group based on research and data.

    • User persona helps in understanding the needs, behaviors, and goals of the target audience.

    • It includes demographic information, preferences, pain points, and motivations.

    • Example: A user persona for an e-commerce website might be 'Sara, a 30-year-old working professional who values convenience and quality.'

  • Answered by AI
  • Q2. What is A B testing in design?
  • Ans. 

    A B testing in design is a method of comparing two versions of a webpage or app to determine which one performs better.

    • Involves creating two versions (A and B) with one differing element

    • Randomly showing each version to users

    • Analyzing user behavior and performance metrics to determine the better version

    • Commonly used in web design, marketing campaigns, and user experience testing

  • Answered by AI
  • Q3. Any logical/tricky question they ask?

Interview Preparation Tips

Interview preparation tips for other job seekers - If you are going for UI Engineer Profile you have to clear with basic of JavaScript, HTML5, CSS preprocessor, UX fundamental etc.

Skills evaluated in this interview

Interview questions from similar companies

Interview Preparation Tips

Round: Test
Experience: Oracle had an online test which includes 3
Sections:
1. Programming: basic C++/java programming + data structure. One need to have good hand over oops
to score well in this section.

2. Aptitude: General Aptitude Questions

3. General Maths: Very simple maths problem (+2 level) but needs very very good speed.
Tips: Individual cutoff was not declared, but different cutoff for different profile is expected.
Oracle has no GD round.

Round: Interview
Experience: In 2nd round of interview, there was more programming, less resume based question and more emphasis on will I be comfortable in an IT sector. Some apti questions were also asked.

Round: Interview
Experience: 1st round was completely on resume based. Each and every project and intern is discussed in detail. Most of the extracurricular activities were also discussed. In the 1st interview, some basic program like fibonacci series by recursion, star pattern by loop etc were asked.

Round: Interview
Experience: Next round was HR. I was asked about the earlier 2 interviews and some basic HR questions.

College Name: IIT Roorkee

Interview Preparation Tips

Round: Test
Experience: The sections were Quantitative, Logical, Verbal and Computer Science.The three sections contained very basic questions of general aptitude while the Computer Science section contained questions on Database Management, OS, SQL and Programming Aptitude.

Round: Test
Experience: The question was to program a logic to test the correctness of a solved sudoku. We were allowed to code in C++, Java, C or pseudo code.

Round: Technical Interview
Experience: Were asked simple questions and program them like reversing string without temporary variables, finding the earlier date when entered as string and finding the difference in number of days between them.
I was asked to explain him my internship project in great detail and above all one should be prepared to answer the question 'Why IT?' if from a non IT background. Then I was asked to program a logic for 'Search and replace" tool of MS Word.

Round: HR Interview
Experience: Was asked about my background in detail and stressed again and again on 'Why IT?'. Then he asked me to prepare a summary on the merits and demerits of various Employee Data Management techniques for an organisation. For the end of the interview you should have a question which you would ask to the interviewer.

General Tips: Don't try to over emphasize the correctness of your logic if the interviewer finds a glitch. It irritates him. Be interactive in your HR round. In our case it was the VP of Oracle India who took the final round. So I asked him about his experience in the company. He was very happy to share it with me. But asses your interviewer before you put forth these queries cause your interviewer might not be as jolly as mine was.
Skills:
College Name: NIT Surathkal

Interview Preparation Tips

Round: Resume Shortlist
Tips: If you think it is worth it, write it in the resume.

Round: Technical Interview
Experience: I discussed a political party in one such interview in another company. He was impressed rather inspired.
Tips: All they are looking for in this interview is that you have a basic aptitude

Round: HR Interview
Tips: Try to be as real as possible. They know people and have great deal of experience. You cannot fake it.

General Tips: Peace yoo
College Name: IIT BOMBAY

Interview Questionnaire 

2 Questions

  • Q1. Ques on SQL,puzzles, C
  • Q2. Basic family background, hobbies, academics, why interest in software field, questions from the ppt they presentec earlier

Interview Preparation Tips

Round: Test
Experience: apti and logical reasoning ques  were not tough and with basic knowledge on C and SQL I could easily solve the questions
Tips: Just try to  maintain a good speed while solving

Round: Technical Interview
Experience: mostly they focus their questions based on the form that we had to fill. it had details about our extracurricular activities, main courses of interest, training and project work, software languages known, academics.
Tips: the form was to be filled with accuracy and only those points about which one is confident enough should be added

Round: HR Interview
Experience: it was just a normal interaction. they wanted to know the kind of person i am, my strengths and weakness. any impressive qualities unique of me. my favourite author. it lasted no longer than 10 minutes . and try to acquire as much background information as you about the company.
Tips: try to be honest with your answers. do not fake since they can easily catch you. do not give any such answers about which you are not confident or any view where you cannot defend yourself.

Skill Tips: I learned sql from w3school.com.
Skills: confidence, amicable nature, leadership qualities, participation in extracurricular activities, puzzle solving, Aptitude
College Name: NIT ROURKELA
Motivation: Its quite simple, I wanted to land with good job before i leave  nit.
Funny Moments: Since it was the first time i was facing an interview, so i asked my interviewer how were my answers.

I applied via Company Website and was interviewed before Jul 2021. There were 2 interview rounds.

Round 1 - Coding Test 

Data Structure related questions

Round 2 - One-on-one 

(1 Question)

  • Q1. Java related interview questions

Interview Preparation Tips

Interview preparation tips for other job seekers - Study Data structure and Java code properly

Interview Questionnaire 

1 Question

  • Q1. What is your greatest achievement elaborate

I applied via Naukri.com and was interviewed in Mar 2020. There were 4 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. What is rotational shifts. What is web service flow. How will you check ports on Unix or Solaris machine.
  • Ans. 

    Rotational shifts refer to working in different shifts at different times. Web service flow is the sequence of steps involved in a web service request. Checking ports on Unix or Solaris machine involves using the netstat command.

    • Rotational shifts involve working in different shifts at different times, such as day shift, night shift, and swing shift.

    • Web service flow involves a sequence of steps, such as sending a reques...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Total pathetic experience. Have heard of negative reviews from a number of people, but didn't believed. Unfortunately had to share same pain with them. What job description is given to you, doesn't matters because you won't be asked for that. Your resume will get shortlisted and then it doesn't matter what u have covered up in your career path, because interview rounds will consist of questions out of your scope. Your resume doesn't needs to be shortlisted at first end if it doesn't suit thier needs. HR people, they are on another level. You share your resume to them, and they will never ever reply back to you. Not a single HR, but it seems everyone has same culture. You keep trying to connect them for support. But they will just keep finding smarter ways to avoid.

Skills evaluated in this interview

I applied via Naukri.com and was interviewed in Mar 2020. There were 4 interview rounds.

Interview Questionnaire 

2 Questions

  • Q1. What is web service flow
  • Ans. 

    Web service flow is the sequence of steps involved in the communication between a client and a server over the internet.

    • Web service flow involves a client sending a request to a server

    • The server processes the request and sends a response back to the client

    • The response can be in various formats such as XML, JSON, or plain text

    • Web service flow can be synchronous or asynchronous

    • Examples of web services include RESTful API

  • Answered by AI
  • Q2. How to check ports in Solaris or linux machine
  • Ans. 

    To check ports in Solaris or Linux machine, use the netstat command.

    • Open the terminal and type 'netstat -an' to display all open ports.

    • Use 'netstat -an | grep ' to check if a specific port is open.

    • To check listening ports, use 'netstat -an | grep LISTEN'.

    • For Solaris, use 'netstat -an | grep .' instead of '| grep '.

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Total pathetic experience. What job description is given to you, doesn't matters because you won't be asked for that. Your resume will get shortlisted and then it doesn't matter what u have covered up in your career path, because interview rounds will consist of questions out of your scope. Your resume doesn't needs to be shortlisted at first end if it doesn't suit thier needs. HR people, they are on another level. You share your resume to them, and they will never ever reply back to you. Not a single HR, but it seems everyone has same culture. You keep trying to connect them for support. But they will just keep finding smarter ways to avoid.

Skills evaluated in this interview

Interview Questionnaire 

1 Question

  • Q1. Program Based on Java String Operations. Print concatenation of Zig Zag string from a row
  • Ans. 

    Program to concatenate Zig Zag string from a row using Java String Operations.

    • Use StringBuilder to efficiently concatenate strings

    • Use loops to traverse the rows and columns of the zig zag pattern

    • Use conditional statements to determine the direction of traversal

  • Answered by AI

Skills evaluated in this interview

Wolters Kluwer Interview FAQs

How many rounds are there in Wolters Kluwer UI Engineer interview for experienced candidates?
Wolters Kluwer interview process for experienced candidates usually has 4 rounds. The most common rounds in the Wolters Kluwer interview process for experienced candidates are Resume Shortlist, Assignment and Technical.
What are the top questions asked in Wolters Kluwer UI Engineer interview for experienced candidates?

Some of the top questions asked at the Wolters Kluwer UI Engineer interview for experienced candidates -

  1. What is A B testing in desi...read more
  2. How mixin work in le...read more
  3. What is user perso...read more

Tell us how to improve this page.

Wolters Kluwer UI Engineer Interview Process for Experienced

based on 1 interview

Interview experience

5
  
Excellent
View more

Interview Questions from Similar Companies

Oracle Interview Questions
3.7
 • 846 Interviews
Amdocs Interview Questions
3.7
 • 513 Interviews
Adobe Interview Questions
3.9
 • 233 Interviews
Salesforce Interview Questions
4.0
 • 221 Interviews
24/7 Customer Interview Questions
3.5
 • 175 Interviews
Globant Interview Questions
3.8
 • 172 Interviews
Chetu Interview Questions
3.3
 • 172 Interviews
Dassault Systemes Interview Questions
4.0
 • 160 Interviews
Oracle Cerner Interview Questions
3.7
 • 157 Interviews
View all
Wolters Kluwer UI Engineer Salary
based on 4 salaries
₹9.6 L/yr - ₹11.2 L/yr
6% less than the average UI Engineer Salary in India
View more details

Wolters Kluwer UI Engineer Reviews and Ratings

based on 1 review

5.0/5

Rating in categories

4.0

Skill development

5.0

Work-life balance

5.0

Salary

5.0

Job security

5.0

Company culture

4.0

Promotions

4.0

Work satisfaction

Explore 1 Review and Rating
Product Software Engineer
168 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Operations Associate
152 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Senior Software Product Engineer
150 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Senior Software Engineer
140 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Senior Associate Operations
69 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Explore more salaries
Compare Wolters Kluwer with

Thomson Reuters

4.1
Compare

RELX Group

3.7
Compare

Informa

3.9
Compare

Springer Nature in India

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