Upload Button Icon Add office photos

Filter interviews by

Signiwis Technologies Interview Questions, Process, and Tips

Updated 18 Nov 2024

Top Signiwis Technologies Interview Questions and Answers

View all 9 questions

Signiwis Technologies Interview Experiences

Popular Designations

10 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
  • 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.

    • There are two types of polymorphism: compile-time (method overloading) and runtime (method overriding).

    • Example: Animal class with methods like eat() can be inherited by Dog and Cat classes which can override the e

  • Answered by AI
  • 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
  • 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
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
  • Q2. Something about your college life

Interview Preparation Tips

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

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 (169)
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:
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 - 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
  • Q2. Water collage day pad student
  • 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
  • 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

Interview Preparation Tips

Interview preparation tips for other job seekers - good

Skills evaluated in this interview

SAP Developer Interview Questions asked at other Companies

Q1. what's is java and features of java
View answer (1)
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

Java Developer Interview Questions asked at other Companies

Q1. Sort 0 1You have been given an integer array/list(ARR) of size N that contains only integers, 0 and 1. Write a function to sort this array/list. Think of a solution which scans the array/list only once and don't require use of an extra arra... read more
View answer (4)

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
  • Q2. Related arrays and strings
  • Q3. No more question they asked
  • 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
  • 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

Interview Preparation Tips

Interview preparation tips for other job seekers - Be formal

Skills evaluated in this interview

SAP Abap Developer Interview Questions asked at other Companies

Q1. What are the objects generated after TMG is created
View answer (2)

Signiwis Technologies interview questions for popular designations

 Java Developer

 (2)

 SAP Abap Developer

 (2)

 SAP Developer

 (2)

 Advanced Java Developer

 (1)

 Software Developer

 (1)

 Software Engineer

 (1)

 UI Developer

 (1)

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:
Properly align and format text in your resume. A recruiter will have to spend more time reading poorly aligned text, leading to high chances of rejection.
View all tips
Round 2 - Technical 

(1 Question)

  • Q1. All question came from Html, Css, JavaScript
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 tag is an HTML tag that provides metadata about a web page.

    • Meta tags are placed in the head section of an HTML document.

    • They provide information about the page such as keywords, description, author, etc.

    • Position refers to the location of an element on a web page.

    • Promise is a JavaScript object that represents the eventual completion or failure of an asynchronous operation.

    • Callback is a function that is passed as an...

  • Answered by AI
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
Round 6 - Group Discussion 

Tell me about parents, Transportation, Childhood

Round 7 - Behavioral 

(1 Question)

  • Q1. All type of question come

Skills evaluated in this interview

UI Developer Interview Questions asked at other Companies

Q1. Create 10 no. of Checkboxes in javascript and on-checked checkboxes count should be show at below. as you will un-check the checkbox count should also change. so means to say checked checkbox count should be print.
View answer (1)

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:
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 - 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

Interview Preparation Tips

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

SAP Abap Developer Interview Questions asked at other Companies

Q1. What are the objects generated after TMG is created
View answer (2)

Jobs at Signiwis Technologies

View all

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:
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 - Technical 

(1 Question)

  • Q1. Core java advance java
Round 3 - Communication 

(1 Question)

  • Q1. English knowledge
Round 4 - Coding Test 

Java , array, simple java program

Round 5 - Technical 

(1 Question)

  • Q1. Oops, multi threading, jdbc

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

Java Developer Interview Questions asked at other Companies

Q1. Sort 0 1You have been given an integer array/list(ARR) of size N that contains only integers, 0 and 1. Write a function to sort this array/list. Think of a solution which scans the array/list only once and don't require use of an extra arra... read more
View answer (4)
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Be truthful in your resume. It is very easy to catch false or lies during the interview by asking basic questions.
View all tips
Round 2 - Technical 

(1 Question)

  • Q1. Mcq question based on opps consents
Round 3 - Coding Test 

5 coding questions pattern matching..

Round 4 - Technical 

(1 Question)

  • Q1. In depth Opps question

Software Developer Interview Questions asked at other Companies

Q1. Maximum Subarray SumGiven an array of numbers, find the maximum sum of any contiguous subarray of the array. For example, given the array [34, -50, 42, 14, -5, 86], the maximum sum would be 137, since we would take elements 42, 14, -5, and ... read more
View answer (39)
Interview experience
4
Good
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 2 interview rounds.

Round 1 - Coding Test 

30 multiple choice questions

Round 2 - One-on-one 

(2 Questions)

  • Q1. Interview with manager
  • Q2. Core java questions

SAP Developer Interview Questions asked at other Companies

Q1. what's is java and features of java
View answer (1)
Interview experience
5
Excellent
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Walk-in and was interviewed in Mar 2023. There were 2 interview rounds.

Round 1 - Aptitude Test 

The aptitude was very easy there were 26 questions nd if you know verbal and logical questions it is very easy.

Round 2 - Coding Test 

They gave us 5 questions out of 5 we had solve 3 of them.

Interview Preparation Tips

Interview preparation tips for other job seekers - They basically looking for Freshers and they give good training

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.

People are getting interviews through

based on 7 Signiwis Technologies interviews
WalkIn
Job Portal
57%
29%
14% candidates got the interview through other sources.
Moderate Confidence
?
Moderate Confidence means the data is based on a sufficient number of responses received from the candidates

Interview Questions from Similar Companies

TCS Interview Questions
3.7
 • 10.2k Interviews
Infosys Interview Questions
3.7
 • 7.5k Interviews
Wipro Interview Questions
3.7
 • 5.5k Interviews
Tech Mahindra Interview Questions
3.6
 • 3.8k Interviews
HCLTech Interview Questions
3.5
 • 3.7k Interviews
LTIMindtree Interview Questions
3.9
 • 2.9k Interviews
Mphasis Interview Questions
3.4
 • 785 Interviews
Webdew Interview Questions
4.5
 • 106 Interviews
View all

Signiwis Technologies Reviews and Ratings

based on 75 reviews

3.7/5

Rating in categories

4.0

Skill development

3.6

Work-Life balance

3.3

Salary & Benefits

3.6

Job Security

3.6

Company culture

3.5

Promotions/Appraisal

3.8

Work Satisfaction

Explore 75 Reviews and Ratings
UI Developer(2023 Pass out not allowed)

Bangalore / Bengaluru

Not Disclosed

Explore more jobs
SAP Abap Consultant
61 salaries
unlock blur

₹2 L/yr - ₹5 L/yr

Java Developer
12 salaries
unlock blur

₹2.5 L/yr - ₹3.5 L/yr

SAP Abap Technical Consultant
11 salaries
unlock blur

₹3 L/yr - ₹4.5 L/yr

Software Developer
9 salaries
unlock blur

₹1.5 L/yr - ₹5.6 L/yr

Hybris Developer
8 salaries
unlock blur

₹3.5 L/yr - ₹9.1 L/yr

Explore more salaries
Compare Signiwis Technologies with

Infosys

3.7
Compare

TCS

3.7
Compare

Wipro

3.7
Compare

HCLTech

3.5
Compare

Calculate your in-hand salary

Confused about how your in-hand salary is calculated? Enter your annual salary (CTC) and get your in-hand salary
Did you find this page helpful?
Yes No
write
Share an Interview