Upload Button Icon Add office photos

Filter interviews by

Net Covet Interview Questions and Answers

Be the first one to contribute and help others!

Interview questions from similar companies

System Engineer Interview Questions

Infosys user image Anonymous

posted on 14 Feb 2015

4 Interview Rounds

Interview Questions

Interview Preparation Tips

Round: Test
Experience: There are two sections ....1) verbal 2)analytical and reasoning. paper was little bit tough. i didn't remember the type of questions.

Round: HR Interview
Experience: The HR was very cool and friendly. He asked me general questions like "tell me about ur self","have u done any teamwork" etc and then he asked me about my favourite subject.Then he asked me to explain the subject considering him as an 8th class student. Then he asked me about my family background. And the interview was about 30mins.

General Tips: You must be very cool while facing interview and u should ur confidence and interest towards the company.
College Name: NIT WARANGAL

3 Interview Rounds

Interview Preparation Tips

Round: Resume Shortlist
Experience: Resume based shortlisting initially.

Round: Interview
Experience: 3 rounds of interviews (15-20 minutes each)
 All topics were Metallurgy related
 Heat transfer, Phase diagrams (very basic Fe-C diagram), FEM-based technical questions, are concepts asked.
Tips: If they look interested in a particular aspect, pursue it, and drive the interview.
Be ready to be grilled on the things mentioned in your resume.
 For consulting companies alone (McKinsey and BCG), look at certain case studies. The book "Case in point", is a really good source.
 For most other core companies (like Reliance, Tata Steel, etc.), refreshing Iron and steel and Mechanical Metallurgy courses will help a lot.

College Name: IIT Madras

Interview Questions

Cognizant user image Anonymous

posted on 20 Jan 2015

5 Interview Rounds

Interview Questions

Interview Preparation Tips

Round: Test
Experience: PART ONE: Verbal Ability, uses of articles (a, an, the) and a RC. 
PART TWO: logical reasoning, standard IQ type Questions, was simple. 
PART THREE: An essay, one out of two, one choice was nuclear deal and the other was education system in India.

Round: Technical Interview
Experience: Some regular puzzles were given, which were easy. A discussion on internship work.

Round: HR Interview
Experience: They are looking for people with good aptitude, very good communication skills and strong desire to learn. Also, someone with good academic record and clear career goals.
Tips: Do not panic in the interview.

General Tips: For GD, improve the content by reading and/or discussing among wing mates. Don't be aggressive but be assertive and ENERGETIC.
College Name: IIT KANPUR

Project Engineer Interview Questions

Wipro user image Anonymous

posted on 19 Jan 2015

4 Interview Rounds

Interview Preparation Tips

Round: Resume Shortlist
Experience: Candidates with CG equal to or higher than 8.0 were selected.

Round: Test
Experience: It was divided in 2 sets of 45 minutes each.
Coding: To write a function to find if a string is palindrome or not. 
Verbal+quant: These were CAT model questions.
Duration: 90 minutes

Round: Interview
Experience: There were 2 rounds of this interview. Both were HR and questions based on resume and some general questions were asked.
Tips: I think I was selected because of my CG, coding skills and communication skills.

General Tips: If you're preparing for core, make sure you start revising your subjects soon. Keep your notes and concentrate on structures.
Skill Tips: I started my preparations in November by going through case study material available in lan and solving CAT questions.
College Name: IIT MADRAS

Interview Questions

Deloitte user image Anonymous

posted on 20 Jan 2015

5 Interview Rounds

Interview Questions

Interview Preparation Tips

Round: Test
Experience: CAT type questions were asked in English and DI.
Tips: Accuracy will matter and preparations for CAT will help.
Duration: 30 minutes
Total Questions: 40

Round: Technical Interview
Experience: Questions were based on Data Abstraction. Internship was the main topic around which the rest of the interview went on.
Tips: Coding skills should be good.

Round: HR Interview
Tips: Work on communication skills.

College Name: IIT KANPUR

N/A Interview Questions

HCLTech user image Anonymous

posted on 27 Jan 2015

2 Interview Rounds

Interview Preparation Tips

Round: Other Interview
Experience: 1 round of 10 minutes duration.
Depends very much on what position they are trying to fill in and area of expertise of the interviewer(s). They asked me basic questions on Image Processing. Interview went decent

College Name: IIT MADRAS

Software Engineer Interview Questions

Capgemini user image K.Satish Chandra

posted on 25 Mar 2015

5 Interview Rounds

Interview Questions

  • Q1. Telephonic/Computer assessment for English proficiency Add Answer

Interview Preparation Tips

Round: Test
Experience: Aptitude was not too easy or too tough like that of CAT. But if one has prepared for CAT exam even a bit, then he can perform pretty well.
Tips: Practice previous year CAT papers. Question sections and format asked in Capgemini test will be similar to that of CAT exam. Improve reading skills by reading anything that interests you.
Duration: 180 minutes
Total Questions: 120

Round: Other Interview
Experience: You will have to talk with a programmed voice using voice call. You need to follow the instructions of the programmed voice. They will record whatever you speak and judge your speaking skills.
Tips: Try to speak in English with at least few peers.

Round: HR Interview
Experience: You must be well thorough with your CV. Common questions like:*Tell me about yourself?*What are your strength and weakness?*Why consultancy and analyst profile?*What do you know about analyst profile?*What does Capgemini does? Tell us more about Capgemini?
etc can be expected for sure.The HR is not interested in your departmental knowledge, rather he is more interested in the way you are explaining something tin a layman manner. He/She cares how you analyse situations. Some random sitaution may be posed and HR may ask you to analyse the situation.
Tips: #Confidence in yourself.#Well verse with CV.#Able to explain even to layman.#Know basic information about data analytics.

General Tips: Aptitude+Communication fluency+Confidence = Job in  Capgemini
Skill Tips: Practice.
Skills: Aptitude, Communication, Confidence
College Name: I.I.T Guwahati
Motivation: Multi national and reputed.

Interview Questions

Amazon user image Anonymous

posted on 5 Apr 2015

4 Interview Rounds

Interview Questions

  • Q1. Given n-ary tree, print the nodes in level-order zig-zag manner. O(n) time Add Answer
  • Q2. Given a BST find the number of pair of nodes which sum upto a given value. O(n) time, O(1) space Add Answer
  • Q3. Given a 2D plane and n points, find the line which passes through maximum number of lines Add Answer
  • Q4. If a/b is recurring like 10/3 print 10/3 as 3.(3), 16/6 as 2.(6) Add Answer
  • Q5. Explain caching, implement LRU caching View Answers (1)
  • Q6. Explain working of DNS, implement domain search in DNS Add Answer
  • Q7. What is hashing. Implement domain search using hashing Add Answer
  • Q8. Given a string of alphabet of at most 5 characters. Write a function which returns a unique number for each string with O(1) space Add Answer
  • Q9. Explain working of virtual function Add Answer
  • Q10. There is pointer of base class pointing to derived class. Explain the working with respect to the pointer, if this pointer calls the virtual function of base cl...read more Add Answer
  • Q11. How does write head take a value from process buffer and writes on a particular address (Explanation of address bus and register needed) Add Answer
  • Q12. Clone a linked list having an arbit pointer Add Answer
  • Q13. You are given deque(), enque(), isEmpty() function for queue, implement push(), pop(), min() functions of stack. O(1) time was required for min() Add Answer
  • Q14. Convert a binary tree to a DLL such that a next node for DLL is selected in a top down order in zig-zag manner. O(n) space was allowed, but not O(2n) Add Answer

Interview Preparation Tips

Round: ONLINE ROUND
Experience: 1. 20 MCQ
2. 2 coding questions
• Find the diameter of a tree
• Print all anagrams pair in separate line

Round: Technical Interview
Experience: Find the next larger element in a BST, given key might not be in the BST. O(logn) time and O(1) space.Delete all nodes on a DLL whose data is a multiple of 5. O(n) time

College Name: BIT Mesra

Skills evaluated in this interview

Banking Interview Questions

ICICI Bank user image Anonymous

posted on 24 May 2015

3 Interview Rounds

Interview Questions

  • Q1. Candidates were asked to answer the same question one after the other within a given time limit. Questions: Add Answer
  • Q2. Something that is not on your CV – 1 min Add Answer
  • Q3. Biggest failure and learning from it – 30 secs Add Answer
  • Q4. Talk abot any topic/subject/hobby/interest area – 2 mins Add Answer
  • Q5. About myself Add Answer
  • Q6. Situational questions Add Answer
  • Q7. Ex: How do u convince your CEO regarding the objectives set for the next Financial Year Add Answer
  • Q8. About the profiles Add Answer
  • Q9. Justification for the interest in the profile View Answers (1)
  • Q10. Basic knowledge of Insurance sector Add Answer

Interview Preparation Tips

Round: HR Interview
Experience: The process is a little different. It started with a Group interview in batches of 4 —- (total shortlisted – 28)

Round: Technical Interview
Experience: 1.Clear regarding the profile

2.Impressed with my Group Interview and was called for the next round before GIs got over

3. Justification for the profile is good
Tips: (Be careful with the financial terms you use)

General Tips: They will start with a specific question and they dig deeper. Stay calm, chill panel. Prepare the HR given above
Skills: Economics, Banking
College Name: NA

Interview Questions

IBM user image Anonymous

posted on 21 Jan 2015

3 Interview Rounds

Interview Preparation Tips

Round: Test
Experience: It’ll be tough. For CS and ECE people, it will be a smooth ride if you know algorithms and data structures.

Round: Interview
Experience: I was asked to solve puzzles. Mainly sorting algorithms; heap and bubble. To sum up, a lot of programming knowledge and algorithm analysis will be required.
Tips: Don’t fumble, it’s very important to be confident. If there’s something you don’t know, don’t hesitate to accept it.

College Name: IIT KHARAGPUR

Net Covet Interview FAQs

How to prepare for Net Covet 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 Net Covet. The most common topics and skills that interviewers at Net Covet expect are Network Security, Backend, CCNA, Change Management and Executive Management.

Tell us how to improve this page.

Interview Questions from Similar Companies

TCS Interview Questions
3.7
 • 10.1k Interviews
Accenture Interview Questions
3.9
 • 7.9k Interviews
Infosys Interview Questions
3.7
 • 7.4k Interviews
Wipro Interview Questions
3.7
 • 5.5k Interviews
Cognizant Interview Questions
3.8
 • 5.4k Interviews
Amazon Interview Questions
4.1
 • 4.9k Interviews
Capgemini Interview Questions
3.8
 • 4.7k Interviews
Tech Mahindra Interview Questions
3.6
 • 3.7k Interviews
HCLTech Interview Questions
3.5
 • 3.7k Interviews
Genpact Interview Questions
3.9
 • 3k Interviews
View all

Net Covet Reviews and Ratings

based on 2 reviews

5.0/5

Rating in categories

5.0

Skill development

4.7

Work-Life balance

4.7

Salary & Benefits

4.7

Job Security

4.7

Company culture

4.7

Promotions/Appraisal

4.7

Work Satisfaction

Explore 2 Reviews and Ratings
Network Engineer
3 salaries
unlock blur

₹1.8 L/yr - ₹2 L/yr

Explore more salaries
Compare Net Covet with

TCS

3.7
Compare

Accenture

3.9
Compare

Cognizant

3.8
Compare

Infosys

3.7
Compare

Calculate your in-hand salary

Confused about how your in-hand salary is calculated? Enter your annual salary (CTC) and get your in-hand salary
Did you find this page helpful?
Yes No
write
Share an Interview