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 and Answers

Updated 15 May 2025
Popular Designations

29 Interview questions

A Quality Assurance was asked 8mo ago
Q. Give an example of priority and severity.
Ans. 

Priority and severity are used in software testing to determine the urgency and impact of a defect.

  • Priority is the level of importance assigned to a defect, based on factors like business impact and customer requirements.

  • Severity is the impact of a defect on the system, ranging from minor inconveniences to critical failures.

  • Examples: A spelling mistake in a button label may have low severity but high priority if i...

View all Quality Assurance interview questions
A Qa Manual Test Engineer was asked 8mo ago
Q. What is the difference between an Epic and a User Story?
Ans. 

An Epic is a large body of work that can be broken down into smaller tasks called User Stories.

  • Epic is a high-level requirement that is too large to be completed in a single iteration.

  • User Story is a small, specific piece of work that can be completed in a single iteration.

  • Epics are usually broken down into multiple User Stories for implementation.

  • User Stories are more detailed and focused compared to Epics.

  • Exampl...

View all Qa Manual Test Engineer interview questions
A Graduate Trainee was asked 12mo ago
Q. Implement code for tree traversal.
Ans. 

Tree traversal code implementation involves visiting each node in a tree data structure in a specific order.

  • There are three main types of tree traversal: in-order, pre-order, and post-order.

  • In-order traversal visits the left subtree, then the root, then the right subtree.

  • Pre-order traversal visits the root, then the left subtree, then the right subtree.

  • Post-order traversal visits the left subtree, then the right s...

View all Graduate Trainee interview questions
A Graduate Trainee was asked 12mo ago
Q. How would you implement database connectivity in code?
Ans. 

Database connectivity code implementation involves establishing a connection between a database and a software application.

  • Use appropriate database drivers for the specific database management system (e.g. JDBC for MySQL, SQLite3 for SQLite).

  • Establish a connection using connection strings with necessary credentials (username, password, database name, host).

  • Execute SQL queries to interact with the database (e.g. SE...

View all Graduate Trainee interview questions
A Graduate Trainee was asked 12mo ago
Q. Explain SQL joins with an example.
Ans. 

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

  • Types of joins include INNER JOIN, LEFT JOIN, RIGHT JOIN, and FULL JOIN

  • Example: SELECT * FROM table1 INNER JOIN table2 ON table1.column = table2.column

View all Graduate Trainee interview questions
A Graduate Trainee was asked 12mo ago
Q. What is the difference between abstraction and encapsulation?
Ans. 

Abstraction focuses on hiding the implementation details while encapsulation focuses on bundling the data and methods that operate on the data into a single unit.

  • Abstraction is about hiding the complexity of the implementation and showing only the necessary details to the user.

  • Encapsulation is about bundling the data and methods that operate on the data into a single unit.

  • Abstraction allows for creating simple int...

View all Graduate Trainee interview questions
An Executive - Operations and HR was asked
Q. What software have you worked on?
Ans. 

I have experience working with various software including Microsoft Office Suite, SAP, Oracle, and HRIS systems.

  • Microsoft Office Suite

  • SAP

  • Oracle

  • HRIS systems

View all Executive - Operations and HR interview questions
Are these interview questions helpful?
A Graduate Trainee was asked
Q. What is the difference between final, finally, and finalize?
Ans. 

Final is an adjective, finally is an adverb, and finalize is a verb.

  • Final is used to describe something that is last or ultimate (e.g. final exam)

  • Finally is used to indicate the end of a series of events or actions (e.g. finally, we reached our destination)

  • Finalize is used to complete or finish something (e.g. finalize a contract)

View all Graduate Trainee interview questions
A Graduate Trainee was asked
Q. Explain JDBC-SQL.
Ans. 

JDBC-SQL is a Java API for connecting and executing SQL queries on a database.

  • JDBC stands for Java Database Connectivity

  • It allows Java programs to interact with databases using SQL

  • JDBC provides classes and interfaces for connecting to a database, sending queries, and retrieving results

  • Example: Establishing a connection to a database, creating a statement, executing queries, and processing results

View all Graduate Trainee interview questions
A Software Engineer was asked
Q. Where have you used abstract classes?
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 metho...

View all Software Engineer interview questions

Tudip Technologies Interview Experiences

66 interviews found

Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Campus Placement and was interviewed in Feb 2024. There were 4 interview rounds.

Round 1 - Coding Test 

They provided a Google Form link in which there were several coding questions that were too basic, like an easy level.

Round 2 - Coding Test 

Pen-and-paper coding test. They gave us three questions and 15 minutes to solve simple-level questions.

Round 3 - One-on-one 

(5 Questions)

  • Q1. Tell me about yourself.
  • Ans. 

    I am a dedicated and passionate software developer with experience in Java, Python, and web development.

    • Graduated with a degree in Computer Science

    • Completed internships at tech companies

    • Developed a mobile app for a school project

  • Answered by AI
  • Q2. Oops, related question.
  • Q3. Question related to basic math and geometry.
  • Q4. Questions related to projects.
  • Q5. Questions related to the tech stacks of project
Round 4 - Technical 

(3 Questions)

  • Q1. Tell me brief introduction
  • Ans. 

    I am a software developer with experience in Java, Python, and web development.

    • Proficient in Java programming language

    • Skilled in Python scripting

    • Experience with web development technologies like HTML, CSS, and JavaScript

  • Answered by AI
  • Q2. Aptitude like percentage, etc
  • Q3. DBMS keys related questions.

Interview Preparation Tips

Topics to prepare for Tudip Technologies Associate Software Developer interview:
  • DBMS
  • OOPS
  • Programming
Interview preparation tips for other job seekers - Keep your basics strong.
Interview experience
4
Good
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Indeed and was interviewed in Sep 2024. There were 4 interview rounds.

Round 1 - Technical 

(4 Questions)

  • Q1. 1st Technical round : Difference between Epic and User story.
  • Ans. 

    An Epic is a large body of work that can be broken down into smaller tasks called User Stories.

    • Epic is a high-level requirement that is too large to be completed in a single iteration.

    • User Story is a small, specific piece of work that can be completed in a single iteration.

    • Epics are usually broken down into multiple User Stories for implementation.

    • User Stories are more detailed and focused compared to Epics.

    • Example: Ep...

  • Answered by AI
  • Q2. Test cases of Data grid.
  • Ans. 

    Test cases for data grid involve verifying data display, sorting, filtering, pagination, editing, and deleting functionalities.

    • Verify data is displayed correctly in the grid

    • Test sorting functionality by sorting columns in ascending and descending order

    • Test filtering functionality by applying filters and checking if data is displayed correctly

    • Test pagination by navigating through multiple pages of data

    • Test editing funct...

  • Answered by AI
  • Q3. How to test a website on different devices?
  • Ans. 

    To test a website on different devices, use responsive design testing tools, emulators, physical devices, and browser developer tools.

    • Use responsive design testing tools like BrowserStack or Responsinator to simulate different screen sizes.

    • Utilize emulators like Android Studio's emulator or Xcode's simulator to test on various mobile devices.

    • Test on physical devices to ensure accurate performance and user experience.

    • Us...

  • Answered by AI
  • Q4. Have you ever meet your client.
  • Ans. 

    Yes, I have met with clients in previous roles to discuss project requirements and gather feedback.

    • I have met with clients to understand their requirements and expectations for the project.

    • I have conducted meetings to gather feedback on the testing process and results.

    • Building a good relationship with clients is important for successful project delivery.

  • Answered by AI
Round 2 - Assignment 

Write testcases for a profile page that has option to change: name, email, phone number, address etc.

Round 3 - Technical 

(1 Question)

  • Q1. Severity, priority, scenario based questions.
Round 4 - One-on-one 

(1 Question)

  • Q1. CEO round : general problem solving questions.

Skills evaluated in this interview

Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Aptitude Test 

Kjigtrngh biuit xug u;byu,vtcyterjv iovyutgh, mhvtfy

Round 2 - Coding Test 

Buygtrvc sndgbhulitcyuvltyuxruyf jylbiuxtgrfdhmvjbjkkjtydtrsxgf

Round 3 - Coding Test 

Kbgjcb sgfnxvb h uibhguxcruyfviulyhviutxtkjbhgtye

Round 4 - One-on-one 

(2 Questions)

  • Q1. What is your long term goal
  • Ans. 

    To become a lead software architect and contribute to cutting-edge technology advancements.

    • Advance to a lead software architect role

    • Contribute to cutting-edge technology advancements

    • Continuously improve skills and knowledge through learning and certifications

  • Answered by AI
  • Q2. Tell me about yourself
  • Ans. 

    I am a software developer with 5 years of experience in developing web applications using various technologies.

    • Experienced in front-end development using HTML, CSS, and JavaScript

    • Proficient in back-end development with languages like Java and Python

    • Familiar with database management systems such as MySQL and MongoDB

    • Strong problem-solving skills and ability to work in a team environment

  • Answered by AI
Interview experience
3
Average
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Not Selected

I appeared for an interview in Nov 2024.

Round 1 - Technical 

(2 Questions)

  • Q1. One question about Git.
  • Q2. Other questions are more about capabilities and behaviour rather than technical.

Quality Assurance Interview Questions & Answers

user image Rushikesh Mohite

posted on 18 Oct 2024

Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Aptitude Test 

Numerical ability
Logical Reasoning
Verbal Ability
Spatial Reasoning
Technical Aptitude

Round 2 - Assignment 

Writing test cases
Situation based questions

Round 3 - Technical 

(2 Questions)

  • Q1. Types of testing
  • Ans. 

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

    • Unit testing: Testing individual components or modules of the software.

    • Integration testing: Testing how different modules work together.

    • System testing: Testing the entire system as a whole.

    • Acceptance testing: Testing to ensure the software meets the requirements of the end users.

  • Answered by AI
  • Q2. Example of prority and severity
  • Ans. 

    Priority and severity are used in software testing to determine the urgency and impact of a defect.

    • Priority is the level of importance assigned to a defect, based on factors like business impact and customer requirements.

    • Severity is the impact of a defect on the system, ranging from minor inconveniences to critical failures.

    • Examples: A spelling mistake in a button label may have low severity but high priority if it aff...

  • Answered by AI
Interview experience
4
Good
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Campus Placement and was interviewed in May 2024. There were 3 interview rounds.

Round 1 - Aptitude Test 

Basic Aptitude Questions and some Chemistry Questions also.

Round 2 - Coding Test 

Basic Coding Questions like find the factors of a no., find the third largest no., Palindrome question

Round 3 - Technical 

(2 Questions)

  • Q1. They will ask about your choice of programming language
  • Q2. I chose Python, and they asked me to lambda function, pickling, try error finally, Modelling in ML etc.

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare well. Conditions for work 7LPA fixed and 2-year bond. For a fresher planning to join software development, I would recommend it not a bad choice.
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Assignment 

AWS architecture diagram based on scenario

Round 2 - Technical 

(2 Questions)

  • Q1. About CICD and RDS
  • Q2. About Kubdernetes
Round 3 - HR 

(1 Question)

  • Q1. Salary discussion
Interview experience
5
Excellent
Difficulty level
Easy
Process Duration
2-4 weeks
Result
Selected Selected

I appeared for an interview in Feb 2025, where I was asked the following questions.

  • Q1. What is your primary goal in life?
  • Q2. How will you achieve that goal?

Software Developer Interview Questions & Answers

user image Niranjan Vinod Mali

posted on 15 May 2025

Interview experience
4
Good
Difficulty level
-
Process Duration
Less than 2 weeks
Result
-

I appeared for an interview in Apr 2025, where I was asked the following questions.

  • Q1. Tell me about your self
  • Q2. Why should we hire you
  • Q3. What are your strengths and weakness
  • Q4. What is your role in your project
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
Not Selected
Round 1 - Aptitude Test 

Mathematics,General Aptitute,three coding question

Round 2 - Coding Test 

Face to face interview.Ask questions on Data structure and algorithms

Round 3 - HR 

(1 Question)

  • Q1. Where do you look from 5 years from now

Software Trainee Interview Questions & Answers

user image Payal Yadav

posted on 23 Jun 2024

Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Aptitude Test 

The difficulty level is moderate

Round 2 - Coding Test 

There were three coding question level of first question is easy and other two are difficult

Round 3 - Technical 

(1 Question)

  • Q1. Tell me about yourself and about your project
Round 4 - HR 

(1 Question)

  • Q1. I am not selected for this

Top trending discussions

View All
Interview Tips & Stories
5d (edited)
a team lead
Why are women still asked such personal questions in interview?
I recently went for an interview… and honestly, m still trying to process what just happened. Instead of being asked about my skills, experience, or how I could add value to the company… the questions took a totally unexpected turn. The interviewer started asking things like When are you getting married? Are you engaged? And m sure, if I had said I was married, the next question would’ve been How long have you been married? What does my personal life have to do with the job m applying for? This is where I felt the gender discrimination hit hard. These types of questions are so casually thrown at women during interviews but are they ever asked to men? No one asks male candidates if they’re planning a wedding or how old their kids are. So why is it okay to ask women? Can we please stop normalising this kind of behaviour in interviews? Our careers shouldn’t be judged by our relationship status. Period.
Got a question about Tudip Technologies?
Ask anonymously on communities.

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, Agile, Project Management, Python and Project Delivery.
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
What are the most common questions asked in Tudip Technologies HR round?

The most common HR questions asked in Tudip Technologies interview are -

  1. Tell me about yourse...read more
  2. Where do you see yourself in 5 yea...read more
  3. What are your salary expectatio...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.

Overall Interview Experience Rating

3.6/5

based on 53 interview experiences

Difficulty level

Easy 37%
Moderate 63%

Duration

Less than 2 weeks 65%
2-4 weeks 8%
4-6 weeks 19%
More than 8 weeks 8%
View more

Interview Questions from Similar Companies

MAQ Software Interview Questions
1.9
 • 104 Interviews
Webkul Software Interview Questions
4.0
 • 71 Interviews
Softenger Interview Questions
4.0
 • 59 Interviews
Tata Digital Interview Questions
2.8
 • 48 Interviews
DataMetica Interview Questions
3.5
 • 45 Interviews
View all

Tudip Technologies Reviews and Ratings

based on 290 reviews

3.0/5

Rating in categories

3.1

Skill development

2.8

Work-life balance

3.0

Salary

2.8

Job security

2.8

Company culture

3.0

Promotions

2.9

Work satisfaction

Explore 290 Reviews and Ratings
Java Technical Lead

Pune

7-12 Yrs

Not Disclosed

Business Development Manager

Pune

5-10 Yrs

₹ 6-16 LPA

Explore more jobs
Software Developer
136 salaries
unlock blur

₹4.7 L/yr - ₹10 L/yr

Associate Software Developer
128 salaries
unlock blur

₹3 L/yr - ₹7 L/yr

Software Engineer
105 salaries
unlock blur

₹3 L/yr - ₹10.2 L/yr

Cloud Engineer
84 salaries
unlock blur

₹3 L/yr - ₹10 L/yr

Associate Cloud Engineer
62 salaries
unlock blur

₹3 L/yr - ₹9 L/yr

Explore more salaries
Compare Tudip Technologies with

Tekwissen

4.8
Compare

Softenger

4.0
Compare

XcelServ Solutions

4.4
Compare

Capital Numbers Infotech

4.4
Compare
write
Share an Interview