Upload Button Icon Add office photos

Wolters Kluwer

Compare button icon Compare button icon Compare

Filter interviews by

Wolters Kluwer Senior Technical Lead Interview Questions and Answers for Experienced

Updated 18 Mar 2023

Wolters Kluwer Senior Technical Lead Interview Experiences for Experienced

1 interview found

Interview experience
2
Poor
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Not Selected

I applied via Naukri.com and was interviewed in Feb 2023. There were 3 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 - Technical 

(1 Question)

  • Q1. Basic of Oops and Garbage collection
Round 3 - Technical 

(1 Question)

  • Q1. Code Review in c# and also with some network regarding questions

Interview Preparation Tips

Interview preparation tips for other job seekers - Manager and technical team asking not related questions of development.
One of the worst interview ever given.

Interview questions from similar companies

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

Normal Test with some questions

Round 3 - Technical 

(2 Questions)

  • Q1. Technical questions on current role
  • Q2. Roles and responsibilities on current role

Interview Preparation Tips

Interview preparation tips for other job seekers - It will be a cool interview. Rest easy and prepare qell
Interview experience
2
Poor
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 

Pure coding on DS Algo in your preferred language

Round 3 - Coding Test 

Coding round in your preferred language.

Round 4 - Technical 

(1 Question)

  • Q1. LLD HLD system Design
Round 5 - Technical 

(1 Question)

  • Q1. Design questions like you tube twitter etc

Interview Preparation Tips

Interview preparation tips for other job seekers - Go through Leet code and educative content. Ome you tube c o n t e n t.
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Selected Selected

I applied via Company Website and was interviewed before Sep 2023. There was 1 interview round.

Round 1 - Technical 

(3 Questions)

  • Q1. Core Java basics
  • Q2. Goat and Canible puzzle
  • Q3. Basic coding problem of multi threading

Interview Preparation Tips

Interview preparation tips for other job seekers - Hand on Microservices Sprint Boot
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
4-6 weeks
Result
Selected Selected

I applied via Naukri.com and was interviewed before Oct 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 - Aptitude Test 

Written question answer, objective questions

Round 3 - Technical 

(3 Questions)

  • Q1. Technical round based on your experience
  • Q2. Relayed to desktop support
  • Ans. 

    Desktop support involves providing technical assistance to users for hardware and software issues.

    • Troubleshoot hardware and software issues

    • Install and configure computer systems

    • Provide technical support to end users

    • Maintain and update documentation

    • Train users on new technologies

  • Answered by AI
  • Q3. Relayed to active directory
  • Ans. 

    Active Directory is a directory service that stores information about objects on a network.

    • Active Directory is used to manage users, computers, and other resources on a network

    • It allows for centralized management of network resources

    • Group Policy can be used to enforce security settings and configurations across the network

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

(1 Question)

  • Q1. Last round with the manager and salary negotiation
Round 5 - HR 

(1 Question)

  • Q1. Final discussion with the HR Partner

Skills evaluated in this interview

Team Lead Interview Questions & Answers

Amdocs user image Vibhavaree Laturkar

posted on 26 Jun 2024

Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Coding Test 

Write java coding for solutions providesd?

Round 2 - Technical 

(2 Questions)

  • Q1. What is sql? And what is use on select?
  • Ans. 

    SQL is a programming language used for managing and manipulating databases. The SELECT statement is used to retrieve data from a database.

    • SQL stands for Structured Query Language

    • It is used to communicate with databases to perform tasks such as querying, updating, and deleting data

    • The SELECT statement is used to retrieve data from a database

    • Example: SELECT * FROM table_name WHERE condition;

  • Answered by AI
  • Q2. Diff between inner join and outer join?
  • Ans. 

    Inner join returns only the rows that have matching values in both tables, while outer join returns all rows from both tables.

    • Inner join is used to retrieve rows from both tables that have matching values based on a specified condition.

    • Outer join is used to retrieve all rows from both tables, with matching rows from both tables where available.

    • Examples: Inner join - SELECT * FROM table1 INNER JOIN table2 ON table1.id =...

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

(2 Questions)

  • Q1. Salary expectation
  • Q2. Detail about roal

Skills evaluated in this interview

Interview Questionnaire 

2 Questions

  • Q1. Success stories in previous organisation
  • Q2. How would you see urself in next 5yrs
  • Ans. Answer that comes with positive note is eager to grow up the ladder, if not a suitable candidate for any company
  • Answered Anonymously

I applied via Company Website and was interviewed in Nov 2020. There was 1 interview round.

Interview Questionnaire 

2 Questions

  • Q1. Linked list, data structure
  • Q2. Map,

Interview Preparation Tips

Interview preparation tips for other job seekers - Learn data structure and analysis

I applied via Referral and was interviewed in Feb 2021. There was 1 interview round.

Interview Questionnaire 

3 Questions

  • Q1. Why can’t a columns with unique with a not null constraint be used as a primary key?
  • Ans. 

    A unique not null column can be used as a primary key, but not vice versa.

    • Primary key must be unique and not null, but not all unique not null columns need to be primary keys.

    • Primary key is used to identify each row uniquely, while unique not null column is used to ensure data integrity.

    • A table can have multiple unique not null columns, but only one primary key.

  • Answered by AI
  • Q2. Because null can’t be equated
  • Ans. 

    Null cannot be equated as it represents absence of a value.

    • Null is not equal to any value, including itself.

    • Attempting to equate null can result in unexpected behavior.

    • Null is often used to represent the absence of a value or unknown value.

  • Answered by AI
  • Q3. We have 2 procedures with the same names. One with 2 parameters.. second one with 3 parameters. The procedure with 3 parameters has a null also. What will be invoked when we call the procedure
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Walk-in and was interviewed before Oct 2022. There were 4 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 

(1 Question)

  • Q1. Tell me about yourself. Why do we hire u
Round 3 - Technical 

(1 Question)

  • Q1. Lots of academic questions besides excel related questions
Round 4 - One-on-one 

(1 Question)

  • Q1. Very difficult round to crack, as there were many academic questions related to accounting and financial management questions.

Interview Preparation Tips

Interview preparation tips for other job seekers - Be confidant, do not fumble

Wolters Kluwer Interview FAQs

How many rounds are there in Wolters Kluwer Senior Technical Lead interview for experienced candidates?
Wolters Kluwer interview process for experienced candidates usually has 3 rounds. The most common rounds in the Wolters Kluwer interview process for experienced candidates are Technical and Resume Shortlist.
What are the top questions asked in Wolters Kluwer Senior Technical Lead interview for experienced candidates?

Some of the top questions asked at the Wolters Kluwer Senior Technical Lead interview for experienced candidates -

  1. Code Review in c# and also with some network regarding questi...read more
  2. Basic of Oops and Garbage collect...read more

Tell us how to improve this page.

Wolters Kluwer Senior Technical Lead Interview Process for Experienced

based on 1 interview

Interview experience

2
  
Poor
View more

Interview Questions from Similar Companies

Oracle Interview Questions
3.7
 • 869 Interviews
Amdocs Interview Questions
3.7
 • 520 Interviews
Adobe Interview Questions
3.9
 • 237 Interviews
Salesforce Interview Questions
4.0
 • 230 Interviews
Chetu Interview Questions
3.2
 • 177 Interviews
24/7 Customer Interview Questions
3.5
 • 176 Interviews
AVASOFT Interview Questions
2.9
 • 168 Interviews
Dassault Systemes Interview Questions
4.0
 • 166 Interviews
Freshworks Interview Questions
3.5
 • 166 Interviews
View all
Product Software Engineer
183 salaries
unlock blur

₹6.6 L/yr - ₹21 L/yr

Operations Associate
162 salaries
unlock blur

₹2 L/yr - ₹5 L/yr

Senior Software Product Engineer
161 salaries
unlock blur

₹10.8 L/yr - ₹35 L/yr

Senior Software Engineer
159 salaries
unlock blur

₹14 L/yr - ₹38 L/yr

Software Quality Assurance Analyst
71 salaries
unlock blur

₹7 L/yr - ₹16.4 L/yr

Explore more salaries
Compare Wolters Kluwer with

Oracle

3.7
Compare

Amdocs

3.7
Compare

Automatic Data Processing (ADP)

4.0
Compare

24/7 Customer

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