Upload Button Icon Add office photos

Filter interviews by

K7 Computing Interview Questions and Answers

Updated 8 Nov 2023

K7 Computing Interview Experiences

Popular Designations

3 interviews found

Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Recruitment Consulltant and was interviewed in Oct 2023. There were 3 interview rounds.

Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Keep your resume crisp and to the point. A recruiter looks at your resume for an average of 6 seconds, make sure to leave the best impression.
View all tips
Round 2 - HR 

(1 Question)

  • Q1. HR had the general conversation like self introduction. If we have previous experience we have to explain about that.
  • Ans. I just explained about myself in calm and composed way. Communication is very much important in any interview likewise here too.
  • Answered by Praveen V
Round 3 - Technical 

(4 Questions)

  • Q1. 1. VPN 2.Directory 3. OS 4. System Handling 5. Network Related questions 6. Port No 7. DNS 8. DHCP 9. Antivirus 10. Router/Hub/Switch apart from the mentioned question few more question were asked
  • Q2. The answer for the above question are available in web. I answered each question with the basic knowledge about networking and Hardware.
  • Q3. What is VPN and how it works explain?
  • Ans. 

    VPN stands for Virtual Private Network, which allows users to securely access a private network over a public network.

    • VPN creates a secure and encrypted connection between the user's device and the private network, ensuring privacy and security.

    • It masks the user's IP address and location, making it difficult for third parties to track their online activities.

    • VPN can be used to access geo-restricted content, bypass cens...

  • Answered by AI
  • Q4. What is DNS and DHCP?
  • Ans. 

    DNS is a system that translates domain names to IP addresses, while DHCP is a protocol that assigns IP addresses to devices on a network.

    • DNS stands for Domain Name System and is used to translate domain names (e.g. www.google.com) to IP addresses (e.g. 172.217.3.206).

    • DHCP stands for Dynamic Host Configuration Protocol and is used to automatically assign IP addresses to devices on a network.

    • DNS helps users access websit...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Try to communicate to them without any fear. Communication is the key to any kind of work. I haven't answered 3 to 4 technical answer but I got placed because of the communication.
All the best to all who were attending Interview .

Skills evaluated in this interview

Associate Engineer Interview Questions asked at other Companies

Q1. Count Ways To Reach The N-th Stair Problem Statement You are given a number of stairs, N. Starting at the 0th stair, you need to reach the Nth stair. Each time you can either climb one step or two steps. You have to return the number of dis... read more
View answer (1)

Interview Questions & Answers

user image Anonymous

posted on 20 Sep 2023

Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Approached by Company and was interviewed before Sep 2022. There were 3 interview rounds.

Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Keep your resume crisp and to the point. A recruiter looks at your resume for an average of 6 seconds, make sure to leave the best impression.
View all tips
Round 2 - HR 

(1 Question)

  • Q1. Current role and overall experience
Round 3 - Sales Head 

(2 Questions)

  • Q1. Account planning
  • Q2. How many new accounts acquired?

Interview Preparation Tips

Interview preparation tips for other job seekers - Must have an understanding on cybersecurity solutions
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Selected Selected

I applied via Referral and was interviewed before Jan 2022. There were 4 interview rounds.

Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Keep your resume crisp and to the point. A recruiter looks at your resume for an average of 6 seconds, make sure to leave the best impression.
View all tips
Round 2 - Based on Reference am Selected 

(1 Question)

  • Q1. About Antivirus.know About Area partner Details
Round 3 - HR 

(1 Question)

  • Q1. About my self and Job History
Round 4 - HR 

(1 Question)

  • Q1. Salary Discussion. Regarding old Company Details.why we left company.we hire what is benifit for our company

Interview Preparation Tips

Interview preparation tips for other job seekers - Good Company.Compitative price .But company Decision maker not good..

Area Sales Manager Interview Questions asked at other Companies

Q1. How to handling position and how to coverage rout and sales teams
View answer (29)

Jobs at K7 Computing

View all

Interview questions from similar companies

I applied via Campus Placement and was interviewed in Jan 2016. There were 3 interview rounds.

Interview Questionnaire 

5 Questions

  • Q1. Questions on linked list
  • Q2. Questions on resume
  • Q3. About my interests
  • Q4. My interest in symantec
  • Q5. Place to work

Interview Preparation Tips

College Name: IIT Madras

I applied via Campus Placement and was interviewed in Dec 2016. There were 5 interview rounds.

Interview Questionnaire 

3 Questions

  • Q1. How you find loop in a linked list
  • Ans. 

    To find a loop in a linked list, we use Floyd's cycle-finding algorithm.

    • Floyd's cycle-finding algorithm uses two pointers, one moving at twice the speed of the other.

    • If there is a loop in the linked list, the two pointers will eventually meet.

    • To detect the meeting point, we reset one of the pointers to the head of the linked list and move both pointers at the same speed.

    • The meeting point is the start of the loop.

  • Answered by AI
  • Q2. What is LRU, MRU and LFU
  • Ans. 

    LRU, MRU and LFU are caching algorithms used to manage memory in computer systems.

    • LRU stands for Least Recently Used and removes the least recently used items from the cache when the cache is full.

    • MRU stands for Most Recently Used and removes the most recently used items from the cache when the cache is full.

    • LFU stands for Least Frequently Used and removes the least frequently used items from the cache when the cache i...

  • Answered by AI
  • Q3. Camel banana problem

Interview Preparation Tips

Round: Test
Experience: coding test in hacker rank. can code in any language except in C and C++.
Duration: 1 hour
Total Questions: 2

Round: Technical Interview
Experience: In technical round the questions are on OS, basics of C(mainly in linked lists) and maths puzzle

They mostly see how you are approaching towards a problem.
It is first time that I heard the camel banana problem. So I struggled for some time and came up with a solution. He said he liked the approach but it can be optimized.

Round: HR Interview
Experience: It started with explain about yourselves. and then he asked to explain about one project with technical details. Later he asked me to explain binary search for a guy who don't know much of technical knowledge. He continued with why we only do 2 partitions why can we make it up to 3. Later he asked me what I liked most in my mobile phone. I said chatting apps. So he asked me that if I was hired as a developer to make a chatting app how will I do it.
Tips: way of thinking and way of approaching towards a problem.

Round: HR Interview
Experience: This round was focused mainly on whether I like to work in Bangalore or not. How I first heard about Symantec. how I will suit for the company. what are my future plans.

Skills: C, OS, Math Puzzles
College Name: IIT Madras

Skills evaluated in this interview

Software Engineer Interview Questions & Answers

American Megatrends user image R. Arockia Ratheesh Sahayaraj

posted on 6 Nov 2015

Interview Preparation Tips

Round: Test
Experience: Only 24 people from my campus attended the placement process of this company.The experience wasn't really good.I wasn't 
short-listed for next round as my CGPA was 7.5 and need was of above 7.5 ,as they were maintaining standards.

Round: Test
Experience: 1.C aps was really tough.
2.Section 2 we had to choose either Microprocessor or Java,I preferred microprocessor . 3.Simple Questions on 8085 and 8086 instruction set was asked.
4.How much memory are there are 20 address lines,
5.Difference between SRAM and DRAM.
6.ROM is used for stack or not.
7.What are contents of Stack Pointer after PUSH and POP operation.
8.What happens after RET instruction?
9.What is CMC equivalent instruction?

Round: Test
Experience: 16 questions on Quant which are :-
Odd number in a series, Area and Volume, Games of Skill, Time and Work, Average, Trains, Boats 
and Streams, Profit and Gain were asked.
If no. of handshakes is 66,find total number of People.?
A lotus in a pond doubles in size everyday,if it fills the pond on 20th day,when will be the pond would be half?
LOGICAL REASONING-
4 men are on the side of a bridge.One torch light is with them and without it they cannot cross 
the bridge.The bridge can withstand only 2 people at a time.The time required by the persons are 1 
min,2 mins,7 mins,10 mins respectively.Find the shortest time required by all of em to cross the
bridge.
(Answer: 17 minutes)

Round: SOFT SKILLS
Experience: scenario based questions were asked:-
1.working on a project in your company and your brother is in urgent need of a project.What will you do?
2.Your friend mails the project details to some other company.what will be you reaction?
3.Your boss allows to take your team members for a treat.Whether you choose costly one or within budget?
4.Your favorite subject in your curriculum and Why?
5.Where you would view yourself in 5 years?
6.What is a dream company in your terms?
7.Any situation were your work was criticized and what was your reaction?

Skills:
College Name: Anna University Chennai

I was interviewed in Feb 2017.

Interview Preparation Tips

Round: Test
Experience: Very first, the interviewers and their employees gave presentation about their products and company. They were very cool and very positive to motivate candidates. After that they started Round 1 that is test based on aptitude and logical problem, also containing c programmin and operating system problems.
Tips: If you have studied basics very well, you will clear the round 1 very easily. Study C programming and Linux Operating System concepts.
Duration: 1 hour 30 minutes
Total Questions: 60

Round: Technical Interview
Experience: I am not specifying any question above because 2nd round i.e Technical Round 1 was continued to abt 1 and hour hours taken by 1 interviewer. If you give all answers confindently, obviously they all must be correct, you will be qualified to next techincal round.
Tips: Same as mentioned in round 1.
Study C programming & Operating System.

Round: Technical Interview
Experience: This was Technical Round 2. It was taken by 3 interviewers asking questions randomly from random subject. Also, one took rapid fire round for 20-25 questions. If you qualified this round, then you can assume that you are selected. This round was also continued more than 1 hour.
Tips: Study Networking concepts

Round: HR Interview
Experience: If you are called for HR interview, then you can assume that you already selected as employee for company. This is round is just for formality to tell you CTC and location and joining, etc.
One thing I would like to mention that in each round they will ask you to tell about yourself. So prepare that too. In HR round, they asked me some tricky puzzles to solve since I mentioned that I am very good in maths so.

College Name: Datta Meghe College of Engineering

Analyst Interview Questions & Answers

Gen user image Anonymous

posted on 12 Apr 2022

I applied via Referral and was interviewed before Apr 2021. There was 1 interview round.

Round 1 - One-on-one 

(1 Question)

  • Q1. Why do you want join us

Interview Preparation Tips

Interview preparation tips for other job seekers - Be honest and clarify all your doubt

I applied via Naukri.com and was interviewed in Mar 2021. There was 1 interview round.

Interview Questionnaire 

1 Question

  • Q1. C2H profile basic technology based question s only

Interview Preparation Tips

Interview preparation tips for other job seekers - Be confident about your answer

I applied via Recruitment Consultant and was interviewed before Oct 2020. There were 3 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. Python file handling, input,output, in a file, Sql joins, list sort in python, basics of GIS, Web service how to test

Interview Preparation Tips

Interview preparation tips for other job seekers - This is hust basics not deep dive, strog ur basics to crack

K7 Computing Interview FAQs

How many rounds are there in K7 Computing interview?
K7 Computing interview process usually has 3-4 rounds. The most common rounds in the K7 Computing interview process are HR, Resume Shortlist and Technical.
How to prepare for K7 Computing interview?
Go through your CV in detail and study all the technologies mentioned in your CV. Prepare at least two technologies or languages in depth if you are appearing for a technical interview at K7 Computing. The most common topics and skills that interviewers at K7 Computing expect are Windows, Python, Linux, Social Networking and Channel Sales Management.
What are the top questions asked in K7 Computing interview?

Some of the top questions asked at the K7 Computing interview -

  1. what is VPN and how it works expla...read more
  2. What is DNS and DH...read more
  3. How many new accounts acquir...read more

Tell us how to improve this page.

K7 Computing Interview Process

based on 6 interviews

Interview experience

4.7
  
Excellent
View more

Interview Questions from Similar Companies

McAfee Interview Questions
4.0
 • 30 Interviews
Pitney Bowes Interview Questions
3.8
 • 21 Interviews
DynPro Interview Questions
3.8
 • 18 Interviews
Gen Interview Questions
4.0
 • 17 Interviews
Avontix Interview Questions
3.9
 • 17 Interviews
Trend Micro Interview Questions
4.3
 • 1 Interview
View all

K7 Computing Reviews and Ratings

based on 89 reviews

4.1/5

Rating in categories

3.5

Skill development

4.4

Work-life balance

3.7

Salary

4.0

Job security

3.9

Company culture

3.5

Promotions

3.7

Work satisfaction

Explore 89 Reviews and Ratings
Enterprise Account Manager

Ahmedabad

5-10 Yrs

Not Disclosed

Enterprise Account Manager

Hyderabad / Secunderabad

5-10 Yrs

Not Disclosed

Explore more jobs
Area Sales Manager
38 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Business Development Manager
33 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Enterprise Account Manager
17 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Threat Researcher
13 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Softwaretest Engineer
12 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Explore more salaries
Compare K7 Computing with

QUICK HEAL TECHNOLOGIES

3.7
Compare

Seqrite

1.7
Compare

Gen

4.0
Compare

McAfee

4.0
Compare
Did you find this page helpful?
Yes No
write
Share an Interview