Upload Button Icon Add office photos
Engaged Employer

i

This company page is being actively managed by Zycus Infotech Team. If you also belong to the team, you can get access from here

Zycus Infotech Verified Tick

Compare button icon Compare button icon Compare

Filter interviews by

Zycus Infotech Interview Questions and Answers

Updated 6 Jun 2025
Popular Designations

28 Interview questions

A Senior Procurement Specialist was asked 2w ago
Q. What are the step-by-step procedures involved in the deployment process?
Ans. 

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 ...

View all Senior Procurement Specialist interview questions
A Senior Procurement Specialist was asked 2w ago
Q. Do you have any experience with the implementation and deployment of S2P Suite applications?
Ans. 

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...

View all Senior Procurement Specialist interview questions
A Senior Procurement Specialist was asked 2w ago
Q. Can you explain the sourcing process in detail?
Ans. 

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...

View all Senior Procurement Specialist interview questions
A Business Developer was asked 5mo ago
Q. What are the technical aspects involved in business development?
Ans. 

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...

View all Business Developer interview questions
A Project Manager was asked 8mo ago
Q. Tell us about your experience handling customers.
Ans. 

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...

View all Project Manager interview questions
A Project Manager was asked 8mo ago
Q. How would you manage cascading deliveries for customers?
Ans. 

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

View all Project Manager interview questions
A Software Engineer Trainee was asked 10mo ago
Q. What are the core concepts of OOPS?
Ans. 

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

View all Software Engineer Trainee interview questions
Are these interview questions helpful?
A Software Engineer Trainee was asked 10mo ago
Q. Explain what a constructor is.
Ans. 

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 } }

View all Software Engineer Trainee interview questions
A Technical Lead was asked 11mo ago
Q. What is hoisting in Javascript?
Ans. 

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.

View all Technical Lead interview questions
A Technical Lead was asked 11mo ago
Q. What is function currying?
Ans. 

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) ...

View all Technical Lead interview questions

Zycus Infotech Interview Experiences

68 interviews found

Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Aptitude Test 

It was beneficial and provided deeper insights regarding business-related questions.

Round 2 - Group Discussion 

Group discussions are also beneficial.

Round 3 - Technical 

(2 Questions)

  • Q1. What are the technical aspects involved in business development?
  • Ans. 

    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...

  • Answered by AI
  • Q2. It was good and beneficial
Round 4 - HR 

(1 Question)

  • Q1. Is the round related to discussing family background?
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Aptitude Test 

Basic problem solving question puzzles

Round 2 - Technical 

(2 Questions)

  • Q1. Questions around projects worked on
  • Q2. Questions related to collections.

Interview Questions & Answers

user image Shazz

posted on 12 Nov 2024

Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Recruitment Consulltant and was interviewed in Oct 2024. There was 1 interview round.

Round 1 - Technical 

(2 Questions)

  • Q1. Services in Kubernetes
  • Q2. Components of Kubernetes
  • Ans. 

    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...

  • Answered by AI

Skills evaluated in this interview

ml engineer Interview Questions & Answers

user image Anonymous

posted on 20 Jun 2024

Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Coding Test 

45 questions with 3 coding questions

Round 2 - Technical 

(2 Questions)

  • Q1. What is svm and its usage
  • Ans. 

    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

  • Answered by AI
  • Q2. What is the project’s u have down
Round 3 - Technical 

(2 Questions)

  • Q1. What is my major project
  • Ans. 

    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...

  • Answered by AI
  • Q2. What is the technical approach for a problem
  • Ans. 

    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...

  • Answered by AI

Skills evaluated in this interview

Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Selected Selected

I appeared for an interview in Dec 2024, where I was asked the following questions.

  • Q1. Can you provide a detailed explanation of the Procure-to-Pay (P2P) and Source-to-Pay (S2P) cycles?
  • Ans. 

    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...

  • Answered by AI
  • Q2. Do you have any experience with the implementation and deployment of S2P Suite applications?
  • Ans. 

    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...

  • Answered by AI
  • Q3. How many deployments have you completed?
  • Ans. 

    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...

  • Answered by AI
  • Q4. What are the step-by-step procedures involved in the deployment process?
  • Ans. 

    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...

  • Answered by AI
  • Q5. Can you explain the sourcing process in detail?
  • Ans. 

    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...

  • Answered by AI
  • Q6. What is the workflow process in Coupa, and how are workflows created and assigned?
  • Ans. 

    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...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - It is a good company for S2P and P2P professionals.
Interview experience
3
Average
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Job Fair and was interviewed in Apr 2024. There were 3 interview rounds.

Round 1 - Aptitude Test 

General aptitude test about Zycus and it's solution suite

Round 2 - Group Discussion 

Is India a soft country

Round 3 - One-on-one 

(2 Questions)

  • Q1. Projects related questions
  • Q2. Why do you want to join this role
  • Ans. 

    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...

  • Answered by AI

Senior Developer Lead Interview Questions & Answers

user image rohini sonawane

posted on 12 Dec 2024

Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Aptitude Test 

Technical test with MySQL,Java questions

Interview experience
3
Average
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Not Selected

I applied via Job Portal

Round 1 - Aptitude Test 

Genric aptitude question on hackerearth.

Round 2 - Group Discussion 

Topic - Artifical Intelligence

Round 3 - HR 

(2 Questions)

  • Q1. What did you do in internship?
  • Q2. Why technical field change?
Round 4 - One-on-one 

(1 Question)

  • Q1. Interviewer was rude kept interrupting for no reason making his own narrative.

Interview Preparation Tips

Interview preparation tips for other job seekers - Be confident, improve communication skills and lastly don't be diplomatic while answering questions just be direct as much as possible.
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. What is hoisting in Javascript
  • Ans. 

    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.

  • Answered by AI
  • Q2. What is function currying
  • Ans. 

    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 ...

  • Answered by AI

Skills evaluated in this interview

Interview experience
3
Average
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
No response

I applied via Naukri.com and was interviewed in Jan 2024. There was 1 interview round.

Round 1 - Technical 

(2 Questions)

  • Q1. Logical question about 100 floors and two glass ball to find the floor from where the glass ball will break.
  • Q2. Product strategy question

Top trending discussions

View All
Office Jokes
1w
an executive
CTC ≠ Confidence Transfer Credit
Ab toh aisa lagta hai, chillar jaise salary ke liye main kaju katli ban ke jaa rahi hoon. Samajh nahi aata, main zyada ready ho ke jaa rahi hoon ya ye mujhe kam pay kar rahe hain? #CorporateLife #OfficeJokes #UnderpaidButWellDressed
FeedCard Image
Got a question about Zycus Infotech?
Ask anonymously on communities.

Zycus Infotech Interview FAQs

How many rounds are there in Zycus Infotech interview?
Zycus Infotech interview process usually has 2-3 rounds. The most common rounds in the Zycus Infotech interview process are Aptitude Test, Technical and Resume Shortlist.
How to prepare for Zycus Infotech interview?
Go through your CV in detail and study all the technologies mentioned in your CV. Prepare at least two technologies or languages in depth if you are appearing for a technical interview at Zycus Infotech. The most common topics and skills that interviewers at Zycus Infotech expect are Java, J2Ee, Hibernate, Spring Boot and Javascript.
What are the top questions asked in Zycus Infotech interview?

Some of the top questions asked at the Zycus Infotech interview -

  1. What is a string? How to make "Zycus" string to "Zycus Infotech" in Ja...read more
  2. How would you manage cascading deliveries for custome...read more
  3. What is Method Overloading and Overridi...read more
What are the most common questions asked in Zycus Infotech HR round?

The most common HR questions asked in Zycus Infotech interview are -

  1. Where do you see yourself in 5 yea...read more
  2. Why are you looking for a chan...read more
  3. What are your strengths and weakness...read more
How long is the Zycus Infotech interview process?

The duration of Zycus Infotech interview process can vary, but typically it takes about less than 2 weeks to complete.

Tell us how to improve this page.

Overall Interview Experience Rating

3.8/5

based on 55 interview experiences

Difficulty level

Easy 12%
Moderate 79%
Hard 9%

Duration

Less than 2 weeks 68%
2-4 weeks 32%
View more

Interview Questions from Similar Companies

Chetu Interview Questions
3.3
 • 195 Interviews
AVASOFT Interview Questions
2.9
 • 173 Interviews
Oracle Cerner Interview Questions
3.7
 • 161 Interviews
Thomson Reuters Interview Questions
4.1
 • 124 Interviews
ServiceNow Interview Questions
4.1
 • 124 Interviews
Amadeus Interview Questions
3.8
 • 115 Interviews
UKG Interview Questions
3.1
 • 111 Interviews
EbixCash Limited Interview Questions
3.9
 • 106 Interviews
SPRINKLR Interview Questions
3.0
 • 105 Interviews
View all

Zycus Infotech Reviews and Ratings

based on 476 reviews

2.9/5

Rating in categories

3.1

Skill development

2.6

Work-life balance

2.5

Salary

3.1

Job security

2.6

Company culture

2.3

Promotions

2.6

Work satisfaction

Explore 476 Reviews and Ratings
Senior Consultant - Integration

Mumbai,

Pune

+1

6-10 Yrs

₹ 12-22.8 LPA

AI Product UX Designer - Tario

Bangalore / Bengaluru

2-4 Yrs

Not Disclosed

Explore more jobs
Software Engineer
287 salaries
unlock blur

₹3 L/yr - ₹9 L/yr

Procurement Analyst
132 salaries
unlock blur

₹3 L/yr - ₹8 L/yr

Associate Technical Leader
92 salaries
unlock blur

₹4.6 L/yr - ₹12 L/yr

Softwaretest Engineer
85 salaries
unlock blur

₹3 L/yr - ₹7 L/yr

Senior Procurement Analyst
79 salaries
unlock blur

₹4.5 L/yr - ₹11 L/yr

Explore more salaries
Compare Zycus Infotech with

Thomson Reuters

4.1
Compare

Oracle Cerner

3.6
Compare

Chetu

3.3
Compare

R Systems International

3.3
Compare
write
Share an Interview