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 (196)

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. K Largest Elements Problem Statement You are given an integer k and an array of integers that contain numbers in random order. Write a program to find the k largest numbers from the given array. You need to save them in an array and return ... read more
View answer (1)

Interview questions from similar companies

I applied via Naukri.com and was interviewed before Oct 2021. 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 - One-on-one 

(3 Questions)

  • Q1. Java, Spring, Collections related questions
  • Q2. REST APIs code flow and Spring annotations
  • Q3. Asked based Ds and algo questions
Round 3 - One-on-one 

(3 Questions)

  • Q1. Transactions, challenges faced in Job
  • Q2. In what position you want to be in 5 years
  • Q3. Discussed job role and responsibilities

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare Core Java, Spring, Spring Boot and Hibernate concepts.
Interview experience
2
Poor
Difficulty level
Easy
Process Duration
2-4 weeks
Result
Not Selected

I applied via Campus Placement and was interviewed in Jan 2023. There were 5 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 

Technical test consisted of standard apti questions, core cs questions and 2 coding questions very easy level.

Round 3 - Technical 

(1 Question)

  • Q1. In online technical round, 1st they ask about project, then dbms, data warehouse, sql queries and sdlc lifecycle.
Round 4 - HR 

(1 Question)

  • Q1. This round was conversational round, they ask about personal information like family background and if we are ready to work in rotational shifts (theirs conditions).
Round 5 - Group Discussion 

After few days they called and said you are selected and called us Airoli office for discussion.
In office, they took Introduction round, then made groups for discussion.
In GD, every individual had to come forward and speak on gd topic for minimum 3-4 minutes.
We were not told about this GD round on call. This was surprise. Final candidates were selected on basis of this round.
then after a week results were announced,.

Interview Preparation Tips

Topics to prepare for Teradata Associate Software Engineer interview:
  • dbma
  • SQL
Interview preparation tips for other job seekers - There was no bond, and first 4 months will be training. Interview process was a cake walk, main round was GD(more like speech round).

Interview Preparation Tips

Round: Test
Experience: Round 1: Online objective test.
There were questions from Operating Systems, C, Algorithms, Data Structures.

Round 2: Online and subjective (choose language C++ or JAVA). This round had 15 questions.
Data structures, C++ questions, Fibonacci optimisation, algorithms (DFS/BFS).

Round: Technical Interview
Experience: In the first round of interview they asked me questions about :1) My project (asked no. of classes and mention their responsibilities).
2) ACID properties of database and indexing in a database.

There were also questions related to OOPS concepts including polymorphism, composition, aggregation, inheritance, Abstract classes, interface; difference between usage of abstract class and interface, can abstract class be instantiated, how to access child class methods having reference of base class.
There was another question on run time and compile time binding and under which category do we classify method overloading and also questions on code for deleting the duplicate nodes in a sorted link list and printing root to leaf paths in a binary search tree.

Round: Technical Interview
Experience: This was the second round of the interview. They asked me the following questions,There is a tree (not binary) and all non-leaf nodes are RED in colour. Some leaf nodes are white in colour. If a node has all white coloured children then its colour can be changed into white. So we have to convert maximum number of nodes into white colour – write program for the same.
Code for checking whether a given binary tree balanced or not.
What are virtual functions, what is their role?
Questions related to virtual functions.

You are given the details of each transaction of each item i.e. item_name, quantity, price. So at the end of the day, you want top 50 items that have been sold. There are two cases:
In the first case you have fixed number of items.
In the second case very large number of items – so you need to decide what data structure to be used for this.

Round: Technical Interview
Experience: In the third round of the interview they asked questions like :
1) Types of tree traversals (breadth first and depth first (pre, post, in)
2) Determining width of binary tree i.e. using breadth wise traversal
3) Why files are preferred over databases?

College Name: IIT KANPUR

Interview Questionnaire 

11 Questions

  • Q1. Asked about my project? Also asked me questions about ACID properties of database and indexing in a database
  • Q2. There were also questions related to OOPS concepts including polymorphism, composition, aggregation, inheritance, Abstract classes, interface; difference between usage of abstract class and interface, can ...
  • Q3. There was another question on run time and compile time binding and under which category do we classify method overloading
  • Q4. Code for deleting the duplicate nodes in a sorted link list?
  • Ans. 

    Code to delete duplicate nodes in a sorted linked list

    • Traverse the linked list and compare adjacent nodes

    • If nodes are equal, delete one of them

    • Repeat until all duplicates are removed

  • Answered by AI
  • Q5. Printing root to leaf paths in a binary search tree
  • Ans. 

    Printing all root to leaf paths in a binary search tree

    • Traverse the tree recursively and keep track of the current path

    • When a leaf node is reached, add the current path to the list of paths

    • Print all the paths in the list

    • Use an array of strings to store the paths

  • Answered by AI
  • Q6. Given an Array of Integers, Find two elements in the array whose sum is closest to zero?
  • Ans. 

    Find two integers in an array whose sum is closest to zero.

    • Sort the array in ascending order.

    • Initialize two pointers at the beginning and end of the array.

    • Move the pointers towards each other until the sum is closest to zero.

  • Answered by AI
  • Q7. What are virtual functions, what is their role? Questions related to virtual functions?
  • Q8. You are given the details of each transaction of each item i.e. item_name, quantity, price. So at the end of the day, you want top 50 items that have been sold. There are two cases: - In the first case you...
  • Q9. How do you quickly count the number of set bits in a 32-bit integer in linear time (with respect to the number of set bits)?
  • Ans. 

    Count set bits in a 32-bit integer in linear time

    • Use bit manipulation to count set bits

    • Divide the integer into 16-bit chunks and count set bits in each chunk

    • Use lookup tables to count set bits in each 8-bit chunk

    • Use parallel processing to count set bits in multiple integers simultaneously

  • Answered by AI
  • Q10. Determining width of binary tree i.e. using breadth wise traversal
  • Ans. 

    To determine the width of a binary tree using breadth-wise traversal, we need to count the number of nodes at each level.

    • Perform a breadth-first traversal of the binary tree

    • Count the number of nodes at each level

    • Keep track of the maximum number of nodes seen at any level

    • Return the maximum number of nodes seen

  • Answered by AI
  • Q11. Why files are preferred over databases?
  • Ans. 

    Files are preferred over databases for certain types of data and applications.

    • Files are faster for small amounts of data.

    • Files are easier to manage and backup.

    • Files are more flexible for certain types of data, such as images or videos.

    • Databases are better for complex data relationships and queries.

    • Databases are more secure and scalable for large amounts of data.

    • The choice between files and databases depends on the spec

  • Answered by AI

Interview Preparation Tips

Round: Test
Experience: There were questions from Operating Systems, C, Algorithms, Data Structures

Round: Test
Experience: This round had 15 questions.Data structures, C++ questions, algorithms (DFS/BFS)

Skills: java, OOP, Algorithm
College Name: IIT KANPUR

Skills evaluated in this interview

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
Teradata Interview Questions
3.9
 • 51 Interviews
Informatica Interview Questions
3.5
 • 27 Interviews
SAS Interview Questions
4.4
 • 18 Interviews
Cloudera Interview Questions
4.2
 • 13 Interviews
Snowflake Interview Questions
3.9
 • 9 Interviews
Qlik Interview Questions
3.4
 • 5 Interviews
Hortonworks Interview Questions
2.3
 • 1 Interview
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

₹0 L/yr - ₹0 L/yr

Senior Software Engineer
20 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Module Lead
12 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Associate Software Engineer
7 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Software Architect
6 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Explore more salaries
Compare Zaloni with

Talend Data Integration Services

4.0
Compare

Informatica

3.5
Compare

Cloudera

4.2
Compare

MapR

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