AmbitionBox

AmbitionBox

Search

Interview Questions

  • Reviews
  • Salaries
  • Interview Questions
  • About Company
  • Benefits
  • Jobs
  • Office Photos
  • Community
  • Home
  • Companies
  • Reviews
  • Salaries
  • Jobs
  • Interviews
  • Salary Calculator
  • Awards 2024
  • Campus Placements
  • Practice Test
  • Compare Companies
+ Contribute
notification
notification
Login
  • Home
  • Communities
  • Companies
    • Companies

      Discover best places to work

    • Compare Companies

      Compare & find best workplace

    • Add Office Photos

      Bring your workplace to life

    • Add Company Benefits

      Highlight your company's perks

  • Reviews
    • Company reviews

      Read reviews for 6L+ companies

    • Write a review

      Rate your former or current company

  • Salaries
    • Browse salaries

      Discover salaries for 6L+ companies

    • Salary calculator

      Calculate your take home salary

    • Are you paid fairly?

      Check your market value

    • Share your salary

      Help other jobseekers

    • Gratuity calculator

      Check your gratuity amount

    • HRA calculator

      Check how much of your HRA is tax-free

    • Salary hike calculator

      Check your salary hike

  • Interviews
    • Company interviews

      Read interviews for 40K+ companies

    • Share interview questions

      Contribute your interview questions

  • Jobs
  • Awards
    pink star
    VIEW WINNERS
    • ABECA 2025
      VIEW WINNERS

      AmbitionBox Employee Choice Awards - 4th Edition

    • ABECA 2024

      AmbitionBox Employee Choice Awards - 3rd Edition

    • AmbitionBox Best Places to Work 2022

      2nd Edition

    Participate in ABECA 2026 right icon dark
For Employers
Upload Button Icon Add office photos
logo
Employer? Claim Account for FREE

Signiwis Technologies

Compare button icon Compare button icon Compare
3.7

based on 80 Reviews

Play video Play video Video summary
  • About
  • Reviews
    80
  • Salaries
    242
  • Interviews
    12
  • Jobs
    -
  • Benefits
    22
  • Photos
    -
  • Posts
    1

Filter interviews by

Signiwis Technologies Interview Questions and Answers

Updated 24 Mar 2025
Popular Designations

9 Interview questions

A Software Engineer was asked 7mo ago
Q. What is polymorphism?
Ans. 

Polymorphism allows objects to be treated as instances of their parent class, enabling method overriding and overloading.

  • Types of polymorphism: compile-time (method overloading) and runtime (method overriding).

  • Example of method overloading: multiple functions with the same name but different parameters.

  • Example of method overriding: a subclass providing a specific implementation of a method defined in its superclas...

View all Software Engineer interview questions
A SAP Developer was asked
Q. What is abstraction, and can you describe it?
Ans. 

Abstraction is the concept of hiding complex details and showing only the essential features of an object or system.

  • Abstraction allows developers to focus on what an object does rather than how it does it

  • It helps in reducing complexity and improving efficiency in software development

  • For example, in object-oriented programming, abstract classes and interfaces are used to define common behaviors without specifying i...

View all SAP Developer interview questions
A Software Developer was asked
Q. Multiple-choice questions based on OOP concepts.
Ans. 

Understanding OOP concepts is crucial for software development, enabling better code organization and reusability.

  • Encapsulation: Bundling data and methods that operate on the data, e.g., a class representing a bank account.

  • Inheritance: Creating new classes based on existing ones, e.g., a 'SavingsAccount' class inheriting from 'BankAccount'.

  • Polymorphism: Allowing methods to do different things based on the object i...

View all Software Developer interview questions
A SAP Abap Developer was asked
Q. What is a functional interface?
Ans. 

Functional interface is a type of interface in Java that contains only one abstract method.

  • Functional interface can have any number of default or static methods.

  • It is used for implementing lambda expressions and functional programming in Java.

  • Examples of functional interfaces include Runnable, Comparator, and Callable.

  • Functional interface can be annotated with @FunctionalInterface annotation to ensure it contains ...

View all SAP Abap Developer interview questions
A SAP Abap Developer was asked
Q. What is a marker interface?
Ans. 

A marker interface is an empty interface that marks a class as having a particular property or behavior.

  • Marker interfaces do not have any methods or properties.

  • They are used to provide metadata to the compiler or runtime environment.

  • Examples include Serializable, Cloneable, and Remote interfaces in Java.

  • Marker interfaces can also be used to indicate that a class belongs to a certain group or category.

View all SAP Abap Developer interview questions
A SAP Developer was asked
Q. What's is java and features of java
Ans. 

Java is a high-level programming language known for its platform independence and object-oriented features.

  • Platform independence - Java programs can run on any platform that has a Java Virtual Machine (JVM)

  • Object-oriented - Java supports the principles of encapsulation, inheritance, and polymorphism

  • Robust - Java has strong memory management, exception handling, and type safety

  • Secure - Java has built-in security fe...

View all SAP Developer interview questions
An UI Developer was asked
Q. What is meta tag? What is position What promise What is callback What is pseudo element and pseudo class
Ans. 

Meta tags are HTML tags that provide metadata about a webpage. Position refers to the placement of an element on a webpage. Promise is a JavaScript object representing the eventual completion or failure of an asynchronous operation. Callback is a function passed as an argument to another function to be executed after a specific event occurs. Pseudo elements and pseudo classes are CSS selectors that allow styling o...

View all UI Developer interview questions
Are these interview questions helpful?
A Software Engineer was asked 7mo ago
Q. Abstraction vs interface
Ans. 

Abstraction focuses on hiding implementation details, while interface defines a contract for classes to implement.

  • Abstraction allows for hiding complex implementation details from the user.

  • Interface defines a contract that classes must follow, but does not provide implementation details.

  • Abstraction can be achieved through abstract classes and interfaces in object-oriented programming.

  • Example: Abstract class 'Shape...

View all Software Engineer interview questions
A Software Engineer was asked 7mo ago
Q. Method overloading vs method overriding
Ans. 

Method overloading is having multiple methods in the same class with the same name but different parameters. Method overriding is having a method in a subclass with the same name and parameters as a method in its superclass.

  • Method overloading is achieved within the same class by having multiple methods with the same name but different parameters.

  • Method overriding occurs in a subclass when a method has the same nam...

View all Software Engineer interview questions

Signiwis Technologies Interview Experiences

12 interviews found

Software Engineer Interview Questions & Answers

user image Subhalaxmi Patra

posted on 18 Nov 2024

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

I applied via Job Portal and was interviewed in Oct 2024. There were 4 interview rounds.

Round 1 - Aptitude Test 

Multiple choice question

Round 2 - Coding Test 

It was offline coding test

Round 3 - Technical 

(3 Questions)

  • Q1. What polymorphism
  • Add your answer
  • Q2. Method overloading vs method overriding
  • Ans. 

    Method overloading is having multiple methods in the same class with the same name but different parameters. Method overriding is having a method in a subclass with the same name and parameters as a method in its superclass.

    • Method overloading is achieved within the same class by having multiple methods with the same name but different parameters.

    • Method overriding occurs in a subclass when a method has the same name and...

  • Answered by AI
    Add your answer
  • Q3. Abstraction vs interface
  • Ans. 

    Abstraction focuses on hiding implementation details, while interface defines a contract for classes to implement.

    • Abstraction allows for hiding complex implementation details from the user.

    • Interface defines a contract that classes must follow, but does not provide implementation details.

    • Abstraction can be achieved through abstract classes and interfaces in object-oriented programming.

    • Example: Abstract class 'Shape' wit...

  • Answered by AI
    Add your answer
Round 4 - HR 

(2 Questions)

  • Q1. Tell me something about Bangalore
  • Ans. 

    Bangalore is known as the Silicon Valley of India, with a vibrant tech industry and pleasant weather.

    • Hub for IT companies and startups

    • Known for its pleasant weather throughout the year

    • Home to prestigious educational institutions like IISc and IIMB

    • Famous for its gardens and parks, such as Lalbagh and Cubbon Park

  • Answered by AI
    Add your answer
  • Q2. Something about your college life
  • Add your answer

Interview Preparation Tips

Interview preparation tips for other job seekers - Overall interview process was good. But they will tell about 3 year bond
Anonymous

Java Developer Interview Questions & Answers

user image Vikram

posted on 24 Mar 2025

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

I appeared for an interview in Feb 2025, where I was asked the following questions.

  • Q1. Abstract class and interface
  • Add your answer
  • Q2. Tell me about yourself
  • Add your answer
Anonymous

SAP Developer Interview Questions & Answers

user image Anonymous

posted on 4 Aug 2023

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

I applied via Naukri.com and was interviewed in Jul 2023. There were 5 interview rounds.

Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Double-check your resume for any spelling mistakes. The recruiter may consider spelling mistakes as careless behavior or poor communication skills.
View all tips
Round 2 - Assignment 

Mcq question and answer on Java nothing else if you have skill you clear the interview

Round 3 - Coding Test 

Mcq question paper on Java j2ee coding compiler ect are

Round 4 - Coding Test 

Normal question like * program sum string array

Round 5 - Technical 

(4 Questions)

  • Q1. Communication only nothing else is
  • Add your answer
  • Q2. Water collage day pad student
  • Add your answer
  • Q3. What's is java and features of java
  • Ans. 

    Java is a high-level programming language known for its platform independence and object-oriented features.

    • Platform independence - Java programs can run on any platform that has a Java Virtual Machine (JVM)

    • Object-oriented - Java supports the principles of encapsulation, inheritance, and polymorphism

    • Robust - Java has strong memory management, exception handling, and type safety

    • Secure - Java has built-in security feature...

  • Answered by AI
    Add your answer
  • Q4. What is abstraction and describe
  • Ans. 

    Abstraction is the concept of hiding complex details and showing only the essential features of an object or system.

    • Abstraction allows developers to focus on what an object does rather than how it does it

    • It helps in reducing complexity and improving efficiency in software development

    • For example, in object-oriented programming, abstract classes and interfaces are used to define common behaviors without specifying implem...

  • Answered by AI
    Add your answer

Interview Preparation Tips

Interview preparation tips for other job seekers - good

Skills evaluated in this interview

Anonymous

Java Developer Interview Questions & Answers

user image Mahesh M

posted on 20 Jun 2024

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

Basic java which is like error or output

Round 2 - Coding Test 

Pyramid like printing star or number

Round 3 - HR 

(1 Question)

  • Q1. Java theory question like oops concept and more
  • Add your answer
Anonymous

SAP Abap Developer Interview Questions & Answers

user image Amaresh Kumar

posted on 2 May 2023

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

I applied via Walk-in and was interviewed in Apr 2023. There were 4 interview rounds.

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 

28 question multiple option

Round 3 - Coding Test 

5 basic coding question they asked

Round 4 - Technical 

(5 Questions)

  • Q1. About oops and multithreading
  • Add your answer
  • Q2. Related arrays and strings
  • Add your answer
  • Q3. No more question they asked
  • Add your answer
  • Q4. What is marker interface
  • Ans. 

    A marker interface is an empty interface that marks a class as having a particular property or behavior.

    • Marker interfaces do not have any methods or properties.

    • They are used to provide metadata to the compiler or runtime environment.

    • Examples include Serializable, Cloneable, and Remote interfaces in Java.

    • Marker interfaces can also be used to indicate that a class belongs to a certain group or category.

  • Answered by AI
    Add your answer
  • Q5. What is functional interface
  • Ans. 

    Functional interface is a type of interface in Java that contains only one abstract method.

    • Functional interface can have any number of default or static methods.

    • It is used for implementing lambda expressions and functional programming in Java.

    • Examples of functional interfaces include Runnable, Comparator, and Callable.

    • Functional interface can be annotated with @FunctionalInterface annotation to ensure it contains only ...

  • Answered by AI
    Add your answer

Interview Preparation Tips

Interview preparation tips for other job seekers - Be formal

Skills evaluated in this interview

Anonymous

UI Developer Interview Questions & Answers

user image Anonymous

posted on 11 Apr 2023

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

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

(1 Question)

  • Q1. All question came from Html, Css, JavaScript
  • Add your answer
Round 3 - Technical 

(1 Question)

  • Q1. What is meta tag? What is position What promise What is callback What is pseudo element and pseudo class
  • Ans. 

    Meta tags are HTML tags that provide metadata about a webpage. Position refers to the placement of an element on a webpage. Promise is a JavaScript object representing the eventual completion or failure of an asynchronous operation. Callback is a function passed as an argument to another function to be executed after a specific event occurs. Pseudo elements and pseudo classes are CSS selectors that allow styling of spe...

  • Answered by AI
    Add your answer
Round 4 - Coding Test 

To filter the numbers and character from the array

Round 5 - HR 

(1 Question)

  • Q1. They explain about the bond and company
  • Add your answer
Round 6 - Group Discussion 

Tell me about parents, Transportation, Childhood

Round 7 - Behavioral 

(1 Question)

  • Q1. All type of question come
  • Add your answer

Skills evaluated in this interview

Anonymous

SAP Abap Developer Interview Questions & Answers

user image Vikram Iragond

posted on 1 Nov 2023

Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Do not use an unprofessional email address such as cool_boy@email.com. It shows a lack of professionalism by the candidate.
View all tips
Round 2 - Coding Test 

String programs and pattern programs

Round 3 - Group Discussion 

Technical concepts related concepts

Round 4 - Technical 

(1 Question)

  • Q1. All java question like exception handling theads collection
  • Add your answer

Interview Preparation Tips

Interview preparation tips for other job seekers - Very good and nice company try once
Anonymous

Java Developer Interview Questions & Answers

user image Manjunath P

posted on 11 Apr 2023

Interview experience
3
Average
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
-

I applied via Recruitment Consulltant and was interviewed in Mar 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 - Technical 

(1 Question)

  • Q1. Core java advance java
  • Add your answer
Round 3 - Communication 

(1 Question)

  • Q1. English knowledge
  • Add your answer
Round 4 - Coding Test 

Java , array, simple java program

Round 5 - Technical 

(1 Question)

  • Q1. Oops, multi threading, jdbc
  • Add your answer

Interview Preparation Tips

Topics to prepare for Signiwis Technologies Java Developer interview:
  • Core Java
  • Advanced Java
Interview preparation tips for other job seekers - Question on oops, multi threading, jdbc
Anonymous

SAP Consultant Interview Questions & Answers

user image Anonymous

posted on 22 Mar 2025

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

I appeared for an interview before Mar 2024, where I was asked the following questions.

  • Q1. 1.fraud company hiering employee and distroy there carrier by creating UAN and saying you have to work in this less salary and if you resign. then we will tell that you have absconded in your Back ground v...
  • Add your answer
  • Q2. 2.fraud company hiering employee and distroy there carrier by creating UAN and saying you have to work in this less salary and if you resign. then we will tell that you have absconded in your Back ground v...
  • Add your answer

Interview Preparation Tips

Interview preparation tips for other job seekers - fraud company hiering employee and distroy there carrier by creating UAN and saying you have to work in this less salary and if you resign. then we will tell that you have absconded in your Back ground verification. since they have created your UAN this compay will come in your worked company list.
Anonymous

Software Developer Interview Questions & Answers

user image Anonymous

posted on 6 Jul 2023

Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
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 

(1 Question)

  • Q1. Mcq question based on opps consents
  • Ans. 

    Understanding OOP concepts is crucial for software development, enabling better code organization and reusability.

    • Encapsulation: Bundling data and methods that operate on the data, e.g., a class representing a bank account.

    • Inheritance: Creating new classes based on existing ones, e.g., a 'SavingsAccount' class inheriting from 'BankAccount'.

    • Polymorphism: Allowing methods to do different things based on the object it is ...

  • Answered by AI
    Add your answer
Round 3 - Coding Test 

5 coding questions pattern matching..

Round 4 - Technical 

(1 Question)

  • Q1. In depth Opps question
  • Add your answer
Anonymous

Top trending discussions

View All
Interview Tips & Stories
2w
toobluntforu
·
works at
Cvent
Can speak English, can’t deliver in interviews
I feel like I can't speak fluently during interviews. I do know english well and use it daily to communicate, but the moment I'm in an interview, I just get stuck. since it's not my first language, I struggle to express what I actually feel. I know the answer in my head, but I just can’t deliver it properly at that moment. Please guide me
Got a question about Signiwis Technologies?
Ask anonymously on communities.
More about working at Signiwis Technologies
  • HQ - Bangalore/Bengaluru, Karnataka, India
  • IT Services & Consulting
  • 51-200 Employees (India)

Signiwis Technologies Interview FAQs

How many rounds are there in Signiwis Technologies interview?
Signiwis Technologies interview process usually has 4-5 rounds. The most common rounds in the Signiwis Technologies interview process are Coding Test, Technical and Resume Shortlist.
How to prepare for Signiwis 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 Signiwis Technologies. The most common topics and skills that interviewers at Signiwis Technologies expect are Core Java, OOPS, Javascript, HTML and CSS.
What are the top questions asked in Signiwis Technologies interview?

Some of the top questions asked at the Signiwis Technologies interview -

  1. What is meta tag? What is position What promise What is callback What is pseudo...read more
  2. What is marker interf...read more
  3. what's is java and features of j...read more
How long is the Signiwis Technologies interview process?

The duration of Signiwis Technologies interview process can vary, but typically it takes about less than 2 weeks to complete.

Tell us how to improve this page.

Signiwis Technologies Interviews By Designations

  • Signiwis Technologies Java Developer Interview Questions
  • Signiwis Technologies SAP Developer Interview Questions
  • Signiwis Technologies SAP Abap Developer Interview Questions
  • Signiwis Technologies UI Developer Interview Questions
  • Signiwis Technologies Software Engineer Interview Questions
  • Signiwis Technologies Software Developer Interview Questions
  • Signiwis Technologies SAP Consultant Interview Questions
  • Signiwis Technologies Advanced Java Developer Interview Questions
  • Show more

Interview Questions for Popular Designations

  • Senior Executive Interview Questions
  • Associate Interview Questions
  • Executive Interview Questions
  • Analyst Interview Questions
  • Software Engineer Interview Questions
  • Business Analyst Interview Questions
  • Senior Associate Interview Questions
  • Associate Software Engineer Interview Questions
  • Show more
  • Graduate Engineer Trainee (Get) Interview Questions
  • System Engineer Interview Questions

Overall Interview Experience Rating

3.8/5

based on 13 interview experiences

Difficulty level

Easy 44%
Moderate 56%

Duration

Less than 2 weeks 100%
View more

Interview Questions from Similar Companies

Northcorp Software
Northcorp Software Interview Questions
4.4
 • 213 Interviews
Webdew
Webdew Interview Questions
4.5
 • 108 Interviews
HyScaler
HyScaler Interview Questions
4.5
 • 104 Interviews
Zidio Development
Zidio Development Interview Questions
4.4
 • 97 Interviews
Apmosys Technologies
Apmosys Technologies Interview Questions
3.4
 • 51 Interviews
Snovasys
Snovasys Interview Questions
4.0
 • 38 Interviews
Quantsapp
Quantsapp Interview Questions
2.9
 • 36 Interviews
BigStep Technologies
BigStep Technologies Interview Questions
4.4
 • 34 Interviews
NexTurn
NexTurn Interview Questions
4.1
 • 34 Interviews
Appsierra
Appsierra Interview Questions
4.4
 • 32 Interviews
View all

Signiwis Technologies Reviews and Ratings

based on 80 reviews

3.7/5

Rating in categories

3.9

Skill development

3.4

Work-life balance

3.1

Salary

3.6

Job security

3.5

Company culture

3.4

Promotions

3.6

Work satisfaction

Explore 80 Reviews and Ratings
Signiwis Technologies Salaries in India
SAP Abap Consultant
62 salaries
unlock blur

₹1.8 L/yr - ₹5.3 L/yr

Java Developer
12 salaries
unlock blur

₹2.5 L/yr - ₹4.2 L/yr

SAP Abap Technical Consultant
12 salaries
unlock blur

₹3 L/yr - ₹4.5 L/yr

Software Developer
10 salaries
unlock blur

₹1.5 L/yr - ₹5.6 L/yr

Hybris Developer
7 salaries
unlock blur

₹3.5 L/yr - ₹7.5 L/yr

Explore more salaries
Compare Signiwis Technologies with
Zidio Development

Zidio Development

4.5
Compare
Northcorp Software

Northcorp Software

4.5
Compare
Accel Frontline

Accel Frontline

4.1
Compare
Elentec Power India (EPI) Pvt. Ltd.

Elentec Power India (EPI) Pvt. Ltd.

3.8
Compare
Popular Calculators
Are you paid fairly?
Monthly In-hand Salary Calculator
Gratuity Calculator
HRA Calculator
Salary Hike Calculator
  • Home >
  • Interviews >
  • Signiwis Technologies Interview Questions
write
Share an Interview
Stay ahead in your career. Get AmbitionBox app
Awards Banner

Trusted by over 1.5 Crore job seekers to find their right fit company

80 Lakh+

Reviews

4 Crore+

Salaries

10 Lakh+

Interviews

1.5 Crore+

Users

Contribute
Search

Interview Questions

  • Reviews
  • Salaries
  • Interview Questions
  • About Company
  • Benefits
  • Jobs
  • Office Photos
  • Community
Users/Jobseekers
  • Companies
  • Reviews
  • Salaries
  • Jobs
  • Interviews
  • Salary Calculator
  • Practice Test
  • Compare Companies
Employers
  • Create a new company
  • Update company information
  • Respond to reviews
  • Invite employees to review
  • AmbitionBox Offering for Employers
  • AmbitionBox Employers Brochure
AmbitionBox Awards
  • ABECA 2025 winners awaited tag
  • Participate in ABECA 2026
  • Invite employees to rate
AmbitionBox
  • About Us
  • Our Team
  • Email Us
  • Blog
  • FAQ
  • Credits
  • Give Feedback
Terms & Policies
  • Privacy
  • Grievances
  • Terms of Use
  • Summons/Notices
  • Community Guidelines
Get AmbitionBox app

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

Follow Us
  • Youtube
  • Instagram
  • LinkedIn
  • Facebook
  • Twitter