Upload Button Icon Add office photos

Filter interviews by

TerraCIS Technologies Java Developer Interview Questions and Answers

Updated 13 May 2018

TerraCIS Technologies Java Developer Interview Experiences

1 interview found

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

Interview Questionnaire 

6 Questions

  • Q1. Describing ourself
  • Ans. 

    I am a highly skilled Java Developer with a passion for creating efficient and scalable applications.

    • Strong knowledge of Java programming language

    • Experience in developing web applications using Java frameworks like Spring

    • Proficient in database management and SQL

    • Familiarity with Agile development methodologies

    • Excellent problem-solving and analytical skills

  • Answered by AI
  • Q2. Basic communication skills
  • Q3. About myself
  • Q4. Core java related questions mostly from collection and string some programs to write
  • Q5. Knowledge of database SQL queries of. Creating table dB and inserting values to that table ,write queries for all of these
  • Q6. Why I want to change

Interview Preparation Tips

Round: Resume Shortlist
Experience: Should be working on Java ,
Aggregate percentage should be grater then 60% and be should be open to learn by extra carricural

General Tips: If you are going for any job interview be sure what you write in resume you need to know it and always remember why you are going to attend that interview.
Ball should be in your court never let interviewer kick it anyware.
Be updated about latest technology you are working in and if you don't know the answer just accept it. And if anyone ask you that any point regarding team and environment I think we need to be like water and environment always need us.
Skills: Communication, Body Language, Problem Solving, Analytical Skills, Leadership, Presentation Skills, Time Management, Decision Making Skills
Duration: 1-4 weeks

Interview questions from similar companies

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

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

Round 1 - One-on-one 

(2 Questions)

  • Q1. Technical round 1 was around java, microservices and your project.
  • Q2. He asked me simple java programs to check my logic programs were to check a number is palindrome or not and java streams programs
Round 2 - Technical 

(1 Question)

  • Q1. He asked me about project. How you used authentication in projects. Java core basics. Some tricky scenarios, solid principles and playing around oops concepts and its practical application

Interview Preparation Tips

Interview preparation tips for other job seekers - It was very good experience
Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(1 Question)

  • Q1. How hashmap works internally
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Naukri.com and was interviewed in Mar 2024. There were 3 interview rounds.

Round 1 - Technical 

(1 Question)

  • Q1. Based on the resume
Round 2 - Technical 

(1 Question)

  • Q1. Scenario based questions
Round 3 - HR 

(1 Question)

  • Q1. Package discussion
Interview experience
2
Poor
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
No response

I applied via Naukri.com and was interviewed in Oct 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 - One-on-one 

(8 Questions)

  • Q1. Explain OOPs concepts.
  • Ans. 

    OOPs concepts are fundamental principles of object-oriented programming that help in designing and implementing software solutions.

    • Encapsulation: Bundling data and methods together in a class.

    • Inheritance: Creating new classes by inheriting properties and behaviors from existing classes.

    • Polymorphism: Ability of an object to take on many forms.

    • Abstraction: Hiding complex implementation details and providing a simplified ...

  • Answered by AI
  • Q2. Write a program to count occurance the letter in a string.
  • Ans. 

    This program counts the occurrence of each letter in a given string.

    • Use a HashMap to store the count of each letter.

    • Iterate through the characters of the string and update the count in the HashMap.

    • Finally, print the count of each letter.

  • Answered by AI
  • Q3. Write a SQL query to find third highest salary from employee table.
  • Ans. 

    SQL query to find third highest salary from employee table.

    • Use the ORDER BY clause to sort the salaries in descending order

    • Use the LIMIT clause to limit the result to the third row

    • Use a subquery to exclude the highest and second highest salaries

  • Answered by AI
  • Q4. Difference between Array and arraylist.
  • Ans. 

    Array is a fixed-size data structure while ArrayList is a dynamic-size data structure in Java.

    • Array has a fixed length, while ArrayList can grow dynamically.

    • Array can store both primitive types and objects, while ArrayList can only store objects.

    • Array uses square brackets [] for declaration, while ArrayList uses angle brackets <>.

    • Array provides direct access to elements using index, while ArrayList provides methods for...

  • Answered by AI
  • Q5. Explain working of Arraylist.
  • Ans. 

    ArrayList is a dynamic array that can grow or shrink in size. It stores objects and provides methods for adding, removing, and accessing elements.

    • ArrayList is part of the Java Collections Framework.

    • It is implemented as a resizable array.

    • Elements can be added using the add() method.

    • Elements can be accessed using the get() method.

    • Elements can be removed using the remove() method.

    • The size() method returns the number of el...

  • Answered by AI
  • Q6. What is the default size of an arraylist.
  • Ans. 

    The default size of an ArrayList is 10.

    • The default initial capacity of an ArrayList is 10.

    • If the number of elements exceeds the initial capacity, the ArrayList automatically increases its size.

    • The capacity of an ArrayList can be increased manually using the ensureCapacity() method.

  • Answered by AI
  • Q7. Some questions from my resume about my previous experience.
  • Q8. The interviewer was stupid and in my opinion they are just wasting your precious time. After the interview they don't provide any updates about the interview.

Interview Preparation Tips

Interview preparation tips for other job seekers - Study core Java in depth and some famous SQL questions.

Skills evaluated in this interview

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

(1 Question)

  • Q1. Mainly focus on project and collection and oops concept
Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. About Java, J2ee, Mysql, Spring-core, Spring-mvc, Spring-boot
  • Q2. About java, j2EE, My-sql, Spring-core, Spring-mvc, Spring-boot
Interview experience
3
Average
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via Campus Placement and was interviewed in Mar 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 - Group Discussion 

ChatGPT is the topic of group discussion and this interview scheduled by CDAC mumbai

Round 3 - Technical 

(1 Question)

  • Q1. What is spring boot I which file we give database connection
  • Ans. 

    Spring Boot is a framework that simplifies the development of Java applications by providing pre-configured settings and tools.

    • Spring Boot is used to create stand-alone, production-grade Spring-based Applications.

    • Database connection details are typically provided in the application.properties or application.yml file.

    • Example: spring.datasource.url=jdbc:mysql://localhost:3306/mydatabase

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Just do things more on project like annotations

Skills evaluated in this interview

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

I applied via Naukri.com and was interviewed in Mar 2023. 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 - Coding Test 

Basic core Java mcqs and aptitude questions

Round 3 - Technical 

(1 Question)

  • Q1. Questions on core Java,spring MVC,spring boot , hibernate and msql

Java Developer Interview Questions & Answers

NSE.IT user image Himanshu Vishwakarma

posted on 10 Apr 2024

Interview experience
3
Average
Difficulty level
Easy
Process Duration
2-4 weeks
Result
Selected Selected

I applied via Referral and was interviewed in Mar 2024. There were 3 interview rounds.

Round 1 - Technical 

(1 Question)

  • Q1. Basic Java, Collections, etc
Round 2 - Technical 

(1 Question)

  • Q1. Same Basic Java, collections, etc
Round 3 - HR 

(1 Question)

  • Q1. Basic discussion

Interview Preparation Tips

Interview preparation tips for other job seekers - Keep this company as a last option, as a java developer it was desk job working 6 days and after clearing all rounds they offer me best 3% hike before interview I told them 30-50% hike HR agreed but got 3% hike rubbish. Don't join I got the offer happily declined it. Please don't waste your time.

TerraCIS Technologies Interview FAQs

How to prepare for TerraCIS Technologies Java Developer interview?
Go through your CV in detail and study all the technologies mentioned in your CV. Prepare at least two technologies or languages in depth if you are appearing for a technical interview at TerraCIS Technologies . The most common topics and skills that interviewers at TerraCIS Technologies expect are Core Java, Hibernate, IOC, J2Ee and JBoss.
What are the top questions asked in TerraCIS Technologies Java Developer interview?

Some of the top questions asked at the TerraCIS Technologies Java Developer interview -

  1. Describing ours...read more
  2. Knowledge of database SQL queries of. Creating table dB and inserting values to...read more
  3. Core java related questions mostly from collection and string some programs to ...read more

Tell us how to improve this page.

TerraCIS Technologies Java Developer Salary
based on 29 salaries
₹1.4 L/yr - ₹8.9 L/yr
7% more than the average Java Developer Salary in India
View more details

TerraCIS Technologies Java Developer Reviews and Ratings

based on 5 reviews

3.3/5

Rating in categories

2.0

Skill development

2.7

Work-Life balance

2.8

Salary & Benefits

2.6

Job Security

2.3

Company culture

1.8

Promotions/Appraisal

1.8

Work Satisfaction

Explore 5 Reviews and Ratings
Java Developer
29 salaries
unlock blur

₹1.5 L/yr - ₹8.9 L/yr

Senior Software Engineer
21 salaries
unlock blur

₹6.2 L/yr - ₹17 L/yr

Engineer
21 salaries
unlock blur

₹2.4 L/yr - ₹7.8 L/yr

Officer
18 salaries
unlock blur

₹2.7 L/yr - ₹6.1 L/yr

Software Engineer
17 salaries
unlock blur

₹2.7 L/yr - ₹7.6 L/yr

Explore more salaries
Compare TerraCIS Technologies with

Infosys

3.7
Compare

TCS

3.7
Compare

Wipro

3.7
Compare

HCLTech

3.6
Compare

Calculate your in-hand salary

Confused about how your in-hand salary is calculated? Enter your annual salary (CTC) and get your in-hand salary
Did you find this page helpful?
Yes No
write
Share an Interview