Upload Button Icon Add office photos

Filter interviews by

Software AG Background Verification Interview Questions and Answers for Experienced

Updated 2 Apr 2022

Software AG Background Verification Interview Experiences for Experienced

1 interview found

I applied via Company Website and was interviewed in Mar 2022. There were 2 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 

Interview Preparation Tips

Interview preparation tips for other job seekers - Good afternoon Sir/Madam
I have Good experience in Verification department in State Bank Of India

Interview questions from similar companies

I applied via Recruitment Consultant and was interviewed in Mar 2021. There were 3 interview rounds.

Interview Questionnaire 

4 Questions

  • Q1. Find common ancestor of 2 nodes in a binary tree ?
  • Ans. 

    Find common ancestor of 2 nodes in a binary tree

    • Traverse the tree from root to both nodes and store the paths

    • Compare the paths to find the last common node

    • Use recursion to traverse the tree and find the common ancestor

  • Answered by AI
  • Q2. Find min element of stack in O(1) time ?
  • Ans. 

    To find the minimum element of a stack in O(1) time, maintain a separate stack for minimum values.

    • Create a separate stack to store minimum values

    • Push the minimum value onto the minimum stack every time a new value is pushed onto the main stack

    • Pop the minimum stack every time the main stack pops a value

    • The top of the minimum stack will always contain the minimum value

  • Answered by AI
  • Q3. Sort a binary array of 0 1 0 0 1 0 1 1 1 0 1 0 0 1 0 0 0 1 0 ? Optimise the code ?
  • Ans. 

    Sort a binary array of 0s and 1s and optimize the code.

    • Use two pointers approach to swap 0s and 1s

    • Avoid using sorting algorithms like bubble sort or selection sort

    • Use a single loop to traverse the array and swap elements

    • Use XOR operation to swap elements

  • Answered by AI
  • Q4. Java HashMap internals ? what happend when hashcode returns always 1 ?
  • Ans. 

    Explaining Java HashMap internals and behavior when hashcode always returns 1.

    • HashMap uses hashcode to calculate the index of the bucket where the key-value pair will be stored.

    • If hashcode always returns 1, all key-value pairs will be stored in the same bucket resulting in poor performance.

    • In this case, HashMap will use a linked list to store multiple key-value pairs in the same bucket.

    • Retrieving a value from a HashMap...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Practice imp DS also questions mostly from Strings and Arrays. HashMap in Java. Core java be clear about concepts.

Skills evaluated in this interview

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

Round 1 - Aptitude Test 

If p,q,r,s and t are in Arithmetic Progression, is r is the largest among them?i.t>0,ii.p,q<0
A)1
B)2
C)3
D)4

Round 2 - Group Discussion 

How does Social Media had Impact over Students

Interview Preparation Tips

Interview preparation tips for other job seekers - Keep preparing each and every point and don't even miss the single change to develop yours career
Interview experience
3
Average
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via LinkedIn and was interviewed in Jul 2024. There was 1 interview round.

Round 1 - One-on-one 

(2 Questions)

  • Q1. They asked Core java concepts like Exception, Thread, Collections etc
  • Q2. One coding question: when the program runs, both the thread concurrently with t1 printing "Helloworld" once and t2 printing "helloWorld" twice.

Interview Preparation Tips

Interview preparation tips for other job seekers - They are more focused on core java topics and threads so prepared well on this.
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via LinkedIn and was interviewed before Oct 2023. There were 4 interview rounds.

Round 1 - Coding Test 

HackerRank Test was conducted

Round 2 - Technical 

(2 Questions)

  • Q1. DSA and java programs
  • Q2. DSA questions were asked
Round 3 - Behavioral 

(1 Question)

  • Q1. General Questions related to behaviour and technical questions related to caching
Round 4 - Behavioral 

(1 Question)

  • Q1. General Questions regarding work
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. Describe kubernete
  • Ans. 

    Kubernetes is an open-source container orchestration platform for automating deployment, scaling, and management of containerized applications.

    • Kubernetes helps in automating the deployment, scaling, and management of containerized applications.

    • It provides features like self-healing, load balancing, and storage orchestration.

    • Kubernetes uses declarative configuration to define the desired state of the application.

    • It supp...

  • Answered by AI
  • Q2. What is hpa in kubernete
  • Ans. 

    Horizontal Pod Autoscaler (HPA) is a Kubernetes feature that automatically scales the number of pods in a deployment based on CPU or custom metrics.

    • HPA helps ensure optimal resource utilization by automatically adjusting the number of pods in a deployment based on resource usage.

    • It can be configured to scale based on CPU utilization or custom metrics like requests per second.

    • For example, if a deployment is experiencing...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Do good study

Skills evaluated in this interview

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

I applied via Referral and was interviewed before Sep 2023. There were 3 interview rounds.

Round 1 - Aptitude Test 

Logical reasoning, Basic Mathematical questions - 50 questions only 20 minuites. you need to be very quick in answering.

Round 2 - Technical 

(5 Questions)

  • Q1. OOPs concepts - Encapsulation
  • Q2. REST Web Services
  • Q3. Project Details you worked on
  • Ans. 

    Developed a web application for tracking inventory and sales data

    • Used React for front-end development

    • Implemented RESTful APIs using Node.js

    • Utilized MongoDB for database management

  • Answered by AI
  • Q4. Java Programming
  • Q5. Scenario Based Questions
Round 3 - Technical 

(3 Questions)

  • Q1. Pythhon Or Java Programs
  • Q2. Oops concepts questions : Inheritance, Interface in Java
  • Q3. Roles and Responsibilities of your current job
  • Ans. 

    Design, develop, and maintain software applications, troubleshoot issues, collaborate with team members

    • Designing and developing software applications

    • Maintaining and updating existing software

    • Troubleshooting and resolving technical issues

    • Collaborating with team members on projects

    • Participating in code reviews and testing

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Be yourself.
Answer confidently.
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Selected Selected

I applied via Naukri.com and was interviewed before Sep 2023. There was 1 interview round.

Round 1 - Technical 

(2 Questions)

  • Q1. Angular directives,html,css
  • Q2. Javascript,github

I applied via Campus Placement and was interviewed in Jan 2022. There was 1 interview round.

Interview Questionnaire 

3 Questions

  • Q1. Related programming skills.
  • Q2. Uses of python
  • Ans. 

    Python is a versatile programming language used for web development, data analysis, artificial intelligence, and more.

    • Web development with frameworks like Django and Flask

    • Data analysis with libraries like Pandas and NumPy

    • Artificial intelligence and machine learning with libraries like TensorFlow and Keras

    • Scripting and automation tasks

    • Game development with Pygame

    • Desktop GUI applications with Tkinter and PyQt

    • Network prog...

  • Answered by AI
  • Q3. Differance between c and c++
  • Ans. 

    C++ is an extension of C with object-oriented programming features.

    • C++ supports classes and objects while C does not.

    • C++ has better support for function overloading and templates.

    • C++ has a standard library that includes many useful functions.

    • C++ is more complex than C and can be harder to learn.

    • C++ code can be compiled as C code with some modifications.

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - i have crack apttitude test and i was selected in Gd round.and they were gave topic and

Skills evaluated in this interview

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 

(2 Questions)

  • Q1. C++ or JAVA type of questions
  • Q2. C++ or JAVA based questions

Interview Preparation Tips

Interview preparation tips for other job seekers - Good company try hard for the interviews

Software AG Interview FAQs

How many rounds are there in Software AG Background Verification interview for experienced candidates?
Software AG interview process for experienced candidates usually has 2 rounds. The most common rounds in the Software AG interview process for experienced candidates are Resume Shortlist and Aptitude Test.

Tell us how to improve this page.

Interview Questions from Similar Companies

IBM Interview Questions
4.0
 • 2.3k Interviews
Oracle Interview Questions
3.7
 • 848 Interviews
SAP Interview Questions
4.2
 • 283 Interviews
Adobe Interview Questions
3.9
 • 234 Interviews
Chetu Interview Questions
3.3
 • 172 Interviews
Oracle Cerner Interview Questions
3.7
 • 157 Interviews
AVASOFT Interview Questions
3.7
 • 155 Interviews
VMware Software Interview Questions
4.4
 • 145 Interviews
ServiceNow Interview Questions
4.1
 • 120 Interviews
View all
Consultant
158 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Associate Consultant
102 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Senior Software Engineer
92 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Senior Consultant
80 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Engineering Specialist
61 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Explore more salaries
Compare Software AG with

TIBCO Software

3.6
Compare

Pegasystems

3.6
Compare

SAP

4.2
Compare

Oracle

3.7
Compare
Did you find this page helpful?
Yes No
write
Share an Interview