Upload Button Icon Add office photos

Signiwis Technologies

Compare button icon Compare button icon Compare

Filter interviews by

Signiwis Technologies SAP Developer Interview Questions and Answers

Updated 4 Aug 2023

Signiwis Technologies SAP Developer Interview Experiences

2 interviews found

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

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 3 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 - Coding Test 

30 multiple choice questions

Round 3 - 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
asked in IBM
Q2. How do you deploy changes to PRD?
Q3. What is abstraction, and can you describe it?

Top trending discussions

View All
Interview Tips & Stories
6d (edited)
a team lead
Why are women still asked such personal questions in interview?
I recently went for an interview… and honestly, m still trying to process what just happened. Instead of being asked about my skills, experience, or how I could add value to the company… the questions took a totally unexpected turn. The interviewer started asking things like When are you getting married? Are you engaged? And m sure, if I had said I was married, the next question would’ve been How long have you been married? What does my personal life have to do with the job m applying for? This is where I felt the gender discrimination hit hard. These types of questions are so casually thrown at women during interviews but are they ever asked to men? No one asks male candidates if they’re planning a wedding or how old their kids are. So why is it okay to ask women? Can we please stop normalising this kind of behaviour in interviews? Our careers shouldn’t be judged by our relationship status. Period.
Got a question about Signiwis Technologies?
Ask anonymously on communities.

Interview questions from similar companies

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

I applied via Campus Placement and was interviewed in Jul 2022. There were 3 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 - Aptitude Test 

Their are 30 questions which one has to done in 30 mins

Round 3 - Technical 

(2 Questions)

  • Q1. Q1) About the project you have done
  • Q2. Q2) some technical questions related to core Java

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare your projects well enough so that you are answerable to each question asked
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. What is Java Language?
  • Q2. Java is a object oriented programming language.
Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. What is stands for JAVA?
  • Q2. Just another virtual accelerator.
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. What is the Java?
  • Q2. It is a High Level, Multi-paradigm programming, strictly Typed, Platform Independent, General Purpose Programming Language Developed by Mr James Gosling and his team at Sun Microsystems ( now Taken over by...
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. What is the size of an int in Java?
  • Q2. The size of an int in Java is 4 bytes (32bits).
  • Ans. 

    Yes, the size of an int in Java is indeed 4 bytes (32 bits).

    • An int in Java can hold values ranging from -2,147,483,648 to 2,147,483,647.

    • The size of an int can be confirmed using the 'Integer.SIZE' constant in Java.

    • Using 'Integer.BYTES' will give the size of an int in bytes.

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Network; opportunities follow connections.
Are these interview questions helpful?
Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. What is the default value of an int in Java?
  • Q2. The default value of an int is 0.
  • Ans. 

    Yes, the default value of an int in Java is 0.

    • In Java, when an int variable is declared but not initialized, it will have a default value of 0.

    • For example, int num; will have a default value of 0.

    • This default value is assigned by the Java Virtual Machine (JVM) when memory is allocated for the variable.

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Research company before applying.
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. What is Process?
  • Ans. 

    A process is an executing instance of a program, encompassing its code, data, and system resources.

    • A process has its own memory space, which includes the code, stack, and heap.

    • Processes can be in various states: running, waiting, or terminated.

    • Example: When you open a web browser, a new process is created for it.

    • Processes can communicate with each other through inter-process communication (IPC) mechanisms.

    • Example of IP...

  • Answered by AI
  • Q2. Process is a executable is called a process.
Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. What is JAVA Programming language?
  • Q2. It is a High level, Multi paradigm programming language....etc.

Signiwis Technologies Interview FAQs

How many rounds are there in Signiwis Technologies SAP Developer interview?
Signiwis Technologies interview process usually has 4 rounds. The most common rounds in the Signiwis Technologies interview process are Coding Test, Resume Shortlist and One-on-one Round.
What are the top questions asked in Signiwis Technologies SAP Developer interview?

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

  1. what's is java and features of j...read more
  2. what is abstraction and descr...read more
  3. Core java questi...read more

Tell us how to improve this page.

Overall Interview Experience Rating

4/5

based on 2 interview experiences

Difficulty level

Moderate 100%

Duration

Less than 2 weeks 100%
View more

Interview Questions from Similar Companies

Webdew Interview Questions
4.5
 • 108 Interviews
HyScaler Interview Questions
4.5
 • 104 Interviews
Snovasys Interview Questions
4.0
 • 38 Interviews
Quantsapp Interview Questions
2.9
 • 36 Interviews
NexTurn Interview Questions
4.1
 • 34 Interviews
View all
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

4.5
Compare

Northcorp Software

4.5
Compare

Accel Frontline

3.9
Compare

Elentec Power India (EPI) Pvt. Ltd.

3.7
Compare
write
Share an Interview