i
Zycus
Infotech
Filter interviews by
The deployment process involves planning, execution, and monitoring to ensure successful implementation of procurement strategies.
1. Needs Assessment: Identify the specific procurement needs of the organization.
2. Supplier Selection: Evaluate and select suppliers based on criteria like cost, quality, and reliability.
3. Contract Negotiation: Negotiate terms and conditions to ensure favorable agreements.
4. Purchase ...
I have extensive experience in implementing and deploying S2P Suite applications across various industries.
Led a cross-functional team to implement an S2P Suite for a manufacturing company, resulting in a 30% reduction in procurement cycle time.
Conducted training sessions for end-users on the new S2P Suite, ensuring smooth adoption and minimizing resistance to change.
Collaborated with IT to integrate the S2P Suite...
The sourcing process involves identifying, evaluating, and selecting suppliers to meet organizational needs effectively.
Identify needs: Determine what products or services are required, e.g., raw materials for manufacturing.
Market research: Analyze potential suppliers and market trends to find suitable options.
Supplier evaluation: Assess suppliers based on criteria like quality, price, and reliability, e.g., condu...
Technical aspects in business development involve utilizing data analytics, CRM systems, market research, and digital marketing.
Utilizing data analytics to analyze market trends and customer behavior
Implementing CRM systems to manage customer relationships and sales pipelines
Conducting market research to identify opportunities and threats in the industry
Utilizing digital marketing strategies to reach target audien...
I have extensive experience in handling customer relationships, resolving issues, and ensuring customer satisfaction.
Managed customer inquiries and complaints effectively
Built strong relationships with clients through regular communication
Resolved customer issues promptly and professionally
Ensured customer satisfaction by meeting their needs and expectations
Implemented feedback from customers to improve products a...
I would prioritize deliveries based on customer needs, communicate timelines clearly, and proactively address any delays.
Prioritize deliveries based on customer urgency and importance
Communicate clear timelines and expectations with customers
Proactively address any delays by adjusting schedules or allocating additional resources
OOPS (Object-Oriented Programming) is a programming paradigm based on the concept of objects, which can contain data and code.
OOPS focuses on creating objects that interact with each other to solve problems
It involves concepts like classes, objects, inheritance, polymorphism, and encapsulation
Example: Inheritance allows a class to inherit properties and behavior from another class
A constructor is a special type of method that is automatically called when an object is created.
Constructors have the same name as the class they belong to.
They are used to initialize the object's state.
Constructors do not have a return type.
Example: public class Car { public Car() { // constructor code here } }
Hoisting is a behavior in JavaScript where variable and function declarations are moved to the top of their containing scope during compilation.
Variable declarations are hoisted to the top of their scope, but not their assignments.
Function declarations are fully hoisted, meaning they can be called before they are declared.
Hoisting can lead to unexpected behavior if not understood properly.
Function currying is a technique in functional programming where a function with multiple arguments is transformed into a sequence of nested functions, each taking a single argument.
Currying allows partial application of a function, where some of the arguments are fixed and the rest are left to be supplied later.
It helps in creating reusable functions and improving code readability.
Example: const add = (a) => (b) ...
It was beneficial and provided deeper insights regarding business-related questions.
Group discussions are also beneficial.
Technical aspects in business development involve utilizing data analytics, CRM systems, market research, and digital marketing.
Utilizing data analytics to analyze market trends and customer behavior
Implementing CRM systems to manage customer relationships and sales pipelines
Conducting market research to identify opportunities and threats in the industry
Utilizing digital marketing strategies to reach target audiences a...
Basic problem solving question puzzles
I applied via Recruitment Consulltant and was interviewed in Oct 2024. There was 1 interview round.
Kubernetes is a container orchestration platform that consists of various components.
Kubelet - agent that runs on each node in the cluster and ensures containers are running
Kube-proxy - network proxy that maintains network rules on nodes
Kubernetes API server - central management point for the cluster
etcd - distributed key-value store for cluster data
Kubernetes Controller Manager - manages different controllers that reg...
45 questions with 3 coding questions
SVM stands for Support Vector Machine, a supervised machine learning algorithm used for classification and regression tasks.
SVM finds the hyperplane that best separates different classes in the feature space
It can handle both linear and non-linear data by using different kernel functions
SVM is widely used in image classification, text classification, and bioinformatics
Developed a predictive model for customer churn using machine learning techniques to enhance retention strategies.
Utilized Python and libraries like scikit-learn and pandas for data preprocessing and model building.
Implemented logistic regression and random forest algorithms to predict churn probability.
Conducted feature engineering to identify key factors influencing customer retention, such as usage patterns and cust...
The technical approach for a problem involves defining the problem, gathering data, selecting algorithms, training models, evaluating performance, and iterating.
Define the problem statement and objectives clearly
Gather relevant data and preprocess it for analysis
Select appropriate algorithms and techniques based on the problem
Train machine learning models using the data
Evaluate model performance using metrics like accu...
I appeared for an interview in Dec 2024, where I was asked the following questions.
P2P and S2P are procurement processes that manage purchasing from requisition to payment.
P2P cycle includes requisition, purchase order, receipt of goods/services, and payment.
Example: A company orders office supplies, receives them, and processes payment.
S2P cycle encompasses sourcing, contract management, procurement, and payment.
Example: A company identifies suppliers, negotiates contracts, and then purchases materi...
I have extensive experience in implementing and deploying S2P Suite applications across various industries.
Led a cross-functional team to implement an S2P Suite for a manufacturing company, resulting in a 30% reduction in procurement cycle time.
Conducted training sessions for end-users on the new S2P Suite, ensuring smooth adoption and minimizing resistance to change.
Collaborated with IT to integrate the S2P Suite with...
I have successfully completed over 15 deployments in various procurement projects, enhancing efficiency and cost savings.
Led a deployment for a new supplier management system, resulting in a 20% reduction in procurement cycle time.
Managed the deployment of an e-procurement platform across multiple departments, improving compliance and transparency.
Oversaw the transition to a centralized procurement model, which streaml...
The deployment process involves planning, execution, and monitoring to ensure successful implementation of procurement strategies.
1. Needs Assessment: Identify the specific procurement needs of the organization.
2. Supplier Selection: Evaluate and select suppliers based on criteria like cost, quality, and reliability.
3. Contract Negotiation: Negotiate terms and conditions to ensure favorable agreements.
4. Purchase Order...
The sourcing process involves identifying, evaluating, and selecting suppliers to meet organizational needs effectively.
Identify needs: Determine what products or services are required, e.g., raw materials for manufacturing.
Market research: Analyze potential suppliers and market trends to find suitable options.
Supplier evaluation: Assess suppliers based on criteria like quality, price, and reliability, e.g., conducting...
Coupa's workflow process streamlines procurement tasks through automated approvals and task assignments.
Workflows in Coupa are designed to automate procurement processes, ensuring efficiency and compliance.
Users can create workflows by defining specific triggers, such as purchase requisitions or invoices.
Workflows can include multiple steps, such as approvals from different departments or budget checks.
For example, a p...
I applied via Job Fair and was interviewed in Apr 2024. There were 3 interview rounds.
General aptitude test about Zycus and it's solution suite
Is India a soft country
I am eager to join this role to leverage my skills in driving growth and building strategic partnerships in a dynamic environment.
I am passionate about identifying new business opportunities, as demonstrated in my previous role where I increased sales by 30%.
I thrive in collaborative environments, and I believe this role will allow me to work closely with cross-functional teams to achieve common goals.
I am excited abou...
Technical test with MySQL,Java questions
I applied via Job Portal
Genric aptitude question on hackerearth.
Topic - Artifical Intelligence
Hoisting is a behavior in JavaScript where variable and function declarations are moved to the top of their containing scope during compilation.
Variable declarations are hoisted to the top of their scope, but not their assignments.
Function declarations are fully hoisted, meaning they can be called before they are declared.
Hoisting can lead to unexpected behavior if not understood properly.
Function currying is a technique in functional programming where a function with multiple arguments is transformed into a sequence of nested functions, each taking a single argument.
Currying allows partial application of a function, where some of the arguments are fixed and the rest are left to be supplied later.
It helps in creating reusable functions and improving code readability.
Example: const add = (a) => (b) => a ...
I applied via Naukri.com and was interviewed in Jan 2024. There was 1 interview round.
Top trending discussions
The duration of Zycus Infotech interview process can vary, but typically it takes about less than 2 weeks to complete.
based on 55 interview experiences
Difficulty level
Duration
based on 476 reviews
Rating in categories
Software Engineer
287
salaries
| ₹3 L/yr - ₹9 L/yr |
Procurement Analyst
132
salaries
| ₹3 L/yr - ₹8 L/yr |
Associate Technical Leader
92
salaries
| ₹4.6 L/yr - ₹12 L/yr |
Softwaretest Engineer
85
salaries
| ₹3 L/yr - ₹7 L/yr |
Senior Procurement Analyst
79
salaries
| ₹4.5 L/yr - ₹11 L/yr |
Thomson Reuters
Oracle Cerner
Chetu
R Systems International