-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathtech.html
More file actions
332 lines (278 loc) · 16.2 KB
/
tech.html
File metadata and controls
332 lines (278 loc) · 16.2 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
<!DOCTYPE HTML>
<!--
Caminar by TEMPLATED
templated.co @templatedco
Released for free under the Creative Commons Attribution 3.0 license (templated.co/license)
-->
<html>
<head>
<title>DataCode</title>
<!-- Required meta tags -->
<meta keyword="datacode,data-science,Programming,python,developers,tcsupdated,TCS NQT,TCS ninja">
<meta description="Datacode is Technical Education Site for Programers and developers">
<meta link="https://www.datacamp.com/home">
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<link rel="stylesheet" href="css/bootstrap.min.css" />
<link rel="stylesheet" href="css/all.min.css" />
<link rel="stylesheet" href="https://shrikant9907.github.io/webstyle/webstyle.css" />
<link rel="stylesheet" href="css/style.css" />
<link rel="stylesheet" href="css/responsive.css" />
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css">
<link rel="stylesheet" href="assets2/css/main.css" />
</head>
<style>
.topnav {
overflow: hidden;
background-color: #333;
margin-top:-117px;
}
.topnav a {
float: left;
display: block;
color: #f2f2f2;
text-align: center;
padding: 14px 16px;
text-decoration: none;
font-size: 17px;
margin-top:15px;
}
.active {
background-color: #333;
color: white;
}
.topnav .icon {
display: none;
}
.topnav a:hover, .dropdown:hover .dropbtn {
background-color: #555;
color: white;
}
@media screen and (max-width: 600px) {
.topnav a:not(:first-child), .dropdown .dropbtn {
display: none;
}
.topnav a.icon {
float: right;
display: block;
}
}
@media screen and (max-width: 600px) {
.topnav.responsive {position: relative;}
.topnav.responsive .icon {
position: absolute;
right: 0;
top: 0;
}
.topnav.responsive a {
float: none;
display: block;
text-align: left;
}
.topnav.responsive .dropdown {float: none;}
.topnav.responsive .dropdown-content {position: relative;}
.topnav.responsive .dropdown .dropbtn {
display: block;
width: 100%;
text-align: left;
}
}
</style>
<body style="background-color: white ">
<!--<div class="topnav" id="myTopnav">
<a href="index.html" class="active" style="font-size: 31px"><strong style="color:#fff">Datacode</strong></a>
<a href="#news" style="float:right" > <img src="images/datalogo.png" alt="" style="height:50px; width:50px; margin-right: 20px" /></a>
<a href="#contact" >Contact</a>
<a href="#about" >About</a>
<a href="javascript:void(0);" style="font-size:15px;" class="icon" onclick="myFunction()">☰</a>
</div>-->
<!-- Header-->
<header style="background-color:black" id="main_header" class="fixed-top">
<div class="container">
<div class="row">
<div class="col-md-3">
<div class="site_logo">
<a class="d-block line_height_0" href="index.html"> <span class="logo_text p_t_10 text-white"><strong style="color:#fff">DATA</strong>CODE</span>
</a>
</div>
</div>
<div class="col-md-9 text-right header_mobile_control">
<div class="header_menus">
<nav class="navbar navbar-expand-lg">
<button class="navbar-toggler" type="button" data-toggle="collapse" data-target="#navbarNavDropdown" aria-controls="navbarNavDropdown" aria-expanded="false" aria-label="Toggle navigation"> <span class="navbar-toggler-icon"><i class="fas fa-bars"></i></span>
</button>
<div class="collapse navbar-collapse" id="navbarNavDropdown" style="margin-right:-80px">
<ul class="navbar-nav" >
<li class="nav-item" > <a class="nav-link" href="index.html" style="text-decoration: none">Home</a>
</li>
<li class="nav-item"> <a class="nav-link" href="index.html" style="text-decoration: none">About</a>
</li>
<li class="nav-item dropdown "> <a class="nav-link dropdown-toggle" data-toggle="dropdown" href="/tutorials" role="button" aria-haspopup="true" aria-expanded="false" style="text-decoration: none">Languages</a>
<div class="dropdown-menu"> <a class="dropdown-item" href="codingquestionswithsolution.html">C</a>
<a class="dropdown-item" href="index.html">C++</a>
<a class="dropdown-item" href="index.html">Java</a>
<a class="dropdown-item" href="index.html">Python</a>
<a class="dropdown-item" href="index.html">JavaScript</a>
<a class="dropdown-item" href="index.html">Html & Css</a>
</div>
</li>
<li class="nav-item dropdown"> <a class="nav-link dropdown-toggle" data-toggle="dropdown" href="index.html" role="button" aria-haspopup="true" aria-expanded="false" style="text-decoration: none">Technologies</a>
<div class="dropdown-menu"> <a class="dropdown-item" href="index.html">Latest Technology</a>
<a class="dropdown-item" href="index.html">Machine Learning</a>
<a class="dropdown-item" href="index.html">Data Science</a>
</div>
</li>
<li class="nav-item"> <a class="nav-link" href="newarticle.html" style="text-decoration: none">Articles</a>
</li>
<li class="nav-item"> <a class="nav-link" href="events.html" style="text-decoration: none">Events</a>
</li>
<li class="nav-item"> <a class="nav-link" href="form.html" style="text-decoration: none">Sign in</a>
</li>
</ul>
</div>
</nav>
</div>
</div>
</div>
</div>
</header>
<!-- Main -->
<section id="main">
<div class="inner">
<!-- One -->
<section id="one" class="wrapper style1">
<div class="image fit flush">
<img src="images/articles.jpeg" alt="" />
</div>
<header class="special">
<h2>Tips for Cracking a Technical Interview</h2>
</header>
<div class="content" style="margin-top:-95px">
<p style="color:#333">Getting a job after graduation or during bachelor’s Degree is sometimes proves to be a nightmare for a fresher.
A basic interview for an Engineering fresher in India basically consists of four parts :
<ul>
<li>Written/Aptitude Test.</li>
<li>Group Discussion.</li>
<li>Technical Interview.</li></li>
<li>Personal/HR Interview.</li>
</ul>
<br>
<br>
A fresher can cross the above paths easily but the difficulty arises when he/she has to face a technical interview, Most of the students, most of the time clears all the rounds but fails to clear the final round ie; The Technical Interview, which becomes a hurdle for them, In this article we will Meet the final hurdle between you and getting a job. The technical interview.
In most cases, you will find yourself facing a technical interview after an initial chat with HR. An invite to a technical interview is, obviously, good news. It means that you the recruiting manager has shortlisted you. Your chance of getting the job could now be as high as between 1:4 and 1:2. Not bad!
<br>
<br>
Let’s work on increasing your odds of winning. To do so, you need to master two things: Programming basics and clear communication. And practice.
<br>
<br>
<strong>Step 1: Be on top of the basics</strong>
Each company has their own set of technical interview questions and procedures. Often you will do not one but at least two such interviews. All interviews have one thing in common. They test your ability to think in and apply foundational computer science concepts. There is a lot of good stuff out there to re-familiarize yourself with these basics.
Take a look at the Data structures and algorithms course. It gives a solid overview of the computer science basics like lists, sorting algorithms, maps, trees, and graphs.
<br>
<br>
<strong>Step 2: Communicate clearly</strong>
Once you are done with studying up on the basics, move to the next challenge. Communicating your thought process to the interviewer. This matters for two reasons.
<ol>
<li>The technical interview tends to be too short to complete a given coding challenge. As a result, the interviewer will not always care about your final answer, but about understanding your thought process.</li>
<li>The technical interview is not only about technicalities. It’s an opportunity to build an emotional relationship. Hence all your communication should portray you as technically capable, relatable person that the interviewer would like to work with.</li>
</ol>
Main things which you should keep in mind before facing a Technical Interview are as follows:
<ul>
<li>Talk Out Your Reasoning and Problem Solving Process</li>
<li>Solve a Problem in a Technical Interview not once, but twice</li>
<li>Don’t Be Afraid to Share Your Opinions, When Applicable</li>
<li>Never End an Answer With “I Don’t Know”</li>
<li>Always Play for the Team</li>
<br>
<br>
<strong>Step 3: Practice, practice, practice</strong>
Technical interviews are hard. Initially, you will very likely fail to get the job. This is because in interviews, practice makes perfect.Even the best developers we know had to go through interviews with at least ten companies. Don’t expect to win immediately. Instead, expect yourself to learn to make a better impression in the technical interviews to come.
</p>
</div>
</section>
<!-- Two -->
<!-- Three -->
<section id="three" class="wrapper">
<h1>Recommended</h1>
<div class="spotlight">
<div class="image flush"><a href="dsarticle.html"><img src="images/ds.jpeg" alt="" style="height:400px; width:370px" /></a></div>
<div class="inner">
<h3>Getting Started with Datascience</h3>
<p>10 Intresting Facts about Machine Learning</h3>
<p>Machine learning is about creating algorithms and systems that can learn from the data they process and analyze. The more data is processed, the better the algorithm will become. It is actually a science of getting computers to act without explicitly being programmed and is a branch of Artificial Intelligence (AI). </p>
</div>
</div>
<div class="spotlight" style="background: #1e1f23; color: #fff;
">
<div class="image flush"><a href="os.html"><img src="images/os.jpeg" alt="" style="height:400px; width:370px" /></a></div>
<div class="inner">
<h3 style="color:#fff">Tasks performed by an operating system</h3>
<p>More recently, operating systems have started to pop up in smaller computers as well. If you like to tinker with electronic devices, you're probably pleased that operating systems can now be found on many of the devices we use every day, from cell phones to wireless access points. The computers used in these little devices have gotten so powerful that they can now actually run an operating system and applications. The computer in a typical modern cell phone is now more powerful than a desktop computer from 20 years ago, so this progression makes sense and is a natural development.</p>
</div>
</div>
<div class="spotlight">
<div class="image flush"><a href="ml.html"><img src="images/ml.jpeg" alt="" style="height:400px; width:370px" /></a></div>
<div class="inner">
<h3>10 Intresting Facts about Machine Learning</h3>
<p>Machine learning is about creating algorithms and systems that can learn from the data they process and analyze. The more data is processed, the better the algorithm will become. It is actually a science of getting computers to act without explicitly being programmed and is a branch of Artificial Intelligence (AI). </p>
</div>
</div>
<!--#1e1f23-->
</section>
</div>
</section>
<!-- Blog Section End -->
<footer class="footer_style1 p_t_60 f_14_18">
<div class="container">
<div class="row">
<div class="col-md-8">
<h3 class="widget-title f_20_26 m_b_20 text-uppercase" style="color:#fff">Social</h3>
<ul class="list-unstyled footer-social">
<li class="d-inline-block mr-3"><a href="https://www.facebook.com/Datacode.in/"><i class="fab fa-facebook-f" color="white" style="font-size:50px"></i> </a></li>
<li class="d-inline-block mr-3 "><a href="#"><i class="fab fa-instagram" color="white" style="font-size:50px"></i> </a></li>
<li class="d-inline-block mr-3"><a href="https://www.youtube.com/channel/UCEnd8Limn06xmD6hLzaGxvA/featured"><i class="fab fa-youtube" color="white" style="font-size:50px"> </i> </a></li>
<!-- <li class="d-inline-block mr-3"><a href="#"><i class="fab fa-linkedin" color="white" style="font-size:50px"></i> </a></li>-->
<!-- <li class="d-inline-block mr-3"><a href="#"><span class="fa fa-vimeo" color="white" style="font-size:30px"></span> </a></li>
<li class="d-inline-block"><a href="#"><span class="fa fa-snapchat" color="white" style="font-size:30px"></span> </a></li>-->
</ul>
</div>
<div class="col-md-20">
<h5 class="widget-title f_20_26 m_b_20 text-uppercase" style="color:#fff">For Help and Support</h5>
<div class="menu-help-and-support-container">
<ul id="menu-help-and-support" class="menu">
<li id="menu-item-285" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-285"><a href="/contact.html" style="color:white ; font-size:15px">datacode.in@gmail.com</a>
</li>
</ul>
</div>
</div>
</div>
<div class="row">
<div class=" col-12 col-md-6 text-left p_y_30">Copy © 2018. All rights reserved.</div>
<!-- <div class="col-12 col-md-6 text-right p_y_30">Designed by - Akash and Team.</div>-->
</div>
</div>
</footer>
<script type='text/javascript' src='js/jquery.min.js'></script>
<script type='text/javascript' src='js/jquery-migrate.min.js'></script>
<script type='text/javascript' src='js/popper.min.js'></script>
<script type='text/javascript' src='js/bootstrap.min.js'></script>
<script type='text/javascript' src='js/all.min.js'></script>
<script type='text/javascript' src='js/custom.js'></script>
<!-- Scripts -->
<script src="assets2/js/jquery.min.js"></script>
<script src="assets2/js/jquery.poptrox.min.js"></script>
<script src="assets2/js/skel.min.js"></script>
<script src="assets2/js/util.js"></script>
<script src="assets2/js/main.js"></script>
<script>
function myFunction() {
var x = document.getElementById("myTopnav");
if (x.className === "topnav") {
x.className += " responsive";
} else {
x.className = "topnav";
}
}
</script>
</body>
</html>