Upload Button Icon Add office photos

Filter interviews by

DWS Group & GmbH Co KgaA Interview Questions and Answers

Updated 13 Jun 2024

DWS Group & GmbH Co KgaA Interview Experiences

1 interview found

Associate Interview Questions & Answers

user image Anonymous

posted on 13 Jun 2024

Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(1 Question)

  • Q1. Asked scenario based questions
Round 2 - HR 

(1 Question)

  • Q1. Why do you want to join our company?

Associate Interview Questions asked at other Companies

Q1. What is mean of TTR & why required for powder coating process ?
View answer (17)

Jobs at DWS Group & GmbH Co KgaA

View all

Interview questions from similar companies

Interview Questionnaire 

4 Questions

  • Q1. Tell me about yourself
  • Q2. Just a min on T20 cricket
  • Q3. Improving quality of education in India
  • Ans. 

    Improving quality of education in India

    • Investing in teacher training and development

    • Increasing access to technology and digital resources

    • Encouraging parental involvement in education

    • Promoting vocational education and skill development

    • Addressing the issue of inadequate infrastructure and resources

  • Answered by AI
  • Q4. Question on B. Tech project

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

Round: Test
Experience: It went quite well.
Tips: Brush up everyday your aptitude skills
Duration: 30 minutes
Total Questions: 30

General Tips: Choosing your company and preparing for it early is better than trying everything on the day of selection process
Skills: Aptitude, Technical skills
College Name: IIT roorkee
Motivation: i am a self motivator

Interview Questions & Answers

Cognizant user image Anonymous

posted on 20 Jan 2015

Interview Questionnaire 

1 Question

  • Q1. Why should we select you?
  • Ans. 

    I have the necessary skills, experience, and passion to excel in this role.

    • I have relevant experience in the field

    • I possess the required skills and qualifications

    • I am a quick learner and adaptable to new situations

    • I am passionate about the industry and eager to contribute

    • I am a team player and work well with others

  • Answered by AI

Interview Preparation Tips

Round: Test
Experience: Very basic(class 7 level) english, quant and DI from CAT preparation will do. I was asked to estimate the number of newspapers I would buy if I am a supplier for the campus. Then slightly complicated the problem four or five times.
Tips: Try to answer as many questions as possible--the test is the one major criterion for selection.
Total Questions: 65

Round: Guesstimate Interview
Experience: One-on-one interview.Basic guess estimation and details about your projects. Try to show you have some knowledge in mathematics.

Round: HR Interview
Experience: HR interview--A panel of 4 or 5 people(who have taken the individual interviews in round I).
Tips: Be confident and try not to tell something which you can’t defend.

General Tips: As is the case for most companies, CAT preparation will definitely help. I don’t think much focus was was given on the essay but the other sections of the test are really important.
Skill Tips: A decent CGPA(mine was exactly 8) will help. HR interview--A panel of 4 or 5 people(who have taken the individual interviews in round I). Should be able to speak about your own projects and internships.
College Name: IIT KHARAGPUR

Interview Preparation Tips

Round: Resume Shortlist
Experience: CGPA + resume + online test - based shortlisting

Round: Test
Experience: Online Test:Quant, DI, verbal, and coding45 minutes coding + 15 minutes verbal + 30 minutes quant
Tips: Time constraint will be the major problem. CAT preparation would sufficeBrush up your coding skills- concentrate in either C or C++ or whichever language you're comfortable withE.g.: The coding question- Write a function to find if a number is palindromeBrush up through basic data structuresGraph theory and few sorting algorithms
Duration: 90 minutes

Round: Interview
Experience: (2 interviews, 20 minutes each)Resume- basedCoding skills and the approach towards the problem will also be tested
Tips: Be thorough with the work done in your internships and projects. Be ready to answer why you are interested in the company.Maintain your confidence level in the interviews. They also look for good communication skills, and even leadership, which is evident from the way you conduct yourself through the interview.Practice quant questions, prepare answers for all the basic HR questions.Coding, go through sorting algorithms, FOR, Graph theory.Digital IC design is very important courses. You should be through with this courses if you are interested in digital profile.

College Name: IIT Madras

Interview Preparation Tips

Round: Resume Shortlist
Experience: Fundae session by seniors and a resume workshop by some company. Also, sent resume to some seniors for their opinions and I think this was an important part of it.
Tips: I suggest Pre-placement talks, are a must. What is more important is not to believe the PPTs completely and ask seniors about the level of fundaes (finance/tech/otherwise) and preparation required to crack the company. There is a lot of good material on ATKEARNEY and other website. Other than that I used the material available for years.

Round: Interview
Experience: Final offers in my division were 12. There were two levels of case interviews. The first interview was to judge if I would be suitable for the Strategy and Operations profile or for the Technology and Integration profile. There were two interviewers. They explained to me both the profiles and asked me what I wanted to choose and why. Then asked me some general HR questions like why consulting, why you etc. Then started off with an informal case study. It was about a new company which wanted to start a new low cost airline and had no experience in this market till now. It has two options: either to acquire an existing company or to build up all processes on their own. I was first asked to qualitatively mention what all aspects I would consider. After that they asked me what new things could this company do. They were pretty satisfied with my answers and I was confident of getting listed in the next round. In the next round there was single interviewer who was looking quite senior. Asked some HR questions. One case study about a consumer durables dealer which was again qualitative. Asked some HR questions that's it.

General Tips: Lack of interaction with seniors throughout IIT stay was one thing for which I had to pay. I had no seniors in my wing and I had no fundae of the amount of preparation required.
So make sure that you have certain information.
College Name: IIT-Bombay

Interview Questions & Answers

HCLTech user image Anonymous

posted on 13 Apr 2015

Interview Questionnaire 

10 Questions

  • Q1. Do you know Java? ---Yes
  • Ans. 

    Yes, I know Java.

    • I have experience in Java programming.

    • I am familiar with Java syntax and concepts.

    • I have worked on Java projects in the past.

  • Answered by AI
  • Q2. What is Thread and why are they used? ---told
  • Q3. What is JDBC? ---told
  • Q4. How to retrieve data from back end? ---told
  • Ans. 

    To retrieve data from the back end, you can use APIs or database queries.

    • Use API calls to fetch data from the back end server.

    • Execute database queries to retrieve data from the database.

    • Parse the response or query result to extract the required data.

    • Handle any necessary authentication or authorization for accessing the back end.

    • Examples: GET request to an API endpoint, SELECT query in SQL.

  • Answered by AI
  • Q5. Explain OOP concepts. ---explained the program
  • Ans. 

    OOP is a programming paradigm based on the concept of objects, which can contain data and code.

    • OOP stands for Object-Oriented Programming

    • It focuses on creating objects that interact with each other to solve a problem

    • Encapsulation, inheritance, and polymorphism are key concepts in OOP

    • Example: A car object can have properties like color, make, and model, and methods like start and stop

    • OOP promotes code reusability and ma

  • Answered by AI
  • Q6. He gave me Java program and asked me to explain how memory is allocated? ---Explained with diagram
  • Q7. How was the day? ---A bit lagging one
  • Q8. Why? ---My token number is 197, I need to wait for long time since morning
  • Q9. About yourself? ---told
  • Q10. Tell me a special quality of yours which is not mentioned in your resume? ---Told

Interview Preparation Tips

Round: Test
Experience: 4 modules :
1. Computer Programing :- Code is given,we need to find output, basic questions in Java, C, Data Structures, DBMS.
2. Quantitative Aptitude :- Easy, Basics in Simple Interest, Profit&Loss, Numbers, Logs, Time and Work, Time Speed Distance, Prob, Perm&Comb.
3. Logical Reasoning :- Blood relations, Directions, Data sufficiency, Puzzle, Arrangements (circular & linear).
4. English :- Fill in appropriate meaning, Antonyms, Synonyms, Arrange the sentences, and 2 huge paragraphs (4+4=8 questions).

Out of 2000 members 400 were selected. I'm one among them.

Round: HR Interview
Experience: After 2 days I received mail from HCL (offer letter and letter of intent).
Tips: HR round is to test our communication only..

College Name: NA

Skills evaluated in this interview

Interview Questions & Answers

Capgemini user image Harika nambula

posted on 2 Apr 2015

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

Amazon user image Anonymous

posted on 4 Mar 2015

Interview Preparation Tips

Round: Test
Experience: The aptitude test basically consisted of questions from Data Structures and some other simple algorithms and also on Object Oriented Analysis. The aptitude test was tricky (having negative markings +2/-1 scheme). To cross this test speed and skill are essential.

The next test was a coding exams there were three questions 
1) Given a linked list, link the odd nodes followed by the even nodes in place.
2) Given a dictionary of words find words that are anagrams of each other.
3) Given a binary tree and a node print that node's path from root.
Duration: 95 minutes

Round: Technical Interview
Experience: There were 4 rounds of interviews...
the details are as follows
Interview 1 - This interview was basically DS based interview and certain concepts of networking were touched. I
told them that i am interested in data structures and cryptography so most of the questions came from those areas only.
Interview 2 - Was again technical. The interviewer asked me on Data Structures and a Dynamic Programming problem and some other puzzles to solve.
Interview 3 - This was technical but they evaluated the design skills. Asked me on ER diagrams, class diagrams and
database design and system design and some basic questions from OS. 
Interview 4 - This was also a technical interview mainly on problem solving and DS design (how would you design a DS to handle this situation and so on).

Round: HR Interview
Experience: There was no HR interview as such. They were asking questions in tech interviews such as tell me about yourself and so on.

General Tips: Data Structures, OOPS and OS. Solve a variety of problems. All the best!!!
College Name: NIT WARANGAL

Interview Questionnaire 

1 Question

  • Q1. Questions were all resume based. Gave importance to Posiions of responsibilities

Interview Preparation Tips

Round: Group Discussion
Experience: I talked second and took a stance of defence with development. I tried to talk intermittently for a duration of approx 40 sec each time and for a total of 5 times.
Tips: U should be the guy who had talked the most in GD but care should be taken not to dominate it. Try to tell maximum number of points and try to exhaust all the points when you get your first opportunity.
Duration: 8 minutes

Round: Interview
Experience: They were just checking whether you have the necessary communication and managerial skills and how well you handle the stresses of interview.
Tips: Being thorough with the nooks and corner of your resume and keeping your head cool alone will ensure you get shortlisted.

General Tips: Stay coool throughout the process :)
College Name: IIT Madras

DWS Group & GmbH Co KgaA Interview FAQs

How many rounds are there in DWS Group & GmbH Co KgaA interview?
DWS Group & GmbH Co KgaA interview process usually has 2 rounds. The most common rounds in the DWS Group & GmbH Co KgaA interview process are HR and Technical.
How to prepare for DWS Group & GmbH Co KgaA 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 DWS Group & GmbH Co KgaA. The most common topics and skills that interviewers at DWS Group & GmbH Co KgaA expect are Excel, Training and Development, Private Banking, CP and CCTV Monitoring.

Tell us how to improve this page.

Interview Questions from Similar Companies

TCS Interview Questions
3.7
 • 10.2k Interviews
Accenture Interview Questions
3.9
 • 8k Interviews
Infosys Interview Questions
3.7
 • 7.5k Interviews
Wipro Interview Questions
3.7
 • 5.5k Interviews
Cognizant Interview Questions
3.8
 • 5.5k Interviews
UBS Interview Questions
4.0
 • 333 Interviews
Blackrock Interview Questions
3.8
 • 101 Interviews
Invesco Interview Questions
3.9
 • 39 Interviews
View all

DWS Group & GmbH Co KgaA Reviews and Ratings

based on 19 reviews

4.0/5

Rating in categories

3.8

Skill development

4.4

Work-Life balance

3.8

Salary & Benefits

4.1

Job Security

3.9

Company culture

3.3

Promotions/Appraisal

3.8

Work Satisfaction

Explore 19 Reviews and Ratings
Collateral Lead

Pune

15-20 Yrs

Not Disclosed

HR Reward Specialist

Bangalore / Bengaluru

0-2 Yrs

Not Disclosed

TAS_D_

Bangalore / Bengaluru

0-1 Yrs

Not Disclosed

Explore more jobs
Senior Analyst
17 salaries
unlock blur

₹6.7 L/yr - ₹13 L/yr

Process Supervisor
12 salaries
unlock blur

₹6.2 L/yr - ₹9 L/yr

Associate
10 salaries
unlock blur

₹17 L/yr - ₹29.8 L/yr

Manager
8 salaries
unlock blur

₹9.2 L/yr - ₹17 L/yr

Team Manager
8 salaries
unlock blur

₹13 L/yr - ₹17 L/yr

Explore more salaries
Compare DWS Group & GmbH Co KgaA with

Blackrock

3.8
Compare

UBS

4.0
Compare

State Street Corporation

3.8
Compare

Invesco

3.9
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