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

Updated 24 Jan 2022

Zycus Infotech Senior Software Engineer Interview Experiences

3 interviews found

I applied via LinkedIn and was interviewed in Dec 2021. There were 5 interview rounds.

Round 1 - Coding Test 

A full fledged technical MCQ

Round 2 - Technical 

(1 Question)

  • Q1. Very advanced technical interview
Round 3 - Technical 

(1 Question)

  • Q1. Again a very advanced technical round
Round 4 - HR 

(6 Questions)

  • Q1. Why are you looking for a change?
  • Q2. What are your salary expectations?
  • Q3. Why should we hire you?
  • Q4. Where do you see yourself in 5 years?
  • Q5. What are your strengths and weaknesses?
  • Q6. Tell me about yourself.
Round 5 - HR 

(1 Question)

  • Q1. Share details of your previous job.

Interview Preparation Tips

Interview preparation tips for other job seekers - Good company but very lengthy interview process

Interview Questionnaire 

3 Questions

  • Q1. What are the features of Java?
  • Ans. 

    Java is a versatile programming language known for its platform independence and rich set of features.

    • Platform independence: Java programs can run on any operating system or platform that has a Java Virtual Machine (JVM).

    • Object-oriented: Java supports the principles of object-oriented programming, allowing for modular and reusable code.

    • Garbage collection: Java has automatic memory management, freeing developers from ma...

  • Answered by AI
  • Q2. Which are Types of testying?
  • Ans. 

    Types of testing include unit testing, integration testing, system testing, and acceptance testing.

    • Unit testing: Testing individual components or functions of the software.

    • Integration testing: Testing the interaction between different components or modules.

    • System testing: Testing the entire system as a whole.

    • Acceptance testing: Testing the software against user requirements or business use cases.

  • Answered by AI
  • Q3. What is the full form of RAM?
  • Ans. 

    Random Access Memory

    • RAM stands for Random Access Memory.

    • It is a type of computer memory that can be accessed randomly.

    • RAM is volatile memory, meaning it loses its data when the power is turned off.

    • It is used to store data that is currently being used by the computer's operating system, applications, and processes.

    • RAM allows for faster data access compared to other types of storage like hard drives or solid-state drives

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Be punctual, be confident

Skills evaluated in this interview

Senior Software Engineer Interview Questions Asked at Other Companies

asked in DBS Bank
Q1. Tell me about yourself. What technology are you using? What is a ... read more
asked in GlobalLogic
Q2. MapSum Pair Implementation Create a data structure named 'MapSum' ... read more
asked in UST
Q3. Nth Prime Number Problem Statement Find the Nth prime number give ... read more
asked in Capgemini
Q4. Pascal's Triangle Construction You are provided with an integer ' ... read more
Q5. K Largest Elements Problem Statement You are given an integer k a ... read more

I applied via Naukri.com and was interviewed in Aug 2021. There were 5 interview rounds.

Interview Questionnaire 

2 Questions

  • Q1. Interview was conducted by Product manager :Questions on springboot annotation ,micro service and its components , Scenario based questions on Transaction manager JPA and hibernate ,program logic to read...
  • Q2. Project based question

Interview Preparation Tips

Interview preparation tips for other job seekers - Interview was mostly focus on spring boot and micro service along with transaction management , not much questions on core java, explain your project very well

Senior Software Engineer Jobs at Zycus Infotech

View all

Interview questions from similar companies

I applied via Naukri.com and was interviewed before Apr 2021. There were 3 interview rounds.

Round 1 - Aptitude Test 

Aptitude test will a hackerrank test where it might have technical MCQ and/or coding test.

Round 2 - Technical 

(1 Question)

  • Q1. Interviewer will test your logic building capability with puzzel/coding and technical questions and experience discussion.
Round 3 - One-on-one 

(1 Question)

  • Q1. Its a normal discussion with HR about CTC and all.

Interview Preparation Tips

Interview preparation tips for other job seekers - In TR interviewer are really good. They will help you and give hints. They mostly check if you have problem solving approch.

I applied via Naukri.com and was interviewed in Apr 2021. There were 3 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. Machine Learning, statistics, PowerBI, Python

Interview Preparation Tips

Interview preparation tips for other job seekers - Basic interview questions based on the skills mentioned in your resume.

I applied via Referral and was interviewed in Jul 2020. There were 3 interview rounds.

Interview Questionnaire 

2 Questions

  • Q1. Sliding window problem in an Array(using 2 pointers) like Pythagorean triplets.
  • Q2. Overlapping circular linked list problem.
  • Ans. 

    Detect if two circular linked lists overlap

    • Traverse both lists and check if they have the same tail node

    • If they have different tail nodes, they do not overlap

    • If they have the same tail node, check if they intersect at any point

    • Use Floyd's cycle-finding algorithm to detect intersection point

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - I had 6 rounds of technical interview . Each round of 1 hr or more. In all the rounds I was asked to write proper programs (Sometimes on HackerRank, sometimes on an IDE, sometimes just on a text editor.) . Questions were designed to test problem solving abilities and proper use to dataStructures and coding basics. Lot of emphasis on writing efficient program with least time complexity possible.

During preparations, its important to understand basics of different dataStructures and how to efficiently use it in your programs . For practicing interview problems, I referred leetcode and geeksforgeeks . Solving different kind of problems from these websites really helped me. Dynamic Programming is also an important area from where lot of problems are asked in interview.

Skills evaluated in this interview

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 Approached by Company and was interviewed before Jun 2021. There were 2 interview rounds.

Round 1 - System test 

(1 Question)

  • Q1. Advantage and disadvantage of framework.
  • Ans. 

    Frameworks provide structure and pre-built components for software development, but can also limit flexibility and require learning curve.

    • Advantage: Provides structure and pre-built components for faster development

    • Advantage: Can improve code quality and maintainability

    • Disadvantage: Can limit flexibility and customization

    • Disadvantage: Requires learning curve and potential dependency issues

    • Example: ReactJS provides a fr...

  • Answered by AI
Round 2 - Technical 

(1 Question)

  • Q1. What is Oops? Advantage and disadvantage
  • Ans. 

    Oops stands for Object-Oriented Programming. It is a programming paradigm that uses objects to represent real-world entities.

    • Advantages: code reusability, modularity, encapsulation, inheritance, polymorphism

    • Disadvantages: complexity, steep learning curve, performance overhead

    • Example: creating a class 'Car' with properties like 'make', 'model', and 'year', and methods like 'start_engine' and 'stop_engine'

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare basics in server side and client side coding

Skills evaluated in this interview

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

I applied via Approached by Company and was interviewed before Oct 2022. There were 4 interview rounds.

Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Don’t add your photo or details such as gender, age, and address in your resume. These details do not add any value.
View all tips
Round 2 - Technical 

(2 Questions)

  • Q1. Java basics, String, logic coding (for loop sand if conditions), arrays.
  • Q2. AWS basics - VPC, Subnet, Step functions, ELB
Round 3 - Behavioral 

(2 Questions)

  • Q1. Trick questions, leading a team, working in a team related.
  • Q2. Having a good and friendly attitude will help.
Round 4 - HR 

(1 Question)

  • Q1. Salary negotiation

Interview Preparation Tips

Interview preparation tips for other job seekers - Learn Java and AWS. Being good enough will help you clear the round. Have clarity in your answers.

Zycus Infotech Interview FAQs

How many rounds are there in Zycus Infotech Senior Software Engineer interview?
Zycus Infotech interview process usually has 5 rounds. The most common rounds in the Zycus Infotech interview process are Technical, HR and Coding Test.
How to prepare for Zycus Infotech Senior Software Engineer 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 Hibernate, J2Ee, Spring Boot, Web Services and Core Java.
What are the top questions asked in Zycus Infotech Senior Software Engineer interview?

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

  1. What is the full form of R...read more
  2. What are the features of Ja...read more
  3. Which are Types of testyi...read more

Tell us how to improve this page.

Zycus Infotech Senior Software Engineer Salary
based on 74 salaries
₹4.5 L/yr - ₹13 L/yr
44% less than the average Senior Software Engineer Salary in India
View more details

Zycus Infotech Senior Software Engineer Reviews and Ratings

based on 11 reviews

3.4/5

Rating in categories

3.7

Skill development

3.0

Work-life balance

2.8

Salary

3.4

Job security

3.0

Company culture

2.8

Promotions

3.4

Work satisfaction

Explore 11 Reviews and Ratings
Senior Software Engineer - Java

Mumbai

2-5 Yrs

₹ 4.5-9.5 LPA

Senior Software Engineer - Java

Pune

2-5 Yrs

₹ 4.5-7.5 LPA

Senior Software Engineer - Java

Bangalore / Bengaluru

2-5 Yrs

Not Disclosed

Explore more jobs
Software Engineer
286 salaries
unlock blur

₹3 L/yr - ₹8.6 L/yr

Procurement Analyst
140 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.2
Compare
Did you find this page helpful?
Yes No
write
Share an Interview