Find Interview Questions for Top Companies
Delite software technologies pvt ltd Interview Questions and Answers
Ques:- Sql queries on Join, C, Data Structures (Mostly linked list, stack, queues), Basics of SDLC and Testing.
Right Answer:
To answer SQL queries on joins, you can use the following examples:

1. **Inner Join**:
```sql
SELECT a.column1, b.column2
FROM tableA a
INNER JOIN tableB b ON a.common_column = b.common_column;
```

2. **Left Join**:
```sql
SELECT a.column1, b.column2
FROM tableA a
LEFT JOIN tableB b ON a.common_column = b.common_column;
```

3. **Right Join**:
```sql
SELECT a.column1, b.column2
FROM tableA a
RIGHT JOIN tableB b ON a.common_column = b.common_column;
```

4. **Full Outer Join**:
```sql
SELECT a.column1, b.column2
FROM tableA a
FULL OUTER JOIN tableB b ON a.common_column = b.common_column;
``
Ques:- How do I combine multiple sheets into one?
Right Answer:
To combine multiple sheets into one in CSS, you can use the `@import` rule to import styles from different CSS files into a single main stylesheet. Alternatively, you can manually copy and paste the CSS rules from each sheet into one file.
Ques:- Document Style Semantics and Specification Language (DSSSL)?
Right Answer:
Document Style Semantics and Specification Language (DSSSL) is a language used for specifying the style and formatting of documents written in SGML (Standard Generalized Markup Language) and XML. It allows for the separation of content from presentation, enabling the transformation and rendering of documents in various formats.
Ques:- What is the diffrence between HTML & DHTML…?
Right Answer:
HTML (HyperText Markup Language) is a static markup language used to create the structure of web pages, while DHTML (Dynamic HTML) is an extension of HTML that allows for dynamic changes to the content and layout of a web page using a combination of HTML, CSS, and JavaScript.
Ques:- Give me an example of a situation when you went the extra mile for a customer?
Right Answer:
In a previous project, a client needed a last-minute design change for a presentation. I worked late into the night to revise the layout and ensure it was visually appealing and aligned with their brand. The client was thrilled with the result and expressed gratitude for my dedication.
AmbitionBox Logo

What makes Takluu valuable for interview preparation?

1 Lakh+
Companies
6 Lakh+
Interview Questions
50K+
Job Profiles
20K+
Users