Upload Button Icon Add office photos

Filter interviews by

Zaloni Interview Questions and Answers

Updated 24 Feb 2024

Zaloni Interview Experiences

Popular Designations

6 interviews found

Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
Selected Selected
Round 1 - Technical 

(3 Questions)

  • Q1. Questions on microservices
  • Q2. Advanced features of java
  • Ans. 

    Advanced features of Java include lambda expressions, streams, functional interfaces, and modules.

    • Lambda expressions allow for functional programming in Java.

    • Streams provide a way to process collections of objects in a functional style.

    • Functional interfaces are interfaces with a single abstract method, used for lambda expressions.

    • Modules allow for modular programming in Java, improving code organization and reusability

  • Answered by AI
  • Q3. Features in Java 11 and beyond
  • Ans. 

    Java 11 introduced new features like local-variable syntax for lambda parameters, HTTP client API, and more.

    • Local-variable syntax for lambda parameters allows var to be used in lambda expressions.

    • HTTP client API provides a more modern way to send HTTP requests and handle responses.

    • JEP 321 introduced the Flight Recorder API for low-overhead profiling and monitoring of Java applications.

  • Answered by AI
Round 2 - Technical 

(2 Questions)

  • Q1. Nature of projects done in the past
  • Q2. Describe on design of problem that I worked
  • Ans. 

    Designed a system for real-time data processing and analysis

    • Utilized Apache Kafka for real-time data streaming

    • Implemented microservices architecture for scalability

    • Used Apache Spark for data processing and analysis

    • Designed a dashboard for visualization of processed data

  • Answered by AI

Skills evaluated in this interview

Software Architect Interview Questions asked at other Companies

Q1. How service management adds to customer experience.
View answer (1)
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
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 - Aptitude Test 

It was medium difficulty aptitude test

Round 3 - Technical 

(1 Question)

  • Q1. Asked questions related with DSA like optimising a Dynamic programming problem and a linked list question. Followed up question from OS and OOPs concept also Databases (mysql) queries.
Round 4 - Technical 

(1 Question)

  • Q1. Discussion related to my resume. How have you tackled some of these problems and so forth how did you like the opportunity if you had again how would you improve it.
Round 5 - HR 

(1 Question)

  • Q1. Are you tired? Introduced yourself. Why do you want to join zaloni. Further studies, parental stuffs and offer dicussion.

Interview Preparation Tips

Interview preparation tips for other job seekers - Clear your basic concepts and you are good to go

Software Engineer Interview Questions asked at other Companies

Q1. Bridge and torch problem : Four people come to a river in the night. There is a narrow bridge, but it can only hold two people at a time. They have one torch and, because it's night, the torch has to be used when crossing the bridge. Person... read more
View answer (211)

Intern Interview Questions & Answers

user image Tuhin Barman

posted on 14 Feb 2024

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

50 questions of medium level aptitude

Round 2 - Coding Test 

Asked me basic oops concept and hashmap and hashsets

Round 3 - HR 

(1 Question)

  • Q1. Great hr asked me basic hr questions

Intern Interview Questions asked at other Companies

Q1. Case. There is a housing society “The wasteful society”, you collect all the household garbage and sell it to 5 different businesses. Determine what price you will pay to the society members in Rs/kg, given you want to make a profit of 20% ... read more
View answer (8)
Interview experience
4
Good
Difficulty level
Easy
Process Duration
More than 8 weeks
Result
Selected Selected

I applied via Campus Placement and was interviewed before May 2022. There were 6 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 

First round was aptitude + core cs subjects proficiency test in a CBT MCQ format. Since it was during covid everything was online. Students from many campuses were part of this test.

Round 3 - Coding Test 

There was a time limited coding test to test DSA skills. I forgot the platform used, but if the questions were quiet easy. Two questions, 45 mins. One was string based but I forgot the exact question.

Round 4 - Group Discussion 

There was a gd, where you are placed in a team and they gave us a topic to just talk through among ourselves. Again not remembering well but they were not concerned about the group to reach a conclusion, just wanted to see us interact and would ask us questions in between.

Round 5 - One-on-one 

(4 Questions)

  • Q1. This was again a technical round, but this time taken by engineers of their teams. Based on your interest and
  • Q2. I remember being asked about VLAN, because I said I said I was interested in SDN.
  • Q3. Asked basic idea about my project
  • Q4. Asked quiet a bit of questions from Java and linux, mostly was testing how much I already know. Didn't ask me to whiteboard a problem.
Round 6 - HR 

(4 Questions)

  • Q1. This was the final round, they were open to my questions. Generally talked about the company, and was mostly a vibecheck to see if i would be a culture fit.
  • Q2. Tell me about yourself.
  • Q3. Why do you want to Join our company.
  • Q4. What are you expecting to get out of us.

Interview Preparation Tips

Interview preparation tips for other job seekers - Zaloni was bought out by another company last year. Hence I am not sure if the interview and question difficulty would remain the same level or go up. Generally if you are preparing for good companies, and are from North East, zaloni should not be too hard to get into. I would say that zaloni definitely checks for reasonable competency. Doesn't expect you to be a rockstar programmer. Get your basics right, be good in some language and it helps if you also know tools, and have a github profile.

Associate Software Engineer Interview Questions asked at other Companies

Q1. Triplets with Given Sum Problem Given an array or list ARR consisting of N integers, your task is to identify all distinct triplets within the array that sum up to a specified number K. Explanation: A triplet is a set {ARR[i], ARR[j], ARR[k... read more
View answer (2)

Zaloni interview questions for popular designations

 Associate Software Engineer

 (2)

 Software Engineer

 (1)

 Software Architect

 (1)

 Senior Software Engineer

 (1)

 Intern

 (1)

I applied via Campus Placement and was interviewed before Jul 2021. There were 3 interview rounds.

Round 1 - Coding Test 

The first round was for Technical + Cognitive which went for 1.5 hours.

Round 2 - Technical 

(1 Question)

  • Q1. It was an online round that went for 30 mins with questions from specific domain
Round 3 - HR 

(3 Questions)

  • Q1. Where do you see yourself in the next 5 years ?
  • Q2. What are your hobbies?
  • Q3. If you get an offer from another company, will you join ?

Interview Preparation Tips

Interview preparation tips for other job seekers - Have a strong command of the basics and you are good to go.

Associate Software Engineer Interview Questions asked at other Companies

Q1. Triplets with Given Sum Problem Given an array or list ARR consisting of N integers, your task is to identify all distinct triplets within the array that sum up to a specified number K. Explanation: A triplet is a set {ARR[i], ARR[j], ARR[k... read more
View answer (2)

I applied via Company Website and was interviewed before Mar 2021. There were 3 interview rounds.

Round 1 - Coding Test 

Coding skills on sql and python will be tested

Round 2 - Case Study 

Managerial discussion to understand the project requirements.

Round 3 - HR 

(2 Questions)

  • Q1. Share details of your previous job.
  • Q2. Details of previous experiences were shared with details

Interview Preparation Tips

Interview preparation tips for other job seekers - HR discussions for salary negotiations

Senior Software Engineer Interview Questions asked at other Companies

Q1. Tell me about yourself. What technology are you using? What is a Collection? What are the different types of collection there? What is the difference between ArrayList and LinkedList What are the basic building blocks of Stream operators, s... read more
View answer (2)

Interview questions from similar companies

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

(1 Question)

  • Q1. Tell me about yourself
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Selected Selected

I applied via Walk-in and was interviewed in Jul 2024. There were 3 interview rounds.

Round 1 - Aptitude Test 

Work-time model and relationship model.

Round 2 - Coding Test 

Based on JavaScript and React.

Round 3 - HR 

(2 Questions)

  • Q1. What are the reasons we should consider hiring you?
  • Q2. What contributions do you envision making to our project management efforts?

Interview Preparation Tips

Interview preparation tips for other job seekers - Give your best confidently and refine your skills.
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I appeared for an interview before Mar 2024.

Round 1 - HR 

(3 Questions)

  • Q1. Tell me about yourself and your experience in software development.
  • Ans. 

    Aspiring software engineer with a passion for coding, problem-solving, and building innovative applications.

    • Completed a Bachelor's degree in Computer Science, where I developed a strong foundation in programming languages like Java and Python.

    • Interned at XYZ Corp, where I contributed to a team project that improved the efficiency of a data processing application by 30%.

    • Worked on personal projects, including a web appli...

  • Answered by AI
  • Q2. Why did you choose software engineering as a carrier ?
  • Ans. 

    I chose software engineering for its creativity, problem-solving opportunities, and the impact it has on our daily lives.

    • Passion for technology: I have always been fascinated by how software can solve complex problems and improve efficiency.

    • Creativity: Software engineering allows me to express my creativity by designing innovative solutions and applications.

    • Impact: I want to create software that can positively affect p...

  • Answered by AI
  • Q3. What do you know about our company and its tech stack?

Interview Preparation Tips

Interview preparation tips for other job seekers - Keep Learning Stay updated with industry trends and tools through courses, blogs, and workshops.
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Aptitude Test 

There were 45 questions in total: 20 questions on aptitude and 25 questions on basic C, C++, and Java.

Round 2 - One-on-one 

(1 Question)

  • Q1. TWO person was taking interview , one is HR AND TECHNICAL PERSON , THEY ASK ME TELL ME ABOUT YOUR SELF, WHAT ARE THE QUALITY OF TEAM LEADER, ARE YOU COMFORTABLE IF WE HIRE YOU AS A TESTER AND TECHNICAL ...

Zaloni Interview FAQs

How many rounds are there in Zaloni interview?
Zaloni interview process usually has 3-4 rounds. The most common rounds in the Zaloni interview process are HR, Technical and Coding Test.
How to prepare for Zaloni 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 Zaloni. The most common topics and skills that interviewers at Zaloni expect are Analytics, Linux, Data Management, Data Structures and Agile.
What are the top questions asked in Zaloni interview?

Some of the top questions asked at the Zaloni interview -

  1. Describe on design of problem that I wor...read more
  2. Features in Java 11 and bey...read more
  3. Advanced features of j...read more

Tell us how to improve this page.

Zaloni Interview Process

based on 4 interviews

Interview experience

4.5
  
Good
View more

Interview Questions from Similar Companies

Webdew Interview Questions
4.5
 • 106 Interviews
HyScaler Interview Questions
4.5
 • 92 Interviews
Quantsapp Interview Questions
2.8
 • 35 Interviews
Appsierra Interview Questions
4.4
 • 30 Interviews
View all

Fast track your campus placements

View all

Zaloni Reviews and Ratings

based on 21 reviews

3.5/5

Rating in categories

3.3

Skill development

3.3

Work-life balance

3.2

Salary

3.5

Job security

3.3

Company culture

3.3

Promotions

3.1

Work satisfaction

Explore 21 Reviews and Ratings
Software Engineer
23 salaries
unlock blur

₹4.2 L/yr - ₹10.1 L/yr

Senior Software Engineer
20 salaries
unlock blur

₹7 L/yr - ₹14 L/yr

Module Lead
11 salaries
unlock blur

₹10.4 L/yr - ₹26 L/yr

Associate Software Engineer
7 salaries
unlock blur

₹4 L/yr - ₹4.4 L/yr

Software Architect
6 salaries
unlock blur

₹25 L/yr - ₹45 L/yr

Explore more salaries
Compare Zaloni with

Accel Frontline

4.0
Compare

Northcorp Software

4.3
Compare

Elentec Power India (EPI) Pvt. Ltd.

3.7
Compare

HyScaler

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