Upload Button Icon Add office photos

Filter interviews by

Polus Software Interview Questions and Answers

Updated 27 Apr 2023

Polus Software Interview Experiences

1 interview found

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

I applied via Company Website and was interviewed in Mar 2023. There were 4 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 - Technical 

(2 Questions)

  • Q1. Internal working of hashmap
  • Ans. 

    HashMap is a data structure that stores key-value pairs and uses hashing to retrieve values.

    • HashMap uses an array of buckets to store key-value pairs

    • Each bucket contains a linked list of entries with the same hash code

    • Hashing is used to quickly find the bucket where a key-value pair should be stored or retrieved

    • If multiple keys have the same hash code, they are stored in the same bucket using a linked list

    • When the load...

  • Answered by AI
  • Q2. Spring annotations
Round 3 - Technical 

(2 Questions)

  • Q1. Types of variables in java
  • Ans. 

    Java has three types of variables: local, instance, and static.

    • Local variables are declared inside a method and have a limited scope.

    • Instance variables are declared inside a class but outside a method and are accessible to all methods of the class.

    • Static variables are declared with the static keyword and are shared among all instances of the class.

    • Example: int x; // instance variable, static int y; // static variable,

  • Answered by AI
  • Q2. How microservice different from other architectures
  • Ans. 

    Microservices are a modular approach to software architecture that breaks down applications into smaller, independent services.

    • Microservices are independently deployable and scalable

    • Each microservice performs a specific business function

    • Communication between microservices is through APIs

    • Microservices allow for faster development and deployment

    • Examples of companies using microservices include Netflix, Amazon, and Uber

  • Answered by AI
Round 4 - HR 

(2 Questions)

  • Q1. Will you be in technical or managerial role in future
  • Ans. 

    I see myself in a technical role in the future.

    • I have a strong passion for programming and enjoy solving technical challenges.

    • I constantly strive to improve my technical skills and stay updated with the latest technologies.

    • I find satisfaction in building software solutions and contributing to the technical aspects of projects.

    • I have set career goals to become a subject matter expert in Java development and related tech

  • Answered by AI
  • Q2. Any disagreement with the manager

Interview Preparation Tips

Topics to prepare for Polus Software Java Developer interview:
  • Core Java
  • Spring
  • Spring Boot
  • REST API
Interview preparation tips for other job seekers - Never tell your expected salary. They are unable to meet it.

Skills evaluated in this interview

Java Developer Interview Questions asked at other Companies

Q1. Sort 0 and 1 Problem Statement Given an integer array ARR of size N containing only integers 0 and 1, implement a function to sort this array. The solution should scan the array only once without using any additional arrays. Input: The firs... read more
View answer (3)

Interview questions from similar companies

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

(3 Questions)

  • Q1. What is a synchronous machine?
  • Q2. What is a synchronous motor?
  • Q3. What is a synchronous speed
Interview experience
1
Bad
Difficulty level
Moderate
Process Duration
6-8 weeks
Result
Selected Selected

I was interviewed in Jan 2025.

Round 1 - Group Discussion 

It is not best for employes

Round 2 - Group Discussion 

Your experience with quality

Round 3 - Aptitude Test 

It is gone wrong due to illness

Round 4 - One-on-one 

(2 Questions)

  • Q1. Ti bit is bad round
  • Q2. Hopless the reason i didn,t give answer

Interview Preparation Tips

Interview preparation tips for other job seekers - it is not good for employes
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Not Selected

I applied via campus placement at BRACT's Vishwakarma Institute of Information Technology, Pune and was interviewed in Oct 2024. There was 1 interview round.

Round 1 - One-on-one 

(4 Questions)

  • Q1. What is polymorphism
  • Ans. 

    Polymorphism is the ability of a function or method to behave differently based on the object it is acting upon.

    • Polymorphism allows objects of different classes to be treated as objects of a common superclass.

    • It enables a single interface to be used for different data types or classes.

    • Examples include method overloading and method overriding in object-oriented programming.

  • Answered by AI
  • Q2. Find missing number from nth number array.
  • Ans. 

    Find missing number from nth number array.

    • Iterate through the array and calculate the sum of all numbers

    • Calculate the sum of numbers from 1 to n using the formula n*(n+1)/2

    • Subtract the sum of array from the sum of numbers from 1 to n to find the missing number

  • Answered by AI
  • Q3. Explain inheritance and it types
  • Ans. 

    Inheritance is a concept in object-oriented programming where a class inherits properties and behaviors from another class.

    • Inheritance allows a class to reuse code from another class.

    • Types of inheritance include single inheritance, where a class inherits from only one parent class, and multiple inheritance, where a class inherits from multiple parent classes.

    • Example: Class B inherits from Class A, so Class B can access

  • Answered by AI
  • Q4. Find 2nd max elements from aaray
  • Ans. 

    Find 2nd max element from array of strings

    • Sort the array in descending order

    • Skip the first element (max element)

    • Return the second element

  • Answered by AI

Skills evaluated in this interview

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

I applied via Company Website and was interviewed in Oct 2024. There was 1 interview round.

Round 1 - One-on-one 

(2 Questions)

  • Q1. What is dhcp and use for
  • Ans. 

    DHCP stands for Dynamic Host Configuration Protocol. It is used to automatically assign IP addresses to devices on a network.

    • Automatically assigns IP addresses to devices on a network

    • Reduces the need for manual configuration of IP addresses

    • Helps in efficient management of IP addresses in a network

    • Ensures that each device on the network has a unique IP address

    • Can also provide additional network configuration information

  • Answered by AI
  • Q2. What is tcp and its uses
  • Ans. 

    TCP (Transmission Control Protocol) is a connection-oriented protocol used for reliable communication over networks.

    • TCP is one of the main protocols in the Internet protocol suite.

    • It provides reliable, ordered, and error-checked delivery of data between devices.

    • TCP is used for applications such as web browsing, email, file transfer, and remote administration.

    • It establishes a connection between two devices before data i...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - complete basic

Skills evaluated in this interview

Interview experience
2
Poor
Difficulty level
-
Process Duration
-
Result
-
Round 1 - One-on-one 

(1 Question)

  • Q1. Tell me about yourself?
Interview experience
1
Bad
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Walk-in

Round 1 - One-on-one 

(2 Questions)

  • Q1. Tell me about yourself
  • Ans. 

    I am a dedicated and experienced Virtual Relationship Manager with a passion for building strong connections and providing excellent customer service.

    • Over 5 years of experience in virtual relationship management

    • Skilled in communication, problem-solving, and relationship-building

    • Proven track record of exceeding customer satisfaction goals

    • Proficient in CRM software and virtual communication tools

  • Answered by AI
  • Q2. Why do you want to join
  • Ans. 

    I am passionate about leveraging technology to enhance customer relationships and provide personalized solutions.

    • Passionate about using technology to improve customer relationships

    • Excited about providing personalized solutions

    • Believe in the importance of virtual communication in today's digital world

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Very bad experience till date.. no response from the employer for any kind of queries. No formal documents are provided for company policies. Misleaded on the interview.
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Walk-in and was interviewed in May 2024. There was 1 interview round.

Round 1 - One-on-one 

(8 Questions)

  • Q1. What do you mean by SEO?
  • Ans. 

    SEO stands for Search Engine Optimization, which is the practice of increasing the quantity and quality of traffic to your website through organic search engine results.

    • SEO involves optimizing your website to improve its visibility on search engines like Google.

    • It includes keyword research, on-page optimization, link building, and content creation.

    • The goal of SEO is to drive more organic traffic to your website and imp...

  • Answered by AI
  • Q2. What do you mean by Domain and hosting.
  • Ans. 

    Domain is the address of a website, hosting is the service that stores the website's files and makes it accessible online.

    • Domain is the unique address of a website on the internet, like www.example.com

    • Hosting is the service that stores the website's files and data on a server, making it accessible online

    • Domain registration is the process of purchasing and owning a domain name

    • Web hosting providers offer different types ...

  • Answered by AI
  • Q3. Tell me something about your self?
  • Q4. What are the main SEO tools?
  • Ans. 

    Some main SEO tools include Google Analytics, SEMrush, Ahrefs, Moz, and Screaming Frog.

    • Google Analytics for tracking website traffic and user behavior

    • SEMrush for keyword research and competitive analysis

    • Ahrefs for backlink analysis and site auditing

    • Moz for SEO insights and rank tracking

    • Screaming Frog for website crawling and technical SEO analysis

  • Answered by AI
  • Q5. What is Google Adwords?
  • Ans. 

    Google Adwords is an online advertising platform developed by Google, where advertisers pay to display brief advertisements, service offerings, product listings, video content, and generate mobile application installs within the Google ad network to web users.

    • Online advertising platform by Google

    • Advertisers pay to display ads

    • Can display various types of ads like text, display, video, etc.

    • Helps in reaching target audien

  • Answered by AI
  • Q6. What is Organic search?
  • Ans. 

    Organic search refers to the unpaid search results generated by search engines based on relevance to the user's query.

    • Organic search results are not influenced by paid advertising.

    • Websites can improve their organic search rankings through search engine optimization (SEO) techniques.

    • Examples of organic search results include links to websites, blogs, and articles that are deemed relevant to the user's search query.

  • Answered by AI
  • Q7. What do you mean by keywords?
  • Ans. 

    Keywords are specific words or phrases that describe the content of a webpage and are used in SEO to help search engines understand the topic of the page.

    • Keywords are used to optimize a website's content for search engines.

    • They help search engines match a webpage to relevant search queries.

    • Examples of keywords include 'SEO tips', 'best digital marketing agency', 'how to increase website traffic'.

  • Answered by AI
  • Q8. What is keywords analysis?
  • Ans. 

    Keywords analysis is the process of researching and identifying the most relevant keywords for a website to improve its search engine rankings.

    • Keywords analysis involves identifying popular search terms related to a website's content.

    • It helps in understanding what keywords users are searching for and how competitive those keywords are.

    • Tools like Google Keyword Planner can be used for keywords analysis.

    • The goal is to se...

  • Answered by AI

Skills evaluated in this interview

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

MCQ - 20 (aptitude), 20(c+ and sql)

Round 2 - Coding Test 

Pattern, array and sql questions

Interview experience
1
Bad
Difficulty level
-
Process Duration
-
Result
-
Round 1 - One-on-one 

(2 Questions)

  • Q1. Basic java questions
  • Q2. Sql related questions

Interview Preparation Tips

Interview preparation tips for other job seekers - Don't join this company

Polus Software Interview FAQs

How many rounds are there in Polus Software interview?
Polus Software interview process usually has 4 rounds. The most common rounds in the Polus Software interview process are Technical, Resume Shortlist and HR.
What are the top questions asked in Polus Software interview?

Some of the top questions asked at the Polus Software interview -

  1. How microservice different from other architectu...read more
  2. Internal working of hash...read more
  3. Types of variables in j...read more

Tell us how to improve this page.

Polus Software Interview Process

based on 1 interview

Interview experience

4
  
Good
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
View all

Polus Software Reviews and Ratings

based on 18 reviews

3.8/5

Rating in categories

3.5

Skill development

3.3

Work-life balance

3.5

Salary

3.3

Job security

3.5

Company culture

3.5

Promotions

3.3

Work satisfaction

Explore 18 Reviews and Ratings
Software Engineer
8 salaries
unlock blur

₹3.3 L/yr - ₹8.4 L/yr

Software Developer
6 salaries
unlock blur

₹3 L/yr - ₹7.8 L/yr

Senior Software Engineer
6 salaries
unlock blur

₹3 L/yr - ₹9.8 L/yr

Softwaretest Engineer
6 salaries
unlock blur

₹2.2 L/yr - ₹4.2 L/yr

Business Analyst
5 salaries
unlock blur

₹6.2 L/yr - ₹10.5 L/yr

Explore more salaries
Compare Polus Software 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