Upload Button Icon Add office photos

Filter interviews by

Thomson Digital Software Engineer Interview Questions and Answers

Updated 28 Jun 2022

Thomson Digital Software Engineer Interview Experiences

1 interview found

Software Engineer Interview Questions & Answers

user image Manikandan Jayapal

posted on 28 Jun 2022

Round 1 - One-on-one 

(1 Question)

  • Q1. Oops, collections, threads, spring boot, etc..

Interview Preparation Tips

Interview preparation tips for other job seekers - Good process and manager is very friendly and cool

Interview questions from similar companies

I was interviewed before Jun 2021.

Round 1 - Technical 

(1 Question)

  • Q1. What is testing and tell me about type of testing?
  • Ans. 

    Testing is the process of evaluating a system or its component(s) with the intent to find whether it satisfies the specified requirements or not.

    • Types of testing include unit testing, integration testing, system testing, acceptance testing, and regression testing.

    • Unit testing involves testing individual units or components of the software.

    • Integration testing involves testing the interaction between different components...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Best of luck if you are family member of hurix.

Skills evaluated in this interview

I applied via Walk-in and was interviewed before Jul 2021. There was 1 interview round.

Round 1 - One-on-one 

(1 Question)

  • Q1. Normal question asked.

Interview Preparation Tips

Interview preparation tips for other job seekers - Best of luck. Very easy process. 3 rounds of interview.

I was interviewed in Sep 2017.

Interview Questionnaire 

3 Questions

  • Q1. What is deadlock
  • Ans. 

    Deadlock is a situation where two or more processes are unable to proceed because each is waiting for the other to release a resource.

    • Deadlock occurs when two or more processes are stuck in a circular wait, where each process is waiting for a resource held by another process.

    • Four necessary conditions for deadlock are mutual exclusion, hold and wait, no preemption, and circular wait.

    • Example: Process A holds resource X a...

  • Answered by AI
  • Q2. Which technology you know and worked
  • Ans. 

    I have experience with various technologies including Java, Python, HTML/CSS, JavaScript, and SQL.

    • Java

    • Python

    • HTML/CSS

    • JavaScript

    • SQL

  • Answered by AI
  • Q3. Why you are looking for change and what is your notice period
  • Ans. 

    I am looking for a change to explore new opportunities and challenges. My notice period is 30 days.

    • Seeking new opportunities and challenges

    • Want to learn and grow in a different environment

    • Exploring better career prospects

    • Seeking a company with a better work-life balance

    • Notice period is 30 days

  • Answered by AI

Interview Preparation Tips

Round: Test
Experience: 25 objective ques from Java and 25 from English
Tips: should prepare with Java Technology
Duration: 1 hour
Total Questions: 50

Round: Technical Interview
Experience: describe clearly
Tips: should prepared

Round: Technical Interview
Experience: do you know about jsf
Tips: yes, I worked

Round: Technical + HR Interview
Experience: this is my dream company actually, and notice is 15 to 20 days.
Tips: be confident

Skills evaluated in this interview

I was interviewed before Aug 2020.

Interview Questionnaire 

1 Question

  • Q1. Datamatics interview was good.And client interview depends on client

Interview Preparation Tips

Interview preparation tips for other job seekers - Nothing about datamatics.client interview completely depends on client.

I applied via Campus Placement and was interviewed before Nov 2020. There were 4 interview rounds.

Interview Questionnaire 

2 Questions

  • Q1. Joins in SQL
  • Ans. 

    Joins are used in SQL to combine data from two or more tables based on a related column.

    • Types of joins include inner join, left join, right join, and full outer join.

    • Inner join returns only the matching rows from both tables.

    • Left join returns all rows from the left table and matching rows from the right table.

    • Right join returns all rows from the right table and matching rows from the left table.

    • Full outer join returns ...

  • Answered by AI
  • Q2. Web applications, mobile applications, Hybrid applications

Interview Preparation Tips

Interview preparation tips for other job seekers - Brush up the basics of Java and Mysql

Skills evaluated in this interview

I was interviewed before Nov 2020.

Round 1 - Video Call 

(1 Question)

Round duration - 30 Minutes
Round difficulty - Medium

It is the technical interview round. I was provided the slot of 11:40 AM - 12:20 PM. It is scheduled on the hirepro platform. The interview platform is already integrated with a coding editor. The interviewer joined at 11:50 AM. They asked me a lot of questions regarding OOPS, SQL and also give me coding questions along with test cases to build and run at that time.

  • Q1. 

    Maximum Non-Crossing Ropes Problem

    In a village with a river at its center, there are ‘N’ houses on each bank of the river. The northern bank’s houses have distinct X-coordinates given by an array A[1], A...

  • Ans. 

    The task is to find the maximum number of non-crossing rope connections possible between houses on each bank of a river.

    • Sort the arrays A and B in ascending order.

    • Use dynamic programming to find the longest increasing subsequence between A and B.

    • The length of the longest increasing subsequence is the maximum number of non-crossing connections.

  • Answered by AI

Interview Preparation Tips

Professional and academic backgroundI completed Computer Science Engineering from Bharati Vidyapeeth's College of Engineering. I applied for the job as Software Engineer in NoidaEligibility criteriaUG (60% and above), 10th & 12th CBSE Board: 90% and above, 10th & 12th Other Board: 80% and above, Gap of maximum 2 years, No Diploma HoldersNewgen Software interview preparation:Topics to prepare for the interview - Database Management, Data Structures, OOPS, Algorithms, Operating SystemTime required to prepare for the interview - 2 monthsInterview preparation tips for other job seekers

Tip 1 : Must be very clear with your object-oriented programming concepts.
Tip 2 : Must be able to build new solutions instantaneously.
Tip 3 : Knowledge of java is like the cherry on the cake.

Application resume tips for other job seekers

Tip 1 : The fresher resume is not more than one page. Try to accommodate everything in a smarter way in a single page.
Tip 2 : Please put only those things in a resume which are true or you are sure that you will handle every cross-questioning of that.

Final outcome of the interviewSelected

Skills evaluated in this interview

I applied via Walk-in and was interviewed before Sep 2020. There were 4 interview rounds.

Interview Questionnaire 

4 Questions

  • Q1. How to compile all Java files inside a folder using Cmd
  • Ans. 

    To compile all Java files inside a folder using Cmd, navigate to the folder and run 'javac *.java'

    • Open Command Prompt and navigate to the folder containing the Java files

    • Run the command 'javac *.java' to compile all Java files in the folder

    • Check for any errors or warnings in the output

  • Answered by AI
  • Q2. Internal working of Hashmap and Concurrent Hashmap
  • Ans. 

    Hashmap is a data structure that stores key-value pairs. Concurrent Hashmap is a thread-safe version of Hashmap.

    • Hashmap uses hashing to store and retrieve elements based on their keys.

    • Concurrent Hashmap allows multiple threads to access and modify the map concurrently.

    • Hashmap has a load factor that determines when the map needs to be resized.

    • Concurrent Hashmap uses a technique called lock striping to allow concurrent a...

  • Answered by AI
  • Q3. Servlet : Listeners, Filters related questions
  • Q4. Java 8 features

Interview Preparation Tips

Interview preparation tips for other job seekers - Work on Core Java Concepts

Skills evaluated in this interview

I applied via Walk-in and was interviewed before Apr 2020. There were 4 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. Basic questions on Java. Spring MVC flow, collections, projects that you've worked on

Interview Preparation Tips

Interview preparation tips for other job seekers - This is a easy discussion. Just portray your strong points and just indirectly force them to ask you're question related to the same.

I applied via Campus Placement and was interviewed before Mar 2021. There were 2 interview rounds.

Round 1 - Aptitude Test 

It was easy with basic ques and then pymetrics tesy

Round 2 - Coding Test 

Coding test had basic questions on Java core

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare theoritical concept of SQL and Java well

Thomson Digital Interview FAQs

How many rounds are there in Thomson Digital Software Engineer interview?
Thomson Digital interview process usually has 1 rounds. The most common rounds in the Thomson Digital interview process are One-on-one Round.
How to prepare for Thomson Digital Software Engineer interview?
Go through your CV in detail and study all the technologies mentioned in your CV. Prepare at least two technologies or languages in depth if you are appearing for a technical interview at Thomson Digital. The most common topics and skills that interviewers at Thomson Digital expect are Indesign, Pagination, Typesetting, XML and XSLT.

Tell us how to improve this page.

Fast track your campus placements

View all
Thomson Digital Software Engineer Salary
based on 6 salaries
₹5 L/yr - ₹10.5 L/yr
17% less than the average Software Engineer Salary in India
View more details

Thomson Digital Software Engineer Reviews and Ratings

based on 2 reviews

5.0/5

Rating in categories

5.0

Skill development

5.0

Work-life balance

4.8

Salary

4.5

Job security

4.6

Company culture

4.6

Promotions

4.6

Work satisfaction

Explore 2 Reviews and Ratings
Copy Editor
20 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Project Manager
20 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Graphic Designer
16 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Indesign Executive
13 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

SME
12 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Explore more salaries
Compare Thomson Digital with

SunTec Web Services

3.2
Compare

Impelsys

3.5
Compare

Datamatics Global Services

3.5
Compare

Newgen Software Technologies

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