Upload Button Icon Add office photos

Filter interviews by

GoTatva Java Developer Interview Questions, Process, and Tips

Updated 10 May 2023

GoTatva Java Developer Interview Experiences

1 interview found

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

I applied via Indeed and was interviewed in Apr 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 

(10 Questions)

  • Q1. 1. Introduce yourself?
  • Ans. 

    I am a Java Developer with 5 years of experience in developing web applications.

    • I have a strong understanding of Java programming language and its core concepts.

    • I am proficient in using frameworks like Spring and Hibernate.

    • I have experience in developing RESTful APIs and working with databases like MySQL and Oracle.

    • I am familiar with front-end technologies like HTML, CSS, and JavaScript.

    • I have worked on projects involv...

  • Answered by AI
  • Q2. 2. Basic program on operators?
  • Q3. 3. Program on String(to me they ask reverse a string)
  • Q4. 4. Constructor types
  • Q5. 5. What is Hashmap &Hashtable?
  • Ans. 

    Hashmap & Hashtable are data structures used to store key-value pairs in Java.

    • Hashmap is a non-synchronized implementation of Map interface while Hashtable is synchronized.

    • Hashmap allows null values and one null key while Hashtable doesn't allow null values or keys.

    • Hashmap is faster than Hashtable for non-threaded applications.

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

    • Example: Hashtable t

  • Answered by AI
  • Q6. 6. What is inheritance?
  • Ans. 

    Inheritance is a mechanism in which one class acquires the properties and behaviors of another class.

    • It allows code reusability and saves time

    • The class that is inherited is called the parent or superclass

    • The class that inherits is called the child or subclass

    • The child class can access all the public and protected methods and fields of the parent class

    • Example: A Car class can inherit properties and behaviors from a Vehi

  • Answered by AI
  • Q7. 7. What is method overriding?
  • Ans. 

    Method overriding is when a subclass provides its own implementation of a method that is already defined in its superclass.

    • Method overriding is a feature of object-oriented programming.

    • It allows a subclass to provide a specific implementation of a method that is already defined in its superclass.

    • The method in the subclass must have the same name, return type, and parameters as the method in the superclass.

    • The method in...

  • Answered by AI
  • Q8. 8. Can we create private Constructor?
  • Ans. 

    Yes, we can create private constructors in Java.

    • Private constructors are used to restrict the creation of objects of a class.

    • They can only be accessed within the class.

    • They are commonly used in Singleton design pattern.

    • Private constructors can also be used in utility classes where all methods are static.

  • Answered by AI
  • Q9. 9. Question on abstraction
  • Q10. 10. Why we static ?
  • Ans. 

    Static keyword is used to create class-level variables and methods that can be accessed without creating an object of the class.

    • Static variables and methods belong to the class, not to any instance of the class.

    • Static variables are initialized only once, at the start of the program.

    • Static methods can be called without creating an object of the class.

    • Static methods cannot access non-static variables or methods.

    • Static va...

  • Answered by AI

Interview Preparation Tips

Topics to prepare for GoTatva Java Developer interview:
  • Core Java
  • OOPS
  • Constructors
  • Identifirs
Interview preparation tips for other job seekers - Prepare well all core java topics like OOPS,Constructors,Methods etc. Those are more than to perform well in interview

Skills evaluated in this interview

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
4
Good
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Not Selected

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

Round 1 - One-on-one 

(1 Question)

  • Q1. Regular core java, OOPS, Spring Boot questions. It was like a rapid-fire round.
Round 2 - One-on-one 

(3 Questions)

  • Q1. Coding question - find repeat elements in an array
  • Q2. Project related questions
  • Q3. Build a basic CRUD REST API endpoint
Round 3 - One-on-one 

(3 Questions)

  • Q1. Behavioral questions
  • Q2. Technical questions about SpringBoot and microservices
  • Q3. SQL question - third highest salary
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
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via Naukri.com and was interviewed in Jan 2024. There was 1 interview round.

Round 1 - Technical 

(1 Question)

  • Q1. All basic java question

Interview Preparation Tips

Topics to prepare for IBM Java Developer interview:
  • hashmap
  • collection
Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-
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 

(2 Questions)

  • Q1. Java 8 new features
  • Ans. 

    Java 8 introduced several new features including lambda expressions, streams, and default methods.

    • Lambda expressions allow for functional programming and simplify code.

    • Streams provide a way to process collections of data in a functional way.

    • Default methods allow for adding new methods to interfaces without breaking existing implementations.

    • Other new features include the Date and Time API, Nashorn JavaScript engine, and...

  • Answered by AI
  • Q2. Stream api coding questions
Round 3 - Technical 

(2 Questions)

  • Q1. Your last project
  • Ans. 

    Developed a web-based inventory management system for a retail company

    • Used Java, Spring Boot, and MySQL for backend development

    • Implemented a responsive UI using AngularJS and Bootstrap

    • Integrated barcode scanning functionality for faster inventory management

    • Implemented user authentication and authorization using Spring Security

    • Deployed the application on AWS EC2 instance

  • Answered by AI
  • Q2. Challenged faced in last project
  • Ans. 

    Integrated a new payment gateway in the project

    • Had to understand the API documentation of the payment gateway

    • Had to modify the existing codebase to integrate the new gateway

    • Had to test the integration thoroughly to ensure it works as expected

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - It had L1 and L2 round. L1 was about general questions and L2 was about your last project and experience.

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:
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 - 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

I applied via LinkedIn and was interviewed in Sep 2022. There were 3 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 - HR 

(2 Questions)

  • Q1. What is your expectations from mindtree ?
  • Q2. As I am fresher I want a good environment to implement my theoretical knowledge to practical.your company also working on Java and I have done multiple projects on Java.
Round 3 - Technical 

(2 Questions)

  • Q1. What does you know about oops
  • Ans. 

    OOPS stands for Object-Oriented Programming System. It is a programming paradigm based on the concept of objects.

    • OOPS is based on four main concepts: Encapsulation, Inheritance, Polymorphism, and Abstraction.

    • Encapsulation is the process of hiding the implementation details of an object from the outside world.

    • Inheritance allows a class to inherit properties and methods from another class.

    • Polymorphism allows objects of d...

  • Answered by AI
  • Q2. So give answer according to you

Interview Preparation Tips

Topics to prepare for LTIMindtree Java Developer interview:
  • OOPS
  • MySQL
Interview preparation tips for other job seekers - Actually we have to decide in which portion is best for you then give the hint to him to ask questions around that portion
Round 1 - Technical 

(1 Question)

  • Q1. Core java , jdbc template, basic rest questions...restcontroller vs controller, springbootappliaction annotation,multithreading.
Round 2 - HR 

(1 Question)

  • Q1. Asks about current salary..gets shocked with current CTC. I tell her my expectations, she says you better go with current offers in hand. Why do I had to go through all interview process if you could not p...

Interview Preparation Tips

Interview preparation tips for other job seekers - Do basic core java,spring,rest questions. Don't interview here...there is no professionalism here while discussing salary.

GoTatva Interview FAQs

How many rounds are there in GoTatva Java Developer interview?
GoTatva interview process usually has 2 rounds. The most common rounds in the GoTatva interview process are Resume Shortlist and Technical.
What are the top questions asked in GoTatva Java Developer interview?

Some of the top questions asked at the GoTatva Java Developer interview -

  1. 8. Can we create private Construct...read more
  2. 5. What is Hashmap &Hashtab...read more
  3. 6. What is inheritan...read more

Tell us how to improve this page.

GoTatva Java Developer Interview Process

based on 1 interview

Interview experience

4
  
Good
View more
Associate Solution Developer
4 salaries
unlock blur

₹2.8 L/yr - ₹4.1 L/yr

Explore more salaries
Compare GoTatva with

Forest Essentials

4.0
Compare

Kama Ayurveda

3.9
Compare

Nykaa

3.5
Compare

Quest Retail Private Limited

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