Upload Button Icon Add office photos

Filter interviews by

The Creative Coaching Classes 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 questions on passages,correction of sentences,antonyms,synonyms analytical questions on logical deductions,puzzles...
Total Questions: 60

Round: HR Interview
Experience: 3 topics were given (reservation,higher education & if i am the sports minister) and ask to talk about any one for five mins and speak on reservaion.then he give me a situation and ask me to give five reasons to get out of situation. for this i answred well.......then some casual questions and at last he give me some advices about how to behave during an interview

General Tips: Its a great experience during interview and i am very much confident after my interview that i will be selected and so happened.Just be perfect in questions on various topics present in R.S AGARWAL Be donfident during interview,be frank and dont give any wrong information about ur academic performance
College Name: NIT WARANGAL

Assistant Trainee Interview Questions & Answers

TCS user image YATISH KUMAR KESHWANI

posted on 9 Feb 2015

Interview Questionnaire 

22 Questions

  • Q1. What are the subjects you have command in?
  • Q2. Tell me about your final year project?
  • Q3. Tell me about the industrial training you had?
  • Q4. How does an induction motor works?
  • Q5. Why motor is rated in KW whereas Transformer and generator in KVA?
  • Ans. 

    Motors are rated in KW because they consume power, while transformers and generators are rated in KVA because they produce power.

    • Motors convert electrical energy into mechanical energy, so they consume power and are rated in KW.

    • Transformers and generators produce electrical energy, so they are rated in KVA based on their apparent power.

    • KVA takes into account both the real power (KW) and the reactive power (KVAR) produc...

  • Answered by AI
  • Q6. What is the type of motor used in ceiling fans?
  • Ans. 

    The type of motor used in ceiling fans is an induction motor.

    • Ceiling fans typically use single-phase induction motors.

    • These motors are designed to provide a constant speed and are efficient in converting electrical energy into mechanical energy.

    • The motor consists of a stator and a rotor, with the stator being the stationary part and the rotor being the rotating part.

    • The stator contains windings that create a rotating m...

  • Answered by AI
  • Q7. Hoe does a thermal power plant works?
  • Ans. 

    A thermal power plant generates electricity by converting heat energy into mechanical energy.

    • Thermal power plants use fossil fuels or nuclear energy to heat water and produce steam.

    • The steam drives a turbine, which is connected to a generator that produces electricity.

    • The heat source can be coal, natural gas, oil, or nuclear reactions.

    • The steam is condensed back into water and recycled in a closed-loop system.

    • Thermal p...

  • Answered by AI
  • Q8. Write a program to make a GP
  • Ans. 

    A program to generate a geometric progression (GP).

    • Take the first term, common ratio and number of terms as input.

    • Use a loop to calculate each term of the GP.

    • Print the generated GP as output.

  • Answered by AI
  • Q9. Write a program to print factorial using recursion
  • Ans. 

    A program to print factorial using recursion

    • Define a function to calculate factorial recursively

    • Base case: if the number is 0 or 1, return 1

    • Recursive case: multiply the number with factorial of (number - 1)

    • Print the factorial of a given number

  • Answered by AI
  • Q10. Write the logic to reverse a string without using string fnctions
  • Ans. 

    Logic to reverse a string without using string functions

    • Iterate through the string from the last character to the first

    • Create a new string and append each character to it in reverse order

  • Answered by AI
  • Q11. Tell me about yourself?
  • Q12. What are your hobbies?
  • Q13. Apart from your technical pat and studies what have you done in college?
  • Q14. What do you prefer, ethics or values?
  • Q15. Suppose you are working in office and somebody came and slapped you, what will you do?
  • Q16. Tell me about yourself for 5 minutes
  • Q17. What are your views about Mr. Narendra Modi as PM of India
  • Q18. Any extra curricular activities you have participated in school or college
  • Q19. What are your strengths?
  • Q20. What are your weaknesses?
  • Q21. Being an Electrical engineer why do you want to join an IT company
  • Q22. What do you know about TCS?

Interview Preparation Tips

Round: Test
Experience: In email writing one question was given describing the situation and maximum word limit. It has the keywords given to be used. 1 question, 10 minutes.This section is generally used to check your verbal ability. Make sure to use all the keywords given and complete it within time, with no spelling mistakes of course. Missing a keyword or a spelling mistake could be your goodbye to qualified list.The second section had 30 questions of quantitative aptitude. Duration 70 mins. There are questions from various sections, such as Time and speed, Time and distance, Data interpretation,etc.There are 2-3 star marked questions which have more weight-age. There my also be a dummy question who doesn't have any matching answer. Make sure uh don't attempt these questions.26-27 questions is the cut-off for qualified list.But you have to do the email writing part correctly.
Tips: Practice email writing online from various websites such as technicalbaba.com, indiageeks.comPractice quantitative aptitude as it is a must in any interview you will face. you can use R.S.Agarwal or CAT material.
Duration: 90 minutes
Total Questions: 30 + 1

Round: Interview
Experience: Greeting the interviewer is a must. Be confident and enthusiastic. Have your resume properly ready. Technical questions from your subject will be asked. Not a must that you should know any programming language like C, C++, JAVA.
Tips: Prepare 3-4 subjects of your core branch. Never try to flatter the interviewer. Be confident and answer the questions appropriately. Dont say directly " I DON'T KNOW". Atleast try even if you dont know the answer.

Round: Interview
Experience: There are certain questions which doesnt have direct answers. You have to be diplomatic about them. You should be able to see all the possible situation when a question like that is asked.

Round: Interview
Experience: The HR head may manipulate you, try to stress you, etc. Be calm and confident.Think before you speak. Prepare your answers before hand for general questions. Write your introduction on a paper and prepare it well so that you speak it confidently...
Tips: Be yourself. Be confident. Never argue with the interviewer.All the best

General Tips: Be presentable in the interview. Wear a watch. Show respect to the interviewer. Prepare 3-4 technical subjects well. Read last 15 days newspaper. Be confident when you speak. Improve your English if you are weak in it.
Skill Tips: ""
Skills: Verbal ability, Attitude, Technical knowledge, General knowledge
College Name: IMS ENGINEERING COLLEGE, GHAZIABAD
Motivation: TCS is a semi government company with a decent package and high job security.

Skills evaluated in this interview

Interview Questionnaire 

7 Questions

  • Q1. Say something about yourself?
  • Q2. Asked on college project
  • Q3. Which programming language do you know?
  • Ans. 

    I know multiple programming languages including Java, Python, and C++.

    • Proficient in Java with experience in developing web applications using Spring framework

    • Familiar with Python for data analysis and machine learning

    • Experience in C++ for developing high-performance applications

    • Also familiar with HTML, CSS, and JavaScript for front-end development

  • Answered by AI
  • Q4. What is class, encapsulation and other feature of OOP?
  • Ans. 

    Class is a blueprint for creating objects, encapsulation is the process of hiding data and methods within a class.

    • Class is a template or blueprint that defines the properties and behaviors of an object.

    • Encapsulation is the process of bundling data and methods together within a class, hiding the internal details from the outside world.

    • Other features of OOP include inheritance, polymorphism, and abstraction.

    • Inheritance a...

  • Answered by AI
  • Q5. Write a program to find the sum of the squares of each term of Fibonacci series
  • Ans. 

    Program to find the sum of squares of each term of Fibonacci series

    • Generate Fibonacci series using loop or recursion

    • Calculate square of each term

    • Add all squares to get the sum

  • Answered by AI
  • Q6. What can I do for you?
  • Q7. Why would you like to join Cognizant?
  • Ans. 

    I would like to join Cognizant because of its reputation as a leading global technology and consulting company.

    • Cognizant has a strong presence in the industry and is known for its innovative solutions.

    • I am impressed by Cognizant's commitment to digital transformation and its ability to deliver value to clients.

    • The company offers excellent career growth opportunities and a supportive work environment.

    • Cognizant's diverse...

  • Answered by AI

Interview Preparation Tips

Round: Test
Experience: Questions were simple but demanded faster solving ability especially the Quantitative ability section.
Tips: Solve every bit of R.S.Aggarwal for Aptitude problems. www.indiabix.com is a good site to solve questions from all the sections.
Duration: 90 minutes

Round: Interview
Experience: Started with self description to explaining what projects I was involved in. Talked about my role in the project. Then answered questions from C++ programming language and then wrote the program that the interviewer gave me to do.
Tips: Be Confident. Have the problem solving & "Yes I can Do" attitude. Go with a open mind. Listen to the interviewer carefully. Do not stammer. Keep yourself calm and cool. Be honest.

Round: Interview
Experience: Faced normal questions
Tips: Be confident & keep smiling. Keep track of your body language. Be fluent in speaking English.

General Tips: Be confident and a "can do" attitude will help you grab the job.
Skill Tips: """"
Skills: Communication Skill, Proficiency in English, Basic Computer Progamming Knowledge, Learning ability, Aptitude
College Name: IIT Madras

Skills evaluated in this interview

Interview Preparation Tips

Round: Case Study Interview
Experience: No one would be eliminated in this round. They will provide you ample time - around 40-50 minutes to write a response on a case study. The topic would be new and unheard of, but you can think and write peacefully in that amount of time.
Tips: Make sure you highlight the points made and do remember them for the Group Discussion phase.

Round: Group Discussion
Experience: One-third of the guys will get selected for the interviews from each group of 8-10 guys. The topic of the GD would be same as the case study. Now, its time for you to recall the points you made during the writing section. The GD will last for around 15-20 minutes.
Tips: Good communication skills, relaxed but expressive tone. Don’t be silent and try to speak up whenever you get a chance. Try to bring new air into the discussion and think from all the different perspectives. You should speak at least 2-3 times, even if you just say 1-2 sentences each time. That will do. They also individually ask each person to speak, specifically those who could not speak, but you had better not be that guy or girl. There is no need to fight for summarizing the GD. Try to show that you are involved throughout the GD.

Round: HR Interview
Experience: There will be two guys, one from technical and the other HR. They both ask questions at the same time and they discuss among each other as well. They mostly try to detect any fraud or fake thing you did in your project or intern. All the technical questions come from your CV. So, your fate is kind of in your hands only.
Tips: Prepare hard for Projects, Internships etc. Don’t panic. They try to see how you react in a pressure situation and actually behave as if you are not impressing them. Just be calm and keep on speaking. If there is something you want to say and they interrupt you, its better you ask them to give you a chance to explain it in details. Do have a few questions in mind to ask them about your job profile and Wipro. That is the final nail in the coffin.

Skill Tips: A minimum CGPA of 8.0 was mentioned and later they relaxed it to 7.9. They were giving quite some importance to the Internships and Projects undertaken and were trying to judge if you actually did something new and genuine. They were dwelling deep into it. As I said, prepare well for them just like you prepare for BTech Project Viva. They do ask a lot of questions.HR questions should be prepared thoroughly. A background check of Wipro and IT sector companies is a must. Prepare well for group discussions. Try to get background information about the IT sector and the company. Prepare your CV thoroughly.
College Name: IIT KHARAGPUR

Interview Questions & Answers

Deloitte user image Anonymous

posted on 7 Jan 2015

Interview Preparation Tips

Round: Test
Experience: CAT type questions on maths and English. Speed matters. Preparation for CAT helps, I did not sit for CAT but I went through is DI material before the test to increase my speed. Questions in general are easy. Conduct yourself professionally. Deloitte decides to allot you a profile depending on your score in this test most probably. So make sure you do well in this test. I think the highest scoring candidates are shortlisted for the S&O profile, though I am not sure about it.
Tips: If you are up for a career in management consulting and can't possibly be shortlisted by Mckinsey or BCG, this is your golden opportunity. You have to do well in the test for it. Deloitte is one of the best places in the world for management consulting after MBB firms and I believe some people might have gotten selected for this profile just because they did well in this test (by fair or unfair means!!)

Round: Group Discussion
Experience: You are given a case. Your group of 10 has to find a solution for a client. The process lasts for about 30 minutes. The key is staying calm and composed and not disputing and challenging others violently! At the end you are supposed to give a presentation on the problem and it solution, 5 minutes for each member.
Tips: Speak less rather than speaking trash. Introduce yourself first when asked to give your part of the presentation and behave professionally, they check more on your professional behavior than the effectiveness of your solution. 50 % of the students passing this round generally make it to the offer. Hence this is the most important round. If you have done very well in this round you will probably do well in the PI.

Round: Behavorial Interview
Experience: Behavioral questions base on your resume.
I had networked a bit with my interviewer before the interview because both of us were waiting to enter the interview room and it felt awkward not talking to him. I think that might have helped.

Dont go for a technology profile hoping you will get to enter the management consulting space some day. Technology consulting is a good career choice only if you are passionate about it, or else it is a disaster, since the only exit route is an MBA application.
Dont go without reading about the company, it was a big source of worry for me
Tips: Answer the questions diplomatically. Appearing confident helps. I kept a smiling face no matter how tensed I was, that might help.
Know all the points in your resume and prepare to answer all behavioral questions you can possibly think of.
Have some questions to ask at the end of the interview.

General Tips: Its good if you have some extra academic involvement to have some discussion points during your PI. Or when you are asked about an achievement you are very proud of.
Skill Tips: I felt the company loves to hire calm and professional people who can articulate themselves properly. And do well in the written test if you want a profile of your choice.
Deloitte is probably the only company to be able to compete with the likes of Mckinsey in management consulting and IBM in technology, at the same time. No doubt, it is a great brand name to work with. It is highly rated in both the fields.
Strategy and Operations is a very good career if you are looking for management consulting, they have a program to train and sponsor you for the best B-Schools in the world.
The technology profiles are good if you are passionate about technology and its integration.
So be careful about your choices.
College Name: IIT Kharagpur

Interview Questions & Answers

HCLTech user image Anonymous

posted on 11 Apr 2015

Interview Questionnaire 

6 Questions

  • Q1. Which is your favorite subject
  • Q2. Difference between C and C++
  • Q3. What are the advantages of C++ over C
  • Q4. What is polymorphism and how do we achieve it using C++ programming
  • Ans. 

    Polymorphism is the ability of an object to take on many forms. In C++, it is achieved through function overloading and virtual functions.

    • Polymorphism allows objects of different classes to be treated as objects of a common base class.

    • Function overloading enables multiple functions with the same name but different parameters.

    • Virtual functions allow derived classes to override base class functions.

  • Answered by AI
  • Q5. What will you do if you have a clash with your colleague
  • Q6. If you are given extra work in the office and your girl friend is waiting for you outside, then what will you do

Interview Preparation Tips

Round: Test
Experience: One written test. It contains four sections. Each section contains 25 questions and is of 30 minutes duration.
Tips: Prepare well for technical and aptitude.
Duration: 120 minutes
Total Questions: 100

Round: Technical Interview
Experience: Questions were asked based on my favorite subject.
Tips: Choose your favorite subject as the one you know well.

Round: HR Interview
Experience: He gave me situations to see how I would handle them.
Tips: You must justify yourself with your answers.

General Tips: Brush up all the basics of your core subjects.
Skills: Good technical skills., Good communication skills.
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 

10 Questions

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

    I am interested in this profile because of my passion for finance and my experience in the banking industry.

    • I have a degree in finance and have worked in the banking industry for 5 years.

    • I am passionate about helping clients achieve their financial goals.

    • I have experience in managing portfolios and analyzing financial data.

    • I am excited about the opportunity to work with a team of professionals in the banking industry.

  • Answered by AI
  • Q10. Basic knowledge of Insurance sector

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

Round: Resume Shortlist
Experience: I had sent my resume to the hiring group, Selection through telephonic interviews. I was interviewed by three different research groups  (once by each).
Tips: Factors in decreasing order of importance: CGPA each stage. Ability to explain your projects precisely. Ability to solve ''standard" logarithmic problems.  The way you think and put down your Answer is the most important. The final answer .s not so I important, and they prod you when you think out aloud anyway.

Round: Technical Interview
Experience: Almost- by default they ask about your previous projects/internships if they are relevant to the group. Ofher questions depend on the group you are interviewed by and your own profile, In my case it was machine learning, text mining etc. I was told about the research problem they were dealing with then and asked f or comments/suggestions/.inputs and a discussion followed.
Tips: Basically these are specialized Interviews so it's good to have sound knowledge of your domain (analytical and application skills are very much required).

Skill Tips: CGPA>9.0, 1f not (like me) relevant work done in the domain and in past internship.A recommendation from the professor is also a good add on.
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.5k 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

The Creative Coaching Classes Reviews and Ratings

based on 4 reviews

5.0/5

Rating in categories

5.0

Skill development

4.9

Work-Life balance

4.9

Salary & Benefits

4.9

Job Security

4.9

Company culture

5.0

Promotions/Appraisal

4.9

Work Satisfaction

Explore 4 Reviews and Ratings
Teacher
4 salaries
unlock blur

₹0.6 L/yr - ₹7.2 L/yr

Explore more salaries
Compare The Creative Coaching Classes 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