Upload Button Icon Add office photos

Filter interviews by

Charitism Interview Questions and Answers

Updated 30 Jun 2024
Popular Designations

Charitism Interview Experiences

3 interviews found

Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Assignment 

Asked to build Blog managment system it's like todo list

Round 2 - Technical 

(2 Questions)

  • Q1. What is virtual dom
  • Ans. 

    Virtual DOM is a lightweight copy of the actual DOM used for efficient updates in web development.

    • Virtual DOM is a concept used in frameworks like React to improve performance by minimizing actual DOM updates.

    • Changes are first made to the virtual DOM, then compared with the actual DOM to only update what has changed.

    • This process reduces the number of manipulations needed on the real DOM, resulting in faster rendering.

    • V...

  • Answered by AI
  • Q2. React hooks and usages
Round 3 - HR 

(2 Questions)

  • Q1. Techinal and HR
  • Q2. Simple hr questions about, hobbies

Interview Preparation Tips

Interview preparation tips for other job seekers - practice react hooks

Skills evaluated in this interview

Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Naukri.com and was interviewed in Dec 2023. There were 2 interview rounds.

Round 1 - HR 

(2 Questions)

  • Q1. Do you have any past experience?
  • Ans. 

    I have experience in customer support, focusing on resolving issues and enhancing customer satisfaction through effective communication.

    • Previous Role: Worked as a customer support representative at XYZ Company, handling over 50 customer inquiries daily.

    • Issue Resolution: Successfully resolved customer complaints by identifying root causes and providing timely solutions, improving customer retention.

    • Communication Skills:...

  • Answered by AI
  • Q2. What's your education qualification?
Round 2 - One-on-one 

(3 Questions)

  • Q1. Did you go through the company's website?
  • Q2. What changes would you make in the website and why?
  • Q3. What's your expectation from the company?

Interview Preparation Tips

Interview preparation tips for other job seekers - The first advice would be to go through the company's website and know about all the current running campaigns and what the company is focused upon.
Secondly, you can practice more of the basic HR questions for further processes.
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Internshala and was interviewed before Mar 2023. There were 3 interview rounds.

Round 1 - Assignment 

Reactjs Assisgnment with 2 days dead line

Round 2 - Technical 

(4 Questions)

  • Q1. Technial interview , asked question on session storeage, cookies , reactjs concepts , life cycle
  • Q2. React js life cycle methods
  • Q3. Difference between cookies storage and session storage
  • Ans. 

    Cookies are stored on the client side and have expiration dates, while session storage is temporary and stored on the client side.

    • Cookies are stored on the client side and can be set to expire at a specific time.

    • Session storage is temporary and is cleared when the browser is closed.

    • Cookies have a limit of 4KB of data, while session storage can store larger amounts of data.

    • Cookies are sent with every HTTP request, while...

  • Answered by AI
  • Q4. Dom Vs Virtual Dom difference
  • Ans. 

    DOM is the actual representation of the HTML document, while Virtual DOM is a lightweight copy of the DOM used for efficient updates.

    • DOM represents the actual HTML document structure that is rendered on the screen.

    • Virtual DOM is a lightweight copy of the DOM kept in memory by frameworks like React for efficient updates.

    • Changes made to the Virtual DOM are compared with the actual DOM, and only the differences are update...

  • Answered by AI
Round 3 - Technical 

(1 Question)

  • Q1. Questions on Assignemnt and Html, css concepts

Interview Preparation Tips

Interview preparation tips for other job seekers - Be prepare well the basic concepts of react and general web develoment basic

Skills evaluated in this interview

Top trending discussions

View All
Interview Tips & Stories
1w
toobluntforu
·
works at
Cvent
Can speak English, can’t deliver in interviews
I feel like I can't speak fluently during interviews. I do know english well and use it daily to communicate, but the moment I'm in an interview, I just get stuck. since it's not my first language, I struggle to express what I actually feel. I know the answer in my head, but I just can’t deliver it properly at that moment. Please guide me
Got a question about Charitism?
Ask anonymously on communities.

Interview questions from similar companies

I appeared for an interview before Sep 2016.

Interview Preparation Tips

Round: Test
Experience: This was a group test. We were asked to answer and complete all questions from both sections. Test was conducted in TCS campus in Pune
Tips: Learning basic level Maths and English will help clear this test
Duration: 2 hours
Total Questions: 45

Round: Test Selection
Experience: This was a direct shortlist from all who cleared the test

College Name: Sinhgad Academy of Engineering

Interview Preparation Tips

Skills: Coding Skills, Speaking Skills, Confidence, Hardwork, Intelligence, Time Management, How Well You Can Handle Stress
College Name: IIT Patna

I appeared for an interview before Sep 2020.

Round 1 - Coding Test 

(1 Question)

Round duration - 120 minutes
Round difficulty - Hard

  • Q1. 

    Round Robin Scheduling Problem Statement

    You are provided with 'N' processes, each having a process ID ranging from 1 to 'N'. Each process has an arrival time and a burst time. Additionally, you're given ...

  • Ans. 

    Implement a round-robin scheduling algorithm to determine completion time for each process.

    • Implement a round-robin scheduling algorithm with the given time quantum.

    • Execute processes based on arrival time and process ID if arrival times are the same.

    • Calculate completion time for each process based on burst time and time quantum.

  • Answered by AI

Interview Preparation Tips

Professional and academic backgroundI applied for the job as SDE - Intern in DelhiEligibility criteria7cgpa and no active backlogAmazon interview preparation:Topics to prepare for the interview - Ds, Algo, Web Development, Operating System, DBMSTime required to prepare for the interview - 4 MonthsInterview preparation tips for other job seekers

Tip 1 : Strong Ds Algo Fundamentals
Tip 2 : Competitive Programming
Tip 3 : Projects are a plus to test your overall skills

Application resume tips for other job seekers

Tip 1 : Should be clear and easy to go through
Tip 2 : Links should be present to validate your projects

Final outcome of the interviewSelected

Skills evaluated in this interview

I appeared for an interview before Sep 2020.

Round 1 - Coding Test 

(2 Questions)

Round duration - 90 Minutes
Round difficulty - Easy

The round was scheduled at 10 AM on 2nd August, 2019, But it started a little late due to some issues in Lab devices. The test started in a full screen mode and no one was allowed to exit full screen mode.

  • Q1. 

    Remainder When Divided By 11 Problem Statement

    Determine the remainder when a given number, 'N' in the form of a string, is divided by 11.

    Input:

    The first line contains an integer 'T' denoting the numb...
  • Ans. 

    Find the remainder when a given number is divided by 11.

    • Convert the string number to an integer for easier calculation.

    • Use the property that the remainder when a number is divided by 11 is the same as the remainder when the alternating sum of its digits is divided by 11.

    • Repeat the process until you get a single digit number as the result.

  • Answered by AI
  • Q2. 

    Missing Number Problem Statement

    You are provided with an array named BINARYNUMS consisting of N unique strings. Each string represents an integer in binary, covering every integer from 0 to N except for ...

  • Ans. 

    Given an array of unique binary strings representing integers from 0 to N, find and return the missing integer's binary representation.

    • Iterate through the binary strings and convert them to integers.

    • Calculate the sum of integers from 0 to N using the formula (N * (N + 1)) / 2.

    • Subtract the sum of the integers in the array from the total sum to find the missing integer.

    • Convert the missing integer to binary and return it ...

  • Answered by AI
Round 2 - Face to Face 

(2 Questions)

Round duration - 60 Minutes
Round difficulty - Medium

It was a F2F interview. The interviewer was very friendly and was working as an SDE II in Consumers team. He started with quick intro of himself and then asked mine. Then jumped into coding question. He was monitoring my every single activity throughout the interview and told me ignore whenever I type something on my laptop.

  • Q1. 

    Fish Eater Problem Statement

    In a river where water flows from left to right, there is a sequence of 'N' fishes each having different sizes and speeds. The sizes of these fishes are provided in an array c...

  • Ans. 

    Given a river with fishes of different sizes and speeds, determine how many fishes survive after encounters.

    • Iterate through the array of fishes and simulate encounters between fishes to determine survivors

    • Use a stack to keep track of surviving fishes

    • Compare sizes of fishes to determine which fish eats the other

  • Answered by AI
  • Q2. 

    Fishmonger Toll Optimization Problem

    A fishmonger needs to transport goods from a port to a market, crossing multiple states each requiring a toll. The goal is to minimize the toll costs while ensuring th...

  • Ans. 

    The Fishmonger Toll Optimization Problem involves minimizing toll costs while ensuring timely delivery of goods from a port to a market.

    • Given 'N' states and a time limit 'M', find the smallest toll amount to reach the market from the port within the given time.

    • Use dynamic programming to solve the problem efficiently.

    • Consider both time and toll matrices to calculate the minimum toll cost.

    • Return -1 if it is not possible ...

  • Answered by AI
Round 3 - Face to Face 

(2 Questions)

Round duration - 75 Minutes
Round difficulty - Medium

It was a F2F interview. The interviewer was very friendly and was working as an SDE III in Payments team. He started with quick intro of himself and then asked mine. He asked me about the project I mentioned in my resume and some questions regarding the project. Then jumped into coding question. He was monitoring my every single activity throughout the interview.

  • Q1. 

    Battalions and Tanks Problem Statement

    Given 'N' battalions and 'M' tanks, along with an array representing the number of soldiers in each battalion, you need to allocate the tanks such that the maximum r...

  • Ans. 

    Allocate tanks to battalions to minimize maximum ratio of soldiers per tank.

    • Calculate the ratio of soldiers to tanks for each battalion.

    • Sort the ratios in ascending order.

    • Return the maximum ratio from the sorted list.

  • Answered by AI
  • Q2. 

    Diagonal Traversal of a Binary Tree

    Given a binary tree of integers, find its diagonal traversal. Refer to the example for clarification on diagonal traversal.

    Example:

    Explanation:
    Consider lines at a...
  • Ans. 

    Diagonal traversal of a binary tree involves printing nodes at the same diagonal in a specific order.

    • Traverse the tree in a diagonal manner, starting from the root node and moving towards the right child and then the left child.

    • Use a queue to keep track of nodes at each level of the tree.

    • Print the nodes in the order they are encountered while traversing the tree diagonally.

  • Answered by AI

Interview Preparation Tips

Professional and academic backgroundI completed Computer Science Engineering from J.C. Bose University of Science and Technology, YMCA. I applied for the job as SDE - Intern in BangaloreEligibility criteriaCGPA > 6 and not from Mechanical and Electrical Engineering,Amazon interview preparation:Topics to prepare for the interview - Data structures and Algorithms, Computer Networks, Operating Systems, Web TechnologiesTime required to prepare for the interview - 6 MonthsInterview preparation tips for other job seekers

Tip 1 : Understand the concept for any algorithm you are studying, focus on how things are working even in single line of code, if you do that number of questions doesn't matter.
Tip 2 : Don't get confuse while choosing which online platform is good and which one is bad, Every platform has enough resources to crack any interview. Just make sure you completely finish atleast one platform. If you like CP then start practicing on SPOJ/Codeforces/TopCoder/CodeChef.

Application resume tips for other job seekers

Tip 1 : Be confident about every single word written in your resume.
Tip 2 : Make sure your resume is of 1 page only.

Final outcome of the interviewSelected

Skills evaluated in this interview

Are these interview questions helpful?

I appeared for an interview before Sep 2020.

Round 1 - Coding Test 

(2 Questions)

Round duration - 120 minutes
Round difficulty - Medium

28 MCQ's + 2 coding question

  • Q1. 

    Dice Throws Problem Statement

    You are given D dice, each having F faces numbered from 1 to F. The task is to determine the number of possible ways to roll all the dice such that the sum of the face-up num...

  • Ans. 

    The task is to determine the number of possible ways to roll all the dice such that the sum of the face-up numbers equals the given 'target' sum.

    • Use dynamic programming to solve the problem efficiently.

    • Create a 2D array to store the number of ways to achieve each sum with different number of dice.

    • Iterate through the dice and sum possibilities to fill up the array.

    • Return the result modulo 10^9 + 7.

    • Optimize the solution ...

  • Answered by AI
  • Q2. 

    Count Set Bits Problem Statement

    Given a positive integer N, compute the total number of '1's in the binary representation of all numbers from 1 to N. Return this count modulo 1e9+7 because the result can...

  • Ans. 

    Count the total number of set bits in the binary representation of numbers from 1 to N modulo 1e9+7.

    • Use bitwise operations to count the set bits in each number from 1 to N.

    • Consider using dynamic programming to optimize the solution.

    • Remember to return the count modulo 1e9+7 to handle large results.

  • Answered by AI
Round 2 - Face to Face 

(2 Questions)

Round duration - 45 Minutes
Round difficulty - Hard

Coding Round 
Brief Introduction in starting and then two DSA questions(medium and hard)

  • Q1. 

    Postorder Traversal Problem Statement

    You are given the root node of a binary tree consisting of 'N' nodes. Your task is to return its postorder traversal. The postorder traversal of a binary tree is defi...

  • Ans. 

    Return the postorder traversal of a binary tree given its root node.

    • Traverse left subtree

    • Traverse right subtree

    • Visit root node

    • Use recursion to solve

    • Example: [4, 5, 2, 3, 1]

  • Answered by AI
  • Q2. 

    Longest Increasing Subsequence Problem Statement

    Given an array of integers with 'N' elements, determine the length of the longest subsequence where each element is greater than the previous element. This...

  • Ans. 

    Find the length of the longest strictly increasing subsequence in an array of integers.

    • Use dynamic programming to keep track of the longest increasing subsequence ending at each element.

    • Initialize an array to store the lengths of the longest increasing subsequences.

    • Iterate through the array and update the lengths array based on the current element and previous elements.

    • Return the maximum value in the lengths array as t...

  • Answered by AI
Round 3 - Face to Face 

(3 Questions)

Round duration - 60 Minutes
Round difficulty - Medium

Coding Round 
No introduction
3 DSA Questions

  • Q1. 

    Sort an Array in Wave Form

    You are given an unsorted array ARR. Your task is to sort it so that it forms a wave-like array.

    Input:

    The first line contains an integer 'T', the number of test cases.
    For ea...
  • Ans. 

    Sort an array in a wave-like pattern where each element is greater than or equal to its neighbors.

    • Iterate through the array and swap elements to form the wave pattern.

    • Start by sorting the array in non-decreasing order.

    • Swap adjacent elements to form the wave pattern.

    • Return the modified array as the output.

  • Answered by AI
  • Q2. How would you implement a data structure to show the three last watched movies on Amazon Prime?
  • Ans. 

    Implement a data structure to show the three last watched movies on Amazon Prime.

    • Use an array data structure to store the last watched movies.

    • Keep track of the order in which the movies were watched to display the most recent ones first.

    • Update the array whenever a new movie is watched, shifting older movies to make room for the new ones.

  • Answered by AI
  • Q3. 

    Data Structure with Insert, Delete, and GetRandom Operations

    Design a data structure that supports four operations: insert an element, remove an element, search for an element, and get a random element. E...

  • Ans. 

    Design a data structure supporting insert, delete, search, and getRandom operations in constant time.

    • Use a combination of hashmap and array to achieve O(1) time complexity for each operation.

    • For insert operation, check if element exists in hashmap, if not add to array and hashmap.

    • For remove operation, check if element exists in hashmap, if yes, remove from array and hashmap.

    • For search operation, check if element exists...

  • Answered by AI

Interview Preparation Tips

Professional and academic backgroundI applied for the job as SDE - Intern in HyderabadEligibility criteriaNo criteriaAmazon interview preparation:Topics to prepare for the interview - Data Structures(Binary Trees, Arrays, LinkedList, Graph, Stack, Queue), OOPS, Operating Systems, Computer NetworksTime required to prepare for the interview - 1.5 MonthsInterview preparation tips for other job seekers

Tip 1 : Practice Amazon Tagged Questions on gfg
Tip 2 : Practice DS Algo MCQ's on gfg
Tip 3 : Try to read as much as past interview experiences when you have limited time left for interview(eg:1 or two weeks)

Application resume tips for other job seekers

Tip 1 : Do not write anything on the resume which you can't defend on the day of the interview(You might have a cool project but it's of no use if you are not thorough about it on the day of interview).
Tip 2 : Write the work in the project which you done and the impact you created via it and not generic details about the project

Final outcome of the interviewSelected

Skills evaluated in this interview

I appeared for an interview before Sep 2020.

Round 1 - Coding Test 

(2 Questions)

Round duration - 90 Miinutes
Round difficulty - Medium

The round has 2 sections each.

1) First Section consisted of 2 coding questions.
2) Second Section consisted of 28 multiple choice questions(MCQs)

  • Q1. 

    Equation Solver Problem Statement

    You are provided with an equation involving the addition of two numbers, where one of the numbers is missing and is represented as 'x'. Your task is to determine the valu...

  • Ans. 

    Solve for the missing number 'x' in an equation involving addition of two numbers.

    • Identify the summands and the result in the equation.

    • Subtract the known summand from the result to find the missing number 'x'.

    • Return the value of 'x' as the output.

  • Answered by AI
  • Q2. 

    Anagram Pairs Verification Problem

    Your task is to determine if two given strings are anagrams of each other. Two strings are considered anagrams if you can rearrange the letters of one string to form the...

  • Ans. 

    Determine if two strings are anagrams of each other by checking if they can be rearranged to form the other string.

    • Create a frequency map of characters for both strings and compare them to check if they are equal.

    • Sort both strings and compare them to see if they are equal.

    • Use a set to store characters of one string and remove characters from the set while iterating through the other string.

    • If the set is empty at the en...

  • Answered by AI
Round 2 - Face to Face 

(1 Question)

Round duration - 45 Minutes
Round difficulty - Medium

This was my first technical round and the interviewer mainly tested my problem solving skills.

  • Q1. 

    Minimum Steps for a Knight to Reach Target

    Given a square chessboard of size 'N x N', determine the minimum number of moves a Knight requires to reach a specified target position from its initial position...

  • Ans. 

    Calculate minimum steps for a Knight to reach target position on a chessboard.

    • Use BFS algorithm to find shortest path from Knight's starting position to target position.

    • Consider all possible moves of the Knight on the chessboard.

    • Track visited positions to avoid revisiting them during traversal.

  • Answered by AI

Interview Preparation Tips

Professional and academic backgroundI applied for the job as SDE - Intern in HyderabadEligibility criteriaAbove 6.5 CGPAAmazon interview preparation:Topics to prepare for the interview - LinkedLists, Binary Trees, Heaps, Segment Trees, Binary Search Trees, Graphs, Stack, Queue, Data Base Management Systems, Computer Networks, Projects mentioned in resumeTime required to prepare for the interview - 4 MonthsInterview preparation tips for other job seekers

Tip 1 : Be thorough with Data Structures and Algorithms..
Tip 2 : Practice Medium and Hard Difficulty Questions on Leetcode.
Tip 3 : Work on web development or mobile development projects and mention about them in your resume in detail.

Application resume tips for other job seekers

Tip 1 : Length of the resume should be of one page.
Tip 2 : Mention topics only if you are a pro in that topic.

Final outcome of the interviewSelected

Skills evaluated in this interview

I appeared for an interview before Sep 2020.

Round 1 - Coding Test 

(2 Questions)

Round duration - 2 hour 30 mins
Round difficulty - Easy

Debugging: This section had 7 debugging problems, which consist of code snippets that have some logical error that needs to be rectified.
Reasoning Ability: This section consists of some verbal reasoning questions and some aptitude questions.
Coding: This section consists of 2 coding problems.

  • Q1. 

    Search in a Row-wise and Column-wise Sorted Matrix Problem Statement

    You are given an N * N matrix of integers where each row and each column is sorted in increasing order. Your task is to find the positi...

  • Ans. 

    Given a sorted N * N matrix, find the position of a target integer X within the matrix.

    • Iterate over each row and column to search for the target integer X

    • Utilize the sorted nature of the matrix to optimize the search process

    • Return the position of X if found, else return -1 -1

  • Answered by AI
  • Q2. 

    Clone Linked List with Random Pointer Problem Statement

    Given a linked list where each node has two pointers: one pointing to the next node and another which can point randomly to any node in the list or ...

  • Ans. 

    Cloning a linked list with random pointers by creating new nodes rather than copying references.

    • Create a deep copy of the linked list by iterating through the original list and creating new nodes with the same values.

    • Update the random pointers of the new nodes by mapping the original node's random pointer index to the corresponding new node.

    • Ensure the cloned linked list is an exact copy of the original by validating th...

  • Answered by AI
Round 2 - Video Call 

(2 Questions)

Round duration - 60 minutes
Round difficulty - Medium

Around 30 candidates were shortlisted from my campus and over 150+ candidates were shortlisted from the university, and I was one of them. Then my first round of interviews was scheduled. I was pretty nervous before the interview.

  • Q1. 

    Return in Row Wave Form Problem Statement

    You are provided with a 2D array having dimensions 'N*M'. Your task is to traverse the elements row-wise and return a single-dimensional array which stores these ...

  • Ans. 

    Traverse a 2D array row-wise and return elements in a wave pattern.

    • Traverse the 2D array row-wise and store elements alternately in a wave pattern.

    • For each row, store elements from left to right for odd rows and from right to left for even rows.

    • Return the final 1D array representing the wave pattern of elements.

  • Answered by AI
  • Q2. 

    Strict Binary Tree Construction

    Given two lists, one representing the preorder traversal ('PRE') of a strict binary tree and the other ('TYPENL') indicating if each node is a leaf ('L') or non-leaf ('N')....

  • Ans. 

    Construct a strict binary tree from preorder traversal and leaf/non-leaf indicators.

    • Create a binary tree node class with value and left/right pointers.

    • Use a stack to keep track of parent nodes while constructing the tree.

    • Check if the current node is a leaf or non-leaf based on 'TYPENL' list.

  • Answered by AI
Round 3 - Video Call 

(1 Question)

Round duration - 60 minutes
Round difficulty - Medium

My interviewer introduced himself in the beginning and asked for my introduction.

  • Q1. 

    Alien Dictionary Problem Statement

    You've been provided with a sorted dictionary in an alien language. Your task is to determine the character order of this alien language from this dictionary. The dictio...

  • Ans. 

    Given a sorted dictionary in an alien language, determine the character order of the language.

    • Iterate through the dictionary to find the order of characters based on their appearance in words.

    • Create a graph of characters and their relationships based on adjacent words in the dictionary.

    • Perform a topological sort on the graph to determine the character order.

    • Return the list of characters in the correct order as the outp...

  • Answered by AI

Interview Preparation Tips

Professional and academic backgroundI applied for the job as SDE - Intern in HyderabadEligibility criteriaAbove 7 CGPAAmazon interview preparation:Topics to prepare for the interview - Data Structures, OOPS, Algorithms, DBMS, OS, NetworksTime required to prepare for the interview - 4 monthsInterview preparation tips for other job seekers

Tip 1 : Practice ds and algo
Tip 2 : Be confident
Tip 3 : Speak out loud and Be clear

Application resume tips for other job seekers

Tip 1 : Mention only what you know
Tip 2 : Having Cp ranks is a plus

Final outcome of the interviewSelected

Skills evaluated in this interview

Charitism Interview FAQs

How many rounds are there in Charitism interview?
Charitism interview process usually has 2-3 rounds. The most common rounds in the Charitism interview process are Technical, Assignment and HR.
What are the top questions asked in Charitism interview?

Some of the top questions asked at the Charitism interview -

  1. Difference between cookies storage and session stor...read more
  2. Dom Vs Virtual Dom differe...read more
  3. what is virtual ...read more

Tell us how to improve this page.

Overall Interview Experience Rating

4.3/5

based on 3 interview experiences

Difficulty level

Moderate 100%

Duration

Less than 2 weeks 100%
View more

Interview Questions from Similar Companies

TCS Interview Questions
3.6
 • 11.1k Interviews
Accenture Interview Questions
3.8
 • 8.6k Interviews
Infosys Interview Questions
3.6
 • 7.9k Interviews
Wipro Interview Questions
3.7
 • 6.1k Interviews
Cognizant Interview Questions
3.7
 • 5.9k Interviews
Amazon Interview Questions
4.0
 • 5.4k Interviews
Capgemini Interview Questions
3.7
 • 5.1k Interviews
Tech Mahindra Interview Questions
3.5
 • 4.1k Interviews
HCLTech Interview Questions
3.5
 • 4.1k Interviews
Genpact Interview Questions
3.8
 • 3.4k Interviews
View all

Charitism Reviews and Ratings

based on 16 reviews

4.6/5

Rating in categories

4.5

Skill development

4.4

Work-life balance

4.2

Salary

4.4

Job security

4.6

Company culture

4.4

Promotions

4.6

Work satisfaction

Explore 16 Reviews and Ratings
Compare Charitism with

TCS

3.6
Compare

Accenture

3.8
Compare

Wipro

3.7
Compare

Cognizant

3.7
Compare
write
Share an Interview