Upload Button Icon Add office photos

Filter interviews by

Tvadartham Technologies Java Web Developer Interview Questions and Answers

Updated 10 Jan 2024

Tvadartham Technologies Java Web Developer Interview Experiences

1 interview found

Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Indeed and was interviewed before Jan 2023. There were 2 interview rounds.

Round 1 - One-on-one 

(1 Question)

  • Q1. Oops concepts. Collection, Springboot, RestApi, Html, any project done springboot
Round 2 - HR 

(1 Question)

  • Q1. Salary discussion

Interview Preparation Tips

Interview preparation tips for other job seekers - Be confident

Interview questions from similar companies

Interview experience
1
Bad
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via Company Website and was interviewed in Jul 2024. There was 1 interview round.

Round 1 - HR 

(5 Questions)

  • Q1. Java & advance java,spring Boot
  • Ans. 

    I m to get yourlife company to work.

  • Answered Anonymously
  • Q2. Check my skills
  • Ans. 

    It's like technical round & Hr round , way of language speaking.

  • Answered Anonymously
  • Q3. I ability to doing work hard in this company
  • Q4. I'm have read to extra work form this company
  • Q5. I hope I think about me good everything it's OK thank you my side.

Interview Preparation Tips

Topics to prepare for Amazon Java Developer interview:
  • Core Java
  • JDBC
  • Servlets
  • Hibernate
  • Spring Boot
Interview preparation tips for other job seekers - Good
Interview experience
1
Bad
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. No one showed up to interview
  • Q2. Even they don’t responded to my mails

Interview Preparation Tips

Interview preparation tips for other job seekers - Respect other people time
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Assignment 

Implementation of the Spring security

Interview Preparation Tips

Interview preparation tips for other job seekers - good
Interview experience
4
Good
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Company Website and was interviewed in Sep 2023. There were 2 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 

(6 Questions)

  • Q1. What is hashmap
  • Ans. 

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

    • HashMap implements the Map interface in Java

    • It allows null keys and values

    • Keys in a HashMap must be unique

    • Example: HashMap map = new HashMap<>()

  • Answered by AI
  • Q2. Internal Working of hashmap
  • Ans. 

    HashMap is a data structure that stores key-value pairs and uses hashing to efficiently retrieve values.

    • HashMap internally uses an array of linked lists to store key-value pairs.

    • When a key-value pair is added, the key is hashed to determine the index in the array where it will be stored.

    • If multiple keys hash to the same index, a linked list is used to handle collisions.

    • HashMap uses the hashCode() method of keys to calc...

  • Answered by AI
  • Q3. Compare Throw vs Throws
  • Ans. 

    Throw is used to explicitly throw an exception in a method, while Throws is used to declare the exceptions that a method may throw.

    • Throw is used within a method to throw an exception explicitly.

    • Throws is used in the method signature to declare the exceptions that the method may throw.

    • Throw is followed by an instance of Throwable class, while Throws is followed by the exception class names separated by commas.

    • Example: t...

  • Answered by AI
  • Q4. Array vs Arraylist
  • Ans. 

    Arrays are fixed in size, while ArrayLists can dynamically resize. ArrayLists provide more flexibility and functionality.

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

    • ArrayLists can easily add, remove, or modify elements, while arrays require manual shifting of elements.

    • Arrays use [] syntax for declaration and initialization, while ArrayLists use the ArrayList class from the Java Collections framewo

  • Answered by AI
  • Q5. Arraylist vs LinkedList/Vector
  • Ans. 

    ArrayList is resizable array implementation, LinkedList is doubly linked list implementation, Vector is synchronized version of ArrayList.

    • ArrayList is faster for accessing elements, LinkedList is faster for adding/removing elements in middle.

    • ArrayList uses less memory than LinkedList due to contiguous memory allocation.

    • Vector is thread-safe but slower than ArrayList due to synchronization overhead.

  • Answered by AI
  • Q6. Write a code for Iterate hashmap using iterator
  • Ans. 

    Iterate through a hashmap using an iterator in Java

    • Create an iterator using the entrySet() method of the hashmap

    • Use a while loop to iterate through the hashmap entries

    • Access the key and value of each entry using the getKey() and getValue() methods

  • Answered by AI

Interview Preparation Tips

Topics to prepare for Deloitte Java Developer interview:
  • Core Java
  • Collections
  • Spring
  • Spring Boot
  • MySQL

Skills evaluated in this interview

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

I applied via Referral and was interviewed in May 2023. There were 3 interview rounds.

Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Don’t add your photo or details such as gender, age, and address in your resume. These details do not add any value.
View all tips
Round 2 - Technical 

(2 Questions)

  • Q1. What are the advantages of spring boot
  • Ans. 

    Spring Boot provides a simplified way to create stand-alone, production-grade Spring-based Applications.

    • Rapid application development

    • Embedded server for easy deployment

    • Auto-configuration for setting up Spring projects quickly

    • Microservices support

    • Actuator for monitoring and managing applications

  • Answered by AI
  • Q2. Java oops concept and sql questions
Round 3 - Technical 

(2 Questions)

  • Q1. Questions on the current project
  • Q2. Microservices architecture in spring microservices
  • Ans. 

    Microservices architecture in Spring is a way of designing software applications as a collection of loosely coupled services.

    • Microservices architecture breaks down a large application into smaller, independent services that can be developed, deployed, and scaled independently.

    • Spring Boot and Spring Cloud are commonly used frameworks for building microservices in Java.

    • Each microservice typically has its own database and...

  • Answered by AI

Skills evaluated in this interview

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

I applied via Walk-in and was interviewed in Jun 2023. There were 5 interview rounds.

Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Properly align and format text in your resume. A recruiter will have to spend more time reading poorly aligned text, leading to high chances of rejection.
View all tips
Round 2 - Aptitude Test 

For freshers there is online aptitude test.

Round 3 - Coding Test 

Coding round is done by interviewers on live screen sharing

Round 4 - One-on-one 

(1 Question)

  • Q1. Here they discuss about projects and work in depth.
Round 5 - HR 

(2 Questions)

  • Q1. Tell me about yourself? What are your hobbies? If you get chance to work with our company what is your expectations from us?
  • Q2. Discuss about policies and work culture
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via LinkedIn and was interviewed in Feb 2023. There were 2 interview rounds.

Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Double-check your resume for any spelling mistakes. The recruiter may consider spelling mistakes as careless behavior or poor communication skills.
View all tips
Round 2 - Technical 

(2 Questions)

  • Q1. In java How hasmap works internally
  • Ans. 

    HashMap is a data structure that stores key-value pairs and uses hashing to retrieve values.

    • HashMap uses an array of buckets to store key-value pairs

    • The hash code of the key is used to determine the index of the bucket

    • If multiple keys have the same hash code, they are stored in a linked list within the bucket

    • HashMap allows null keys and values

    • HashMap is not thread-safe and requires synchronization for concurrent access

  • Answered by AI
  • Q2. Write program in java to print even no by one thread and odd no by another thread
  • Ans. 

    Program to print even and odd numbers using two threads in Java

    • Create two threads, one for even numbers and one for odd numbers

    • Use a loop to generate numbers and check if they are even or odd

    • Print the numbers using the respective threads

    • Use synchronization to ensure alternate printing of even and odd numbers

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - keep learning new technologies, which will help you in interview.

Skills evaluated in this interview

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

(6 Questions)

  • Q1. Project, rolls and responsibilities
  • Q2. Core java questions
  • Q3. Java 8 new features and coding questions
  • Q4. Spring boot knowledge check
  • Q5. Microservices architecture and scenario based questions related to architecture
  • Q6. Sql query basic questions
Round 2 - Technical 

(3 Questions)

  • Q1. Current project rolls and technical stack
  • Q2. Microservices related questions, cloud, deployment on cloud.
  • Q3. Area of interest for new techniques
  • Ans. 

    My area of interest for new techniques includes cloud computing, machine learning, and microservices architecture.

    • Cloud computing: Interested in exploring AWS, Azure, and Google Cloud Platform for scalable and cost-effective solutions.

    • Machine learning: Excited about implementing algorithms for data analysis and predictive modeling.

    • Microservices architecture: Looking into breaking down monolithic applications into small...

  • Answered by AI
Round 3 - HR 

(5 Questions)

  • Q1. It was most lengthy than technical round they asked more about current role and how we handle the any kind of situations in work.
  • Q2. Question related to thought process of candidates
  • Q3. Assurance and willingness of candidates to join wipro
  • Ans. 

    Candidates joining Wipro should have a strong assurance and willingness to contribute to the company's success.

    • Candidates should demonstrate a clear understanding of Wipro's values and goals.

    • They should be enthusiastic about the opportunity to work at Wipro and contribute to its growth.

    • Candidates should be committed to their role and show a willingness to learn and adapt to new challenges.

    • They should have a positive at...

  • Answered by AI
  • Q4. Previous employment history and reasons of switching the jobs
  • Ans. 

    I have worked at multiple companies, gaining valuable experience and skills in Java development.

    • Worked at Company A for 2 years, gained experience in developing web applications using Java Spring framework

    • Switched to Company B for better growth opportunities and exposure to new technologies like microservices architecture

    • Currently looking for a new challenge in a Senior Java Developer role to further enhance my skills

  • Answered by AI
  • Q5. Compensation negotiations

Interview Preparation Tips

Interview preparation tips for other job seekers - Basic knowledge is sufficient if you have worked on your projects and have just started repairing for interviews in your domain. It’s very lengthy process to release the offer letter. You will not get offer letter quickly if you currently holding offer letter. Experienced this two time in my carrier. Advise to HR in wipro to speedup the process to release the offer soon to avoid loosing the good candidates.

I applied via Job Portal and was interviewed in Sep 2021. There were 2 interview rounds.

Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Do not use an unprofessional email address such as cool_boy@email.com. It shows a lack of professionalism by the candidate.
View all tips
Round 2 - Technical 

(8 Questions)

  • Q1. Internal working of hashmap?
  • Ans. 

    HashMap is a data structure that stores key-value pairs and uses hashing to retrieve values.

    • HashMap uses an array of buckets to store key-value pairs

    • Each bucket contains a linked list of entries

    • Hashing is used to determine the index of the bucket where the entry should be stored

    • If multiple entries have the same hash code, they are stored in the same bucket as a linked list

    • HashMap allows null keys and values

    • HashMap is n...

  • Answered by AI
  • Q2. How to create immutable classes?
  • Ans. 

    Immutable classes cannot be modified after creation. They ensure thread safety and prevent bugs.

    • Make the class final so it cannot be extended

    • Make all fields private and final

    • Do not provide any setters, only getters

    • If a field is mutable, return a copy of it in the getter

    • Consider using a builder pattern for complex objects

  • Answered by AI
  • Q3. How to create singleton class ?
  • Ans. 

    Singleton class is a class that can only have one instance at a time.

    • Create a private constructor to prevent instantiation from outside the class.

    • Create a private static instance of the class.

    • Create a public static method to get the instance of the class.

    • Ensure thread safety by using synchronized keyword or static initializer.

    • Example: public class Singleton { private static Singleton instance = null; private Singleton(...

  • Answered by AI
  • Q4. We have a employee class having empId, name and salary fields. I have around 1000 employee objects, I want to sort them according employee name is descending order?
  • Q5. Basic OOPS related questions?
  • Q6. Difference between List and Set? which one to prefer in which requirements and why ?
  • Ans. 

    List allows duplicates and maintains insertion order, Set doesn't allow duplicates and doesn't maintain order.

    • Use List when duplicates are allowed and order is important

    • Use Set when duplicates are not allowed and order is not important

    • List examples: ArrayList, LinkedList

    • Set examples: HashSet, TreeSet

  • Answered by AI
  • Q7. Spring Boot basic questions?
  • Q8. How to implement Spring security with JWT token?
  • Ans. 

    Implementing Spring security with JWT token involves configuring security filters and authentication providers.

    • Add dependencies for Spring Security and JWT

    • Configure security filters to validate JWT tokens

    • Implement authentication provider to authenticate users

    • Generate and sign JWT tokens for successful authentication

    • Example: https://www.baeldung.com/spring-security-jwt

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Do refresh all your basics specially in core java

Skills evaluated in this interview

Tvadartham Technologies Interview FAQs

How many rounds are there in Tvadartham Technologies Java Web Developer interview?
Tvadartham Technologies interview process usually has 2 rounds. The most common rounds in the Tvadartham Technologies interview process are One-on-one Round and HR.

Tell us how to improve this page.

Tvadartham Technologies Java Web Developer Interview Process

based on 1 interview

Interview experience

5
  
Excellent
View more

Interview Questions from Similar Companies

TCS Interview Questions
3.7
 • 10.4k Interviews
Accenture Interview Questions
3.8
 • 8.2k Interviews
Infosys Interview Questions
3.6
 • 7.6k Interviews
Wipro Interview Questions
3.7
 • 5.6k Interviews
Cognizant Interview Questions
3.8
 • 5.6k Interviews
Amazon Interview Questions
4.1
 • 5k Interviews
Capgemini Interview Questions
3.7
 • 4.8k Interviews
Tech Mahindra Interview Questions
3.5
 • 3.8k Interviews
HCLTech Interview Questions
3.5
 • 3.8k Interviews
Genpact Interview Questions
3.8
 • 3.1k Interviews
View all

Tvadartham Technologies Java Web Developer Reviews and Ratings

based on 1 review

3.0/5

Rating in categories

5.0

Skill development

2.0

Work-life balance

4.0

Salary

3.0

Job security

3.0

Company culture

4.0

Promotions

3.0

Work satisfaction

Explore 1 Review and Rating
Electronic Technician
3 salaries
unlock blur

₹1.9 L/yr - ₹2.3 L/yr

Explore more salaries
Compare Tvadartham Technologies with

TCS

3.7
Compare

Accenture

3.8
Compare

Wipro

3.7
Compare

Cognizant

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