Filter interviews by
I applied via Newspaper Ad and was interviewed in Sep 2024. There was 1 interview round.
I am a dedicated and organized Administration Officer with a strong attention to detail and excellent communication skills.
I have a Bachelor's degree in Business Administration
I have 5 years of experience working in administrative roles
I am proficient in Microsoft Office Suite and have strong data entry skills
I have excellent time management and organizational skills
I have experience coordinating meetings, managing cal
Rate your
company
🤫 100% anonymous
How was your last interview experience?
I applied via Job Fair and was interviewed before Aug 2022. There were 2 interview rounds.
Using For Loop
Below is the C program to check prime numbers using for loop:
// C program to demonstrate whether
// a number is prime or not using
// for loop
#include
// Defining the function
int primenumber(int number)
{
int i;
// Condition for checking the
// given number is prime or
// not
for (i = 2; i <= number / 2; i++)
{
if (number % i != 0)
continue;
else
return 1;
}
return 0;
}
// Driver code
int main()
{
int num = 7, res = 0;
// Calling the function
res = primenumber(num);
if (res == 0)
printf("%d is a prime number", num);
else
printf("%d is not a prime number", num);
}
Output
7 is a prime number
A database is a collection of organized data that can be easily accessed, managed, and updated.
A database is used to store and organize data in a structured format.
It allows for efficient retrieval, insertion, and updating of data.
Examples of databases include MySQL, Oracle, and SQL Server.
Top trending discussions
I applied via Referral and was interviewed before Sep 2023. There was 1 interview round.
Outsourcing is the practice of contracting out certain business functions or processes to third-party providers.
Outsourcing can help companies reduce costs by hiring external vendors to handle tasks such as customer service, IT support, or manufacturing.
Companies may outsource to take advantage of specialized skills or resources that they do not have in-house.
Offshore outsourcing involves contracting with companies in ...
I applied via Referral and was interviewed before Dec 2023. There was 1 interview round.
posted on 3 Jul 2024
Functions return a single value while stored procedures can perform multiple operations and return multiple values.
Functions return a single value while stored procedures can return multiple values.
Functions are used for computations and return values, while stored procedures are used for executing a series of statements.
Functions can be called from within SQL statements, while stored procedures are called using the EX...
Abstract class can have implementation details, while interface only contains method signatures.
Abstract class can have constructors, fields, and methods with implementation details, while interface can only have method signatures.
A class can inherit from only one abstract class, but can implement multiple interfaces.
Abstract classes are used when some common functionality needs to be shared among multiple classes, whi...
I applied via Shine and was interviewed before Dec 2023. There was 1 interview round.
I applied via Naukri.com and was interviewed in Feb 2021. There were 3 interview rounds.
posted on 8 Feb 2025
I appeared for an interview in Jan 2025.
based on 2 interviews
Interview experience
based on 6 reviews
Rating in categories
Senior Project Manager
6
salaries
| ₹3 L/yr - ₹8 L/yr |
HR Recruiter
4
salaries
| ₹1.8 L/yr - ₹2 L/yr |
Data Entry Operator
4
salaries
| ₹2.5 L/yr - ₹12 L/yr |
HR Executive Recruiter
4
salaries
| ₹2 L/yr - ₹2.4 L/yr |
Computer Operator
3
salaries
| ₹2.2 L/yr - ₹4.5 L/yr |
Wintax Solution
E-Solutions
Anri Solutions HR Services
Crescendo Global