i
Tudip Technologies
Filter interviews by
I applied via Campus Placement and was interviewed in May 2024. There were 3 interview rounds.
Basic Aptitude Questions and some Chemistry Questions also.
Basic Coding Questions like find the factors of a no., find the third largest no., Palindrome question
I applied via Campus Placement and was interviewed in Dec 2023. There were 4 interview rounds.
Basic questions on distance, profit-loss, percentage, permutation and combination, work and time, etc easy to moderate level questions
Array operations, String operations, leetcode easy level questions
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 interfac...
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
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. SELECT,...
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 subtre
I applied via Company Website and was interviewed in Jan 2024. There were 3 interview rounds.
It Was easy. Contain quantitative aptitude, reasoning and English grammar
Basic coding questions on any language you prefer
Easy Aptitude Test on Google Form
Coding test was also pretty easy, and basic questions were asked
Tudip Technologies interview questions for designations
I applied via Job Portal and was interviewed in Sep 2023. There were 3 interview rounds.
General aptitude questions -duration -30min
Google form , basic coding questions
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)
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
Get interview-ready with Top Tudip Technologies Interview Questions
I applied via Campus Placement and was interviewed in Dec 2023. There were 3 interview rounds.
10 dsa 20 aptitude questions
Easy basic coding que like find odd number ,middle ele of arr
Constructor is a special method used to initialize an object, while a method is a function that performs a specific task.
Constructors are called automatically when an object is created, while methods need to be called explicitly.
Constructors have the same name as the class, while methods can have any name.
Constructors can have parameters, while methods may or may not have parameters.
API call process involves making req...
I applied via Company Website and was interviewed in Jan 2024. There were 3 interview rounds.
Basic questions on quantitative aptitude, reasoning,and English
Basic coding questions on any language you prefer
Interview was good
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
Difference between hashtree and hashmap
Difference between primary key and foreign key
What is use of foreign key
Good and easy to crack this round
Top trending discussions
posted on 21 Feb 2022
I applied via Campus Placement and was interviewed before Feb 2021. There were 2 interview rounds.
I appeared for an interview before Mar 2021.
Round duration - 30 minutes
Round difficulty - Medium
This was a MCQ round. 30 ques in 30 mins consisting of difficult quantitative aptitude questions were to be solved.
Round duration - 60 minutes
Round difficulty - Medium
In this test round, 2 coding questions were given. Either write the code or pseudo code
Given an integer N
, find all possible placements of N
queens on an N x N
chessboard such that no two queens threaten each other.
A queen can attack another queen if they ar...
The N Queens Problem involves finding all possible placements of N queens on an N x N chessboard without threatening each other.
Use backtracking algorithm to explore all possible configurations.
Keep track of rows, columns, and diagonals to ensure queens do not threaten each other.
Generate all valid configurations and print them out.
Given an integer array arr
of size 'N' containing only 0s, 1s, and 2s, write an algorithm to sort the array.
The first line contains an integer 'T' representing the n...
Sort an array of 0s, 1s, and 2s in linear time complexity.
Use three pointers to keep track of 0s, 1s, and 2s while traversing the array.
Swap elements based on the values encountered to sort the array in-place.
Time complexity should be O(N) and space complexity should be O(1).
Round duration - 60 minutes
Round difficulty - Easy
This was a technical round with questions on DSA.
You are given a string of length N
. Your task is to reverse the string word by word. The input may contain multiple spaces between words and may have leading o...
Reverse words in a string while handling leading, trailing, and multiple spaces.
Split the input string by spaces to get individual words
Reverse the order of the words
Join the reversed words with a single space in between
You are provided with the head of a linked list containing integers. Your task is to determine if the linked list is circular.
Detect if a given linked list is circular by checking if it forms a closed loop.
Traverse the linked list using two pointers, one moving at double the speed of the other.
If the two pointers meet at any point, the linked list is circular.
If the faster pointer reaches the end of the list (NULL), the linked list is not circular.
Round duration - 30 minutes
Round difficulty - Easy
HR round with typical behavioral problems.
Tip 1 : Must do Previously asked Interview as well as Online Test Questions.
Tip 2 : Go through all the previous interview experiences from Codestudio and Leetcode.
Tip 3 : Do at-least 2 good projects and you must know every bit of them.
Tip 1 : Have at-least 2 good projects explained in short with all important points covered.
Tip 2 : Every skill must be mentioned.
Tip 3 : Focus on skills, projects and experiences more.
based on 9 interviews
3 Interview rounds
Software Engineer
122
salaries
| ₹3 L/yr - ₹11.1 L/yr |
Associate Software Developer
119
salaries
| ₹3 L/yr - ₹6.1 L/yr |
Software Developer
107
salaries
| ₹4 L/yr - ₹10.1 L/yr |
Cloud Engineer
87
salaries
| ₹3 L/yr - ₹10 L/yr |
Associate Cloud Engineer
71
salaries
| ₹3 L/yr - ₹9 L/yr |
Tekwissen
Softenger
XcelServ Solutions
Damco Solutions