Upload Button Icon Add office photos

Wolters Kluwer

Compare button icon Compare button icon Compare

Filter interviews by

Clear (1)

Wolters Kluwer Software Developer Intern Interview Questions and Answers

Updated 16 Sep 2021

Wolters Kluwer Software Developer Intern Interview Experiences

1 interview found

I was interviewed in Jan 2021.

Round 1 - Coding Test 

(2 Questions)

Round duration - 60 minutes
Round difficulty - Medium

Round 1  was a coding round of 60 min which started around 5:30PM in which 2 problem statements were given. The questions were based on Array and linked list. The platform used for test was coding which was user friendly and which use to display number of test cases passed and some test cases were hidden.

  • Q1. 

    Problem: Deletion in Circular Linked List

    You are provided with a Circular Linked List of integers and a specific integer, referred to as 'key'.

    Your task is to implement a function that locates the spec...

  • Ans. 

    Implement a function to delete a specific key from a Circular Linked List of integers.

    • Traverse the Circular Linked List to find the key to be deleted.

    • Update the pointers of the previous and next nodes to skip the node with the key.

    • Handle the case where the Circular Linked List becomes empty after deletion.

    • Return -1 if the Circular Linked List is empty after deletion.

  • Answered by AI
  • Q2. 

    Rearrange Array: Move Negative Numbers to the Beginning

    Given an array ARR consisting of N integers, rearrange the elements such that all negative numbers are located before all positive numbers. The orde...

  • Ans. 

    Yes, this can be achieved by using a two-pointer approach to rearrange the array in-place.

    • Use two pointers, one starting from the beginning and one from the end of the array.

    • Swap elements at the two pointers if they are not in the correct order (negative before positive).

    • Continue this process until the two pointers meet in the middle of the array.

  • Answered by AI
Round 2 - Video Call 

Round duration - 30-35 minutes
Round difficulty - Medium

This round was of technical interview and they asked me various concepts

Interview Preparation Tips

Professional and academic backgroundI completed Computer Science Engineering from Cummins College Of Engineering For Women, Nagpur. I applied for the job as SDE - Intern in PuneEligibility criteriaAbove 65% in 10th,12th, degreeWolters Kluwer interview preparation:Topics to prepare for the interview - Java, Data Structure, OPPS, SQL, SDLC, Networking, TestingTime required to prepare for the interview - 6 monthsInterview preparation tips for other job seekers

Tip 1 : Read well the job profile, company background and skill requirements and prepare accordingly. 
Tip 2 : Whatever topic you are preparing don't just study to finish the topic but study to understand it because interviewers often deep dive and ask questions, make sure you basics are getting cleared.
Tip 3 : Solve Aptitude questions, coding problems as much as possible.

Application resume tips for other job seekers

Tip 1 : Write optimal yet powerful summary. 
Tip 2 : Highlight your education,internships, projects, certifications.
Tip 3 : Do mention technologies in which you worked on in your internship, projects. 
Tip 4 : If you don't have any internship/project(any one will work fine but both are big plus) done go and get some work done and make your hands dirty and then put it in your resume. 
Tip 6 : Avoid writing long statements.
Tip 7 : Honesty is the best policy.

Final outcome of the interviewSelected

Skills evaluated in this interview

Interview questions from similar companies

Software Developer Interview Questions & Answers

Oracle user image Adithya H K Upadhya

posted on 3 Dec 2015

Interview Preparation Tips

Round: Test
Experience: Oracle consisted of an initial aptitude test followed by two rounds of technical interviews, one managerial interview and a final HR round. The company utilised the intermediary rounds as the elimination rounds.
In oracle, 3 M.Tech students and one B.Tech student(that's me) were chosen.

General Tips: Be extremely well prepared for any company. Research about the company's profile extensively before the company's interview. HR panel always looks for candidates who are well aware of the company in order to measure the candidate's interest. Data structures are absolutely necessary for any company. Improve coding skills through frequent participation in competitive programming arena such as codeForces, codeChef, HackerEarth etc. "Software development job profile was offered to me.
Unnecessary and irrelevant questions are to be avoided. We should raise questions only if we have some genuine questions. However any question related to job profile or location preference could be raised. "
"It was very grueling and tiring at first but the sweet taste of placement makes it all worth it.
Placements are a turning point in everybody's career."
Skill Tips: For oracle, a lot of research into company needs to be made. Operating systems and databases require more amount of preparation and priority in Oracle.
For data structures, online materials are excellent and in case of OOPS concepts, stronghold in either C++ or java programming language is necessary.
Skills:
College Name: NIT Surathkal

Software Developer Interview Questions & Answers

Oracle user image Adithya H K Upadhya

posted on 3 Dec 2015

Interview Preparation Tips

Round: Test
Experience: Initially Aptitude test was conducted at first stage.

Round: HR Interview
Experience: Finally 3 M.Tech students and one B.Tech student(that's me) were chosen.

General Tips: Be extremely well prepared for any company. Research about the company's profile extensively before the company's interview. HR panel always looks for candidates who are well aware of the company in order to measure the candidate's interest. Data structures are absolutely necessary for any company. Improve coding skills through frequent participation in competitive programming arena such as codeForces, codeChef, HackerEarth etc. "Software development job profile was offered to me.
Unnecessary and irrelevant questions are to be avoided. We should raise questions only if we have some genuine questions. However any question related to job profile or location preference could be raised.
It was very grueling and tiring at first but the sweet taste of placement makes it all worth it.
Placements are a turning point in everybody's career.
Skill Tips: A lot of research into company needs to be made. Operating systems and databases require more amount of preparation and priority in Oracle.
For data structures, online materials such as GeeksforGeeks are excellent and in case of OOPS concepts, stronghold in either C++ or java programming language is necessary.
Skills:
College Name: NIT Surathkal

Interview Preparation Tips

Round: Test
Experience: Fast paced aptitude and coding round with multiple choice questions covering basic data strcuture, OS, SQL
Duration: 1 hour

Round: Technical Interview
Experience: Basic logical questions and puzzles

Round: Technical Interview
Experience: Data structures and algorithms
Have to write pseudo code

Skills: Data Structures And Algorithms, Coding Skills, Quantitative Aptitude
College Name: IIT BHU

I was interviewed in Feb 2017.

Interview Questionnaire 

1 Question

  • Q1. Interviewer asked about the projects and Fundamentals of JAVA and also Database questions especially on foreign keys and basic concepts of DBMS.

Interview Preparation Tips

Round: Test
Experience: We were to write a test which had 2 sections in which first section had multiple choice questions related to oops and programming concepts and in the second section we were given tables and we had to write sql queries as given in the question.
Tips: Strong oops concepts and DBMS Concepts are required
Duration: 1 hour
Total Questions: 20

Round: Technical + HR Interview
Tips: Projects and research papers and CV must be revised thoroughly. As said earlier basics of JAVA and DBMS must be clear.

Skills: Java Programming, SQL, Project And Internship, Basic C/C++
College Name: IIITDM Jabalpur

I was interviewed before May 2016.

Interview Preparation Tips

Round: Test
Experience: It was a medium test contating all levels of questions.
Tips: One must have the concepts of Computer Science clear to solve it
Duration: 3 hours

Round: Technical Interview
Experience: They asked technical questions related to my resume.
They asked to code for Sudoko problem

Round: Technical + HR Interview
Experience: They asked some data structures algorithm.
They also asked some puzzles and asked to code it.
They there were some HR questions like what will you do to fulfill your dreams ?

Round: Technical Interview
Experience: There was again a technical interview round.
They asked data structure questions and some mathematics questions

Round: HR Interview
Experience: It was the last and simplest interview round.
They asked us our AIEEE ranks and what are we expecting from the company.
Tips: Make sure to ask questions to the interviewer at the end of every round.

College Name: BIT Mesra
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Coding Test 

Coding test was good difficulty was easy to medium.

Round 2 - Technical 

(1 Question)

  • Q1. Coding DSA, OOPS and basic programming concepts
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Selected Selected

I applied via Job Portal and was interviewed in Sep 2022. There were 3 interview rounds.

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 Resume tips
Round 2 - Coding Test 

Easy java coding questions with dp

Round 3 - Assignment 

Java mcqs are given answer them

Interview Preparation Tips

Interview preparation tips for other job seekers - Basic java questions are needed and learn python as well

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
Contribute & help others!
anonymous
You can choose to be anonymous

Recently Viewed

INTERVIEWS

Lam Research

No Interviews

LIST OF COMPANIES

CTS Consulting & Technical Support

Overview

SALARIES

Codestore Technologies

INTERVIEWS

HCLTech

No Interviews

INTERVIEWS

Contizant Technologies

No Interviews

INTERVIEWS

Kreate Technologies

No Interviews

INTERVIEWS

LTIMindtree

No Interviews

INTERVIEWS

Sterling & Wilson

No Interviews

INTERVIEWS

Eshopbox Ecommerce

No Interviews

JOBS

Codestore Technologies

No Jobs

Tell us how to improve this page.

Wolters Kluwer Software Developer Intern Reviews and Ratings

based on 1 review

5.0/5

Rating in categories

5.0

Skill development

5.0

Work-life balance

4.0

Salary

4.0

Job security

5.0

Company culture

5.0

Promotions

5.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
Rate your experience using AmbitionBox
Terrible
Terrible
Poor
Poor
Average
Average
Good
Good
Excellent
Excellent