Upload Button Icon Add office photos
Premium Employer

i

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

Zuci Systems

Compare button icon Compare button icon Compare
4.3

based on 29 Reviews

Filter interviews by

Zuci Systems Software Developer Interview Questions and Answers

Updated 15 Jun 2024

Zuci Systems Software Developer Interview Experiences

2 interviews found

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

I applied via campus placement at Mepco Schlenk Engineering College, Coimbatore and was interviewed in Dec 2023. There were 5 interview rounds.

Round 1 - Aptitude Test 

Esay fully based on quantitative and logical

Round 2 - Technical 

(2 Questions)

  • Q1. Tell me about yourself
  • Q2. Asked me write a program ,but i can use the language which I am comfortable
Round 3 - One-on-one 

(2 Questions)

  • Q1. Tell me about your self
  • Q2. Predict the output
  • Ans. 

    The output will be '10' as the value of x is incremented after the function call.

    • The value of x is initially 9.

    • The function call increments the value of x by 1.

    • The final value of x is 10, which is printed.

  • Answered by AI
Round 4 - One-on-one 

(2 Questions)

  • Q1. This is MR round
  • Q2. My project based qns
Round 5 - HR 

(1 Question)

  • Q1. Family background
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-

I applied via Campus Placement

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 - One-on-one 

(1 Question)

  • Q1. General resume based questions
Round 3 - One-on-one 

(1 Question)

  • Q1. Asked to solve some programming questions
Round 4 - One-on-one 

(1 Question)

  • Q1. They will check weather you know what you mention in cv
Round 5 - HR 

(1 Question)

  • Q1. General hr questions

Software Developer Interview Questions Asked at Other Companies

asked in Amazon
Q1. Maximum Subarray Sum Problem Statement Given an array of integers ... read more
asked in Amazon
Q2. Minimum Number of Platforms Needed Problem Statement You are give ... read more
asked in Rakuten
Q3. Merge Two Sorted Arrays Problem Statement Given two sorted intege ... read more
asked in Nagarro
Q4. Crazy Numbers Pattern Challenge Ninja enjoys arranging numbers in ... read more
asked in PhonePe
Q5. Form a Triangle Problem Statement You are given an array of integ ... read more

Interview questions from similar companies

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

I applied via campus placement at G L Bajaj Institute of Technology & Management, Greater Noida and was interviewed in Oct 2024. There were 3 interview rounds.

Round 1 - Aptitude Test 

They asked some general Quantitative and logical questions and code snippets.

Round 2 - Technical 

(2 Questions)

  • Q1. String Reverse and Two Sum
  • Q2. Related to my projects and Tech Stacks
Round 3 - Technical 

(2 Questions)

  • Q1. This is the Second technical round. The interviewer asked about everything from my project.
  • Q2. Asked some sql queries like joins and set operation

Interview Preparation Tips

Interview preparation tips for other job seekers - Be confident and Understand the business idea of your Project and Tech Stacks
Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Coding Test 

Aptitude and 2 coding problems- easy to medium

Round 2 - Technical 

(1 Question)

  • Q1. Duplicate number code
Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-

I applied via Walk-in

Round 1 - Technical 

(2 Questions)

  • Q1. How make a queue using a stack
  • Ans. 

    To implement a queue using a stack, use two stacks and simulate the queue operations.

    • Use two stacks, one for enqueue operation and one for dequeue operation.

    • For enqueue operation, simply push elements onto the stack used for enqueueing.

    • For dequeue operation, if the dequeue stack is empty, pop all elements from enqueue stack and push onto dequeue stack.

    • Then pop from the dequeue stack to simulate dequeue operation.

  • Answered by AI
  • Q2. Create a linked list
  • Ans. 

    A linked list is a data structure consisting of nodes where each node points to the next node in the sequence.

    • Create a Node class with data and next pointer

    • Initialize a head pointer to null

    • Add nodes by updating next pointers

    • Traverse the list by following next pointers

  • Answered by AI

Skills evaluated in this interview

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

First round 14 Java ,3 SQL ,3 apptitude

Round 2 - Coding Test 

3 Java questions strings and Java

Round 3 - Technical 

(2 Questions)

  • Q1. About the programming
  • Q2. Your coding questions
Round 4 - HR 

(2 Questions)

  • Q1. Self Intro about you
  • Ans. 

    I am a passionate software developer with 5 years of experience in full-stack development.

    • Experienced in Java, JavaScript, HTML, CSS, and SQL

    • Strong problem-solving skills and ability to work in a team

    • Developed a web application for a startup company using React and Node.js

  • Answered by AI
  • Q2. About your resume
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - HR 

(5 Questions)

  • Q1. Tell me about
  • Q2. Your self they are asking
  • Q3. What is your weakness
  • Q4. Any questions ask for me
  • Q5. All the best future
Round 2 - Coding Test 

Coding for international

Interview experience
3
Average
Difficulty level
-
Process Duration
Less than 2 weeks
Result
-

I was interviewed in May 2024.

Round 1 - Technical 

(2 Questions)

  • Q1. AWS basic questions were asked
  • Q2. MongoDB, MySQL basic questions were asked
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Aptitude Test 

Quantitative arithmetic,verbal reasoning,non-verbal reasoning,etc

Interview Preparation Tips

Interview preparation tips for other job seekers - Nice.
Interview experience
5
Excellent
Difficulty level
Easy
Process Duration
2-4 weeks
Result
Selected Selected

I applied via Referral and was interviewed in Feb 2024. There were 2 interview rounds.

Round 1 - Aptitude Test 

Aptitude test was easy but difficult

Round 2 - Technical 

(2 Questions)

  • Q1. Technical questions linked list
  • Q2. Array binary search Dp

Zuci Systems Interview FAQs

How many rounds are there in Zuci Systems Software Developer interview?
Zuci Systems interview process usually has 5 rounds. The most common rounds in the Zuci Systems interview process are One-on-one Round, HR and Resume Shortlist.
What are the top questions asked in Zuci Systems Software Developer interview?

Some of the top questions asked at the Zuci Systems Software Developer interview -

  1. Predict the out...read more
  2. Asked me write a program ,but i can use the language which I am comforta...read more
  3. They will check weather you know what you mention in...read more

Tell us how to improve this page.

Zuci Systems Software Developer Interview Process

based on 2 interviews

Interview experience

5
  
Excellent
View more
Zuci Systems Software Developer Salary
based on 16 salaries
₹3.3 L/yr - ₹16.8 L/yr
21% more than the average Software Developer Salary in India
View more details

Zuci Systems Software Developer Reviews and Ratings

based on 2 reviews

4.8/5

Rating in categories

5.0

Skill development

4.0

Work-life balance

4.0

Salary

5.0

Job security

4.0

Company culture

5.0

Promotions

5.0

Work satisfaction

Explore 2 Reviews and Ratings
Senior Software Engineer
47 salaries
unlock blur

₹5.2 L/yr - ₹18 L/yr

Software Engineer
35 salaries
unlock blur

₹3.5 L/yr - ₹11 L/yr

Module Lead
19 salaries
unlock blur

₹13 L/yr - ₹18.6 L/yr

Software Developer
16 salaries
unlock blur

₹3.3 L/yr - ₹16.8 L/yr

Technical Lead
11 salaries
unlock blur

₹17 L/yr - ₹29 L/yr

Explore more salaries
Compare Zuci Systems with

TCS

3.7
Compare

Infosys

3.6
Compare

Wipro

3.7
Compare

HCLTech

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