Filter interviews by
Be the first one to contribute and help others!
posted on 19 Nov 2024
I applied via Company Website and was interviewed in Oct 2024. There were 2 interview rounds.
Q1. Count occurence of character from a given string without using stream API.
Q2. Rotate given an array by given number
Count vowels and consonants in a given string
Iterate through each character in the string and check if it is a vowel or consonant
Keep separate counters for vowels and consonants
Consider both uppercase and lowercase characters
Exclude spaces and special characters from counting
Use Sieve of Eratosthenes algorithm to find prime numbers between 1 to n.
Implement Sieve of Eratosthenes algorithm
Iterate through numbers from 2 to n
Mark multiples of each number as non-prime
Remaining unmarked numbers are prime
ArrayList is better for random access and LinkedList is better for frequent insertions and deletions.
ArrayList uses dynamic array to store elements, allowing fast random access but slower insertions and deletions.
LinkedList uses doubly linked list to store elements, allowing fast insertions and deletions but slower random access.
Example: Use ArrayList when you need to frequently access elements by index. Use LinkedList...
List is an ordered collection, Set is a collection with no duplicates, Map is a key-value pair collection.
List maintains insertion order, Set does not allow duplicates, Map stores key-value pairs
List example: ArrayList, Set example: HashSet, Map example: HashMap
Calculate average salary of employees
Sum up all the salaries of employees
Divide the total sum by the number of employees to get the average
Example: salaries = [50000, 60000, 70000], average = (50000 + 60000 + 70000) / 3
I applied via LinkedIn and was interviewed in Dec 2024. There was 1 interview round.
posted on 11 Oct 2024
I have 5 years of experience working as an Academic Counsellor.
I have 5 years of experience in providing academic guidance and support to students.
During my time as an Academic Counsellor, I have successfully helped students navigate their academic paths and achieve their goals.
I have experience in creating academic plans, conducting assessments, and providing resources to students.
My experience includes working with s...
I am a dedicated academic counsellor with a passion for helping students achieve their academic and personal goals.
I have a background in education and psychology, which helps me understand the needs of students better.
I have experience in providing guidance on course selection, career planning, and study skills.
I am skilled in building rapport with students and creating a supportive environment for them to thrive.
I am...
My expected salary is negotiable and dependent on the responsibilities and opportunities offered by the position.
My expected salary is based on my qualifications, experience, and the market rate for similar positions.
I am open to discussing salary expectations during the interview process.
I am looking for a competitive salary that reflects my skills and contributions to the organization.
I applied via Company Website and was interviewed in Aug 2024. There were 3 interview rounds.
Very easy aptitude questions were asked
Developed a web-based inventory management system for a retail company
Used HTML, CSS, and JavaScript for front-end development
Utilized PHP and MySQL for back-end development
Implemented features such as product tracking, order management, and reporting
Collaborated with team members to ensure project deadlines were met
I applied via Naukri.com and was interviewed in May 2024. There was 1 interview round.
I have 5 years of B2B sales experience.
5 years of B2B sales experience
Proven track record of meeting and exceeding sales targets
Experience in building and maintaining client relationships
Strong negotiation and communication skills
In SQL, data is grouped by a specified column or expression using the GROUP BY clause.
Data is grouped based on the values in the specified column or expression
Aggregate functions like SUM, COUNT, AVG can be used with GROUP BY to perform calculations on each group
GROUP BY is often used in conjunction with the SELECT statement
Example: SELECT department, AVG(salary) FROM employees GROUP BY department
Lists are ordered collections of items, while dictionaries are unordered collections of key-value pairs.
Lists are accessed by index, dictionaries are accessed by key
Lists maintain the order of elements, dictionaries do not guarantee order
Lists use square brackets [], dictionaries use curly braces {}
Example: list - [1, 2, 3], dictionary - {'a': 1, 'b': 2}
Lambda functions are anonymous functions in Python that can have any number of arguments but only one expression.
Lambda functions are defined using the lambda keyword.
They are commonly used for small, one-time tasks.
Lambda functions can take any number of arguments, but can only have one expression.
Example: add = lambda x, y: x + y
posted on 4 Jul 2024
I applied via Referral and was interviewed in Jan 2024. There was 1 interview round.
posted on 17 Mar 2024
I applied via Naukri.com
The aptitude test went nice. There were questions from biology field(+2 level)
posted on 24 Mar 2023
Subject specific test and 5 questions were there.
OM stands for Operations Management. Six Sigma is a data-driven approach to process improvement.
OM involves managing the production and delivery of goods and services.
Six Sigma aims to reduce defects and improve quality by using statistical methods.
Both OM and Six Sigma are used to improve efficiency and effectiveness in organizations.
OM focuses on managing resources, processes, and supply chains.
Six Sigma uses DMAIC (...
based on 30 reviews
Rating in categories
Accounts & Finance Executive
5
salaries
| ₹1.8 L/yr - ₹2 L/yr |
Assistant Manager Information Technology
5
salaries
| ₹3 L/yr - ₹3.6 L/yr |
Zonal Accounts Manager
5
salaries
| ₹2.4 L/yr - ₹3 L/yr |
HR Manager
4
salaries
| ₹4.2 L/yr - ₹4.8 L/yr |
Accountant
4
salaries
| ₹2.4 L/yr - ₹5 L/yr |
Acadecraft
Coding Ninjas
Globus Infocom
Doubtnut