Filter interviews by
A factorial program is a program that calculates the factorial of a given number.
Factorial of a number is the product of all positive integers up to that number.
For example, the factorial of 5 (5!) is 5 x 4 x 3 x 2 x 1 = 120.
Factorial program can be implemented using loops or recursion in programming languages like C, Java, Python, etc.
A palindrome is a word, phrase, or sequence that reads the same backward as forward, like 'racecar' or 'level'.
Palindromes can be single words, e.g., 'madam'.
They can also be phrases, e.g., 'A man, a plan, a canal, Panama!'
In programming, you can check for palindromes using loops or recursion.
Example code in Python: 'def is_palindrome(s): return s == s[::-1]'
A prime number is a number greater than 1 that has no positive divisors other than 1 and itself.
Check if the number is greater than 1.
Loop through numbers from 2 to the square root of the number and check if any of them divides the number evenly.
If no divisor is found, the number is prime.
To check if a number is even, divide it by 2 and see if there is a remainder.
Divide the number by 2
If there is no remainder, the number is even
Example: 6 divided by 2 equals 3 with no remainder, so 6 is even
I applied via Campus Placement and was interviewed in Aug 2021. There were 2 interview rounds.
A discussion involving a number of people who are connected by some shared activity, interest or quality
I applied via Naukri.com and was interviewed before Aug 2020. There were 4 interview rounds.
What people are saying about Accenture
I applied via Campus Placement and was interviewed before May 2020. There were 4 interview rounds.
based on 1 interview experience
based on 1 review
Rating in categories
Application Development Analyst
39.3k
salaries
| ₹4.8 L/yr - ₹11 L/yr |
Application Development - Senior Analyst
27.7k
salaries
| ₹8.3 L/yr - ₹16.1 L/yr |
Team Lead
26.6k
salaries
| ₹12.6 L/yr - ₹22.5 L/yr |
Senior Analyst
19.5k
salaries
| ₹9.1 L/yr - ₹15.7 L/yr |
Senior Software Engineer
18.5k
salaries
| ₹10.4 L/yr - ₹18 L/yr |
TCS
Cognizant
Capgemini
Infosys