Upload Button Icon Add office photos

Filter interviews by

5. Industrial Spares Africa 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: Reasoning / Analytical : there were many questions on venn diagram.. relationships.. cube problem... etc etc... VERBAL: questions on correction of sentences... jumbled sentences.. series... etc etc....
Total Questions: 60

College Name: NIT WARANGAL

Interview Questions

TCS user image Anonymous

posted on 7 Jan 2015

5 Interview Rounds

Interview Questions

Interview Preparation Tips

Round: knowledge assessment
Experience: The first round was an online assessment of your knowledge in any of the three languages (C , C++, Java ).
Tips: Although they specify the syllabus but don't just rely on that.

Round: Interview
Experience: Second round was a HR + Technical interview.
The HR was combined with Technical interview in which they asked about the basic HR questions. The technical interview included a few basic questions on C or C++ programming and a few questions relating to the technicalities of the projects we did in our internships and Hobbies club..
Tips: Be well prepared for HR questions. Listen to the PPT carefully .

Round: IQ test
Experience: The third round was a simple IQ test. Be well versed with the language of your choice.

General Tips: The online test can be tackled if you study the first year alloted assigned book for the language you prefer. Having chosen C++ I was asked many questions related to templates and data structures.
College Name: IIT Roorkee

Associate Interview Questions

Cognizant user image Anonymous

posted on 12 Jan 2015

5 Interview Rounds

Interview Questions

  • Q1. Basic HR questions, your understanding of your projects, biggest achievement so far?? Add Answer

Interview Preparation Tips

Round: Resume Shortlist
Tips: Get to know your resume very well, have a story for each of your resume point

Round: Test
Experience: Written test. Basic Quant and one short essay to test your English.

Round: Interview
Experience: They were looking for people with good math skills and team player.

Round: Interview
Experience: Prepare for all the basic HR questions beforehand, write them down. for core get your basic fundamentals perfect.
Tips: I started preparing for placements from Nov starting but starting early will be better.

General Tips: Prepare for all the basic HR questions beforehand, write them down. 
For core, get your basic fundamentals perfect.
Skills: Basic fundamentals
College Name: IIT-Madras

Project Engineer Interview Questions

Wipro user image Anonymous

posted on 29 Jan 2015

Interview Preparation Tips

General Tips: KGPians have to be a little more in the know-how of latest trends in IT and programming language landscape. KGPians don’t do group projects much, specially group programming/software project. Be affirmative about your abilities and be more clear in your intent, in interviews.
Skill Tips: Must: minimum CGPA of 8. they reduced the gpa requirement to 7.9 but they maintain final gpa must be 8. Good to have: Some knowledge of programming languages,databases,Algorithms. Any extra-academic involvement helps ,but is not a requirement. Be in touch with discrete math(not requirement). C++,Java programming(may be a little bit of Python). Projects and internships with computer programming as major /critical part. Having lead a bunch of juniors or equals in a project. Decent communication skills is essential.
College Name: IIT KHARAGPUR

Risk Analyst Interview Questions

Deloitte user image Anonymous

posted on 16 Jan 2015

4 Interview Rounds

Interview Preparation Tips

Round: Test
Experience:  Written test was CAT based primarily with no negative marking.
Tips: Almost everyone felt the time crunch., but the key is to maintain focus and yes no negative marking so informed guesses are a must.Prepare well for the test especially Quant+ RCs+DI.
Duration: 60 minutes
Total Questions: 60

Round: Group Discussion
Experience: GD was case study based. We were divided into groups of 8 and then we were allotted around 20 minutes to discuss the problem among ourselves and then finally come up with a solution which was to be demonstrated on a flip-chart and then was to be presented in about 8-10 min
Tips: Prepare for case studies from HBS Case Study and Wetfeet Case Study guides.
Duration: 30 minutes

Round: HR Interview
Experience: Only one round of interview was conduced. It was mostly HR based and the resume was discussed along with some common questions like the biggest failure and sucess in life, etc.Only one technical question was asked & the interviewers were very supportive and encouraging.
Tips: The key is to be yourself and take your time to properly frame the answers and then reply withconfidence.

Skill Tips: ""
Skills: Research Skills
College Name: IIT Roorkee

3 Interview Rounds

Interview Preparation Tips

Round: Walk in
Experience: Initial shortlist was Walk-In.

Round: Technical Interview
Experience: Duration: 50 mins.
Resume based.

General Tips:  Have a good number of projects and know each and every aspect of the projects mentioned
 Have the ability to relate course content to the project development
Skill Tips: They were looking for Product Designers.
College Name: IIT-Madras

Interview Questions

Capgemini user image Harika nambula

posted on 2 Apr 2015

6 Interview Rounds

Interview Preparation Tips

Round: Resume Shortlist
Experience: This is the first step of being eligible for the company.It depends upon the eligibility criteria given by the company.
Tips: Most companies ask for 60% right from 10th to the present degree..make sure you have 60% uptil present degree

Round: Test
Experience: This is the first feel good experience in the entire selection process,getting thtough the aptitude and getting shortlisted is the first step which takes us to the other rounds.
Tips: Here managing the time is really important thing..being smart is what all matters...Every  section should be given equal importance as there would be sectional cutoff.
Total Questions: 90 mins

Round: Group Discussion
Experience: The topic is infact related to us in common..we all know about smart phones advantages and disadvantages..i spoke both pros and cons with confidence nd without deviating from topic.
Tips: Utilise the time when u get to speak.Dont be over confident or show attitude towards others or fight with your group people..if anyone is deviating from the topic you hav rights to say in a polite manner.
Duration: 30 mins minutes

Round: HR Interview
Experience: My interview is combined technical and HR interview which is infact really cool..1 question is related to technical..other logical..next is about my personal life..it went on like this..my interview is nearly for an hour because i am the 1st candidate to attend interview for capgemini after the group discussion
Tips: Be cool..relaxed..make up your mind..have a pleasant smile on your face..dont be tensed..if you dont know anything..just reply sorry sir/maam..be confident..your every move is noticed by them..be polite.

General Tips: This is easy to achieve when you have good communication skills,time management and analytical ability..just prepare yourself with these and be confident
Skill Tips: Prepare yourself with lots of logical questions and make sure you have good communication skills
Skills: Logiacal ability , Communication
College Name: Sathyabama university
Motivation: The company's preplacement talk made me feel really good and the motives of the company are awesome..the way they organise activities and  treat employees made me to apply for capgemini
Funny Moments: In the group discussion round the judge asked us to give marks for ourselves for what we have spoke..i hv given 9 marks and those are the final marks given for us..

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

4 Interview Rounds

Interview Questions

  • Q1. They asked me some Finance questions on Derivatives, NPV, IRR and on valuation. They asked me about valuing and comparing companies and some questions on tradin...read more Add Answer
  • Q2. They asked me HR questions like whether I am social or not. They asked me examples where I have shown my Innovations skills and where I have handled the pressur...read more Add Answer

Interview Preparation Tips

Round: HR Interview
Experience: Being genuine helped, they were trying to help out in answering some questions. Being flexible in outlook helped(rather than being rigid about a profile)

General Tips: GD outcome was CV influenced, Enthusiastic about the company and being open to possibilities helped.
Skills: Economics, Banking
College Name: NA

Software Engineer Interview Questions

IBM user image Anonymous

posted on 18 Jan 2015

4 Interview Rounds

Interview Preparation Tips

Round: Test
Experience: There was an apititude test basically in line with CAT pattern. It was conducted online for about 45 min duration. The questions were rather simple but each question was time bound (around 45 sec or so).
Tips: As such I did not have any structured study plan. I did refresh some of my basics in mechanics and analysis. I was more inclined to get a job in aerospace division. Read as per your interest.
Duration: 45 minutes

Round: Group Discussion
Experience: Initially, we are seated randomly in a circular manner and each one was given two minutes to describe the topic. It was followed by an tense debate where participants converged and diverged on different sets of issue. They were particularly looking for interpersonal skills and out of the box thinking.

Round: Interview
Experience: The interview was purely management type.More questions were thrown at team building, bio-data, why this company? , project, what you Can contribute for the firm?, where you see yourself in next 5 -10 years, ambitions, some amount of optimization tools and techniques, concluding remarks....Interpersonal skills and clarity in answering where mainly
IBM was a more relaxed interview, which basically dealt with management and interpersonal skills. Questions like “if one of our team mate is very stubborn, lazy, adamant, how will you tackle the situation” were asked.
Tips: College (B Tech) curricular activities, NTSC certificate, Math Olympiad certificate, all India quiz competition awards were noted and appreciated. That really was a booster. That helps in implanting an idea that you are not just blah blah blah.

Skill Tips: Be very sure about your mechanics, analysis and design. These three are the fundamentals.
I haven prepared for placements exclusively. Here were combined discussions. However, it really helps if you can revise and make your fundamentals were clear. The basic understanding should be there. An hour every day for two months will do the trick.
Be really choosy of the company you want to be in. Learn a lot more of the company and get an idea of what they are actually looking for. But still don’t freeze your mind to those realms alone.. Be open minded and cheerful. The first few questions will set the mood of the interview. If you are bale to crack that, then things will be really smooth. Really concentrate on your fundamentals, especially analysis and design.
Skills: Mechanics, Analysis , Design
College Name: IIT-Madras

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.6
 • 3.7k Interviews
Genpact Interview Questions
3.9
 • 2.9k Interviews
View all

5. Industrial Spares Africa Reviews and Ratings

based on 1 review

5.0/5

Rating in categories

5.0

Skill development

5.0

Work-Life balance

5.0

Salary & Benefits

5.0

Job Security

5.0

Company culture

5.0

Promotions/Appraisal

5.0

Work Satisfaction

Explore 1 Review and Rating
Compare 5. Industrial Spares Africa with

TCS

3.7
Compare

Accenture

3.9
Compare

Wipro

3.7
Compare

Cognizant

3.8
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