Skip to main content

Interview Tips for Freshers on Technical and HR round to crack job in IT industry #DOTC_Mdb


Interview Tips for Freshers on SQL developer Technical and HR round to crack job in IT industry :


When you are going for interview in IT organisation , please focus on  below points to crack interview.

Technical Round :

Interviewer will start with basics questions and when you start giving answers they will go further and ask some logical queries as well as commands which is used on daily basis. Also they will ask some programming questions on PL/SQL to see the logic of candidate.

Some useful Tips for Technical Interview:
1.      You need to very clear what is your objective, Like If you are technically strong in any technologies like Java, Oracle , C ,C++ etc . Make sure what you put in your resume you should be comfortable to give answers. Because you can’t put all programming language in CV as company need expert in any one of the technology with operating system like Unix/Linux knowledge . Assume in your CV you mention your technology Oracle with unix , Interviewer will ask questions related to Oracle and unix only not much questions from other technology but if you mention Java and other technology in secondary option they might ask you some basic questions. But if you are good in your Primary skills then easily you can crack your interview.


2.      Most important thing During Technical Round is that if you are not aware about any question during interview , Don’t try to give wrong answer or something else , Just tell interviewer that I am not aware about this and be confident and think about next questions and try to explain in better ways to impress the recruiter . Technical round is one of the interview process which decides whether you are eligible to get that job or not. so before entering to interview a candidate must check out these. First of all check your Soft Skills: You may technically sound, but if are weak in soft skills you will have lesser chance get job . So Before interview make some practice and improve your soft skill.

3.      If you impressed Recruiter during your Technical interview , more chance you will get the job . Technical round can be 1-3 but for fresher 1 round is enough. Also if technical round will go more than hour or 45 minutes it means recruiter are impressed with your technical skills and they will ask you if you have any question , Here you can ask any questions related to company projects and technology and be confident as it will give you positive feedback.

4.      HR Round : In HR round they will not ask you any technical questions as they already received the feedback from Technical Panel . They will ask you behavioral questions like tell me something about yourself, your strength , weakness etc. In this round HR will check your soft skills, qualification and body language . So be confident as you already clear your technical round and try to give all the answers in proper way .


Please feel free to reach me anytime for any clarification.

Thanks and all the best.

Comments

Post a Comment

Popular posts from this blog

SQL and Classification of SQL in Oracle Database #Diksha Oracle Training Centre

  SQL and Classification of SQL in Oracle Database.   SQL is Structured Query Language , which is used for storing, manipulating and retrieving data stored in a relational database .SQL is the standard language for RDBMS. All the Relational Database Management Systems (RDMS) like Oracle, MySQL, Sybase, Informix, IBM DB2 and Microsoft SQL Server use SQL as their standard database language. Oracle is one of the more secured database as compared to other databases. Importance of   SQL : SQL and PL/SQL is a backend process where all data is stored and retrieved in GUI which created either by any programming languages like Java, C++, PHP etc. so we need to have very secure database so that there will be no impact for users. SQL allows users to access data in the relational database management systems. SQL is used to communicate with a database.SQL and PL/SQL allows users to create and drop databases tables , views , stored procedures , functions , packages , trigger et...

Concept of Software Development life Cycle in IT industry #DOTC_Mdb

Concept of Software Development life Cycle in IT industry.   Hello Everyone, In my previous blog we discussed about Agile Model which is also a part of SDLC, but today we discussed about Software Development life cycle in details and how being software products developed or services provided through SDLC. I suggest you to please go through my previous blog that is related to Agile model also a part of SDLC which permits a company to develop software in small, quick segments. https://dheeraj60.blogspot.com/2020/07/overview-of-agile-modelmethodology.html Let’s discuss about SDLC as its play very important role in developing software products as well as providing services to the clients in simple word we can say SDLC(Software Development life Cycle ) is a process that produces software with the highest quality and lowest cost in the shortest time. SDLC includes a detailed plan for how to develop, alter, maintain, and replace a software system .SDLC is also known as Software devel...

Pseudo Column in Oracle #Diksha Oracle Training Centre

  Pseudo Column in Oracle. Hello Everyone, Today I will discuss about Pseudo column in Oracle. This topic is very important so before going to read this blog, I suggest you to please see my previous blogs which is in archive folder for your reference so that it’s easy for you to understand this topic. Let’s discuss about Pseudo Column in Oracle. Pseudo column: A pseudo-column is dynamic in Oracle as it behaves like a table column but is not stored in the table. Pseudo column behaves like a table column, but is not actually stored in the table. You can select from pseudo columns, but you cannot insert, update, or delete their values. A pseudo column is also similar to a function without arguments. In   Simple word we can say Pseudo column is a column that yields a value when selected, but which is not an actual column of the table. An example is RowID or SysDate. It can be use in combination with the DUAL table. Below are the Pseudo Column commonly used in Oracle Dat...