Find Interview Questions for Top Companies
Px Interview Questions and Answers
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.
Ques:- What is the Need for CSS ?
Right Answer:
CSS is needed to separate content from presentation, allowing for better design control, improved website performance, easier maintenance, and consistent styling across multiple pages.
Ques:- Explain about stress analysis?
Right Answer:
Stress analysis in the context of design and user interface refers to evaluating how users interact with a design under various conditions, identifying areas where users may feel overwhelmed or frustrated. It involves assessing the usability and emotional responses to ensure the interface is intuitive and user-friendly, minimizing cognitive load and enhancing overall user experience.
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:- How do I change the title of a framed document?
Right Answer:

If you’re working with HTML frames (using <frame> or <iframe>):

  1. Access the framed document via JavaScript from the parent page.

  2. Set the title of the framed (child) document using document.title.

Ques:- What is a lossy technique in multimedia?
Right Answer:

A lossy format is a method of compression often used when dealing with multimedia (such as images, audio or video) files which permanently removes some of the data in the original file in order to reduce the file size. This results in reduced file sizes, but with some quality loss that may be more or less apparent.

 

Ques:- What is the difference between HTTP and HTTPS?
Right Answer:
Feature HTTP HTTPS
Full Form HyperText Transfer Protocol HyperText Transfer Protocol Secure
Security Not secure (data is unencrypted) Secure (data is encrypted using SSL/TLS)
URL Prefix http:// https://
Padlock Icon ❌ Not shown ✅ Shown in browser address bar
Use Case Basic websites without sensitive info Secure sites like login pages, e-commerce

✅ Tip: Always use HTTPS to protect user data and improve SEO.

Would you like this formatted in HTML for your website?

Ques:- The F601/N6006 had a special control to set the fill-flash option on the body; Is there a similar way to set fill levels on the F90x/N90s and SB-28 combo?
Right Answer:

Yes, the Nikon F90x (also known as N90s) combined with the SB-28 Speedlight does allow for setting fill-flash levels, though not exactly in the same way as the F601/N6006.

Here’s how you can set fill-flash with the F90x and SB-28 combo:

  1. Use Flash Exposure Compensation (FEC):

    • On the SB-28: Press the “–” or “+” buttons to set flash exposure compensation directly on the flash unit.

    • On the F90x: You can also set exposure compensation on the camera body to adjust ambient light independently.

  2. TTL Mode:

    • When the SB-28 is in TTL mode and mounted on the F90x, the camera automatically balances the flash for fill when shooting in Program (P) or Aperture Priority (A) mode.

  3. Manual Control:

    • For more control, you can switch the SB-28 to Manual mode and adjust flash output manually based on your scene requirements.

  4. Note on Matrix Metering:

    • The F90x with 3D Matrix Metering and D lenses can intelligently balance fill-flash automatically in many situations without manual compensation.

Ques:- What is so special about HTML5?
Right Answer:

HTML5 is special because it introduced powerful new features that made websites more interactive, media-rich, and mobile-friendly. Key highlights:

- Built-in support for audio and video without plugins
- New semantic tags (like <article>, <section>) for better structure
- Improved form controls (date pickers, sliders, etc.)
- Offline storage and faster performance
- Better mobile and cross-platform support

In short: HTML5 made web development cleaner, faster, and more flexible.

Ques:- How do I create a link that opens a new window?
Right Answer:
To create a link that opens a new window, use the following HTML code:

```html
<a href="https://www.example.com" target="_blank">Open Example</a>
```
Ques:- What is seo?
Right Answer:
SEO, or Search Engine Optimization, is the practice of improving a website's visibility on search engines like Google, so that it ranks higher in search results and attracts more organic traffic.
Ques:- How to create emails links?
Comments
DK BOSS Jul 30, 2021

Highlight the text you want to link, click the link icon, and select "Email" from the drop-down.
(Optional) Edit the text you want to display as the link.
Enter the email address you want contacts to send to in the Email address field.
Click Insert.
Click Done.

Ques:- What is telecom
Right Answer:
Telecom, short for telecommunications, refers to the transmission of information over distances for communication. It includes various technologies such as telephone, internet, radio, and television that enable the exchange of data and voice.
Ques:- What the difference between smart and hard work.
Right Answer:
Smart work focuses on efficiency and effectiveness, using strategies and planning to achieve goals, while hard work emphasizes putting in a lot of effort and time, regardless of the approach.
Ques:- What you mean by pseudo classes in CSS?
Right Answer:
Pseudo-classes in CSS are special keywords added to selectors that specify a special state of an element. They allow you to style elements based on their state, such as `:hover` for when a user hovers over an element, or `:focus` for when an element is selected.
Ques:- Can you name the responsibilities of the user, the customer and the developer in the requirements process?
Right Answer:
**User Responsibilities:** Provide clear and detailed needs, feedback, and participate in discussions.

**Customer Responsibilities:** Define project goals, prioritize requirements, and ensure alignment with business objectives.

**Developer Responsibilities:** Analyze requirements, propose solutions, document specifications, and implement the agreed-upon features.
Ques:- Why we are using pages Statics in Website?
Right Answer:
We use static pages in a website for faster loading times, improved SEO, easier caching, and reduced server load, as they serve the same content to all users without requiring dynamic processing.
AmbitionBox Logo

What makes Takluu valuable for interview preparation?

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