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 - Aptitude Test 

It was medium difficulty aptitude test

Round 2 - 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 3 - 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 4 - 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 (171)

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 SumYou are given an array/list ARR consisting of N integers. Your task is to find all the distinct triplets present in the array which adds up to a given number K. An array is said to have a triplet {ARR[i], ARR[j], ARR[... read more
View answer (4)

Zaloni interview questions for popular designations

 Associate Software Engineer

 (2)

 Intern

 (1)

 Senior Software Engineer

 (1)

 Software Architect

 (1)

 Software Engineer

 (1)

I applied via campus placement at Assam Engineering College (AEC) 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 SumYou are given an array/list ARR consisting of N integers. Your task is to find all the distinct triplets present in the array which adds up to a given number K. An array is said to have a triplet {ARR[i], ARR[j], ARR[... read more
View answer (4)

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. Find Nth PrimeYou are given a number 'N'. Your task is to find Nth prime number. A prime number is a number greater than 1 that is not a product of two smaller natural numbers. Prime numbers have only two factors – 1 and the number itself. ... read more
View answer (6)

Interview questions from similar companies

Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(5 Questions)

  • Q1. Palindrome code should design
  • Ans. 

    Palindrome code should be designed to check if a given string is the same forwards and backwards.

    • Create a function that takes a string as input

    • Remove any spaces and punctuation from the string

    • Reverse the string and compare it to the original string to check if it is a palindrome

  • Answered by AI
  • Q2. Regarding sql topics like joins and acid
  • Q3. Project explain and domain
  • Q4. Project explain and domain and internal working
  • Q5. Oops concepts and coding

Interview Preparation Tips

Interview preparation tips for other job seekers - Plzzzz don't join this worst company...they treat u like daily wages person
Interview experience
2
Poor
Difficulty level
-
Process Duration
-
Result
Not Selected
Round 1 - Technical 

(12 Questions)

  • Q1. Rate yourself in js, node js, react, MongoDB (separately)
  • Q2. Typeof null, typeof undefined, typeof {}, typeof NaN
  • Q3. What changes came in es6
  • Ans. 

    ES6 introduced several new features and improvements to JavaScript, making it more powerful and efficient.

    • Arrow functions for more concise syntax

    • Let and const for block-scoped variables

    • Classes for easier object-oriented programming

    • Template literals for easier string interpolation

    • Default parameters and rest parameters for function arguments

    • Destructuring assignment for easier data extraction

    • Promises for asynchronous prog

  • Answered by AI
  • Q4. This keyword, closures, hoisting
  • Q5. Are let and cont variables hoisted?
  • Ans. 

    Yes, let and const variables are hoisted but not initialized.

    • let and const variables are hoisted to the top of their block scope, but they are not initialized until the actual line of code is executed.

    • This means that you cannot access a let or const variable before it is declared in the code.

    • For example, trying to access a let variable before it is declared will result in a ReferenceError.

  • Answered by AI
  • Q6. What is global context
  • Ans. 

    Global context refers to the overall environment or setting in which something exists or operates.

    • Global context encompasses all variables, functions, and objects that are accessible throughout an entire program.

    • It can be thought of as the 'big picture' view of a program's execution.

    • In web development, global context includes the window object in JavaScript.

  • Answered by AI
  • Q7. What is temporal deadzone
  • Ans. 

    Temporal dead zone is a period during the variable creation process where accessing the variable results in a ReferenceError.

    • Occurs when trying to access a variable before it has been declared with let or const

    • Happens due to the variable being in the temporal dead zone until it is declared

    • Example: accessing a variable before its declaration will result in a ReferenceError

  • Answered by AI
  • Q8. What is modules? types of modules in nodejs
  • Ans. 

    Modules in Node.js are reusable blocks of code that encapsulate related functionality.

    • Modules in Node.js can be built-in modules like fs (file system) or third-party modules like express.

    • Modules help in organizing code into separate files for better maintainability and reusability.

    • Modules can be imported using the require() function in Node.js.

  • Answered by AI
  • Q9. Index in mongodb, why we need index, is index good or bad?
  • Ans. 

    Indexes in MongoDB improve query performance by allowing the database to quickly locate and retrieve specific documents.

    • Indexes help to speed up query performance by allowing the database to quickly locate specific documents based on the indexed fields.

    • Without indexes, MongoDB would have to perform a collection scan, which can be slow and resource-intensive.

    • Indexes can be created on single fields or compound fields to ...

  • Answered by AI
  • Q10. What are hooks , use of useRef
  • Ans. 

    Hooks are a feature in React that allow you to use state and other React features in functional components. useRef is a hook that allows you to create a mutable object that persists for the lifetime of the component.

    • Hooks are used to add state and lifecycle methods to functional components in React

    • useRef is used to create a mutable reference that persists between renders

    • useRef can be used to access DOM elements directl

  • Answered by AI
  • Q11. Fs module, http module, worker thread?
  • Q12. Why we use mongoose not mongodb driver?
  • Ans. 

    Mongoose is an Object Data Modeling (ODM) library for MongoDB that provides a higher level of abstraction and simplifies interactions with the database.

    • Mongoose provides schema validation which helps maintain data integrity.

    • Mongoose simplifies querying and data manipulation with built-in functions.

    • Mongoose supports middleware functions for pre and post processing of data operations.

  • Answered by AI

Skills evaluated in this interview

Interview experience
1
Bad
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via Naukri.com and was interviewed in Nov 2024. There was 1 interview round.

Round 1 - One-on-one 

(3 Questions)

  • Q1. Tell me about your self
  • Q2. Why are you interested in the role
  • Ans. 

    I am passionate about driving organizational effectiveness and employee engagement through strategic HR initiatives.

    • I have a strong background in HR strategy and business partnering

    • I enjoy collaborating with cross-functional teams to drive positive change

    • I am excited about the opportunity to make a meaningful impact on the organization's culture and performance

  • Answered by AI
  • Q3. Talking about Intersted in which things that do in free time

Interview Preparation Tips

Interview preparation tips for other job seekers - Recently, I had an interview experience that felt unprofessional. I was assured I was one of two shortlisted candidates for a role and encouraged to attend. After waiting for over 30 minutes, the HR representative finally conducted the interview but was dressed in casual nightwear, which left a poor impression. Such behavior from an HR professional does not reflect well on the company. I suggest researching thoroughly before investing your time and effort with organizations that may not prioritize professionalism in their recruitment process.

Apprentice Interview Questions & Answers

HyScaler user image Radharani Rath

posted on 25 Nov 2024

Interview experience
4
Good
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Referral and was interviewed in Oct 2024. There were 3 interview rounds.

Round 1 - Coding Test 

4 easy level questions will be asked basically from arrays and strings.

Round 2 - Assignment 

Assignment will be given after clearing coding round. In my case ELearning Platform project was given and 7 days time was given to complete.

Round 3 - One-on-one 

(4 Questions)

  • Q1. DBMS questions like ACID properties, database transaction. Etc
  • Q2. Project related questions
  • Q3. Basic and conceptual questions of frameworks you know
  • Q4. Basic coding questions like armstrong number, palendromic sequence, recursion

Interview Preparation Tips

Interview preparation tips for other job seekers - Give focus on conceptual and theory questions of your known framework

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
 • 90 Interviews
Teradata Interview Questions
3.9
 • 50 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
4.1
 • 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

₹4.2 L/yr - ₹10.1 L/yr

Senior Software Engineer
20 salaries
unlock blur

₹7 L/yr - ₹14 L/yr

Module Lead
12 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

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