i
Paytm
Filter interviews by
I applied via Campus Placement and was interviewed in Apr 2024. There was 1 interview round.
PLC is used in industrial automation to control machinery and processes.
PLC (Programmable Logic Controller) is used to automate industrial processes by controlling machinery and equipment.
It can be programmed to perform specific tasks such as turning on/off motors, monitoring sensors, and regulating flow rates.
PLCs help improve efficiency, reduce human error, and increase productivity in manufacturing plants.
They are c...
Robotics is a field of engineering that involves the design, construction, operation, and use of robots.
Robotics involves designing and building robots to perform tasks autonomously or semi-autonomously.
Robots can be used in various industries such as manufacturing, healthcare, agriculture, and space exploration.
Robotics combines elements of mechanical engineering, electrical engineering, and computer science.
Robots ca...
Top trending discussions
I appeared for an interview in Dec 2020.
Round duration - 60 minutes
Round difficulty - Medium
test timing: 7-8 pm
2 programming questions
webcam proctored
You are provided with an array ARR
of integers of size 'N' and an integer 'K'. The goal is to move from the starting index to the end of the array with the minimum possib...
Find minimum cost to reach end of array by jumping with constraints
Use dynamic programming to keep track of minimum cost at each index
Iterate through the array and update the minimum cost based on reachable indices within K steps
Calculate cost to jump from current index to reachable indices and update minimum cost accordingly
Tip 1 : Ability to apply data structures in questions(practice graph and Tree questions)
Tip 2 : Thorough knowledge of the projects done
Tip 3 : Good knowledge about computer science concepts
Tip 1 : Mention projects that you have done yourself and are thorough with
Tip 2 : mention soft skills
I appeared for an interview before Sep 2020.
Round duration - 60 Minutes
Round difficulty - Medium
Determine if a given string 'S' is a palindrome, considering only alphanumeric characters and ignoring spaces and symbols.
The string 'S' should be evaluated in a case...
The task is to check whether a given string is a palindrome or not, considering only alphabets and numbers and ignoring symbols and whitespaces.
Convert the string to lowercase and remove all symbols and whitespaces.
Reverse the modified string and compare it with the original string.
If they are equal, then the string is a palindrome.
If not, then the string is not a palindrome.
Given a number N
, calculate its square root and output the integer part only.
18
4
The square root of 18 is approximate...
The task is to find the integral part of the square root of a given number.
Use the built-in square root function to find the square root of the number.
Convert the result to an integer by rounding down or using the floor function.
Print the integer part of the square root as the output.
Given a positive integer N
, your task is to determine the minimum number of steps required to reduce N
to 1.
1) Subtract 1 from it: n = n -...
The task is to find the minimum number of steps required to reduce a positive integer to 1 using three given operations.
Use dynamic programming to solve the problem efficiently.
Create an array to store the minimum steps required for each number from 1 to N.
Iterate from 2 to N and calculate the minimum steps for each number based on the three operations.
Return the minimum steps for N.
Round duration - 60 Minutes
Round difficulty - Medium
They started Fundamentals of OOP- Inheritance, Polymorphism
Given an array of integers, determine the maximum possible sum of any contiguous subarray within the array.
array = [34, -50, 42, 14, -5, 86]
The maximum sum of any contiguous subarray in an array is found using Kadane's algorithm in O(N) time.
Initialize two variables, maxSum and currentSum, both set to the first element of the array.
Iterate through the array from the second element.
For each element, update currentSum by adding the element to it.
If currentSum becomes negative, reset it to 0.
If currentSum is greater than maxSum, update maxSum.
After iterating ...
Round duration - 30 Minutes
Round difficulty - Medium
Some people had two HR interviews but I only had one and interview went up till 11:30 pm and you get only 5-10 minutes to prepare for HR on Zoom
Tip 1 : Solve atleast 200 problems
Tip 2 : Focus on all data structures
Tip 3 : Build some good projects
Tip 1 : Keep it precise and concise.
Tip 2 : Build your resume yourself according your skills
I applied via Approached by company and was interviewed in Aug 2021. There were 2 interview rounds.
Quant focussed Case Study (be prepared for calculations)
posted on 11 Oct 2020
I applied via Naukri.com and was interviewed in Sep 2020. There were 5 interview rounds.
I applied via Naukri.com and was interviewed in Feb 2020. There was 1 interview round.
Choosing between two car varieties based on various costs
Consider upfront costs such as purchase price and financing options
Factor in ongoing costs such as fuel efficiency and maintenance
Evaluate potential resale value
Compare insurance rates
Consider any additional features or benefits of each car
Make a decision based on overall cost-effectiveness and personal preferences
Choosing between in-branch and out-branch ATM's based on various parameters
Consider the location and accessibility of the ATM
Analyze the cost of installation and maintenance
Evaluate the security measures in place
Assess the customer demand and usage patterns
Factor in the availability of other banking services at the branch
Out-branch ATMs may be more cost-effective but in-branch ATMs offer better customer experience
Phone calls are more effective for Capital One's marketing strategy.
Phone calls allow for immediate feedback and personalized communication.
Letters may be ignored or lost in the mail.
Capital One can track phone call success rates and adjust their strategy accordingly.
Phone calls can also be used to cross-sell and upsell products.
Letters may be more appropriate for certain types of communication, such as legal notices o
I sought help from my peers when I faced a complex data analysis problem.
I explained the problem to my peers and asked for their suggestions.
We brainstormed and discussed various approaches to solve the problem.
One of my peers suggested a new tool that could simplify the analysis process.
I tried the tool and it worked perfectly, saving me a lot of time and effort.
The outcome was a successful completion of the project w
Overcoming an obstacle in a project
During a software development project, we faced a challenge with integrating a third-party API
I researched and found a workaround by using a different API that provided similar functionality
I presented the solution to the team and we implemented it successfully
The outcome was that we were able to deliver the project on time and within budget
I learned about agile methodology for a project
Attended a training session on agile methodology
Implemented agile methodology in a project
Learned about sprints, backlogs, and daily stand-up meetings
Improved project efficiency and communication with team members
To find the average profit on a given loan, divide the total profit by the number of loans.
Calculate the total profit earned on the loan
Determine the number of loans
Divide the total profit by the number of loans to find the average profit
Example: If the total profit earned on 10 loans is $1000, the average profit per loan is $100
When choosing between two marketing schemes, it's important to consider the target audience, budget, and goals.
Consider the target audience and which scheme would be more appealing to them
Evaluate the budget and determine which scheme is more cost-effective
Assess the goals of the marketing campaign and choose the scheme that aligns best with those goals
Conduct market research to gather data on the effectiveness of each...
Setting up a new ATM involves various costs and considerations such as location, equipment, maintenance, and security.
Location is a crucial factor in determining the success of an ATM. It should be easily accessible and visible to potential users.
Equipment costs include the ATM machine, software, and communication systems.
Maintenance costs include regular servicing, cash replenishment, and repairs.
Security measures suc...
I asked my peers for help when I was struggling with a project deadline.
I explained my situation and asked for their input
They were able to offer suggestions and resources that helped me meet the deadline
I expressed my gratitude and offered to return the favor in the future
I had to learn a new programming language for a project
Researched online resources and tutorials
Practiced coding exercises to gain proficiency
Collaborated with team members who were experienced in the language
Implemented the language in the project successfully
I led a team to complete a project in 3 days instead of 5
Set clear goals and priorities
Divide tasks among team members based on strengths
Communicate regularly to ensure progress and address issues
Worked overtime to meet the deadline
Received positive feedback from the client
posted on 30 Aug 2016
I applied via Campus Placement
based on 1 interview
Interview experience
Team Lead
2k
salaries
| ₹2 L/yr - ₹10.5 L/yr |
Senior Software Engineer
1.4k
salaries
| ₹10.1 L/yr - ₹35.2 L/yr |
Software Engineer
1.4k
salaries
| ₹6 L/yr - ₹23 L/yr |
Sales Executive
968
salaries
| ₹1 L/yr - ₹6 L/yr |
Key Account Manager
893
salaries
| ₹2.6 L/yr - ₹12.3 L/yr |
BharatPe
Zerodha
Razorpay
Mobikwik