Filter interviews by
Be the first one to contribute and help others!
I applied via Approached by Company and was interviewed in Oct 2024. There were 4 interview rounds.
Codility Test General C# and SQL
Create a class Employees with fields FirstName LastName, DoB, and Gender. Return avg age of employees and avg age by genders.
Create a class Employees with fields FirstName, LastName, DoB, and Gender
Calculate the average age of all employees
Calculate the average age by genders
I am familiar with design patterns such as Singleton, Factory, Observer, and MVC.
Singleton pattern ensures a class has only one instance and provides a global point of access to it.
Factory pattern creates objects without specifying the exact class of object that will be created.
Observer pattern defines a one-to-many dependency between objects so that when one object changes state, all its dependents are notified and up...
Optimizing SQL queries involves using indexes, minimizing data retrieval, avoiding unnecessary joins, and optimizing query structure.
Use indexes on columns frequently used in WHERE clauses
Minimize data retrieval by selecting only necessary columns
Avoid unnecessary joins by using EXISTS or IN clauses instead
Optimize query structure by using appropriate joins and subqueries
Types of indexes include clustered, non-clustered, unique, composite, and filtered indexes.
Clustered index: Physically reorders the data in the table based on the index key.
Non-clustered index: Contains a sorted list of references to the table data rows.
Unique index: Ensures that no two rows have the same values in the indexed columns.
Composite index: Index that is created on multiple columns.
Filtered index: Index that...
Yes, I have read SQL Execution Plans to optimize query performance.
I have analyzed SQL Execution Plans to identify bottlenecks in queries.
I have used SQL Execution Plans to optimize query performance by understanding how the database engine executes queries.
I have made query optimization recommendations based on SQL Execution Plans.
I have experience with tools like SQL Server Management Studio to view and analyze Execu
I applied via Campus Placement
It was a MCQ test on CS Fundamentals. We have to answer 50 questions in 40 minutes. Accuracy is must. Company have its own cutoff and it's usually high. So try to gain maximum marks as possible. The results were announced in 1.5 hrs. The selected candidates will be appearing for the coding challenge.
There are 5 questions. 1 easy , 3 medium, 1 hard. You should solve atleast 4 questions to get shortlisted for the interview. Results are announced in 2-3 hours. Take a look at these questions. One of the questions from the coding challenge will be asked in the interview.
Binary search on rotated arrays involves finding a target value in a sorted array that has been rotated at an unknown pivot point.
Identify the pivot point by finding the minimum element in the array.
Determine which half of the array the target value falls into based on the pivot point.
Perform binary search on the appropriate half of the array to find the target value.
package.json file is used in Node.js projects to manage dependencies, scripts, and metadata.
Contains project metadata like name, version, description, etc.
Lists dependencies required for the project to run.
Defines scripts for tasks like building, testing, and running the project.
Can include configurations for tools like ESLint, Babel, etc.
Scripts in package.json file are commands that can be run using npm.
Scripts are defined under the 'scripts' key in package.json.
Common scripts include 'start', 'test', 'build', etc.
Scripts can be run using 'npm run
4 member team interview
I applied via Job Portal and was interviewed in Oct 2024. There was 1 interview round.
I applied via Referral and was interviewed in May 2024. There were 5 interview rounds.
I am looking for a competitive salary based on my experience, skills, and the responsibilities of the role.
Research industry standards for similar positions
Consider cost of living in the area
Factor in benefits and bonuses offered by the company
Be prepared to negotiate based on your value to the organization
I am a results-driven executive with over 10 years of experience in leading teams and driving business growth.
Experienced executive with a proven track record of success
Skilled in team leadership and business development
Strong focus on achieving results and driving growth
I managed the night shift and traveling by prioritizing rest, staying organized, and utilizing technology.
Prioritized rest by ensuring adequate sleep during the day
Stayed organized by planning ahead and packing essentials in advance
Utilized technology for efficient communication and navigation while traveling
EXL is a leading operations management and analytics company that helps businesses improve performance.
EXL offers services in areas such as finance and accounting, healthcare, insurance, and more
They use advanced analytics and technology to drive business transformation
EXL has a global presence with offices in multiple countries
Insurance is a financial product that provides protection against potential risks and losses.
Insurance involves an agreement between an individual or entity and an insurance company.
The individual or entity pays a premium in exchange for coverage against specific risks, such as property damage, illness, or liability.
Examples of insurance include health insurance, car insurance, life insurance, and property insurance.
Premium refers to the amount of money an individual or business pays for an insurance policy.
Premium is the cost of purchasing an insurance policy
It is typically paid on a regular basis, such as monthly or annually
The premium amount is determined by factors such as the type of insurance, coverage amount, and the individual's risk profile
My current CTC is $100,000 and I am looking for a 15% increase in my next role.
Current CTC: $100,000
Expectation: 15% increase
Looking for opportunities in the range of $115,000 - $120,000
Aptitude test to check grammar and English fluency. It has different types of questions like passage reading and give the answers of questions from the passage, email writing, essay, grammar sections with fill in the blanks and picture based scenario in which you have to write the steps.
Blaming staff without evidence is unprofessional and can damage morale and trust within the team.
Avoid jumping to conclusions without concrete evidence
Encourage open communication and transparency
Focus on problem-solving rather than assigning blame
Provide constructive feedback and support to help staff improve
Lead by example and take responsibility for mistakes
Directors may not always be aware of thefts due to lack of oversight, trust in employees, or focus on other priorities.
Directors may not be directly involved in day-to-day operations where thefts occur
There may be a lack of proper oversight or monitoring mechanisms in place
Directors may trust their employees and not suspect them of theft
Directors may be focused on other strategic priorities and not pay attention to pot
I applied via Company Website and was interviewed in Jun 2024. There were 3 interview rounds.
Coding Test consists of 3 Problem Question (2 Logical questions and 1 SQL Query ) and Around 20 MCQS
Platform - CoderByte
30 Aptitude Question
3 Mail Writing Question
Solved a sorting problem by implementing quicksort algorithm.
Implemented quicksort algorithm to efficiently sort the array.
Used recursion to divide the array into smaller subarrays and sort them individually.
Optimized the algorithm by choosing a pivot element strategically to minimize comparisons.
The 3rd question based on SQL query likely refers to a specific query or scenario related to SQL.
Understand the context of the query being asked about
Analyze the structure and purpose of the SQL query
Explain the expected output or result of the query
Code to reverse digits of a number
Use modulo operator to extract the last digit of the number
Multiply the result by 10 and add the next digit until all digits are reversed
Handle negative numbers separately by converting to positive before reversing
I applied via Naukri.com and was interviewed in Sep 2024. There was 1 interview round.
The Hiring team and the trial team is very supportive, and the trial assignment was challenging and enjoyable. At First round the assignment is for design the Ai chat to Human chat process, that was very challenging, and I think best lesson I get from the assignment. and 2nd assignment to design and case study of the helplama website and i give best from my side and the team was very supportive and the work environment also best.
I applied via Naukri.com and was interviewed in Mar 2024. There were 3 interview rounds.
Securitisation is the process of pooling various types of debt and selling them as securities to investors.
Securitisation involves bundling together various types of debt, such as mortgages, auto loans, or credit card debt.
These debts are then sold to a special purpose vehicle (SPV) which issues securities backed by the cash flows from the underlying assets.
Investors purchase these securities and receive payments based...
Financial ratios are tools used to evaluate a company's financial performance and health.
Financial ratios are calculated using data from a company's financial statements.
They help investors and analysts assess a company's profitability, liquidity, efficiency, and solvency.
A good number for a financial ratio can vary depending on the industry and company size.
For example, a current ratio of 2 or higher is generally cons...
Excel functions like Vlookup, Hlookup, Xlookup, IF/AND/OR are used for data lookup and logical operations.
Vlookup: Searches for a value in the first column of a table and returns a value in the same row from a specified column.
Hlookup: Similar to Vlookup but searches for a value in the first row of a table.
Xlookup: A more versatile version of Vlookup and Hlookup that can search both vertically and horizontally.
IF: Retu...
based on 7 reviews
Rating in categories
Assistant Manager
4
salaries
| ₹9 L/yr - ₹9.2 L/yr |
Data Scientist
3
salaries
| ₹17 L/yr - ₹17.5 L/yr |
Procurement Head
3
salaries
| ₹11.4 L/yr - ₹22 L/yr |
Exl India
Amazon Sellers Services
Primus Global Technologies
GAMMON INDIA