Add office photos
Employer?
Claim Account for FREE

Protex Computer

4.2
based on 27 Reviews
Filter interviews by

Thermodynamic Services Interview Questions and Answers

Updated 18 Jun 2024

Q1. Give collection framework overview. Why should we use list over other collection methodologies?

Ans.

Collection framework provides interfaces and classes to store and manipulate groups of objects. Lists are preferred for ordered collections.

  • Lists maintain insertion order and allow duplicates

  • Lists provide indexed access to elements

  • Lists are suitable for scenarios where elements need to be accessed by index or need to be inserted/removed frequently

Add your answer

Q2. Do you know struts? How do we use struts with Java?

Ans.

Struts is a framework used for developing Java web applications.

  • Struts is a framework that implements the Model-View-Controller (MVC) design pattern.

  • It provides a set of JSP custom tags to help developers create interactive web applications.

  • Struts configuration is typically done using XML files.

  • Struts actions are Java classes that handle requests from the user and interact with the model.

  • Struts is often used in combination with other technologies like Hibernate or Spring.

  • Exam...read more

Add your answer

Q3. Do you have any idea of SQL? What is DDL and DML in SQL? Explain with example.

Ans.

Yes, SQL is a standard language for managing databases. DDL is for defining structure, DML is for manipulating data.

  • DDL stands for Data Definition Language and is used to define the structure of database objects like tables, indexes, etc.

  • DML stands for Data Manipulation Language and is used to manipulate data in the database like inserting, updating, deleting records.

  • Example of DDL: CREATE TABLE Employees (ID INT, Name VARCHAR(50), Salary DECIMAL(10,2));

  • Example of DML: INSERT...read more

Add your answer

Q4. What are the different type of joins? Why we use joins and how?

Ans.

Different types of joins in SQL are inner join, left join, right join, and full outer join.

  • Inner join: Returns rows when there is at least one match in both tables.

  • Left join: Returns all rows from the left table and the matched rows from the right table.

  • Right join: Returns all rows from the right table and the matched rows from the left table.

  • Full outer join: Returns rows when there is a match in one of the tables.

  • Joins are used to combine rows from two or more tables based o...read more

Add your answer
Discover Thermodynamic Services interview dos and don'ts from real experiences

Q5. Tell me about the JDK. Is Java runs on JDK or any other tool is required? Explain why?

Ans.

JDK stands for Java Development Kit. Java runs on JDK and no other tool is required.

  • JDK is a software development kit used for developing Java applications.

  • It includes tools such as Java compiler, JRE, and other development tools.

  • Java runs on JDK as it provides all the necessary tools and libraries for compiling, debugging, and running Java programs.

Add your answer

Q6. Do you know JSP? Explain the lifecycle of JSP?

Ans.

Yes, JSP stands for JavaServer Pages. It is a technology used to create dynamic web pages.

  • JSP lifecycle includes translation, compilation, initialization, execution, and destruction phases.

  • During translation phase, JSP engine generates a servlet from the JSP page.

  • Compilation phase involves compiling the generated servlet into bytecode.

  • Initialization phase initializes the servlet, including calling the init() method.

  • Execution phase involves processing client requests and gener...read more

Add your answer
Contribute & help others!
Write a review
Share interview
Contribute salary
Add office photos
Interview Tips & Stories
Ace your next interview with expert advice and inspiring stories

Top Software Developer Interview Questions from Similar Companies

4.2
 • 136 Interview Questions
3.6
 • 48 Interview Questions
3.9
 • 40 Interview Questions
3.7
 • 33 Interview Questions
4.4
 • 33 Interview Questions
3.8
 • 15 Interview Questions
View all
Share an Interview
Stay ahead in your career. Get AmbitionBox app
qr-code
Helping over 1 Crore job seekers every month in choosing their right fit company
70 Lakh+

Reviews

5 Lakh+

Interviews

4 Crore+

Salaries

1 Cr+

Users/Month

Contribute to help millions
Get AmbitionBox app

Made with ❤️ in India. Trademarks belong to their respective owners. All rights reserved © 2024 Info Edge (India) Ltd.

Follow us
  • Youtube
  • Instagram
  • LinkedIn
  • Facebook
  • Twitter