Upload Button Icon Add office photos
Engaged Employer

i

This company page is being actively managed by Tudip Technologies Team. If you also belong to the team, you can get access from here

Tudip Technologies Verified Tick

Compare button icon Compare button icon Compare

Filter interviews by

Tudip Technologies Interview Questions, Process, and Tips

Updated 6 Feb 2025

Top Tudip Technologies Interview Questions and Answers

View all 35 questions

Tudip Technologies Interview Experiences

Popular Designations

62 interviews found

Interview experience
4
Good
Difficulty level
Moderate
Process Duration
More than 8 weeks
Result
-

I applied via Recruitment Consulltant and was interviewed in Feb 2024. There were 4 interview rounds.

Round 1 - Aptitude Test 

30 questions - aptitude+DSA +Java+Sql MCQ Questions

Round 2 - Coding Test 

3 codes are given
1)if number is divisible by 15 then print "Foo" ,if number is divisible by 17 then print "bar" ,
if number is divisible by 15 and 17 then print "Foo Bar"
2) find third largest element of array
3)find factors of number

Round 3 - Technical 

(1 Question)

  • Q1. Explain Access modifiers public and default difference how to connect java to database 20 % of 25 superclass of all class sql query for delete last 10 rows from employee table
  • Ans. 

    Access modifiers control the visibility and accessibility of classes, methods, and variables in Java.

    • public access modifier allows a class, method, or variable to be accessed from any other class.

    • default access modifier (no keyword) allows a class, method, or variable to be accessed only within the same package.

    • To connect Java to a database, you can use JDBC (Java Database Connectivity) API.

    • The superclass of all classe...

  • Answered by AI
Round 4 - HR 

(2 Questions)

  • Q1. Why you want join our company
  • Q2. Why should hire you?

Software Developer Interview Questions asked at other Companies

Q1. Maximum Subarray Sum Problem Statement Given an array of integers, determine the maximum possible sum of any contiguous subarray within the array. Example: Input: array = [34, -50, 42, 14, -5, 86] Output: 137 Explanation: The maximum sum is... read more
View answer (42)
Interview experience
3
Average
Difficulty level
Moderate
Process Duration
-
Result
Not Selected

I applied via Campus Placement

Round 1 - Aptitude Test 

Aptitude test was easy level and moderate level.

Round 2 - Coding Test 

Coding test was held in the google form which was very easy.

Round 3 - Technical 

(3 Questions)

  • Q1. What is volatile keyword?
  • Ans. 

    The volatile keyword in software engineering is used to indicate that a variable's value can be modified by multiple threads.

    • Volatile keyword ensures that the variable's value is always read from and written to the main memory, rather than cached in a thread's local cache.

    • It is used to prevent unexpected behavior in multi-threaded environments where multiple threads may access and modify the same variable simultaneousl...

  • Answered by AI
  • Q2. What is abstract class
  • Ans. 

    An abstract class is a class that cannot be instantiated and is meant to be subclassed.

    • An abstract class can have abstract methods that must be implemented by its subclasses.

    • An abstract class can also have non-abstract methods that can be inherited by its subclasses.

    • An abstract class provides a common interface for its subclasses.

    • An abstract class can have instance variables and constructors.

    • An abstract class cannot be...

  • Answered by AI
  • Q3. Where do you use abstract class
  • Ans. 

    Abstract classes are used to provide a common interface and partial implementation for related classes.

    • Abstract classes are used when you want to create a base class that cannot be instantiated on its own but can be inherited by other classes.

    • They are useful when you want to define common methods and properties that multiple related classes should have.

    • Abstract classes can have both abstract and non-abstract methods.

    • Ab...

  • Answered by AI

Skills evaluated in this interview

Software Engineer Interview Questions asked at other Companies

Q1. Bridge and torch problem : Four people come to a river in the night. There is a narrow bridge, but it can only hold two people at a time. They have one torch and, because it's night, the torch has to be used when crossing the bridge. Person... read more
View answer (196)
Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Assignment 

Written test asking general questions on percentage and analytical skills

Account Assistant Interview Questions asked at other Companies

Q1. How many types of invoices to process
View answer (4)

Graduate Trainee Interview Questions & Answers

user image Bhagyashri Shimpi

posted on 23 Feb 2024

Interview experience
4
Good
Difficulty level
Easy
Process Duration
4-6 weeks
Result
-

I applied via Company Website and was interviewed in Jan 2024. There were 3 interview rounds.

Round 1 - Aptitude Test 

It Was easy. Contain quantitative aptitude, reasoning and English grammar

Round 2 - Coding Test 

Basic coding questions on any language you prefer

Round 3 - One-on-one 

(1 Question)

  • Q1. It was very easy They first ask self introduction and then ask your primary skill Difference between abstract class and interface Difference between final finally and finalize What is hashtable Differenc...

Top Tudip Technologies Graduate Trainee Interview Questions and Answers

Q1. Difference between abstraction and encapsulation?
View answer (1)

Graduate Trainee Interview Questions asked at other Companies

Q1. Given an array, how do you get the count of pairs that sum to even
View answer (8)

Tudip Technologies interview questions for popular designations

 Graduate Trainee

 (8)

 Associate Software Developer

 (6)

 Associate Software Engineer

 (6)

 Software Developer

 (5)

 Software Engineer

 (3)

 Java Developer

 (3)

 Front end Developer

 (2)

 HR Manager

 (1)

Associate Software Engineer Interview Questions & Answers

user image SHIVAM JAIN Y19170862

posted on 6 Feb 2025

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

Basic aptitude questions.

Round 2 - Coding Test 

Basic Dsa questions like array, string

Associate Software Engineer Interview Questions asked at other Companies

Q1. Triplets with Given Sum Problem Given an array or list ARR consisting of N integers, your task is to identify all distinct triplets within the array that sum up to a specified number K. Explanation: A triplet is a set {ARR[i], ARR[j], ARR[k... read more
View answer (2)

Get interview-ready with Top Tudip Technologies Interview Questions

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

General Aptitude - time distance

Round 2 - Coding Test 

Basic Data Structure

Associate Software Development Engineer Interview Questions asked at other Companies

Q1. What is OS, explain threading, explain paging, database transactions - acid properties, 2-3 questions related to computer networks
View answer (1)

Jobs at Tudip Technologies

View all
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 2023. There were 4 interview rounds.

Round 1 - Aptitude Test 

Simple aptitude test

Round 2 - Coding Test 

4 questions on array and string

Round 3 - HR 

(2 Questions)

  • Q1. Introduction and basic questions
  • Q2. Some basic questions related to sql
Round 4 - Technical 

(3 Questions)

  • Q1. Oops concepts and dsa
  • Q2. Sorting and searching and hashmap
  • Q3. Reverse string, constructor, hashnap

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare well they only ask basics and see your understanding

Associate Software Engineer Interview Questions asked at other Companies

Q1. Triplets with Given Sum Problem Given an array or list ARR consisting of N integers, your task is to identify all distinct triplets within the array that sum up to a specified number K. Explanation: A triplet is a set {ARR[i], ARR[j], ARR[k... read more
View answer (2)

Interview Questions & Answers

user image Anonymous

posted on 27 Dec 2024

Interview experience
2
Poor
Difficulty level
Easy
Process Duration
-
Result
-
Round 1 - Aptitude Test 

Physics and chemistry

Round 2 - Coding Test 

Coding questions were simple like fibonacci, factorial and 3rd largest number

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

Easy Aptitude Test on Google Form

Round 2 - Coding Test 

Coding test was also pretty easy, and basic questions were asked

Round 3 - Technical 

(2 Questions)

  • Q1. Aptitude Questions
  • Q2. OOP Question in Cpp

Interview Preparation Tips

Interview preparation tips for other job seekers - Preparation Well the Interview is easy to crack.

Top Tudip Technologies Graduate Trainee Interview Questions and Answers

Q1. Difference between abstraction and encapsulation?
View answer (1)

Graduate Trainee Interview Questions asked at other Companies

Q1. Given an array, how do you get the count of pairs that sum to even
View answer (8)

SDE Interview Questions & Answers

user image Satyam Thorat

posted on 25 May 2024

Interview experience
4
Good
Difficulty level
Moderate
Process Duration
4-6 weeks
Result
No response

I applied via Company Website and was interviewed in Nov 2023. There were 3 interview rounds.

Round 1 - Aptitude Test 

Online apptitude test of 45 question

Round 2 - Coding Test 

Online coding test on the google form

Round 3 - Technical 

(1 Question)

  • Q1. Face to face technical interview. interview time in the mail is 2 pm and interview conducted at 9 pm

SDE Interview Questions asked at other Companies

Q1. Return Subsets Sum to K Problem Statement Given an integer array 'ARR' of size 'N' and an integer 'K', return all the subsets of 'ARR' which sum to 'K'. Explanation: A subset of an array 'ARR' is a tuple that can be obtained from 'ARR' by r... read more
View answer (1)

Tudip Technologies Interview FAQs

How many rounds are there in Tudip Technologies interview?
Tudip Technologies interview process usually has 2-3 rounds. The most common rounds in the Tudip Technologies interview process are Aptitude Test, Coding Test and Technical.
How to prepare for Tudip Technologies 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 Tudip Technologies. The most common topics and skills that interviewers at Tudip Technologies expect are CMMI, Project Management, Agile Coaching, Project Delivery and Application Development.
What are the top questions asked in Tudip Technologies interview?

Some of the top questions asked at the Tudip Technologies interview -

  1. 2.What are the differences between the constructors and metho...read more
  2. 1.What is the purpose of a default construct...read more
  3. What is Java? What is oops concepts? What is string and what are the types of s...read more
How long is the Tudip Technologies interview process?

The duration of Tudip Technologies interview process can vary, but typically it takes about less than 2 weeks to complete.

Tell us how to improve this page.

Tudip Technologies Interview Process

based on 49 interviews

Interview experience

3.5
  
Good
View more

Interview Questions from Similar Companies

TCS Interview Questions
3.7
 • 10.4k Interviews
Infosys Interview Questions
3.6
 • 7.5k Interviews
Wipro Interview Questions
3.7
 • 5.6k Interviews
Tech Mahindra Interview Questions
3.5
 • 3.8k Interviews
HCLTech Interview Questions
3.5
 • 3.8k Interviews
LTIMindtree Interview Questions
3.8
 • 2.9k Interviews
Mphasis Interview Questions
3.4
 • 791 Interviews
MAQ Software Interview Questions
1.9
 • 100 Interviews
View all

Tudip Technologies Reviews and Ratings

based on 270 reviews

3.1/5

Rating in categories

3.2

Skill development

2.9

Work-life balance

3.1

Salary

3.0

Job security

3.0

Company culture

3.0

Promotions

3.0

Work satisfaction

Explore 270 Reviews and Ratings
Software Engineer
124 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Associate Software Developer
118 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Software Developer
104 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Cloud Engineer
87 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Associate Cloud Engineer
71 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Explore more salaries
Compare Tudip Technologies with

Persistent Systems

3.5
Compare

LTIMindtree

3.8
Compare

TCS

3.7
Compare

Wipro

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