Upload Button Icon Add office photos

Filter interviews by

Unisoft Global Services Interview Questions and Answers

Updated 15 Jun 2024

Unisoft Global Services Interview Experiences

Popular Designations

3 interviews found

SAP MM Associate consultant Trainee Interview Questions & Answers

user image Anonymous

posted on 28 Mar 2022

I applied via Approached by Company and was interviewed in Sep 2021. 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 - HR 

(2 Questions)

  • Q1. Why are you looking for a change?
  • Q2. Basic terms and conditions about jobs
Round 3 - Aptitude Test 

Maths, english and reasonings

Round 4 - Technical 

(1 Question)

  • Q1. Process explaination, process cycle, T-codes, basic views and uses of Master data, and some entry level basic question

Interview Preparation Tips

Interview preparation tips for other job seekers - Basic knowledge of Modules is necessary
Interview experience
3
Average
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Apna Jobs and was interviewed before Jun 2023. There were 2 interview rounds.

Round 1 - HR 

(1 Question)

  • Q1. Tell me about yourself?
Round 2 - One-on-one 

(1 Question)

  • Q1. Why are you interested in HR

Human Resource and Administration Executive Interview Questions asked at other Companies

Q1. Suppose If you have more then 10 candidates at the same time for interview then how will you arrange their schedule?
View answer (1)

I applied via Referral and was interviewed in Jun 2022. There were 2 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 - Technical 

(1 Question)

  • Q1. Accounting questions

Interview Preparation Tips

Interview preparation tips for other job seekers - Accounting basics are important and SAP FICO as to be learned

SAP Fico Consultant Interview Questions asked at other Companies

Q1. 1. Journal entry for Purchase with GST 2. Explain any one Ind AS 3. What is SAP? 4. What is ERP? 5. Why IT industry? 6. What is the use of Flash-Fill in Excel? 7. Any 5 excel features. (Pivot table, macros, flashfill, vlookup, charts)
View answer (3)

Interview questions from similar companies

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

I applied via LinkedIn and was interviewed in Jun 2024. There were 2 interview rounds.

Round 1 - Assignment 

They asked me to design google ads poster designs for the content they gave me.

Round 2 - One-on-one 

(2 Questions)

  • Q1. About experience and recent work
  • Q2. About the tools I am familiar with and about how quickly & effectively I deliver design in the given time

Interview Preparation Tips

Topics to prepare for Zazz IT Solutions Graphic Designer interview:
  • Design tools & Software
  • Product design process
  • industry knowledge
  • principles of design
Interview preparation tips for other job seekers - As long as you have subject knowledge and if you are skilled and creative, you can crack any interview. It is just that designers have to be extra creative to make the content reach the audience. So, it is all about how your design makes the difference.

Software Analyst (Appforms Configuration) Interview Questions & Answers

ClaySys user image Anonymous

posted on 21 Nov 2023

Interview experience
3
Average
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Selected Selected

I applied via Company Website and was interviewed in May 2023. 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 

General knowledge and logical mathematics.

Round 3 - Technical 

(2 Questions)

  • Q1. 2 week training with review
  • Q2. Based on your review task.

Interview Preparation Tips

Topics to prepare for ClaySys Software Analyst (Appforms Configuration) interview:
  • SQL
Interview preparation tips for other job seekers - They are using a low code designer called Appforms which is developed by claysys itself. So working on that designer won't get you any benefits for your future endeavours, because no other companies use this designer for development. So mastering Appform skill may help you if and only if you are continuing on the same company. Only skill that you will acquire when working there is SQL. Apart from that there are no benifits acquiring experience in Appforms. There are no frameworks and IDEs using for the development.
Interview experience
3
Average
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
No response

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

(5 Questions)

  • Q1. What are oops concepts in java, explain real time scenario
  • Ans. 

    OOPs concepts in Java include inheritance, polymorphism, encapsulation, and abstraction.

    • Inheritance allows a subclass to inherit properties and methods from a superclass.

    • Polymorphism allows objects to take on multiple forms and behave differently based on their context.

    • Encapsulation hides the implementation details of an object and only exposes necessary information.

    • Abstraction allows for the creation of abstract class...

  • Answered by AI
  • Q2. Uses of interface, inheritance
  • Ans. 

    Interfaces define contracts for behavior, while inheritance allows for code reuse and polymorphism.

    • Interfaces allow for loose coupling and abstraction, enabling multiple implementations of the same behavior.

    • Inheritance allows for code reuse and extension of existing classes, reducing code duplication.

    • Polymorphism allows objects of different classes to be treated as if they were of the same class, simplifying code and i

  • Answered by AI
  • Q3. SQL query for join of tables
  • Ans. 

    SQL query for joining tables

    • Use JOIN keyword to combine two or more tables based on a related column

    • Specify the columns to be selected using SELECT keyword

    • Use ON keyword to specify the condition for joining the tables

    • Different types of joins include INNER JOIN, LEFT JOIN, RIGHT JOIN, and FULL OUTER JOIN

  • Answered by AI
  • Q4. Java concepts used in your project
  • Ans. 

    Used Java concepts such as inheritance, polymorphism, and exception handling in my project.

    • Implemented inheritance to create a base class and derived classes with specific functionalities.

    • Utilized polymorphism to allow objects of different classes to be treated as if they were of the same class.

    • Implemented exception handling to handle errors and prevent program crashes.

    • Used interfaces to define a set of methods that a ...

  • Answered by AI
  • Q5. Overloading vs overriding, practical uses
  • Ans. 

    Overloading is having multiple methods with the same name but different parameters. Overriding is having a method in a subclass with the same name and parameters as a method in the superclass.

    • Overloading is used to provide different ways to call a method with different parameters

    • Overriding is used to provide a specific implementation of a method in a subclass

    • Overloading is resolved at compile-time while overriding is r...

  • Answered by AI

Interview Preparation Tips

Topics to prepare for Zebra Technologies Software Developer interview:
  • Core Java
  • OOPS
  • collection framework
  • Database Management

Skills evaluated in this interview

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

I applied via Company Website and was interviewed in Apr 2023. There were 5 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. Detailed discussion on the projects worked on
Round 3 - Technical 

(1 Question)

  • Q1. Technical questions and answers
Round 4 - Technical 

(1 Question)

  • Q1. Face to face interview
Round 5 - HR 

(1 Question)

  • Q1. General HR questions

Interview Preparation Tips

Interview preparation tips for other job seekers - It was good and.
This is the correct place if yo want to gain more technical knowledge
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-

I applied via Approached by Company and was interviewed in Mar 2023. There were 3 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 - One-on-one 

(3 Questions)

  • Q1. What is java ?
  • Ans. 

    Java is a high-level programming language known for its portability, security, and object-oriented features.

    • Java is platform-independent, meaning it can run on any device with a Java Virtual Machine (JVM).

    • It is object-oriented, allowing for modular and reusable code.

    • Java is known for its security features, such as sandboxing and encryption.

    • Popular frameworks and libraries like Spring and Hibernate are commonly used in

  • Answered by AI
  • Q2. Opps concepts collections
  • Q3. Data structures
Round 3 - One-on-one 

(2 Questions)

  • Q1. Opps and collections
  • Q2. Must know about collections

Interview Preparation Tips

Interview preparation tips for other job seekers - learn and practice bacic concepts

Skills evaluated in this interview

Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-

I applied via Referral

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 

(3 Questions)

  • Q1. Describe the inner working of recyclerview?
  • Ans. 

    RecyclerView is a flexible view for providing a limited window into a large data set.

    • RecyclerView is used to display large data sets that can be scrolled efficiently.

    • It reuses the views that are no longer visible to display new data.

    • It uses a LayoutManager to position the items and a ViewHolder to cache the views.

    • It provides built-in animations for adding, removing, and updating items.

    • It supports both vertical and hori...

  • Answered by AI
  • Q2. Difference between Array and Linkedlist?
  • Ans. 

    Array is a collection of elements of similar data type stored in contiguous memory locations. LinkedList is a data structure where each element is a separate object with a reference to the next element.

    • Array has fixed size, LinkedList can grow dynamically

    • Array has faster access time, LinkedList has faster insertion and deletion time

    • Array is best for random access, LinkedList is best for sequential access

    • Example of Arra...

  • Answered by AI
  • Q3. What is context? explain it's types
  • Ans. 

    Context is an object that provides access to application-specific resources and classes.

    • Context is used to get access to system services, resources, preferences, etc.

    • There are two types of context: Application Context and Activity Context.

    • Application Context is tied to the lifecycle of the application and is available throughout the application.

    • Activity Context is tied to the lifecycle of an activity and is available o...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Have thorough knowledge of Android topics you mention.

Skills evaluated in this interview

Interview experience
5
Excellent
Difficulty level
-
Process Duration
2-4 weeks
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 

(2 Questions)

  • Q1. What is different between router and switches?
  • Ans. 

    Routers connect different networks, switches connect devices within a network.

    • Routers operate at the network layer and use IP addresses to forward packets between networks.

    • Switches operate at the data link layer and use MAC addresses to forward frames within a network.

    • Routers can prioritize traffic and perform network address translation (NAT).

    • Switches can create virtual LANs (VLANs) to segment a network.

    • Example of a r...

  • Answered by AI
  • Q2. What is different between windows 10 and windows 7
  • Ans. 

    Windows 10 has a more modern interface, better security features, and improved performance compared to Windows 7.

    • Windows 10 has a Start menu with live tiles, while Windows 7 has a traditional Start menu.

    • Windows 10 has Cortana, a virtual assistant, while Windows 7 does not.

    • Windows 10 has better security features such as Windows Hello, biometric authentication, and improved Windows Defender.

    • Windows 10 has improved perfor...

  • Answered by AI
Round 3 - Technical 

(1 Question)

  • Q1. Analytical thinking Attention to details Customer service best practices Knowledge of hardware and networking knowledge of networking troubleshooting

Interview Preparation Tips

Interview preparation tips for other job seekers - Good communication skills
Networking troubleshooting
Hardware troubleshooting

Skills evaluated in this interview

Unisoft Global Services Interview FAQs

How many rounds are there in Unisoft Global Services interview?
Unisoft Global Services interview process usually has 2-3 rounds. The most common rounds in the Unisoft Global Services interview process are Resume Shortlist, HR and Technical.
How to prepare for Unisoft Global Services 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 Unisoft Global Services. The most common topics and skills that interviewers at Unisoft Global Services expect are SAP MM, CRM Management, Engineering, Industrial Engineering and Manufacturing Engineering.
What are the top questions asked in Unisoft Global Services interview?

Some of the top questions asked at the Unisoft Global Services interview -

  1. Process explaination, process cycle, T-codes, basic views and uses of Master da...read more
  2. Basic terms and conditions about j...read more
  3. Accounting questi...read more

Tell us how to improve this page.

Unisoft Global Services Interview Process

based on 3 interviews

Interview experience

3
  
Average
View more

Interview Questions from Similar Companies

TCS Interview Questions
3.7
 • 10.4k Interviews
Infosys Interview Questions
3.6
 • 7.6k 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
 • 3k Interviews
Mphasis Interview Questions
3.4
 • 801 Interviews
View all

Unisoft Global Services Reviews and Ratings

based on 55 reviews

2.5/5

Rating in categories

3.0

Skill development

2.4

Work-life balance

1.9

Salary

2.4

Job security

2.2

Company culture

2.1

Promotions

2.4

Work satisfaction

Explore 55 Reviews and Ratings
Associate Consultant
47 salaries
unlock blur

₹1.4 L/yr - ₹4.2 L/yr

SAP Abap Consultant
34 salaries
unlock blur

₹1.9 L/yr - ₹4.2 L/yr

SAP MM Consultant
31 salaries
unlock blur

₹1.5 L/yr - ₹5.5 L/yr

SAP SD Consultant
30 salaries
unlock blur

₹1.5 L/yr - ₹4.8 L/yr

SAP Fico Consultant
24 salaries
unlock blur

₹1.8 L/yr - ₹5 L/yr

Explore more salaries
Compare Unisoft Global Services 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