Add office photos
Engaged Employer

Posidex Technologies

4.4
based on 34 Reviews
Filter interviews by

Interview Questions and Answers

Updated 12 Jun 2024

Q1. Find the number of rectangles formed if no of squares are given. Write a program for that!

Ans.

The number of rectangles formed can be calculated using the formula n*(n+1)*(2n+1)/6.

  • Use the formula n*(n+1)*(2n+1)/6 to calculate the number of rectangles.

  • The number of squares can be used as the value of n in the formula.

  • Consider all possible combinations of squares to form rectangles.

Add your answer

Q2. What is join and it's syntax?

Ans.

Join is used to combine rows from two or more tables based on a related column between them.

  • Join is used to retrieve data from multiple tables.

  • Syntax: SELECT column_name(s) FROM table1 JOIN table2 ON table1.column_name = table2.column_name;

  • Types of joins: INNER JOIN, LEFT JOIN, RIGHT JOIN, FULL OUTER JOIN, CROSS JOIN.

  • Example: SELECT customers.name, orders.order_date FROM customers JOIN orders ON customers.customer_id = orders.customer_id;

Add your answer

Q3. What is constrain?, Whatis DDL?

Ans.

Constrain is a rule that restricts the values in a database column. DDL is a set of SQL commands used to create, modify, and delete database objects.

  • Constrains ensure data integrity and prevent invalid data from being inserted into a database.

  • DDL includes commands like CREATE, ALTER, and DROP to manage database objects like tables, indexes, and views.

  • Constrains are defined using DDL commands like CHECK, UNIQUE, and FOREIGN KEY.

  • DDL is used to define the structure of a database...read more

Add your answer

Q4. What are exceptions?

Ans.

Exceptions are unexpected events that occur during the execution of a program and disrupt the normal flow of the program.

  • Exceptions are used to handle errors and other exceptional conditions in a program.

  • They can be caught and handled using try-catch blocks.

  • Examples of exceptions include NullPointerException, ArrayIndexOutOfBoundsException, and IOException.

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

Q5. linked list in Java

Ans.

A linked list is a data structure in Java that consists of a sequence of nodes, each containing a reference to the next node.

  • Linked list is a dynamic data structure that can grow or shrink during runtime

  • It can be singly linked or doubly linked

  • Insertion and deletion operations are faster compared to arrays

  • Traversal of linked list is slower compared to arrays

  • Example: LinkedList class in Java

Add your answer

Q6. What is depreciation

Ans.

Depreciation is the allocation of the cost of a tangible asset over its useful life.

  • Depreciation is a non-cash expense that reflects the decrease in value of an asset over time.

  • It is used to spread the cost of an asset over its useful life for accounting and tax purposes.

  • Common methods of calculating depreciation include straight-line, double declining balance, and units of production.

  • Examples of depreciable assets include buildings, machinery, vehicles, and equipment.

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

Interview Process at null

based on 4 interviews in the last 1 year
Interview experience
3.3
Average
View more
Interview Tips & Stories
Ace your next interview with expert advice and inspiring stories

Top Interview Questions from Similar Companies

4.0
 • 460 Interview Questions
3.9
 • 458 Interview Questions
4.2
 • 206 Interview Questions
3.9
 • 153 Interview Questions
3.7
 • 135 Interview Questions
4.3
 • 131 Interview Questions
View all
Top Posidex Technologies 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
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