Upload Button Icon Add office photos

Filter interviews by

Consolidated Dynamics 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

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

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 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

Consultant Interview Questions

Deloitte user image Anonymous

posted on 19 Jan 2015

3 Interview Rounds

Interview Questions

  • Q1. They asked me how would you determine toll for the Jamuna Expressway View Answers (1)

Interview Preparation Tips

Round: Interview
Experience: 2 round of interview
First round- technical (basic infra stuff)Second round- HR skills- just a brush up of civil infra courses like Infrastructure Planning and Management(IPM), ECM.HR preparation – slight basic
First round- they took people with CG>=7.5
They asked me how would you determine toll for the Jamuna Expressway.
Tips: I started in September. Obviously early bird catches the fish.

Round: Interview
Experience: HR preparation – slight basic. My HR was very good. Moreover, my intern was in Mumbai Metro Rail, which helped me push in for infra. Also my PORs gave me an edge over others.
Tips: CFA played a crucial role for my friends.

General Tips: Basically puzzles, as they are helpful in almost every company. It provides you a direction for thinking.
www.brainden.com was a good site.
300,400 puzzles book was very good. (Available in DC++)
Have your resume ready early in the semester.Have mock GDs in your group.Have basic fundamentals about what’s going in the country and world. Don’t RG and prepare in groups.
College Name: IIT MADRAS

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

5 Interview Rounds

Interview Preparation Tips

Round: Resume Shortlist
Experience: Shortlisted on CGPA>8

Round: Test
Experience: Only one test was conducted on data interpretations and then shortlisting based on test scores was done.

Round: Group Discussion
Experience: Group discussion was conducted and mostly related to their sector topics were given.

Round: HR Interview
Experience: Interview was of only one round and in it both HR and technical were completed in 15 minutes.

Skill Tips: Quantifying most of things in your resume and also in interview would give a good impression.Internships also does matter and questions on AVOVA in statistical courses are also focused.For chemical dept, Statistical design and analysis of experiments course gives the edge over others.Questions related to logistic regress were also asked.
College Name: IIT MADRAS

Software Engineer Interview Questions

IBM user image Anonymous

posted on 20 Jan 2015

3 Interview Rounds

Interview Preparation Tips

Round: Test
Experience: It had 3 parts: Data manipulation, number series and calculations.

Round: Test
Experience: Technical test on C. Typical questions on what will be the output of the program.

Round: Technical Interview
Experience: Questions were based on various areas of CSE, especially Programming languages and thesis work. Questions on Database connectivity in Java , CGI, DFA, DMA etc were also asked.
Tips: ISL works 80% in java and 20% in C. Thus, prepare Java well before appearing for the IBM-ISL. Must have basic knowledge in databases, Operating systems.

College Name: IIT KANPUR

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

Consolidated Dynamics Reviews and Ratings

based on 1 review

5.0/5

Rating in categories

3.0

Skill development

5.0

Work-Life balance

5.0

Salary & Benefits

5.0

Job Security

4.0

Company culture

5.0

Promotions/Appraisal

5.0

Work Satisfaction

Explore 1 Review and Rating
Senior Analyst
3 salaries
unlock blur

₹3.8 L/yr - ₹5.6 L/yr

Explore more salaries
Compare Consolidated Dynamics 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