i
CAMS
Filter interviews by
I understand that no hike is currently available, and I am willing to focus on my contributions and growth within the organization.
I value the opportunity to grow my skills and experience, which can lead to future promotions.
I believe in the importance of job satisfaction and team dynamics over immediate financial gain.
For example, I would be motivated to take on additional responsibilities or projects to demonstr...
I am a motivated recent graduate with a passion for business development and a strong foundation in project management.
Education: Graduated with a degree in Business Administration from XYZ University, where I was involved in various student organizations.
Internship Experience: Completed a summer internship at ABC Corp, where I assisted in market research and contributed to a successful product launch.
Skills: Prof...
I have over 10 years of experience in project management, team leadership, and process optimization across various industries.
Led a team of 15 in a successful product launch, increasing market share by 20%.
Implemented a new project management software that improved team efficiency by 30%.
Conducted training sessions for staff, enhancing their skills and productivity.
Collaborated with cross-functional teams to strea...
I expect a competitive package that reflects my skills, experience, and the value I bring to the organization.
Based on industry standards, I believe a range of $X to $Y is appropriate for this role.
I have researched similar positions and found that the average salary is around $Z.
I am open to discussing the entire compensation package, including benefits and bonuses.
In three years, I envision myself as a key leader in operations, driving efficiency and innovation within the team.
I aim to lead a team of operations professionals, fostering a collaborative environment that encourages growth and innovation.
I plan to implement new operational strategies that enhance productivity by at least 20%, drawing from industry best practices.
I see myself mentoring junior staff, sharing know...
Working with CAMs involves understanding computer-aided manufacturing processes and software for efficient production.
Familiarize yourself with CAM software like Mastercam or Fusion 360 for programming CNC machines.
Understand the workflow from design (CAD) to manufacturing (CAM) to ensure seamless integration.
Learn about toolpath generation and optimization to improve machining efficiency.
Stay updated on industry ...
An app connecting users with on-demand maid services for easy booking and scheduling.
Users can browse available maids based on location, availability, and reviews
Allow users to book and pay for services directly through the app
Include features for scheduling recurring cleanings and special requests
Provide a rating system for users to leave feedback on maid services
Offer customer support and easy communication betw...
SEBI stands for Securities and Exchange Board of India. It is the regulatory body for the securities market in India.
Regulates the securities market in India
Protects the interests of investors
Promotes fair and transparent dealings in the securities market
Regulates stock exchanges, brokers, and other intermediaries
Enforces rules and regulations to prevent fraudulent activities
Issues guidelines and regulations for c...
Mutual funds are investment vehicles that pool money from multiple investors to invest in a diversified portfolio of securities.
Mutual funds offer diversification by investing in a variety of securities such as stocks, bonds, and commodities.
They are managed by professional fund managers who make investment decisions on behalf of the investors.
Investors can choose from different types of mutual funds based on thei...
Excel shortcuts enhance productivity by streamlining tasks, allowing users to navigate and manipulate data efficiently.
Ctrl + C: Copy selected cells. Example: Highlight a range and press Ctrl + C to copy it.
Ctrl + V: Paste copied cells. Example: After copying, select a new location and press Ctrl + V.
Ctrl + Z: Undo the last action. Example: If you accidentally delete a cell, press Ctrl + Z to restore it.
Alt + Ente...
I appeared for an interview in Dec 2024, where I was asked the following questions.
The company is a leader in innovative solutions, focusing on customer satisfaction and sustainable growth in its industry.
Established in 2000, the company has consistently ranked among the top in its sector.
It emphasizes research and development, investing over 15% of its revenue annually.
The company has a diverse portfolio, including products that cater to both B2B and B2C markets.
Recent initiatives include a commitme...
Mutual funds pool money from investors to buy stocks and bonds, while stocks represent ownership in a company.
Mutual funds are managed by professionals who allocate funds across various assets.
Stocks are shares of ownership in a company, like owning a piece of Apple or Google.
Investing in mutual funds can provide diversification, reducing risk compared to individual stocks.
For example, a mutual fund might invest in 50 ...
I am open to working night shifts if necessary for project success and team collaboration.
Flexibility: I understand that project timelines may require adjustments, including night shifts.
Commitment: My dedication to the team's success drives my willingness to adapt to different schedules.
Past Experience: In my previous role, I worked night shifts during critical project phases, ensuring timely delivery.
Team Support: I ...
Led a cross-functional team to enhance project efficiency, resulting in a 30% reduction in delivery time and improved client satisfaction.
Managed a team of 15, fostering collaboration and communication to achieve project goals.
Implemented Agile methodologies, which improved project adaptability and responsiveness to changes.
Developed a new client onboarding process that reduced the time taken by 25%, enhancing customer...
Excel is a powerful spreadsheet application used for data analysis, visualization, and complex calculations through various functions.
Excel supports functions like SUM, AVERAGE, and COUNT for basic calculations.
Advanced functions include VLOOKUP for searching data and IF for conditional logic.
PivotTables allow users to summarize large datasets efficiently.
Excel charts (e.g., bar, line, pie) help visualize data trends a...
I applied via Walk-in
I applied via Walk-in and was interviewed before Feb 2022. There was 1 interview round.
Working with CAMs involves understanding computer-aided manufacturing processes and software for efficient production.
Familiarize yourself with CAM software like Mastercam or Fusion 360 for programming CNC machines.
Understand the workflow from design (CAD) to manufacturing (CAM) to ensure seamless integration.
Learn about toolpath generation and optimization to improve machining efficiency.
Stay updated on industry stand...
I appeared for an interview in May 2025, where I was asked the following questions.
I previously worked at ABC Bank as a Banking Officer, earning a competitive salary that reflected my experience and contributions.
Company Name: ABC Bank, a leading financial institution.
Role: Banking Officer, responsible for customer service and financial transactions.
Salary: Competitive pay, commensurate with my experience and performance.
Achievements: Improved customer satisfaction scores by 15% during my tenure.
I understand that no hike is currently available, and I am willing to focus on my contributions and growth within the organization.
I value the opportunity to grow my skills and experience, which can lead to future promotions.
I believe in the importance of job satisfaction and team dynamics over immediate financial gain.
For example, I would be motivated to take on additional responsibilities or projects to demonstrate m...
I appeared for an interview before Jun 2024, where I was asked the following questions.
To find duplicate values in a table, use SQL queries to group and count records based on specific columns.
Use the GROUP BY clause to group records by the column(s) you want to check for duplicates.
Apply the HAVING clause to filter groups that have a count greater than 1.
Example: SELECT column_name, COUNT(*) FROM table_name GROUP BY column_name HAVING COUNT(*) > 1;
You can check for duplicates across multiple columns ...
To find the 2nd highest salary, use SQL queries to filter and sort salary data effectively.
Use the DISTINCT keyword to eliminate duplicate salaries: SELECT DISTINCT salary FROM employees.
Sort the salaries in descending order and use LIMIT or ROWNUM to get the second highest: SELECT salary FROM employees ORDER BY salary DESC FETCH FIRST 1 ROWS ONLY OFFSET 1 ROWS.
Alternatively, use a subquery: SELECT MAX(salary) FROM emp...
Current is the flow of electric charge, measured in amperes, essential for powering devices and circuits.
Current is defined as the rate of flow of electric charge.
Measured in amperes (A), where 1 ampere equals 1 coulomb per second.
There are two types of current: direct current (DC) and alternating current (AC).
DC flows in one direction, like in batteries, while AC changes direction periodically, as in household outlets...
A transfarmer is a tool or process that transforms data or information from one format to another.
Used in data migration to convert databases from one system to another.
Example: Converting CSV files to JSON format for web applications.
Can also refer to software that transforms code from one programming language to another.
Example: A tool that converts Python code to JavaScript.
KVL, or Kirchhoff's Voltage Law, states that the sum of electrical potential differences around a closed circuit loop is zero.
KVL is fundamental in circuit analysis, ensuring energy conservation.
Example: In a simple loop with a battery and resistors, the voltage drop across resistors equals the battery voltage.
KVL can be applied in complex circuits using mesh analysis.
It helps in understanding how voltage is distribute...
The speed of the two trains can be calculated by considering the speed of the bird and the distance between them.
Calculate the relative speed of the two trains by adding their individual speeds
Use the formula: Speed of train A + Speed of train B = Speed of bird
Determine the distance between the two trains to calculate their individual speeds
An app connecting users with on-demand maid services for easy booking and scheduling.
Users can browse available maids based on location, availability, and reviews
Allow users to book and pay for services directly through the app
Include features for scheduling recurring cleanings and special requests
Provide a rating system for users to leave feedback on maid services
Offer customer support and easy communication between u...
I appeared for an interview in Apr 2025, where I was asked the following questions.
I applied via Indeed
I applied via Referral and was interviewed in Jun 2024. There were 3 interview rounds.
Logical thinking and mathematics MCQ
SEBI stands for Securities and Exchange Board of India. It is the regulatory body for the securities market in India.
Regulates the securities market in India
Protects the interests of investors
Promotes fair and transparent dealings in the securities market
Regulates stock exchanges, brokers, and other intermediaries
Enforces rules and regulations to prevent fraudulent activities
Issues guidelines and regulations for compan...
Mutual funds are investment vehicles that pool money from multiple investors to invest in a diversified portfolio of securities.
Mutual funds offer diversification by investing in a variety of securities such as stocks, bonds, and commodities.
They are managed by professional fund managers who make investment decisions on behalf of the investors.
Investors can choose from different types of mutual funds based on their ris...
Excel shortcuts enhance productivity by streamlining tasks, allowing users to navigate and manipulate data efficiently.
Ctrl + C: Copy selected cells. Example: Highlight a range and press Ctrl + C to copy it.
Ctrl + V: Paste copied cells. Example: After copying, select a new location and press Ctrl + V.
Ctrl + Z: Undo the last action. Example: If you accidentally delete a cell, press Ctrl + Z to restore it.
Alt + Enter: In...
Top trending discussions
The duration of CAMS interview process can vary, but typically it takes about less than 2 weeks to complete.
based on 138 interview experiences
Difficulty level
Duration
based on 1.9k reviews
Rating in categories
Processing Officer
655
salaries
| ₹1.4 L/yr - ₹4.2 L/yr |
Assistant Processing Officer
628
salaries
| ₹1 L/yr - ₹3.4 L/yr |
Senior Executive
482
salaries
| ₹1.4 L/yr - ₹3.8 L/yr |
Senior Process Officer
443
salaries
| ₹2 L/yr - ₹5.5 L/yr |
Business Support Officer
273
salaries
| ₹1.5 L/yr - ₹3.2 L/yr |
Wells Fargo
HSBC Group
Cholamandalam Investment & Finance
Citicorp