i
Zeta
Filter interviews by
Clear (1)
I applied via Referral and was interviewed in Aug 2023. There were 5 interview rounds.
Program management Case study
Program management Case study
Top trending discussions
posted on 19 Dec 2024
I have experience working with data modelling in the GenAI project to optimize algorithms and improve performance.
Utilized various data modelling techniques to analyze and interpret data
Developed predictive models to enhance decision-making processes
Collaborated with data scientists to refine and validate models
Implemented machine learning algorithms to improve accuracy and efficiency
The challenge in end-to-end product delivery and implementation of solution roadmap involved coordinating multiple teams, managing dependencies, and ensuring alignment with business goals.
Coordinating cross-functional teams to ensure timely delivery of each component of the product
Managing dependencies between different teams and components to avoid delays
Ensuring alignment of the solution roadmap with the overall busi...
Informatica Cloud offers more comprehensive data integration capabilities compared to Azure Cloud.
Informatica Cloud provides a wide range of data integration tools and services for various data sources and formats.
Informatica Cloud offers advanced data quality and data governance features that are not available in Azure Cloud.
Informatica Cloud has a strong focus on data security and compliance, with built-in encryption...
I prefer Azure cloud solution for Data Engineering pipelines due to its scalability, reliability, and integration with other Microsoft services.
Azure provides a wide range of tools and services specifically designed for data engineering tasks, such as Azure Data Factory, Azure Databricks, and Azure HDInsight.
Azure offers seamless integration with other Microsoft services like Power BI, SQL Server, and Azure Machine Lea...
I manage client obligations by setting clear expectations, communicating regularly, and prioritizing tasks based on deadlines and importance.
Set clear expectations with clients regarding deliverables and timelines
Communicate regularly to provide updates on progress and address any concerns
Prioritize tasks based on deadlines and importance to ensure all client obligations are met
Proactively identify potential issues and...
I manage conflicts in the project by promoting open communication, addressing issues promptly, seeking compromise, and involving stakeholders in resolution.
Promote open communication among team members to address conflicts early on
Address issues promptly and directly to prevent escalation
Seek compromise and find win-win solutions to resolve conflicts
Involve stakeholders in conflict resolution to ensure all perspectives
I applied via Referral and was interviewed before Aug 2023. There was 1 interview round.
An end to end project cycle involves planning, execution, monitoring, and closing of a project.
Initiation: Define project scope, objectives, and deliverables.
Planning: Create a detailed project plan, schedule, and budget.
Execution: Implement the project plan and manage resources.
Monitoring: Track progress, identify risks, and make necessary adjustments.
Closing: Finalize project deliverables, obtain client approval, and
Various tools and technologies used in the tech stack for project management.
Jira for project tracking
Confluence for documentation
Slack for communication
GitHub for version control
AWS for cloud services
I applied via Referral
Approximately 150-200 million mobile phones are sold each year in India.
India is the second-largest smartphone market in the world after China.
The number of mobile phone users in India is expected to reach 1.25 billion by 2020.
The Indian smartphone market grew by 7% YoY in 2019.
Major players in the Indian smartphone market include Xiaomi, Samsung, and Vivo.
It is not possible to accurately determine the number of tube lights in the city of Mumbai.
The number of tube lights in a city is not publicly available information.
The city of Mumbai has a large population and a vast number of buildings, making it impossible to count all the tube lights.
The number of tube lights can vary greatly depending on factors such as residential, commercial, and industrial areas.
Even if we cons...
I applied via Campus Placement and was interviewed in Dec 2016. There were 5 interview rounds.
Paypal is a leading online payment platform with a strong reputation and global presence.
Paypal is a well-established and trusted online payment platform used by millions of users worldwide.
It offers secure and convenient payment options for both individuals and businesses.
Paypal has a strong focus on innovation and technology, making it an exciting place to work for software engineers.
Working at Paypal provides opport...
Paypal is a digital payment platform that allows individuals and businesses to make online transactions.
Paypal provides a secure way to send and receive money online.
It allows users to link their bank accounts, credit cards, or debit cards to their Paypal account.
Users can make payments to merchants or individuals using their Paypal balance or linked payment methods.
Paypal offers buyer and seller protection, dispute re...
In 5 years, I see myself as a senior software engineer leading a team of developers on innovative projects.
Continuing to enhance my technical skills and knowledge through ongoing learning and certifications
Taking on more leadership responsibilities and mentoring junior team members
Contributing to the development of cutting-edge software solutions
Building strong relationships with colleagues and stakeholders to drive pr
I applied via Campus Placement and was interviewed in Dec 2016. There were 5 interview rounds.
Detecting loop in a linked list
Use two pointers, one moving one node at a time and the other moving two nodes at a time
If there is a loop, the two pointers will eventually meet
If any of the pointers reach the end of the list, there is no loop
DFS (Depth-First Search) is a graph traversal algorithm that explores as far as possible along each branch before backtracking.
DFS uses a stack to keep track of visited nodes and explore adjacent nodes.
It can be implemented recursively or iteratively.
DFS is useful for solving problems like finding connected components, detecting cycles, and solving mazes.
To find a cycle in a graph, use depth-first search (DFS) and keep track of visited nodes.
Implement DFS algorithm to traverse the graph
Maintain a visited array to keep track of visited nodes
If a visited node is encountered again during DFS, a cycle exists
Hashing is a process of converting data into a fixed-size numerical value called a hash code.
Hashing is used to quickly retrieve data from large datasets.
It is commonly used in data structures like hash tables and hash maps.
Hash functions should be fast, deterministic, and produce unique hash codes for different inputs.
Examples of hash functions include MD5, SHA-1, and SHA-256.
The question asks for the number of pairs between 1 and N that satisfy a specific mathematical relation.
The relation is pow(a,3) + pow(b,3) = pow(c,3) + pow(d,3)
The values of a, b, c, and d should be less than or equal to N
Count the number of pairs that satisfy the relation
Merge sort is a divide-and-conquer algorithm that recursively divides an array into two halves, sorts them, and then merges them.
Divide the array into two halves
Recursively sort each half
Merge the sorted halves back together
Repeat until the entire array is sorted
I want to join PayPal because of its innovative technology, global impact, and strong company culture.
Innovative technology - PayPal is known for its cutting-edge technology and digital payment solutions.
Global impact - Working at PayPal would allow me to contribute to a company that has a worldwide reach and influence.
Strong company culture - I value a company that prioritizes diversity, inclusion, and employee well-b...
I recently learned about the benefits of using Docker for containerization.
Docker allows for easy packaging and deployment of applications
It helps in creating consistent environments across different platforms
Docker containers are lightweight and efficient
Example: I used Docker to containerize a microservices architecture for a recent project
I applied via Campus Placement and was interviewed in Dec 2016. There were 3 interview rounds.
Find subset of numbers in array that sum up to zero.
Use a nested loop to iterate through all possible subsets.
Calculate the sum of each subset and check if it equals zero.
Store the subset if the sum is zero.
Optimize the solution by using a hash set to store the cumulative sum of elements.
BFS (Breadth-First Search) is a graph traversal algorithm that explores all the vertices of a graph in breadth-first order.
BFS starts at a given vertex and explores all its neighbors before moving to the next level of vertices.
It uses a queue data structure to keep track of the vertices to be visited.
BFS guarantees that it visits all the vertices of a connected graph.
It can be used to find the shortest path between two
In 5 years, I see myself as a highly skilled software developer, leading a team and contributing to innovative projects.
Continuously improving my technical skills through learning and hands-on experience
Taking on leadership roles and mentoring junior developers
Contributing to the development of cutting-edge software solutions
Building strong relationships with clients and stakeholders
Staying updated with the latest indu...
I applied via Campus Placement
I applied via Campus Placement
based on 2 interviews
Interview experience
based on 2 reviews
Rating in categories
Software Development Engineer II
79
salaries
| ₹0 L/yr - ₹0 L/yr |
Product Manager
51
salaries
| ₹0 L/yr - ₹0 L/yr |
Senior Software Engineer
49
salaries
| ₹0 L/yr - ₹0 L/yr |
Program Manager
42
salaries
| ₹0 L/yr - ₹0 L/yr |
Project Manager
37
salaries
| ₹0 L/yr - ₹0 L/yr |
Paytm
PhonePe
Mobikwik
Payed