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 Software Engineer Trainee Interview Questions and Answers

Updated 7 Aug 2024

Zycus Infotech Software Engineer Trainee Interview Experiences

3 interviews found

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

I appeared for an interview before Aug 2023.

Round 1 - Coding Test 

Given the string naveen123
I need to take out numbers and print the sum of it

Round 2 - Technical 

(2 Questions)

  • Q1. What is OOPS Concept
  • 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

  • Answered by AI
  • Q2. Explain Constructer
  • 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 } }

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare well
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via LinkedIn and was interviewed before Oct 2022. There were 4 interview rounds.

Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Keep your resume crisp and to the point. A recruiter looks at your resume for an average of 6 seconds, make sure to leave the best impression.
View all tips
Round 2 - Aptitude Test 

It was general aptitude and basic questions related to HTML, CSS, networking, OS, etc

Round 3 - Coding Test 

3 coding questions, one to convert date into roman, second to translate numerical value to word

Round 4 - One-on-one 

(1 Question)

  • Q1. Final Round with Senior Person , who will ask you to write code.

Software Engineer Trainee Interview Questions Asked at Other Companies

asked in HSBC Group
Q1. Palindromic Linked List Problem Statement Given a singly linked l ... read more
asked in HSBC Group
Q2. Search in a 2D Matrix Given a 2D matrix MAT of size M x N, where ... read more
asked in GlobalLogic
Q3. Slot Game Problem Statement You are given a slot machine with fou ... read more
Q4. 1. Explain oops and its 4 pillars 2. Explain polymorphism with re ... read more
asked in HSBC Group
Q5. Maximum Level Sum in a Binary Tree Given a Binary Tree with integ ... read more
Interview experience
3
Average
Difficulty level
Hard
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via LinkedIn and was interviewed before Apr 2022. There were 3 interview rounds.

Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Keep your resume crisp and to the point. A recruiter looks at your resume for an average of 6 seconds, make sure to leave the best impression.
View all tips
Round 2 - Coding Test 

Two questions related to Java programming

Round 3 - Technical 

(1 Question)

  • Q1. Project related questions as I joined this company as a fresher

Interview questions from similar companies

I applied via Naukri.com and was interviewed in May 2019. There was 1 interview round.

Interview Questionnaire 

4 Questions

  • Q1. How MVC works for data flow?
  • Ans. 

    MVC separates data flow into three components: Model, View, and Controller.

    • Model represents data and business logic

    • View displays data to the user

    • Controller handles user input and updates the model and view accordingly

    • Data flows from the model to the view through the controller

    • Changes in the view are communicated to the controller, which updates the model and view

  • Answered by AI
  • Q2. What are mvc layers
  • Ans. 

    MVC stands for Model-View-Controller. It is a software design pattern that separates an application into three interconnected components.

    • Model: Represents the data and business logic of the application

    • View: Displays the data to the user and handles user input

    • Controller: Acts as an intermediary between the Model and View, handling user input and updating the Model and View accordingly

  • Answered by AI
  • Q3. Get and post methods
  • Q4. Servlet life cycle

Interview Preparation Tips

Interview preparation tips for other job seekers - Do your homework for string data structures problems

Skills evaluated in this interview

I applied via Naukri.com and was interviewed before Jul 2020. There were 4 interview rounds.

Interview Questionnaire 

3 Questions

  • Q1. Questions on java8
  • Q2. Questions on multithreading
  • Q3. Questions on exception handling

Interview Preparation Tips

Interview preparation tips for other job seekers - First round was a coding round where interviewer asked questions randomly and were asked to optimise our code. Next round was a technical round where everyone needs to be thorough with their technical skills

I applied via Recruitment Consultant and was interviewed before Jun 2020. There were 4 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. A c++ written round. It contains good questions on c++ related to exception handling, virtual table concepts, smart_ptrs , etc ...

Interview Preparation Tips

Interview preparation tips for other job seekers - Be well prepared with your project.
Have decent but not great knowledge knowledge in DS/Algos
Know basics of system design.
Be good in your programming language.

I applied via Naukri.com and was interviewed before Sep 2021. There was 1 interview round.

Round 1 - Technical 

(1 Question)

  • Q1. Basic Oracle Architecture, RAC Setup, Golden Gate Troubleshooting, Data Guard recover, RMAN restoration

Interview Preparation Tips

Interview preparation tips for other job seekers - Focus on Day to Day activities and Oracle architecture

I applied via Campus Placement and was interviewed before Sep 2021. There were 4 interview rounds.

Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Keep your resume crisp and to the point. A recruiter looks at your resume for an average of 6 seconds, make sure to leave the best impression.
View all tips
Round 2 - Aptitude Test 

Math and verbal round .

Round 3 - Group Discussion 

General topics to speak

Round 4 - Technical 

(1 Question)

  • Q1. Duplicates in array College Projects Hashmap implementation
  • Ans. 

    Implement a function to find duplicates in an array of strings using Hashmap.

    • Create a Hashmap to store the frequency of each string in the array

    • Iterate through the array and check if the frequency of any string is greater than 1

    • If yes, add it to the list of duplicates

    • Return the list of duplicates

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Answer what you know, be genuine and honest

Skills evaluated in this interview

Interview Questionnaire 

1 Question

  • Q1. Oops programming,SQL server Database

I appeared for an interview in Aug 2017.

Interview Questionnaire 

3 Questions

  • Q1. Tell me something about yourself
  • Ans. 

    I am a passionate software developer with experience in Java, Python, and web development.

    • Experienced in Java, Python, and web development

    • Passionate about coding and problem-solving

    • Strong communication and teamwork skills

    • Always eager to learn and adapt to new technologies

  • Answered by AI
  • Q2. Questions on data structures
  • Q3. Questions on algorithms

Interview Preparation Tips

Round: Technical + HR Interview
Experience: it took half-an-hour

Skills: Technical Skill, Technical Analysis, Speaking Skills
College Name: NIT Bhopal

Zycus Infotech Interview FAQs

How many rounds are there in Zycus Infotech Software Engineer Trainee interview?
Zycus Infotech interview process usually has 3 rounds. The most common rounds in the Zycus Infotech interview process are Coding Test, Resume Shortlist and Technical.
How to prepare for Zycus Infotech Software Engineer Trainee 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 Apache, JBoss, Java, Linux and Nginx.
What are the top questions asked in Zycus Infotech Software Engineer Trainee interview?

Some of the top questions asked at the Zycus Infotech Software Engineer Trainee interview -

  1. What is OOPS Conc...read more
  2. Explain Construc...read more
  3. Final Round with Senior Person , who will ask you to write co...read more

Tell us how to improve this page.

Zycus Infotech Software Engineer Trainee Interview Process

based on 4 interviews

Interview experience

4.3
  
Good
View more
Zycus Infotech Software Engineer Trainee Salary
based on 7 salaries
₹3.9 L/yr - ₹5 L/yr
At par with the average Software Engineer Trainee Salary in India
View more details

Zycus Infotech Software Engineer Trainee Reviews and Ratings

based on 1 review

4.0/5

Rating in categories

4.0

Skill development

4.0

Work-life balance

3.0

Salary

4.0

Job security

3.0

Company culture

3.0

Promotions

3.0

Work satisfaction

Explore 1 Review and Rating
Software Engineer
284 salaries
unlock blur

₹3 L/yr - ₹8.6 L/yr

Procurement Analyst
139 salaries
unlock blur

₹3 L/yr - ₹8 L/yr

Associate Technical Leader
95 salaries
unlock blur

₹4.5 L/yr - ₹12.5 L/yr

Softwaretest Engineer
94 salaries
unlock blur

₹3 L/yr - ₹7 L/yr

Senior Procurement Analyst
85 salaries
unlock blur

₹4.1 L/yr - ₹10.4 L/yr

Explore more salaries
Compare Zycus Infotech with

Oracle Cerner

3.7
Compare

Thomson Reuters

4.1
Compare

Temenos

3.1
Compare

Chetu

3.3
Compare
Did you find this page helpful?
Yes No
write
Share an Interview