Find Interview Questions for Top Companies
Edifecs Interview Questions and Answers
Ques:- Define ‘ROW_NUMBER()’ in Sql Server?
Right Answer:
`ROW_NUMBER()` is a SQL Server function that assigns a unique sequential integer to rows within a result set, based on a specified order. It is often used in conjunction with the `OVER()` clause to define the ordering of the rows.
Ques:- In a large-scale multi-threaded environment, how might you organise access to a shared resource (such as a database connection)?
Asked In :- jda software, edifecs,
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.
Ques:- How can I rotate an image?
Right Answer:
To rotate an image in Photoshop, select the image layer, then go to the menu and choose Edit > Transform > Rotate. You can also use the shortcut Ctrl + T (Cmd + T on Mac) to enter Free Transform mode, then move your cursor near a corner until it turns into a curved arrow, and drag to rotate.
Ques:- What is imported Style Sheet? How to link?
Right Answer:
An imported style sheet is a CSS file that is included in another CSS file using the `@import` rule. To link it, you can use the following syntax in your CSS file:

```css
@import url("styles.css");
```

Alternatively, you can link a CSS file directly in an HTML document using the `<link>` tag:

```html
<link rel="stylesheet" href="styles.css">
```
Ques:- What is the DOM?
Right Answer:
The DOM (Document Object Model) is a programming interface that represents the structure of a web document as a tree of objects, allowing scripts to manipulate the content, structure, and style of the document dynamically.
AmbitionBox Logo

What makes Takluu valuable for interview preparation?

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