0% found this document useful (0 votes)
72 views8 pages

All in One Interview Questions.

The document provides an outline for conducting an internship interview, including: 1. An introduction where the interviewer will inform the candidate about the internship details such as it being unpaid, requiring a 3-6 month commitment of 20+ hours per week. 2. General interview questions about the candidate's background, interests, strengths, and work style. 3. Technical questions pertaining to the candidate's knowledge of software development, programming languages, and computer science concepts. 4. Questions about digital marketing strategies and tactics to evaluate business development skills. The interview format covers both professional competencies and behavioral traits to assess the candidate's fit for the internship.

Uploaded by

Nazly Thwaites
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
72 views8 pages

All in One Interview Questions.

The document provides an outline for conducting an internship interview, including: 1. An introduction where the interviewer will inform the candidate about the internship details such as it being unpaid, requiring a 3-6 month commitment of 20+ hours per week. 2. General interview questions about the candidate's background, interests, strengths, and work style. 3. Technical questions pertaining to the candidate's knowledge of software development, programming languages, and computer science concepts. 4. Questions about digital marketing strategies and tactics to evaluate business development skills. The interview format covers both professional competencies and behavioral traits to assess the candidate's fit for the internship.

Uploaded by

Nazly Thwaites
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
You are on page 1/ 8

INTERVIEW AND INTRODUCTORY CALL PROCESS – FORMAT

1. HR Questions

Hello!

How are you doing today?

How was your day?

(I am doing good!) Moving on…

Before starting your interview,

I want to inform you few things, please listen carefully!

▪ This is an unpaid internship


▪ You are required to commit minimum 3 months duration and maximum it could be 6
months
▪ You need to work for at least 20 hours a week, which is 2 to 3 hours per day
▪ You will be receiving 3 certificates, after your successful completion of internship
✓ One will be the internship certificate,
✓ Second will be the training certificate, and
✓ Third will be the for attending Tek Summits (which you will be attending at
least, once in a week)

We can proceed your head, if you are okay with those stated points.

(If agreed) That’s great!

Now lets began the interview:-

(General interview questions)


1) Firstly Introduce yourself?
2) What do you know about our company GAO Tek?

I will add to your point,

❖ GAO TEK is a member of GAO group, founded on June 2, 1992


❖ It is headquartered in Toronto, Canada and branch office in New York.
❖ Which is the international leading provider of electronics and electrical
equipment such as drone, video surveillance, alarm, electronic measurement
instruments and so on... to its customers across globe
3) Why did you apply for this intern position?
4) According to you what are the roles and responsibilities of Software development/HR
intern position?
5) What would you rate yourself on a scale of 1 to 10, for your commitment towards your
work? Justify your rating with an example of your past situation.
6) What are your strengths and weaknesses?
7) What are your biggest achievements till date?

8) How do you handle your stress and pressure at your work?


9) Tell us the 3 things, that are most important to you, to work for the company.
10) Explain the major difference between group and team. (I will add to your point,)
(Answer- Group members will work together with various goals, whereas team members
work together with a common goal)
(Behavioural interview questions)
11) How do you deal with an aggressive teammate?
12) If you are the Team Leader, you are having a teammate who was inactive at his/her
work, without any prior information to the management. How will you react to that
teammate?
2. TECHNICAL QUESTIONS

A). In software development process what is the meaning of debugging? (Debugging is the process
that results in the removal of error. It is very important part of the successful testing).

B) .What does GPU stand for?


Graphics processing unit, a specialized processor originally designed to accelerate graphics
nd rendering.

C).What is the Difference Between RAM and ROM? RAM is volatile memory, which means
that the information temporarily stored in the module is erased when you restart or shut down
your computer. Because the information is stored electrically on transistors, when there is no
electric current, the data disappears
ROM is non-volatile memory, which means the information is permanently
stored on the chip. The memory does not depend on an electric current to save data, instead,
data is written to individual cells using binary code.

D).What is Python? …Python is an interpreted, object-oriented, high-level programming language


it can be used to build almost any type of application with the right tools.

E). What are the applications/USES of Python? Python is commonly used for developing websites
and software, task automation, data analysis, and data visualization.Web and internet
development, games development, scientific and computational applications, language
development, image processing and graphic design applications development, business applications
development,Operating systems development,

F). What is meant by a programming language?........... A programming language is a set of rules :


that provides a way of talking with the computer about what operation to be performed & for
communicating algorithms. or A programming language is a notational system for describing
competition in machine in readable and human readable form.

G). What is a Compiler?.............Compiler scans the whole source code and translates it into machine
readable form……We can save the file after the competition Compiler generates the
error code after scanning the whole code…….……………… it is used in C, C++ languages.

H).What is an interpreter?.........Interpreter translates the whole code line by line .......Interpreter


does not save the file after interpretation..........The interpreter compiles the whole code line by
line……It continues to translate until the error is found.............It is used in python& java.

I).What is meant by a programming language?

A programming language is a set of rules that provides a way of talking with the computer about
what operation to be performed…….. OR…..... A programming language is a notational system for
describing competition in machine in readable and human readable form.

J). What is Kotlin?


Kotlin is a powerful programming language that has been created to run oN the JVM(Java Virtual
Machine). It has been created by Jet Brains, a very well-known IT organization acclaimed for building
and developing great software apparatuses.
K). What are Single Page Applications (SPA)?................. Single page applications are web based
applications that only need to be loaded once, with new functionality consisting of only minor
changes to the user interface. It does not load new HTML pages to display the content of the new
page, but rather generates it dynamically.
L). What is JavaScript?
JavaScript is a very powerful client-side scripting language. JavaScript is used mainly for enhancing the
interaction of a user with the webpage…………..In other words, you can make your webpage more
lively and interactive, with the help of JavaScript. JavaScript is also being used widely in game
development and Mobile application development.

M). What is the differences between Java and JavaScript?


Java is a complete programming language….. Where as…. JavaScript is a coded program that can be
introduced to HTML pages. .............. Java is an object-oriented programming (OOPS) or structured
programming languages like C++ or C, whereas JavaScript is a client-side scripting language.

N). Which company developed JavaScript?


Netscape is the software company that developed JavaScript.

O). What is C++? .....As an extension of the C language, C++ was developed by Bjarne Stroustrup
as a general-purpose cross-platform language which gives programmers a high level of control
over system resources and memory.
P). What is an array C++?.......... ….............An array is a collection of elements of the same type
placed in contiguous memory locations that can be individually referenced by using an index to a
unique identifier. Five values of type int can be declared as an array without having to declare five
different variables (each with its own identifier)

Q). What is data type in C?


In C programming, data types are declarations for variables. This determines the type and size of
data associated with variables............ For example, int myVar; Here, myVar is a variable of int
(integer) type.

R). What is stack in C?


A stack is a linear data structure, collection of items of the same type.

S). What is pointers in C?


A pointer is a variable that stores the memory address of another variable as its value.

3. Digital Marketing Questions /Business Development Questions

1) Explain what is digital marketing?

Digital marketing is the brand marketing tactics through the internet. It includes various
techniques like SEO, SEM and link building.

Q2. What are the different types of digital marketing

 Search Engine Optimization (SEO)


 Search Engine Marketing (SEM)
 Content Marketing
 Email Marketing
 Social Media Marketing
 E-commerce Marketing

Q3. What are the best ways to increase website traffic?

 Paid search, social media advertising, and display advertising


 Content marketing
 Writing crisp and interesting headlines
 SEO activities including content optimization
 Targeting long-tail keywords
 Guest blogging
 Seeking referral traffic
 Posting content on LinkedIn
 Implementing schema microdata
 Linking Internally
 Email marketing
Q4. Explain inbound marketing and outbound marketing.

Ans.

Inbound marketing – This includes attracting customers and turning them into leads
through different marketing channels like SEO, content marketing, viral videos, webinars,
social media campaigns, etc.

Outbound marketing – It involves reaching out to the targeted audience via more
traditional forms of marketing, such as TVCs, radio ads, print advertisements, trade fairs,
sales calls, and emails.

Q5. Can you tell the difference between branding and direct marketing?

The basic difference between both is the time taken and mode to reach the consumers.
Branding is done to build awareness, whereas direct marketing help companies reach out
to their customers directly.

Q6. What is content marketing?

Ans. Content marketing is a marketing technique for the creation and distribution of
relevant and valuable content to attract, acquire and attract the attention of a well-defined
target audience, with the aim of driving them to be future customers.

Q7. What is the need for content marketing?

 Increase your site traffic


 Generate brand awareness
 Educate the market
 Increase engagement with your brand
 Generate sales in the medium term
 Boost lead generation
 Increase the lifetime-value
 Reduce the cost of customer acquisition

Q8. What is the role of SEO in digital marketing?

Ans. SEO is the acronym for Search Engine Optimization and it helps your web page easy
to find, crawl, categorize, and help it rank on the first pages of search results. SEO is a
crucial digital marketing channel that involves several activities like crawling, scanning,
and indexing, measuring pertinence and recovering.
Q9. What is Google AdWords?

Google Adwords is Google’s advertising system, where the companies/advertisers bid on a


set of keywords and get their ads to appear on search results. This is the most commonly
used PPC advertising system.

Q10. Which are the required parts of a Google text ad?

Ans. A Google text ad has 3 parts –

 Headline Text
 Display URL
 Description Text

Q11. Explain what is PPC or Pay Per Click advertising?

Pay Per Click also known as Cost Per Click, is a technique used to direct traffic to
websites. In this technique, advertisers pay the publisher, (website owner or host of the
website) when the ad is clicked. In other words, it is the amount spent to get an
advertisement clicked.

Q12. Mention what are the primary models for determining Pay-Per-Click ?

 Flat rate PPC :

In this type of model, both publisher and advertiser agree to a fixed amount that will
be paid for each click. In most time, the publisher has a rate card for PPC plan based
on different areas of their website or network. The amount varies as per the content
that generally attracts more or less people.

 Bid based PPC :

In this type of model, the advertiser competes with other advertisers in a private auction
hosted by a publisher. The advertiser will inform publisher for the maximum amount of
bid he is willing to pay.

Q13 Explain what is Google Ads?

Google Ads is the single most popular PPC advertising system in the world. It works on
Pay per click model.

The Google Ads platform enables the business to create ads that appear on Google
search engine and their other properties.

Q14. Mention what are the characteristics of “bad links”?

The characteristics of “bad links” are


 Links from sites that are unrelated to your sites
 Links from low Page Rank and Low traffic
 Links from link exchanges
 Links from those sites that are not in Google index
 Paid links
 Link from the same anchor texts coming from multiple sites
 Spammy links from blogs or articles.

Q15. Why should we use YouTube for digital marketing?

Ans. It has become a very important social media marketing channel these days. We can
present a better picture of the brand by creating interesting videos, which can help to
boost SEO traffic, create brand awareness, expand social reach, and improve the ROI.

.NOW , We have few panel members with us.

Hello, ! Do you have any questions for (applicant name)?

Thanks for all the panel members!

...

Moving on…

I want to confirm if you’re okay with the guidelines that contains the roles and responsibilities of you
as software development intern, which was sent on your management Bitrix group chat.

(If okay) Perfect!

Your interview results will be revealed within 48 hours on your management chat.

If you have any questions, you can ask now.

Thanks for joining!

Have a great day!

You can leave the call now.

So the panel members wht is your opinion about this candidate.

Now as per your nd my opinion this candidate is selected.

Now you can leave the call .......gud byee to all of you...thanks for joining this call.

You might also like

pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy