Add office photos
Employer?
Claim Account for FREE

NCR Voyix

3.9
based on 1.5k Reviews
Filter interviews by

Polycab Wires Interview Questions and Answers

Updated 7 Nov 2024
Popular Designations

Q1. Reverse the items in the array with highest values skip the lowest

Ans.

Reverse items in array with highest values, skipping the lowest

  • Sort the array in descending order

  • Skip the lowest value(s)

  • Reverse the remaining items

Add your answer

Q2. java interface and abstract class difference

Ans.

Java interface defines a contract for classes to implement, while abstract class provides common functionality for subclasses.

  • Interface can only have abstract methods, while abstract class can have both abstract and non-abstract methods.

  • A class can implement multiple interfaces but can only extend one abstract class.

  • Interfaces are used to achieve multiple inheritance in Java, while abstract classes are used to provide a common base for subclasses.

  • Interfaces are implicitly abs...read more

Add your answer

Q3. One coding problem in go lang

Ans.

Implement a function to reverse a string in Go lang

  • Create a function that takes a string as input

  • Convert the string into a slice of bytes for easier manipulation

  • Use a loop to iterate through the slice and reverse the order of characters

  • Convert the reversed slice back into a string and return it

Add your answer

Q4. How do you test faulty ATM

Ans.

To test a faulty ATM, simulate various scenarios like card reader failure, cash dispenser malfunction, network connectivity issues, etc.

  • Simulate card reader failure by inserting a damaged card or a card with a magnetic strip issue.

  • Test cash dispenser malfunction by requesting cash withdrawal and observing if the correct amount is dispensed.

  • Check for network connectivity issues by trying to access online banking services or performing transactions.

  • Test keypad functionality by ...read more

Add your answer
Discover Polycab Wires interview dos and don'ts from real experiences

Q5. MVVM Pattern in android

Ans.

MVVM is a design pattern used in Android development to separate the UI logic from the business logic.

  • MVVM stands for Model-View-ViewModel

  • Model represents the data and business logic

  • View is the UI component that displays the data

  • ViewModel acts as a mediator between the Model and View, handling the UI logic and data manipulation

  • MVVM helps in maintaining a clean and organized codebase

Add your answer

Q6. Print missing number in given array

Ans.

Find and print the missing number in a given array of strings.

  • Convert the array of strings to an array of integers for easier manipulation.

  • Iterate through the array to find the missing number by comparing consecutive elements.

  • Print the missing number once found.

Add your answer

Q7. explain oops concept and it's pillars

Ans.

OOPs stands for Object-Oriented Programming. It is based on four main pillars: Inheritance, Encapsulation, Abstraction, and Polymorphism.

  • Inheritance: Allows a class to inherit properties and behavior from another class. Example: class B extends class A.

  • Encapsulation: Bundling data and methods that operate on the data into a single unit. Example: using private access modifiers to restrict access to certain data.

  • Abstraction: Hiding the complex implementation details and showing...read more

Add your answer

Q8. print string in reverse

Ans.

Reverse a string in an array of strings

  • Iterate through each string in the array

  • Use a loop to reverse each string character by character

  • Store the reversed strings in a new array

Add your answer
Contribute & help others!
Write a review
Share interview
Contribute salary
Add office photos

Interview Process at Polycab Wires

based on 58 interviews in the last 1 year
Interview experience
4.2
Good
View more
Interview Tips & Stories
Ace your next interview with expert advice and inspiring stories

Top Interview Questions from Similar Companies

3.7
 • 626 Interview Questions
3.8
 • 386 Interview Questions
4.1
 • 359 Interview Questions
3.4
 • 303 Interview Questions
4.1
 • 221 Interview Questions
3.4
 • 164 Interview Questions
View all
Top NCR Voyix Interview Questions And Answers
Share an Interview
Stay ahead in your career. Get AmbitionBox app
qr-code
Helping over 1 Crore job seekers every month in choosing their right fit company
70 Lakh+

Reviews

5 Lakh+

Interviews

4 Crore+

Salaries

1 Cr+

Users/Month

Contribute to help millions
Get AmbitionBox app

Made with ❤️ in India. Trademarks belong to their respective owners. All rights reserved © 2024 Info Edge (India) Ltd.

Follow us
  • Youtube
  • Instagram
  • LinkedIn
  • Facebook
  • Twitter