i
Zycus Infotech
Filter interviews by
I applied via LinkedIn and was interviewed in Jan 2021. There were 3 interview rounds.
Method Overloading is creating multiple methods with the same name but different parameters. Method Overriding is creating a new implementation of an existing method in a subclass.
Method Overloading is used to provide different ways to call the same method with different parameters.
Method Overriding is used to provide a new implementation of an existing method in a subclass.
Method Overloading is resolved at compile-tim...
An abstract class is a class that cannot be instantiated and is used as a base class for other classes.
An abstract class can have abstract and non-abstract methods.
Abstract methods have no implementation and must be implemented by the derived class.
Non-abstract methods can have implementation and can be inherited by the derived class.
An abstract class can have constructors and fields.
An abstract class can be used to de...
Static, super, and final are Java keywords used for different purposes.
Static keyword is used to create class-level variables and methods.
Super keyword is used to call the parent class constructor or method.
Final keyword is used to create constants or prevent method or class overriding.
A string is a sequence of characters. To make 'Zycus' string to 'Zycus Infotech' in Java, concatenate the two strings.
Use the '+' operator to concatenate the two strings.
Create a new string variable and assign the concatenated value to it.
Example: String str1 = 'Zycus'; String str2 = ' Infotech'; String result = str1 + str2;
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
Zycus Infotech interview questions for popular designations
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
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...
Get interview-ready with Top Zycus Infotech Interview Questions
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
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.
GD for testing communication skills
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 53 interviews
Interview experience
based on 439 reviews
Rating in categories
Software Engineer
292
salaries
| ₹0 L/yr - ₹0 L/yr |
Procurement Analyst
141
salaries
| ₹0 L/yr - ₹0 L/yr |
Associate Technical Leader
96
salaries
| ₹0 L/yr - ₹0 L/yr |
Softwaretest Engineer
92
salaries
| ₹0 L/yr - ₹0 L/yr |
Senior Procurement Analyst
85
salaries
| ₹0 L/yr - ₹0 L/yr |
SAP
Oracle
IBM
Accenture