Upload Button Icon Add office photos

Filter interviews by

Taylor Woodrow Interview Questions and Answers

Be the first one to contribute and help others!

Interview questions from similar companies

Interview Preparation Tips

Round: Test
Experience: Verbal-correction of sentences, 2 passages,antonyms,synonyms logical reasoning - all models are in r.s agarwal
Total Questions: 75

Round: Technical Interview
Experience: Regular hr questions like tell about ur self,hobbies,strengths,any team activities, about paper presented and questions on that, questions on leadership qualities, asked to talk about 'conservation of energy' for few minutes, asked abouts functions or events organised.

College Name: NIT WARANGAL

Scientist Interview Questions & Answers

TCS user image Anonymous

posted on 14 Jan 2015

Interview Preparation Tips

Round: Interview
Experience: Duration of interview - 40 minutesInterview panel: 6 scientist from DRDO and one professor from my departmentOnly technical questions were asked except my name (:P)
Question types can be divided into following categories:
1. Process
2. Theory behind the process (mechanism)
3. Practical application4. Alteration in parameters and their effect on process
Tips: if you are answering correctly then they will take you even deeper until you yield (cross questioning) :O but dont worry, speak only if you know the correct answer. be confident and honest (they will help you).

General Tips: Shortlisting on the basis of CGPA
College Name: IIT Roorkee

Interview Questionnaire 

5 Questions

  • Q1. Based on a situation
  • Q2. Write a .small C code
  • Ans. 

    A C code that prints out the elements of an array of strings.

    • Declare an array of strings

    • Use a loop to iterate through the array

    • Print out each element

  • Answered by AI
  • Q3. Simple puzzles about colored balls probability
  • Q4. What Is the probability of it raining today in Chennai?
  • Ans. 

    The probability of rain in Chennai today depends on various factors such as season, weather conditions, and location.

    • The probability can be estimated by analyzing the current weather patterns and historical data.

    • Factors such as humidity, temperature, and wind speed can affect the probability of rain.

    • Local weather forecasts and satellite imagery can also provide insights into the likelihood of rain.

    • The probability of ra...

  • Answered by AI
  • Q5. Find the probability that India will win the next Cricket World Cup
  • Ans. 

    It is impossible to accurately predict the probability of India winning the next Cricket World Cup.

    • Sports events are unpredictable and depend on various factors such as team performance, weather conditions, injuries, etc.

    • Past performance of the team and individual players can be considered, but it does not guarantee future success.

    • Other teams participating in the tournament also play a significant role in determining t...

  • Answered by AI

Interview Preparation Tips

Round: Test
Experience: Fifty people appeared for the test out of which sixteen were shortlisted.

Round: Case Study Interview
Experience: How would you promote a newly launched product? What marketing strategies would you use? They asked very simple case studies.

Round: Technical Interview
Experience: Test was based on data analysis, mainly maths. The interview was to see how much 'C' and probability you know.
Tips: Customized preparation is must along with good CGPA.

Skill Tips: Work details about your internship helps!
Skills: General knowledge, Technical knowledge
College Name: IIT Madras

Skills evaluated in this interview

Interview Preparation Tips

Round: Interview
Experience: The round was of 1 hour

Round: Group Discussion
Experience: 10 people per group

General Tips: This company, as I understand, is looking for future managers. No technical preparation is required as didn’t ask a single question related to academics. You just need to convince them that you are ready to do whatever they want you to do in the company be it coding or data entry and depending on your luck and soft skills you will get through.
Skill Tips: Cut off is 8.
College Name: IIT KHARAGPUR

Interview Questions & Answers

Deloitte user image Anonymous

posted on 20 Jan 2015

Interview Questionnaire 

2 Questions

  • Q1. Why IT consultancy?
  • Q2. What would be the advantages of chemical background?

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

Interview Questions & Answers

HCLTech user image Anonymous

posted on 21 May 2015

Interview Questionnaire 

26 Questions

  • Q1. What is fragmentation? How do overcome?
  • Ans. 

    Fragmentation is the splitting of data into smaller pieces. It can be overcome by defragmentation.

    • Fragmentation occurs when data is stored in non-contiguous blocks on a hard drive.

    • This can slow down computer performance and cause errors.

    • Defragmentation rearranges the data so that it is stored in contiguous blocks, improving performance.

    • Fragmentation can also occur in databases, where it can be overcome by rebuilding in...

  • Answered by AI
  • Q2. What is semaphore?
  • Ans. 

    Semaphore is a synchronization tool used to manage access to shared resources in a multi-threaded environment.

    • Semaphore maintains a count of available resources and allows threads to acquire or release them.

    • It can be used to limit the number of threads accessing a resource at a time.

    • Semaphore can be binary (0 or 1) or counting (any positive integer).

    • Examples of semaphore include mutex and semaphore in Unix/Linux system

  • Answered by AI
  • Q3. What are the IPC Mechanism available? 4. What is structure and union in c?
  • Ans. 

    IPC mechanisms in C include pipes, message queues, shared memory, and semaphores. Structure and union are data types in C.

    • IPC mechanisms in C are used for inter-process communication and include pipes, message queues, shared memory, and semaphores.

    • Pipes allow communication between two related processes.

    • Message queues allow communication between unrelated processes.

    • Shared memory allows multiple processes to access the s...

  • Answered by AI
  • Q4. Illustrate with example
  • Ans. 

    Illustrating with examples is a great way to explain complex concepts.

    • When teaching a new programming language, showing code examples is helpful.

    • In a sales pitch, using case studies as examples can demonstrate the effectiveness of a product.

    • In a history class, using primary sources as examples can provide a deeper understanding of events.

    • In a cooking class, demonstrating a recipe step-by-step is an effective way to tea...

  • Answered by AI
  • Q5. What is structure and union in c?
  • Ans. 

    Structure and union are two user-defined data types in C used to store multiple variables of different data types.

    • Structure is a collection of variables of different data types under a single name.

    • Union is a special data type that allows storing different data types in the same memory location.

    • Structures are used to represent a record while unions are used for memory optimization.

    • Structures use the dot operator to acce...

  • Answered by AI
  • Q6. Write the code and explain how they are storing in the memory?
  • Ans. 

    Code and memory storage explanation for array of strings.

    • Declare array variable with data type string

    • Allocate memory for the array

    • Assign values to the array elements

    • Access array elements using index

    • Memory is allocated in contiguous blocks

  • Answered by AI
  • Q7. They will ask to write one c program ?
  • Q8. Explain the data structure (code) for the data structuresi) Double link listii) Minimum spanning treev) Reverse the link list
  • Ans. 

    Explanation of data structures: Double link list, Minimum spanning tree, Reverse link list.

    • Double link list: Each node has two pointers, one to the previous node and one to the next node.

    • Minimum spanning tree: A tree that connects all nodes in a graph with minimum total weight.

    • Reverse link list: Traverse the list and change the pointers to point to the previous node instead of the next node.

  • Answered by AI
  • Q9. Difference between malloc and calloc?
  • Ans. 

    malloc allocates memory but does not initialize it, while calloc allocates and initializes memory to zero.

    • malloc() takes a single argument which is the size of memory to be allocated.

    • calloc() takes two arguments, the number of elements to be allocated and the size of each element.

    • malloc() does not initialize the allocated memory, it may contain garbage values.

    • calloc() initializes the allocated memory to zero.

    • malloc() i...

  • Answered by AI
  • Q10. Write a program in macro in c?
  • Ans. 

    Program in macro in C

    • Use #define to define macros

    • Macros are preprocessed before compilation

    • Example: #define MAX(a,b) ((a) > (b) ? (a) : (b))

  • Answered by AI
  • Q11. Write a simple MFC program to create a window? (They asked me to write a program to create a window)
  • Q12. Tell about the existing scheduling algorithm?
  • Ans. 

    The existing scheduling algorithm is designed to allocate resources and prioritize tasks based on their importance and urgency.

    • The algorithm uses a priority queue to manage tasks.

    • Tasks are assigned a priority level based on their importance and urgency.

    • The algorithm takes into account the availability of resources before assigning tasks.

    • The algorithm can be customized to suit specific needs and requirements.

    • Examples of...

  • Answered by AI
  • Q13. What are all E.F Codd rule?
  • Ans. 

    E.F Codd's 12 rules for relational databases

    • Data must be presented in tables

    • Each table must have a primary key

    • All data must be accessible with SQL

    • Data must be logically separate from physical storage

    • Changes must not affect data access

    • Data integrity must be maintained

    • Transactions must be atomic

    • Concurrency must be supported

    • System must be independent of hardware and software

    • Security must be enforced

    • Backup and recovery mus

  • Answered by AI
  • Q14. What is bit slice processor?
  • Ans. 

    A bit slice processor is a type of microprocessor architecture that uses a modular approach to building CPUs.

    • It is designed to perform a single operation on multiple data bits simultaneously.

    • It is made up of multiple identical slices, each capable of performing the same operation.

    • It is commonly used in high-performance computing applications such as supercomputers and mainframes.

    • Examples include the AMD 2901 and the In

  • Answered by AI
  • Q15. What is a deadlock? explain it?
  • Ans. 

    A deadlock is a situation where two or more processes are unable to continue executing because they are waiting for each other to finish.

    • Deadlocks occur when two or more processes are blocked and unable to proceed.

    • This can happen when each process is waiting for a resource that the other process has locked.

    • Deadlocks can be prevented by using techniques such as resource allocation graphs and deadlock detection algorithm...

  • Answered by AI
  • Q16. What is virtual memory?
  • Ans. 

    Virtual memory is a memory management technique that allows a computer to use more memory than it physically has.

    • Virtual memory is a combination of RAM and hard disk space.

    • It allows programs to use more memory than is physically available.

    • Data is swapped between RAM and hard disk as needed.

    • It helps prevent programs from crashing due to lack of memory.

    • Examples include Windows paging file and macOS swap files.

  • Answered by AI
  • Q17. What is circuit switching and packet switching
  • Ans. 

    Circuit switching is a dedicated communication path between two devices while packet switching breaks data into packets and sends them through the network.

    • Circuit switching establishes a dedicated connection before communication begins

    • Packet switching breaks data into packets and sends them through the network

    • Circuit switching is used in traditional telephone networks

    • Packet switching is used in computer networks

    • Circuit...

  • Answered by AI
  • Q18. What is the significance of friend keyword in C++?
  • Ans. 

    The friend keyword in C++ allows non-member functions or classes to access private and protected members of a class.

    • Friend functions can be declared inside a class or outside of it.

    • Friend classes can access all the members of the class they are friends with.

    • Friendship is not mutual, meaning if class A is a friend of class B, it does not mean that class B is a friend of class A.

    • The use of friend keyword should be limite...

  • Answered by AI
  • Q19. Different types of inheritance?
  • Ans. 

    Different types of inheritance include single, multiple, multilevel, hierarchical, hybrid, and multipath inheritance.

    • Single inheritance involves a child class inheriting from a single parent class.

    • Multiple inheritance involves a child class inheriting from multiple parent classes.

    • Multilevel inheritance involves a child class inheriting from a parent class, which in turn inherits from another parent class.

    • Hierarchical i...

  • Answered by AI
  • Q20. Do u want to ask anything from us?
  • Ans. 

    No, I don't have any questions at the moment.

    • I appreciate the opportunity to interview with your company.

    • Thank you for taking the time to speak with me.

    • I look forward to hearing back from you regarding the position.

  • Answered by AI
  • Q21. Difference between routing protocol and routed protocol
  • Ans. 

    Routing protocols are used to determine the best path for data to travel, while routed protocols are used to actually transmit the data.

    • Routing protocols are used by routers to communicate with each other and determine the best path for data to travel.

    • Examples of routing protocols include OSPF, BGP, and EIGRP.

    • Routed protocols are used to actually transmit the data, and include protocols like TCP/IP, IPX/SPX, and AppleT...

  • Answered by AI
  • Q22. Ethernet frame format
  • Q23. How type casting is performed in CMy friends mentioned that they weren’t given an option on programming language only C was asked
  • Q24. Tell about yourself?
  • Ans. 

    I am a highly motivated individual with a passion for learning and achieving my goals.

    • I have a degree in computer science and have worked as a software developer for 3 years.

    • I am proficient in programming languages such as Java, Python, and C++.

    • I am a quick learner and enjoy taking on new challenges.

    • In my free time, I enjoy hiking and playing basketball with friends.

    • I am a team player and enjoy collaborating with other

  • Answered by AI
  • Q25. What are all your hobbies?
  • Ans. 

    My hobbies include reading, hiking, and playing guitar.

    • Reading: I enjoy reading books on history and science fiction.

    • Hiking: I love exploring new trails and being in nature.

    • Playing guitar: I have been playing for several years and enjoy learning new songs.

  • Answered by AI
  • Q26. Why did u prefer your area of interest?
  • Ans. 

    I preferred my area of interest because it aligns with my passion and skills.

    • Passion and interest in the subject matter

    • Skills and strengths that match the requirements of the field

    • Opportunities for growth and development

    • Potential for making a positive impact

    • Personal and professional fulfillment

    • Examples: I have always been fascinated by the human mind and behavior, and my strong analytical and communication skills make ...

  • Answered by AI

Interview Preparation Tips

Round: Test
Experience: The HCL aptitude is a technical aptitude that is hosted by AMCAT ans is really similar to the aptitudes of Wipro and Aricent. You have 2 and a half hours test, with no negative marking and 4 sections.
I have uploaded  the material my friends used to prepare for the test here.Remember this is not the new pattern it has been mentioned in the previous post(Post name:ARICENT, WIPRO, HCL AMCAT APTITUDE), but the questions here have been repeated in some cases and provide useful insight into the kind of questions asked.I can guarantee that you will pass 2012 aptitude if you study these questions:

Round: Technical Interview
Experience: This is a tech interview, before we had to fill a forum containing information about you and your interests. This is an easy round to crack if you know all the basics here are some questions asked: What are the IPC Mechanism available? Illustrate with example .What is structure and union in c? Write the code and explain how they are storing in the memory?They will ask to write one c program ? Explain the data structure (code) for the data structuresi) Double link listii) Minimum spanning treev) Reverse the link list,Difference between malloc and calloc?.Write a program in macro in c?.Write a simple MFC program to create a window? (They asked me to write a program to create a window).Tell about the existing scheduling algorithm?.What are all E.F Codd rule?.What is bit slice processor?. What is a deadlock? explain it?.What is virtual memory.What is circuit switching and packet switching.What is the significance of friend keyword in C++?.Different types of inheritance.Do u want to ask anything from us? Difference between routing protocol and routed protocol. Ethernet frame format,How type casting is performed in CMy friends mentioned that they weren’t given an option on programming language only C was asked

Round: HR Interview
Experience: These is your typical HR interview questions, easy stuff. It is oriented towards technology,team spirit and adaptability.In my college though some of the HR interviews were more tech like say a tech/HRHere are some samples:1.Tell about yourself?2. What are all your hobbies?3.Why did u prefer your area of interest?4.Why do u wanna be in HCL?5.Why did u choose Mechanical?6.How interview is going on?7.Some general technical qp from ur area of interest?8. How’ll u react if u r assigned in the non area of interest? (adaptability)9. How’re getting information abt the company?(weightage is given for communicating with the seniors)10.In which project do u want to work in HCL?11.Do u want to ask anything from us?They read out the names of those selected and leave :

College Name: NA

Skills evaluated in this interview

Interview Questionnaire 

6 Questions

  • Q1. It was followed by HR interview
  • Q2. Tell mi abt urself
  • Ans. 

    I am a software engineer with experience in developing web applications and expertise in programming languages such as Java and Python.

    • Proficient in Java and Python programming languages

    • Experience in developing web applications using frameworks such as Spring and Django

    • Familiarity with database technologies such as MySQL and MongoDB

    • Strong problem-solving and analytical skills

    • Ability to work in a team and collaborate ef

  • Answered by AI
  • Q3. Wat r ur strengths weaknesses
  • Q4. Wer do u see urself in next 5 years
  • Ans. 

    In the next 5 years, I see myself as a senior software engineer leading a team of developers.

    • I plan to continue learning and expanding my skillset

    • I hope to take on more leadership roles and mentor junior developers

    • I aim to contribute to the development of innovative software solutions

    • I plan to stay up-to-date with the latest technologies and industry trends

  • Answered by AI
  • Q5. Why should we hire u
  • Q6. How many years can u commit to us

Interview Preparation Tips

Round: Test
Experience: Be confident but dont be over confident
Tips: solve as many papers u can to crack dis test
Duration: 60 minutes
Total Questions: 50

Round: Group Discussion
Experience: Be clear about ur thots.
Tips: Try to speak more & relevant to the topic.
Duration: 15 minutes

Round: Technical Interview
Experience: being honest will help u clear this round
Tips: Be UP to DATE..

General Tips: Develop coding skills& logics also understand the basic math formulaes
College Name: TERNA ENGINEERING COLLEGE
Motivation: If u can Dream IT , U can Definetly Achieve IT.. :)
Funny Moments: :D

SDE-2 Interview Questions & Answers

Amazon user image Anonymous

posted on 2 Apr 2015

Interview Questionnaire 

10 Questions

  • Q1. Find sum of all numbers that are formed from root to leaf path (code) expected time complexity O(n)
  • Ans. 

    Find sum of all numbers formed from root to leaf path in a binary tree

    • Traverse the binary tree using DFS

    • At each leaf node, add the number formed from root to leaf path to a sum variable

    • Return the sum variable

    • Time complexity: O(n)

    • Example: For a binary tree with root value 1, left child 2 and right child 3, the sum would be 12 + 13 = 25

  • Answered by AI
  • Q2. Given a string you need to print all possible strings that can be made by placing spaces (zero or one) in between them. For example : ABC -> A BC, AB C, ABC, A B C
  • Ans. 

    Given a string, print all possible strings that can be made by placing spaces (zero or one) in between them.

    • Use recursion to generate all possible combinations of spaces

    • For each recursive call, either add a space or don't add a space between the current character and the next character

    • Base case is when there are no more characters left to add spaces between

    • Time complexity is O(2^n) where n is the length of the string

  • Answered by AI
  • Q3. Preorder traversal without using recursion
  • Ans. 

    Preorder traversal without recursion

    • Use a stack to keep track of nodes

    • Push right child first and then left child onto stack

    • Pop top of stack and print value

    • Repeat until stack is empty

  • Answered by AI
  • Q4. There is a 12 km road and a contractor who is in-charge of repairing it. Contractor updates you about the work which is done in patches. Like “Road between 3.2 km to 7.9 km repaired ”, “Road between 1.21 k...
  • Ans. 

    Find longest continuous patch on a 12 km road with updates in patches

    • Maintain a variable to keep track of current patch length

    • Update the variable whenever a new patch is added

    • Maintain a variable to keep track of longest patch so far

    • Compare current patch length with longest patch length and update if necessary

    • Use a sorted data structure like a binary search tree to store the patches for efficient search

    • Time complexity: ...

  • Answered by AI
  • Q5. Several Questions were asked from my project
  • Q6. Find median of an unsorted array. (code
  • Ans. 

    Find median of an unsorted array.

    • Sort the array and find the middle element

    • Use quickselect algorithm to find the median in O(n) time

    • If the array is small, use brute force to find the median

  • Answered by AI
  • Q7. General discussion on heaps
  • Q8. A stream of characters is coming, at any moment you have to tell ‘k’ elements closest to a given number (code)
  • Ans. 

    Find 'k' elements closest to a given number from a stream of characters.

    • Use a priority queue to keep track of closest elements.

    • Update the queue as new characters come in.

    • Return the 'k' closest elements from the queue.

  • Answered by AI
  • Q9. Design data structure that supports insert(), remove(), find-max(), delete-max() operations. All operations should run in O(1) time. Lots of discussion was there, discussed many approaches.
  • Ans. 

    Design a data structure with O(1) insert, remove, find-max, and delete-max operations.

    • Use a doubly linked list to maintain the elements in sorted order.

    • Use a hash table to store the pointers to the nodes in the linked list.

    • Maintain a pointer to the maximum element in the hash table.

    • Update the pointers in the hash table when inserting or removing elements.

    • Update the maximum pointer when deleting or inserting the maximum

  • Answered by AI
  • Q10. Check whether given link list represents palindrome
  • Ans. 

    Check if a given linked list is a palindrome.

    • Traverse the linked list and store the values in an array.

    • Compare the first and last elements of the array, then move towards the center.

    • If all elements match, the linked list is a palindrome.

    • Alternatively, use two pointers to find the middle of the linked list and reverse the second half.

    • Compare the first half with the reversed second half to check for a palindrome.

  • Answered by AI

Interview Preparation Tips

Round: Technical Interview
Experience: Recently I attended Amazon Bangalore interview for SDE 2 position. All f2f and no phone/written screening as I had attended one before and cleared those. Total 4 rounds wer der. The first techh round dey asked mi questions listed above.
Tips: NA

Round: Technical Interview
Experience: ROUND 2 dey asked mi above questions
Tips: NA

Round: Technical Interview
Experience: Round 3 Above questions wer asked.

Round: Technical Interview
Experience: This was the last round. thy asked mi above questions

College Name: NA

Skills evaluated in this interview

Banking Interview Questions & Answers

ICICI Bank user image Anonymous

posted on 24 May 2015

Interview Questionnaire 

18 Questions

  • Q1. How would your friends describe you?
  • Q2. Are you a low/medium or high risk taker? Substantiate your stand
  • Q3. Are you are loner?
  • Ans. 

    No, I am not a loner.

    • I enjoy working in a team and collaborating with others.

    • I believe that teamwork leads to better results.

    • I am comfortable working with people from diverse backgrounds.

    • I actively seek out opportunities to network and build relationships.

    • I am a good listener and value the opinions of others.

  • Answered by AI
  • Q4. Are you an imaginative person?
  • Q5. What are your strengths and weaknesses?
  • Q6. What is your family background and what have you learned from it?
  • Q7. What profile are you looking for?
  • Q8. Why are you fit for investment banking and not corporate finance?
  • Q9. Why do I want to get into ICIC and what do I know about it-
  • Q10. Why ICICI?
  • Q11. What do you know about the company?
  • Q12. What interesting projects are there on your CV? Explain one of them?
  • Q13. Discussed in and out on valuation specific questions related to a project like what projections for Sales, growth Rate, S&A, how to calculate cost of capital?
  • Q14. What approach did you take?
  • Q15. What lines of businesses did you value and how?
  • Q16. What are other competitors doing and how are they growing?
  • Q17. If you are the CEO of the same company what measures will you take to make the company grow to the next level?
  • Q18. What is the difference between bank and private investor?

Interview Preparation Tips

General Tips: Company was very impressed and wanted to make an offer but with a different profile in the interview itself but I was consistent on what I wanted and through strong negotiation finally convinced them that I am fit for Investment banking or global markets and hence that worked
Skills: Economics, Banking
College Name: NA

Interview Questions & Answers

IBM user image Anonymous

posted on 21 Jan 2015

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

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

Taylor Woodrow Reviews and Ratings

based on 5 reviews

1.3/5

Rating in categories

1.3

Skill development

1.2

Work-Life balance

1.3

Salary & Benefits

1.2

Job Security

1.3

Company culture

1.2

Promotions/Appraisal

3.1

Work Satisfaction

Explore 5 Reviews and Ratings
MEP Coordinator
3 salaries
unlock blur

₹17 L/yr - ₹17 L/yr

Explore more salaries
Compare Taylor Woodrow 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