September 7, 2026
The First IT Meeting Survival Guide: What Nobody Tells You Before You Log In
From awkward silences to confident contributions โ everything I wish someone had explained to me before my first standup

By Eshita Nandy
12 min read
The Day I Froze on Mute
It was 9:58 AM. My laptop camera light blinked green. My hands were sweating a little, even though I hadn't done anything yet.
I had joined the company two weeks earlier. My badge was still shiny. My onboarding checklist was still half-ticked. And in two minutes, I was about to attend my very first "official" meeting โ a daily standup call.
I had no idea what that meant.
Was I supposed to talk? Was I supposed to just listen? Should I turn my camera on? Should I say "good morning" to everyone or just wait for someone to notice me?
Nobody had told me. My manager had simply dropped a calendar invite titled "Daily Standup โ 10:00 AM" and moved on with her day. I assumed everyone else in the meeting already knew what to do, because, well, they had been doing this for years. I was the only one who felt lost.
When the call started, people jumped straight into talking. "Yesterday I finished the API integration. Today I'll work on the login module. No blockers." Then the next person spoke. Then the next. It sounded like a script everyone had memorized except me.
When it was my turn, I said something like, "Um, I read some documentation yesterday... today I'll continue reading... no blockers I think?"
Nobody laughed at me. Nobody corrected me either. But I could feel that I had missed something โ some invisible rulebook that everyone else seemed to be following.
That day, I promised myself I would figure out this "meeting etiquette" thing, even if nobody was going to teach it to me directly. This article is everything I learned after that โ the mistakes, the small wins, and the unwritten rules of surviving your first meetings in an IT company.
If you are new to the industry, a fresher, a career switcher, or even someone who has worked for a while but still feels a bit unsure in meetings, this one is for you.
Why Nobody Explains This to You
Here's the strange truth about corporate IT culture: technical skills are taught in great detail. You get training on coding standards, tools, frameworks, and processes. But meeting behavior? That is treated as "common sense" โ something you are just supposed to absorb by watching others.
The problem is, common sense is not actually common. It is built from experience. And if this is your first job, or your first time working with a corporate client, you simply haven't had the experience yet.
Senior employees don't explain meeting etiquette because, to them, it feels obvious. They forget that they also struggled with it once. So the unspoken rules quietly pass from senior to senior, while juniors are left to guess.
This guide is my attempt to break that cycle. Let's go through the five most common types of meetings you will face in your first few months in IT โ standups, status calls, client demos, requirement sessions, and UAT discussions โ and talk about how to actually handle each one with confidence.
Standups: The Fifteen-Minute Ritual
Let's start with the one almost every IT professional deals with daily โ the standup.
A standup is usually a short daily meeting, often exactly fifteen minutes, sometimes even done while literally standing up (hence the name) in older office cultures. Its entire purpose is simple: keep the team aligned on what is happening, without wasting a full hour doing it.
In most standups, each person answers three quiet questions, even if nobody says them out loud:
What did I complete since the last standup? What am I planning to do before the next one? Is there anything stopping me from moving forward?
That's it. It is not a place to explain your entire thought process. It is not a debugging session. It is not the time to ask your teammate for help with a tricky piece of code โ that conversation should happen separately, after the standup, not during it.
When I was new, my biggest mistake was treating the standup like a report card. I would try to explain everything I had read, every small doubt I had, every tiny task, hoping it would make me look hardworking. In reality, it made the meeting drag on, and people quietly wished I would finish faster.
The better approach I eventually learned was this: keep it short, keep it factual, and keep it forward-looking. Instead of "I read some documentation about APIs, then I got confused about authentication, then I asked a senior, then I tried again," you simply say, "I explored the API authentication flow yesterday. Today I'll implement the login integration. No blockers currently."
If you genuinely have a blocker, say it clearly and briefly. Something like, "I'm blocked on database access โ waiting for credentials from the infra team." Do not use the standup to solve the blocker in detail. Just flag it. The person who can help you will usually message you right after the call.
One more small but important thing โ be on time. Standups often start exactly on the dot, and walking in two minutes late, even quietly, tends to get noticed more than you'd expect.
Status Calls: When People Want Updates, Not Excuses
Status calls are the bigger cousin of standups. While standups are usually just for your immediate team, status calls often include managers, project leads, or even people from other departments. They happen weekly, sometimes even daily on high-pressure projects, and their tone is a little more formal.
Here is something I learned the hard way: in a status call, people are not asking you what you did because they are curious about your day. They are asking because they need to track whether the project is on schedule.
This changes how you should speak. In a status call, honesty matters far more than sounding impressive. If a task is delayed, say so clearly, along with the reason and, if possible, a new expected date. Managers deal with surprises badly. What they hate far more than a delay is finding out about a delay at the very last moment, right before a deadline.
I once tried to hide a delay in my task because I was embarrassed to admit I was stuck. I kept saying "on track" for two status calls in a row, hoping I would somehow catch up. I didn't. When the actual deadline arrived and the task wasn't done, it created a much bigger problem than if I had simply said, two weeks earlier, "I'm running a bit behind because of an unexpected issue, and I might need one extra day."
So here is the golden rule for status calls: give real updates, not comfortable ones. If something is going well, say so briefly. If something isn't, say so honestly, along with what you are doing about it. Nobody expects perfection. Everybody expects honesty.
Also, avoid using status calls to explain deep technical details unless specifically asked. If a manager wants a status update and you respond with ten minutes of code-level explanation, you will lose the room's attention very quickly. Save the technical depth for a smaller, focused conversation afterward.
Client Demos: Your Moment to Shine, Carefully
Client demos are a different kind of pressure altogether. This is when you, or your team, show the actual client what has been built. Unlike internal meetings, the audience here is not just your manager โ it's the person or company paying for the project.
The first thing to understand about client demos is that clients usually don't care about your code. They care about whether the product does what they asked for, in a way that feels smooth and understandable to them.
Before my first demo, a senior colleague gave me one piece of advice that stuck with me forever: "Practice the demo like it's a small performance, not a casual walkthrough." At the time, it sounded a bit dramatic. But she was right.
A good demo has a simple structure. You explain what you are about to show, in one sentence. You show it, calmly, without rushing through clicks. You explain what the client is seeing, in plain language, avoiding unnecessary technical jargon. And you leave space at the end for questions.
One mistake many beginners make, myself included, is narrating every tiny technical detail during a demo โ mentioning database names, backend logic, or internal file structures the client never asked about and doesn't need to know. This doesn't make you look smart. It usually just confuses the client and makes the demo feel slower than it needs to be.
Another important thing is handling the unexpected. Sometimes, during a live demo, something breaks. A button doesn't respond, a page loads slowly, or a feature behaves oddly because of a last-minute change. This happens to even the most experienced professionals. The key is to stay calm, acknowledge it simply ("looks like we're hitting a small glitch here, let me note it down and we'll get back to you") and move forward rather than panicking or trying to fix it live in front of the client.
Clients remember confidence and clarity far more than they remember a small technical hiccup.
Requirement Sessions: Where Most Confusion Begins
If demos are about showing what's been built, requirement sessions are about figuring out what needs to be built in the first place. These meetings usually happen at the start of a project, or whenever new features are being planned, and they involve business analysts, product owners, or sometimes the client directly.
Here's something that took me a while to understand: requirement sessions are not the place to stay quiet just because you are new. In fact, staying too quiet in this kind of meeting can actually create bigger problems later.
The reason is simple. Requirements are often described in business language, not technical language. A client might say something like, "We want users to be notified when their order is delayed." That sentence sounds simple, but it opens up dozens of technical questions. Notified how โ email, SMS, in-app message? Delayed by how much time before the notification triggers? Should it happen once or repeatedly?
If these questions aren't asked during the requirement session, developers end up guessing later, and guesses are rarely correct. This is where a huge portion of rework in IT projects actually comes from โ not bad coding, but unclear requirements that nobody clarified early enough.
So even as a newcomer, if something is unclear to you, it is worth asking, politely and specifically. You don't have to sound like an expert. You can simply say, "Just to clarify, when you say notification, do you mean an email, an app alert, or both?" Questions like this don't make you look inexperienced. They usually make you look attentive.
It also helps to take notes during requirement sessions, even if someone else is officially documenting them. Writing things down in your own words helps you actually understand and remember them, rather than nodding along and hoping it makes sense later.
UAT Discussions: The Final Checkpoint
UAT stands for User Acceptance Testing. This is the stage where the client, or real end users, test the finished product to confirm it actually does what was promised โ before it goes live for the whole world to use.
UAT discussions are meetings where the results of that testing are reviewed. The client might report bugs, mismatched expectations, or things that don't behave the way they imagined. And here is the important part: this meeting can feel very different depending on how you approach it.
Early in my career, I noticed that some of my colleagues treated UAT feedback almost personally, as if every reported bug was an attack on their coding skills. This made these meetings tense and, honestly, a little uncomfortable for everyone involved.
Over time, I learned that the healthiest way to sit through a UAT discussion is to separate the bug from the person. A bug is not a judgment on your intelligence. It is simply a mismatch between expectation and reality, and the entire purpose of UAT is to find these mismatches before real users do.
When a client raises an issue during UAT, the best response is calm acknowledgment, not defensiveness. Something like, "Got it, we'll look into this and update you," works far better than trying to explain, in the moment, why the bug isn't really your fault or why it happened due to some technical limitation the client doesn't care about.
It's also worth remembering that UAT is a collaborative stage, not a confrontational one. Both the client and the development team want the same final outcome โ a product that actually works well. Keeping that shared goal in mind makes these discussions feel less like a courtroom and more like a team huddle.
The Quiet Rules That Apply to Every Meeting
Beyond the specific type of meeting, there are a few unwritten rules that apply almost everywhere in IT culture, regardless of whether it's a standup, a client demo, or a UAT call.
First, always join a few minutes early, especially for anything involving a client. Technical issues with audio or video can happen, and joining early gives you a buffer to fix them without holding up the whole meeting.
Second, mute yourself when you are not speaking, particularly in larger meetings. Background noise, even something as small as typing or a chair creaking, is more distracting on a call than people realize.
Third, avoid multitasking during meetings, even if the temptation is strong. It is usually obvious when someone is distracted โ their responses come a beat too late, or they ask something that was already answered thirty seconds earlier.
Fourth, if you don't understand something, it's almost always better to ask than to nod along silently. Confusion that isn't voiced in the meeting doesn't disappear โ it just resurfaces later, usually at a worse time, like right before a deadline.
And finally, remember that every meeting has a purpose, even the ones that feel repetitive. A standup exists to keep the team aligned. A status call exists to track progress honestly. A demo exists to show real value. A requirement session exists to prevent future confusion. And UAT exists to catch problems before they reach real users. Once you understand the "why" behind a meeting, the "how" becomes much easier to figure out.
The Turning Point
A few months after that awkward, sweaty-palmed first standup, I found myself in a very different kind of meeting โ a client demo for a feature I had built almost entirely on my own.
I remember pausing before I started sharing my screen, taking one slow breath, and thinking back to that very first call where I hadn't even known if I was supposed to speak or stay silent. This time, I knew exactly what to do. I explained what I was about to show in one clear sentence. I walked the client through it calmly. When they asked a question I hadn't fully anticipated, I didn't panic โ I simply said I'd confirm the exact behavior and follow up, instead of guessing on the spot.
After the call, my manager sent a short message: "Good demo. Clear and confident."
It wasn't a huge moment in the grand scheme of a career. But for me, it was proof that meeting etiquette isn't some mysterious talent certain people are simply born with. It's a skill, quietly built one awkward meeting at a time, through noticing what works, what doesn't, and slowly adjusting.
The Two-Minute Cheat sheet Before You Log In
If all of this feels like a lot to remember on your very first day, here is the shortened version โ the one I wish I could have glanced at thirty seconds before that first standup, instead of learning it the slow way over several months.
Before any IT meeting, quickly ask yourself what kind of meeting this actually is, because that alone tells you how to behave. If it's a standup, keep your update to three short lines โ done, doing, blocked โ and save any real discussion for after the call. If it's a status call, be honest about delays before anyone has to ask, and skip the deep technical detail unless someone specifically requests it. If it's a client demo, rehearse the flow once beforehand, speak in plain language instead of internal jargon, and stay calm if something breaks live. If it's a requirement session, ask the "obvious" clarifying question anyway, because a guess made in silence almost always costs more time later than a question asked out loud. And if it's a UAT discussion, remember that a reported bug is feedback on the product, not a verdict on you.
Beyond the meeting type, a few habits work everywhere: join a couple of minutes early, mute yourself when you're not talking, keep your camera and attention actually present rather than half-focused on something else, and if you don't understand something, ask โ quietly if needed, but ask. None of this needs to be memorized perfectly. Even remembering two or three of these the next time you join a call will already put you ahead of where most of us started.
Final Thoughts
If you are just starting out in IT, and you feel lost in your first few meetings, please know this: almost everyone around you once felt exactly the same way, even if they don't talk about it anymore.
Nobody hands you a manual for meeting etiquette on your first day. But now, hopefully, you have a small head start that I didn't have โ a rough map of what standups, status calls, client demos, requirement sessions, and UAT discussions actually expect from you.
You don't need to be perfect in your very next meeting. You just need to show up a little more prepared than you were in your last one. That is really all growth in this field ever looks like โ one meeting, one small improvement, at a time.