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 Software Development Engineer Interview Questions and Answers

Updated 10 Jun 2024

Tudip Technologies Software Development Engineer Interview Experiences

1 interview found

Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-

I applied via campus placement at Pune University and was interviewed before Jun 2023. There were 2 interview rounds.

Round 1 - Aptitude Test 

Super easy on chemistry, physics, of 11,12 .and some other topics

Round 2 - Coding Test 

Easy .even a beginner can solve those questions

Interview questions from similar companies

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

They asked mathamatical and logical questions

Round 2 - Coding Test 

Second round is technical round. You enter into the meeting they asked which programmer you prefer and asked to open compiler and solve some program qn ( Max 4 Fabbonaci series, Prime Number, rearrange array ). If you solved 4 program they asked some technical qn.( For me they asked 2 oops qn )

Round 3 - HR 

(2 Questions)

  • Q1. This is simple round, they asked intro yourself
  • Q2. Discussed about internship and CTC

Interview Preparation Tips

Interview preparation tips for other job seekers - Try to strong in any one programming language ( Java, python , c programming)
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Referral and was interviewed in Dec 2024. There were 2 interview rounds.

Round 1 - One-on-one 

(2 Questions)

  • Q1. Introduction myself
  • Q2. Core based questions
Round 2 - HR 

(1 Question)

  • Q1. Why looking for this field as your career
Interview experience
3
Average
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I was interviewed in Jul 2024.

Round 1 - Coding Test 

Leet code medium level question

Round 2 - Technical 

(2 Questions)

  • Q1. About Java Streams
  • Q2. Restful API coding completion based on given file
Round 3 - HR 

(2 Questions)

  • Q1. To check your attitude
  • Q2. Given detailed about company and what project you are going to work on?
Round 4 - One-on-one 

(5 Questions)

  • Q1. Hashmap working
  • Ans. 

    Hashmap is a data structure that stores key-value pairs and allows for fast retrieval of values based on keys.

    • Hashmap uses a hashing function to map keys to indices in an array.

    • It allows for constant time complexity O(1) for insertion, deletion, and retrieval operations.

    • Example: HashMap<String, Integer> map = new HashMap<>(); map.put("key", 123); int value = map.get("key");

  • Answered by AI
  • Q2. Multithreading cases
  • Q3. Scenario specific on how to handle multiple events on a single variable to have accurate result
  • Q4. Database indexing
  • Q5. Architecture level
Interview experience
5
Excellent
Difficulty level
Hard
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via campus placement at International Institute of Information Technology (IIIT), Allahabad and was interviewed in Nov 2024. There was 1 interview round.

Round 1 - Coding Test 

Round 1: DSA round asked Two DSA question in which one is Leetcode medium and another is leetcode Hard. I answer both of them but not selected in the further HR round.

Round 2: HR round

Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
-
Result
-
Round 1 - One-on-one 

(2 Questions)

  • Q1. How pagination work in jpa
  • Ans. 

    Pagination in JPA allows for retrieving a subset of results from a query by specifying a limit and offset.

    • Use the setFirstResult() method to specify the starting index of the results to retrieve

    • Use the setMaxResults() method to specify the maximum number of results to retrieve

    • Combine setFirstResult() and setMaxResults() to implement pagination in JPA queries

  • Answered by AI
  • Q2. How to create restful api
  • Ans. 

    To create a RESTful API, define endpoints, use HTTP methods, handle requests and responses, and follow REST principles.

    • Define endpoints for different resources (e.g. /users, /products)

    • Use HTTP methods like GET, POST, PUT, DELETE for CRUD operations

    • Handle requests and responses in JSON format

    • Follow REST principles like statelessness, uniform interface, and client-server architecture

  • Answered by AI

Skills evaluated in this interview

Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - One-on-one 

(2 Questions)

  • Q1. What is your name
  • Q2. What is your strength

Interview Preparation Tips

Interview preparation tips for other job seekers - No comments links to this video is small
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - One-on-one 

(2 Questions)

  • Q1. What is four pillars of oops concepts
  • Ans. 

    Encapsulation, Inheritance, Polymorphism, Abstraction

    • Encapsulation: Bundling data and methods that operate on the data into a single unit

    • Inheritance: Ability of a class to inherit properties and behavior from another class

    • Polymorphism: Ability to present the same interface for different data types

    • Abstraction: Hiding the complex implementation details and showing only the necessary features

  • Answered by AI
  • Q2. Different between array and collection
  • Ans. 

    Arrays are fixed in size and store elements of the same data type, while collections are dynamic in size and can store elements of different data types.

    • Arrays have a fixed size, while collections can dynamically resize.

    • Arrays store elements of the same data type, while collections can store elements of different data types.

    • Arrays use indexes to access elements, while collections use iterators or other methods.

    • Examples:...

  • Answered by AI

Skills evaluated in this interview

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

I applied via Approached by Company and was interviewed in Feb 2024. There were 4 interview rounds.

Round 1 - Coding Test 

DSA coding 2-3 question

Round 2 - Group Discussion 

Java, DSA coding, java 8 coding, multithreading

Round 3 - Group Discussion 

Java8, spring-boot, DSA coding

Round 4 - Technical 

(1 Question)

  • Q1. DSA coding, java 8 coding, spring boot, mysql

Interview Preparation Tips

Interview preparation tips for other job seekers - WORST company. They will waste your time in 4-5 technical rounds and at the time of offer they will ghost you. playing with someone's career is not cool. Be aware of companies like this.
Interview experience
5
Excellent
Difficulty level
Hard
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Referral and was interviewed in Nov 2023. There were 4 interview rounds.

Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Keep your resume crisp and to the point. A recruiter looks at your resume for an average of 6 seconds, make sure to leave the best impression.
View all tips
Round 2 - Technical 

(1 Question)

  • Q1. Coding Round, Design Pattern
Round 3 - Technical 

(1 Question)

  • Q1. Coding, Design Pattern
Round 4 - Technical 

(1 Question)

  • Q1. Coding, SOLID, System Design

Tudip Technologies Interview FAQs

How many rounds are there in Tudip Technologies Software Development Engineer interview?
Tudip Technologies interview process usually has 2 rounds. The most common rounds in the Tudip Technologies interview process are Aptitude Test and Coding Test.

Tell us how to improve this page.

Tudip Technologies Software Development Engineer Interview Process

based on 1 interview

Interview experience

3
  
Average
View more
Software Engineer
123 salaries
unlock blur

₹3 L/yr - ₹12 L/yr

Associate Software Developer
116 salaries
unlock blur

₹3 L/yr - ₹6.1 L/yr

Software Developer
103 salaries
unlock blur

₹4 L/yr - ₹10.1 L/yr

Cloud Engineer
87 salaries
unlock blur

₹3 L/yr - ₹10 L/yr

Associate Cloud Engineer
71 salaries
unlock blur

₹3 L/yr - ₹9 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