IntermediatePROBLEM_SOLVING
Imagine you are asked to build a basic personal portfolio page using only HTML and CSS, and it must include a header, navigation menu, project section, and contact section. How would you structure the HTML, and how would you organize your CSS (selectors, classes, layout techniques) to keep the code clean and easy to update later?
Other
General

Sample Answer

I’d start with semantic HTML so the structure is clear: a `<header>` with my name and a `<nav>` list for sections, a `<main>` containing a `<section id="projects">` and `<section id="contact">`, and a simple `<footer>`. Each project would be an `<article>` with a title, short description, and links. For CSS, I’d keep one main file and organize it in sections: reset/base styles, layout, components, and utilities. I’d use class names like `.site-header`, `.nav-list`, `.project-card`, `.contact-form` instead of overusing IDs. For layout, I’d rely on Flexbox for the header/nav and project grid, and a max-width container (e.g., 960–1200px) centered with margin auto. I’d add a couple of mobile-first media queries so the three-column project layout gracefully collapses to two and then one column on smaller screens.

Keywords

Use semantic HTML elements for clear structureOrganize CSS into logical sections with meaningful class namesUse Flexbox and a max-width container for layoutApply mobile-first media queries for responsive project grid
Related Questions

In your resume you note improving or optimizing [a process, KPI, or metric]. What specific baseline metrics did you start from, what steps did you personally take, and how did you verify that the improvement was due to your changes rather than external factors?

IntermediatePROBLEM_SOLVING

Walk me through a recent multi-channel digital marketing campaign you managed end-to-end. How did you set objectives, choose channels, allocate budget, and measure success?

IntermediateBEHAVIORAL

Based on your hydrology and irrigation engineering background, explain how you would estimate the irrigation water requirement for a kharif crop in a semi-arid region of Gujarat. Walk me through each step: from reference evapotranspiration estimation, crop coefficient selection, effective rainfall calculation, to arriving at canal discharge for a given command area.

IntermediateTECHNICAL

In your civil engineering studies, what specific design coursework or project work did you complete related to irrigation channels or canals (e.g., design of lined/unlined canals, distributaries, minors)? Describe one such design in detail, including how you determined discharge, permissible velocity, section dimensions, and lining choice for Gujarat-type soil and climate conditions.

IntermediateTECHNICAL

On your resume you mention working on a cross-functional project (e.g., involving multiple teams or stakeholders). Describe a situation from that project where priorities conflicted—how did you navigate the trade-offs and what was the final outcome?

IntermediateSITUATIONAL