Upload Button Icon Add office photos
Engaged Employer

i

This company page is being actively managed by Yotta Tech Ports Team. If you also belong to the team, you can get access from here

Yotta Tech Ports Verified Tick

Compare button icon Compare button icon Compare

Filter interviews by

Yotta Tech Ports Java Developer Interview Questions and Answers

Updated 4 Jul 2024

Yotta Tech Ports Java Developer Interview Experiences

2 interviews found

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

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

Round 1 - One-on-one 

(2 Questions)

  • Q1. Exception Handling, TRy catch,throw and throws key word
  • Q2. Multithreading, Puzless : candles,Water Containers,ropes,fake coin
Round 2 - Group Discussion 

Artificial Intelligence

Interview Preparation Tips

Interview preparation tips for other job seekers - There are Checking both technical and Logical thinking skills

Java Developer Interview Questions & Answers

user image Devendar Marepally

posted on 12 Jun 2024

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

Test-duration: 1hr
time and distance
ages
quantitative aptitude
problem-solving

Round 2 - Group Discussion 

Expected topic on AI
time duration 20 min

Round 3 - Coding Test 

Medium level
time duration: 60 min

Round 4 - Technical 

(2 Questions)

  • Q1. What is propagation
  • Ans. 

    Propagation refers to the process of passing an exception up the call stack until it is caught and handled.

    • Exceptions can be propagated from a method to its caller if not caught and handled within the method.

    • Propagation continues until an appropriate catch block is found to handle the exception.

    • Propagation allows for centralized exception handling in higher-level methods.

    • Example: If a method throws an IOException but d...

  • Answered by AI
  • Q2. What is HashMap. Differ between hashmap and hashset
  • Ans. 

    HashMap is a data structure in Java that stores key-value pairs. HashMap allows null keys and values, and does not maintain order.

    • HashMap uses key-value pairs to store and retrieve data efficiently.

    • HashMap allows null keys and values.

    • HashMap does not maintain order of elements.

    • HashSet is a collection of unique elements, does not allow duplicates.

    • HashSet does not have key-value pairs like HashMap.

  • Answered by AI

Skills evaluated in this interview

Java Developer Interview Questions Asked at Other Companies

asked in Deloitte
Q1. Sort 0 and 1 Problem Statement Given an integer array ARR of size ... read more
Q2. Parent class has run() and walk() . Parent run() - calls walk() C ... read more
asked in Infosys
Q3. Which should be preferred between String and StringBuffer when th ... read more
asked in Deloitte
Q4. Convert BST to Greater Sum Tree Given a Binary Search Tree (BST) ... read more
Q5. 2. What will happen if hashcode only returns a constant? How will ... read more

Interview questions from similar companies

I was interviewed in Jun 2017.

Interview Preparation Tips

Round: Technical Interview
Experience: They asked java basics,
what we wrote in resume will ask
about project
Tips: please prepare basics things

Interview Preparation Tips

Round: Test
Experience: I almost sove 130 question
Duration: 2 hours
Total Questions: 150

Round: Group Discussion
Experience: Problem Solving Algorithms
Duration: 3 hours

Java Developer Interview Questions & Answers

TCS user image vishali ravichandran

posted on 13 Jul 2017

I was interviewed in Jun 2017.

Interview Questionnaire 

2 Questions

  • Q1. The questions are about fully java
  • Q2. About myself, and something about java, then the questions about general topic

Interview Preparation Tips

Round: Technical Interview
Experience: Most of the questions is new for me but I were manage
Tips: Good preparation

Round: HR Interview
Experience: Most of the questions is new for me but I were manage
Tips: Good preparation

College Name: Avvm spc, thanjavur

I was interviewed in Feb 2017.

Interview Questionnaire 

3 Questions

  • Q1. Basic Java questions, OOPs questions, Questions on abstract, Inteface classes, Spring questions, Hibernate questions, Tomcat server questions.
  • Q2. Related to Project in you worked, work experience, how many technology you know about
  • Q3. Hobbies, aspirations, your family background, what you like dislike, Salary negotiation.

Interview Preparation Tips

Round: Technical Interview
Experience: Interview was for 30 minutes duration. They have started with basic concepts like Abstract, Interface etc. Then they moved to core java. Some basic question on core java related to Exceptions, try-catch-finally blocks. Spring MVC basic questions, bean mapping questions. use of tomcat server in eclipse.
Tips: I was lucky at that day.
Interview was more likely of fresher level. I was first in the interview process, interviewer were not ready, so they directly asked few questions to me.
Level of interview was not up to the mark, I prepared for tougher interview, gone thru 500+ questions on core java, spring, hibernate, exceptions and try catch.
0-3 years in java is equivalent to fresher. But you have to be prepared for worst if you really wanted the job.
Before going to the interview, Do hands-on.

Round: Technical + HR Interview
Experience: They call it MR interview.
This interview was on call, after TR, same day. One HR dialed a no. for me.
The person asked about my previous experience in projects, How many technologies I have worked on. Why i am leaving my current employers as I have only 2 years of experience.
How much I am open up to new technologies.
Where i see myself after 5 years.
What are my career aspirations.
How much flexible I am with shifts and work loads.
Tips: Its simple round, You have to be sure why you want this job. give them a very valid reason of your own. Don't copy anybody else's answer. Be confident. If it is on call, speak clearly, maintain pace and voice. They may throw situations and puzzles. be calm, use your mind. Its fine if you don't know about anything. But don't tell directly that you don't know. Try to use all the positive words and phrases.

Round: HR Interview
Experience: They asked some question about myself. about family background. about hobbies and from your resume also, like how many projects you have done.How you are feeling in IT industry. Why this company.
At last salary negotiations. They have started with lowest, 10% hike. and i was expecting 40-50% hike.
I am getting 4 LPA right now, the offered me 5.2LPA at last. I had no options, so i agreed.
But i was very disappointed and tried my best to get more, but they convinced me that it is the best for my role.
Tips: Be confident and look happy, show the joy when you tell about your hobbies. It will lighten up the environment.
Don't insult your previous employer. Defend your current employer if the say something wrong, It a tricky ques

I applied via Naukri.com and was interviewed before May 2021. There was 1 interview round.

Round 1 - Technical 

(1 Question)

  • Q1. Basic java concepts like collection frame work, exception handling

Interview Preparation Tips

Interview preparation tips for other job seekers - Learn basics well, be confident, show you are flexible enough to learn

I applied via Campus Placement and was interviewed before Oct 2020. There was 1 interview round.

Interview Questionnaire 

2 Questions

  • Q1. What is encapsulation ?
  • Ans. 

    Encapsulation is the process of hiding implementation details and providing access to only necessary information.

    • Encapsulation helps in achieving data abstraction and information hiding.

    • It allows for better control over data and prevents unauthorized access.

    • In Java, encapsulation is achieved through the use of access modifiers such as private, public, and protected.

    • For example, a class may have private variables that c...

  • Answered by AI
  • Q2. What is the meaning of string.
  • Ans. 

    A string is a sequence of characters used to represent text in programming.

    • Strings are often used for storing and manipulating text data.

    • In Java, strings are represented by the String class.

    • Strings can be concatenated using the + operator.

    • Strings are immutable, meaning they cannot be changed once created.

    • Examples of string literals include "hello world" and "42".

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - do not tell about salary expectations

Skills evaluated in this interview

I applied via Naukri.com and was interviewed before Jul 2020. There were 3 interview rounds.

Interview Questionnaire 

3 Questions

  • Q1. Questions around oops concepts, spring and hibernate basics
  • Q2. What design pattern you used?
  • Ans. 

    I have used the Singleton design pattern in my Java projects.

    • Singleton pattern ensures that only one instance of a class is created and provides a global point of access to it.

    • It is useful when we want to limit the number of instances of a class to one.

    • Example: Creating a Logger class as a Singleton to ensure only one instance is used throughout the application.

  • Answered by AI
  • Q3. Java 8 features

Interview Preparation Tips

Interview preparation tips for other job seekers - Overall difficulty was average

Skills evaluated in this interview

Interview Questionnaire 

1 Question

  • Q1. What array list and linkedlist difference,how hashmap internally working,what is synchronised and it's type,what is difference between abstract and interface,class loading mechanism in Java, you hat is sin...
  • Ans. 

    Java Developer interview questions covering array list, linkedlist, hashmap, synchronization, abstract vs interface, singleton class, Spring framework, database configuration, and Java 8 features.

    • ArrayList and LinkedList differ in terms of implementation, performance, and usage

    • HashMap uses hashing to store and retrieve key-value pairs

    • Synchronized is used to ensure thread safety and prevent race conditions

    • Abstract class...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - If you are going for java developer then collection is must you need to know,multithreading, oops concepts, strong hands on spring modules like security,aop, transaction with orm framework knowledge with rest api, and database knowledge means writing queries, I f you have all above things then no body will stop you to select in a interview. Best of luck

Skills evaluated in this interview

Yotta Tech Ports Interview FAQs

How many rounds are there in Yotta Tech Ports Java Developer interview?
Yotta Tech Ports interview process usually has 3 rounds. The most common rounds in the Yotta Tech Ports interview process are Group Discussion, Aptitude Test and Coding Test.
What are the top questions asked in Yotta Tech Ports Java Developer interview?

Some of the top questions asked at the Yotta Tech Ports Java Developer interview -

  1. What is HashMap. Differ between hashmap and hash...read more
  2. what is propagat...read more
  3. Exception Handling, TRy catch,throw and throws key w...read more

Tell us how to improve this page.

Yotta Tech Ports Java Developer Interview Process

based on 2 interviews

Interview experience

4.5
  
Good
View more
Associate Software Engineer
12 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Software Engineer
10 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Software Developer
7 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Associate Engineer
5 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Junior Software Engineer
5 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Explore more salaries
Compare Yotta Tech Ports with

Adani Ports and SEZ

3.9
Compare

Essar Ports

4.7
Compare

Jawaharlal Nehru Port Trust

4.3
Compare

Krishnapatnam Port

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