Upload Button Icon Add office photos

Filter interviews by

Zillion Technologies Interview Questions and Answers

Updated 15 Nov 2024

Zillion Technologies Interview Experiences

1 interview found

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

I applied via LinkedIn and was interviewed before Nov 2023. There were 2 interview rounds.

Round 1 - Aptitude Test 

Easy questions was very nice and beautiful questions

Round 2 - Coding Test 

On opps concept and collection framework

Software Engineer Trainee Interview Questions asked at other Companies

Q1. Palindromic Linked List Problem Statement Given a singly linked list of integers, determine if it is a palindrome. Return true if it is a palindrome, otherwise return false. Example: Input: 1 -> 2 -> 3 -> 2 -> 1 -> NULL Outpu... read more
Add answer

Jobs at Zillion Technologies

View all

Interview questions from similar companies

Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Not Selected

I was interviewed in Jan 2025.

Round 1 - Technical 

(3 Questions)

  • Q1. Can you explain the core components of kubernetes and their roles?
  • Q2. How do you scale application in kubernetes?
  • Q3. What is the difference between HPA and VPA? Explain with their use-case
Round 2 - Technical 

(3 Questions)

  • Q1. What happens to the deployed workload within a kubernetes cluster in case the master goes down?
  • Q2. What the different functionalities of individual components of a kubernetes cluster?
  • Q3. Suppose I want to schedule my pods based on limits instead of requested resources, what would I need to do?

Interview Preparation Tips

Interview preparation tips for other job seekers - Here are some ways you can strengthen your chances for a Senior Devops Engineer:
1. Keep your fundamentals strong. Kubernetes is very expansive, but a well-grounded knowledge in its core concepts, architecture, and troubleshooting techniques will create a clear distinction for you
2. Be honest during the interview. Do not bluff your way through something that you might not have worked on, acknowledge it and demonstrate your willingness to learn.
3. Work towards improving your hands-on skills, this would help you get clarity.

SEO & Content Strategist Interview Questions & Answers

SoluteLabs user image Anonymous

posted on 12 Jan 2025

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 in Dec 2024. There were 2 interview rounds.

Round 1 - One-on-one 

(2 Questions)

  • Q1. What SEO and content strategy are you currently implementing on your website?
  • Q2. How do you create a content strategy that drives results?
Round 2 - HR 

(2 Questions)

  • Q1. What are you looking forward to in your current role with us?
  • Q2. Why are you looking for a change in your career?

Interview Preparation Tips

Interview preparation tips for other job seekers - The interview process is very smooth, with questions aligning with the job description, roles, and responsibilities. It also includes an overview of the company's vision, processes, and policies, ensuring everything is clear and efficient.
Interview experience
1
Bad
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
No response

I applied via Approached by Company and was interviewed in Aug 2024. There was 1 interview round.

Round 1 - Technical 

(3 Questions)

  • Q1. About yourself ?
  • Q2. Just asked questions on previous role
  • Q3. How many types of IOT devices are there
  • Ans. 

    There are three main types of IoT devices: consumer, commercial, and industrial.

    • Consumer IoT devices: Smart home devices like thermostats, lights, and security cameras.

    • Commercial IoT devices: Smart meters, asset tracking systems, and connected vending machines.

    • Industrial IoT devices: Sensors and actuators used in manufacturing, agriculture, and healthcare.

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Don't waste time as the interviewer doesn't ask you questions related to JD.He asked me questions related to my previous work experience.Hr is good but interviewer is out of mind .I think interviewer wants to select their known candidates or relatives.Even if you give all answers they will simply reject you.
Interview experience
5
Excellent
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Selected Selected

I was interviewed in Jan 2025.

Round 1 - Technical 

(2 Questions)

  • Q1. Difference between PE and PEeQ in Abaqus
  • Q2. What is SDI

Interview Preparation Tips

Interview preparation tips for other job seekers - Enjoy your interview and have a nice time
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Selected Selected

I applied via Referral and was interviewed in Jun 2024. There was 1 interview round.

Round 1 - Aptitude Test 

Analytical and Problem-Solving Skills:

I was asked to analyze hypothetical business scenarios and propose solutions, demonstrating my ability to identify key issues, prioritize tasks, and recommend strategic actions.


Data Interpretation and Reporting:

Questions focused on my experience with data interpretation, report generation, and using analytical tools like SQL or Excel to derive insights from complex datasets.


Stakeholder Management and Communication:

There were discussions about my previous experiences in stakeholder management and how I effectively communicated with diverse teams to gather requirements and deliver solutions.


Process Improvement and Innovation:

Interviewers were interested in my approach to process improvement and innovation within a business context, including examples of projects where I had successfully implemented changes to optimize workflows or enhance efficiency.

Interview Preparation Tips

Interview preparation tips for other job seekers - I'd suggest you to prepare the case study on which you have worked. Make the section of who the client was, what was their requirements, their challenges, and how you overcame it, and what was the outcome, try to quantify your achievements. Also if you have screenshots of the those analytics, keep those handy to later share it for more credibility. Good luck!

Business Analyst Interview Questions & Answers

VOZIQ user image Hrushikeesh Porandla

posted on 19 Aug 2024

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

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

Round 1 - Aptitude Test 

They given me to solve 50 appittude question on different topics such as probability and statistics and various mathematics concepts etc

Round 2 - One-on-one 

(2 Questions)

  • Q1. Introduce your self
  • Ans. 

    I am a dedicated and detail-oriented Business Analyst with experience in data analysis and process improvement.

    • Experienced in conducting data analysis to identify trends and insights

    • Skilled in process improvement and optimization

    • Strong communication and presentation skills

    • Proficient in using tools like Excel, SQL, and Tableau

    • Certified in Business Analysis (e.g. CBAP)

  • Answered by AI
  • Q2. Technical questions regarding our domains

Interview Preparation Tips

Interview preparation tips for other job seekers - Be confident and keep trusting your self not others
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Selected Selected

I applied via LinkedIn and was interviewed in Mar 2024. There were 3 interview rounds.

Round 1 - Assignment 

Assignment was to create an API for an expenses sharing application where users can input the total amount and the people to be shared the amount with and each individual amount in terms of either actual amount, percentage or split equally

Round 2 - One-on-one 

(4 Questions)

  • Q1. Difference between process and threads
  • Ans. 

    Processes are independent instances of a program, while threads are smaller units within a process sharing resources.

    • Processes have their own memory space, while threads share the same memory space within a process.

    • Processes are heavyweight, requiring more resources, while threads are lightweight.

    • Processes communicate with each other through inter-process communication mechanisms, while threads can communicate directly...

  • Answered by AI
  • Q2. What is indexing in DBMS
  • Ans. 

    Indexing in DBMS is a technique used to improve the performance of queries by allowing faster retrieval of data.

    • Indexes are data structures that store a small portion of the table data in an optimized format for quick retrieval.

    • They help in speeding up data retrieval operations like SELECT, UPDATE, DELETE queries.

    • Examples of indexes include primary keys, unique keys, and composite keys.

  • Answered by AI
  • Q3. Examples and description of asymmetric encryption alogorithms
  • Ans. 

    Asymmetric encryption algorithms use a pair of keys to encrypt and decrypt data, providing secure communication.

    • RSA (Rivest-Shamir-Adleman) is a popular asymmetric encryption algorithm.

    • Elliptic Curve Cryptography (ECC) is another commonly used asymmetric encryption algorithm.

    • Asymmetric encryption is slower than symmetric encryption but provides better security.

    • Public key is used for encryption and private key is used f

  • Answered by AI
  • Q4. Which sorting method is beneficial in which scenario
  • Ans. 

    Different sorting methods are beneficial in different scenarios based on factors like time complexity, space complexity, and input size.

    • Quick Sort: Best for large datasets due to its average time complexity of O(n log n)

    • Bubble Sort: Simple and easy to implement, but inefficient for large datasets with its time complexity of O(n^2)

    • Merge Sort: Stable and efficient for large datasets with its time complexity of O(n log n)

    • ...

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

(4 Questions)

  • Q1. What are ACID properties in DBMS
  • Ans. 

    ACID properties are a set of properties that guarantee reliability and consistency in database transactions.

    • Atomicity: Ensures that either all operations in a transaction are completed successfully or none at all.

    • Consistency: Ensures that the database remains in a consistent state before and after the transaction.

    • Isolation: Ensures that the execution of multiple transactions concurrently does not interfere with each ot...

  • Answered by AI
  • Q2. Underlying data structure in Indexing and its time complexity
  • Ans. 

    Indexing typically uses data structures like B-trees or hash tables for efficient retrieval, with time complexity of O(log n) or O(1) respectively.

    • Common data structures for indexing include B-trees and hash tables

    • B-trees are typically used for indexing in databases due to their balanced nature and efficient search operations

    • Hash tables are used for indexing in scenarios where constant time lookup is desired, but may h

  • Answered by AI
  • Q3. Time complexity of a recursive fibonacci code
  • Ans. 

    Time complexity of recursive fibonacci code is O(2^n)

    • The time complexity of a recursive fibonacci code is exponential, O(2^n)

    • This is because each call branches into two recursive calls, leading to exponential growth

    • For example, calculating fibonacci(5) would result in 15 function calls

  • Answered by AI
  • Q4. The protocol behind Web Sockets (because it was in my resume)
  • Ans. 

    Web Sockets is a communication protocol that provides full-duplex communication channels over a single TCP connection.

    • Web Sockets allow for real-time, bi-directional communication between a client and a server.

    • They are commonly used in chat applications, online gaming, and live data streaming.

    • Web Sockets use the ws:// or wss:// protocol scheme in URLs.

    • The protocol is initiated with a handshake between the client and se...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare CS Fundamentals thoroughly
Some questions will be asked from topics that are mentioned in resume

Skills evaluated in this interview

Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-

I applied via Campus Placement

Round 1 - Aptitude Test 

(2 Questions)

  • Q1. System design of Netflix
  • Ans. 

    Netflix system design involves microservices architecture, recommendation algorithms, content delivery networks, and user personalization.

    • Netflix uses a microservices architecture to break down its system into smaller, independent services that can be developed and deployed separately.

    • Recommendation algorithms analyze user data to suggest personalized content based on viewing history and preferences.

    • Content delivery ne...

  • Answered by AI
  • Q2. Aptitude an general mathematics
Round 2 - Group Discussion 

OTT platform vs Multiplex

Skills evaluated in this interview

SoftwareIntern Frontend Interview Questions & Answers

Codemonk user image Anonymous

posted on 4 Jul 2024

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

I applied via Job Portal and was interviewed in Jun 2024. There were 3 interview rounds.

Round 1 - Assignment 

They had given 2 assignments. One was based on some canva using plan html and js.
And othe was using nextjs that is coutdowntimer

Round 2 - One-on-one 

(2 Questions)

  • Q1. Questions based on Javascript
  • Q2. Some Implmentation of simple tasks
Round 3 - HR 

(1 Question)

  • Q1. Just a background check Nothing more like asking questions

Interview Preparation Tips

Interview preparation tips for other job seekers - Its easy.

Zillion Technologies Interview FAQs

How many rounds are there in Zillion Technologies interview?
Zillion Technologies interview process usually has 2 rounds. The most common rounds in the Zillion Technologies interview process are Aptitude Test and Coding Test.
How to prepare for Zillion Technologies 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 Zillion Technologies. The most common topics and skills that interviewers at Zillion Technologies expect are Javascript, JQuery, MVC, Management and US IT Recruitment.

Tell us how to improve this page.

Zillion Technologies Interview Process

based on 1 interview

Interview experience

3
  
Average
View more

Interview Questions from Similar Companies

TCS Interview Questions
3.7
 • 10.4k Interviews
Infosys Interview Questions
3.6
 • 7.5k Interviews
Wipro Interview Questions
3.7
 • 5.6k Interviews
Tech Mahindra Interview Questions
3.5
 • 3.8k Interviews
HCLTech Interview Questions
3.5
 • 3.8k Interviews
LTIMindtree Interview Questions
3.8
 • 2.9k Interviews
Mphasis Interview Questions
3.4
 • 788 Interviews
XenonStack Interview Questions
3.3
 • 25 Interviews
View all

Zillion Technologies Reviews and Ratings

based on 33 reviews

3.6/5

Rating in categories

3.3

Skill development

3.5

Work-life balance

3.3

Salary

3.2

Job security

3.3

Company culture

3.1

Promotions

3.3

Work satisfaction

Explore 33 Reviews and Ratings
Sailpoint Iiq Developer

Chennai

5-10 Yrs

Not Disclosed

Explore more jobs
Security Administrator
51 salaries
unlock blur

₹4 L/yr - ₹6.5 L/yr

Senior Security Administrator
8 salaries
unlock blur

₹5.7 L/yr - ₹6.4 L/yr

Information Security Administrator
6 salaries
unlock blur

₹4.5 L/yr - ₹8.5 L/yr

Technical Lead
5 salaries
unlock blur

₹20 L/yr - ₹51 L/yr

System Administrator
5 salaries
unlock blur

₹2.5 L/yr - ₹7 L/yr

Explore more salaries
Compare Zillion Technologies with

Infosys

3.6
Compare

TCS

3.7
Compare

Wipro

3.7
Compare

HCLTech

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