Add office photos
Employer?
Claim Account for FREE

Protex Computer

4.2
based on 27 Reviews
Filter interviews by

Chendur Construction 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 Chendur Construction 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

Q7. Difference between delete vs drop vs truncate?

Ans.

Difference between delete vs drop vs truncate

  • DELETE is used to remove specific rows from a table

  • DROP is used to remove an entire table from the database

  • TRUNCATE is used to remove all rows from a table

  • DELETE can be rolled back, DROP and TRUNCATE cannot be rolled back

  • DELETE is slower than TRUNCATE and DROP

Add your answer

Q8. What is Aggregate Function?

Ans.

Aggregate functions perform calculations on a set of values and return a single value.

  • Used with SELECT statement to return a single value calculated from multiple rows

  • Examples include SUM, AVG, COUNT, MAX, MIN

  • Can be used with GROUP BY clause to group results by a specific column

Add your answer

Q9. Different types of Join?

Ans.

Different types of Join in SQL

  • Inner Join - returns only matching rows from both tables

  • Left Join - returns all rows from left table and matching rows from right table

  • Right Join - returns all rows from right table and matching rows from left table

  • Full Outer Join - returns all rows from both tables

  • Cross Join - returns Cartesian product of both tables

Add your answer
Contribute & help others!
Write a review
Share interview
Contribute salary
Add office photos

Interview Process at Chendur Construction

based on 2 interviews
Interview experience
5.0
Excellent
View more
Interview Tips & Stories
Ace your next interview with expert advice and inspiring stories

Top Interview Questions from Similar Companies

3.7
 • 417 Interview Questions
3.8
 • 257 Interview Questions
3.9
 • 208 Interview Questions
4.1
 • 204 Interview Questions
4.2
 • 141 Interview Questions
4.5
 • 132 Interview Questions
View all
Top Protex Computer Interview Questions And Answers
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

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