Upload Button Icon Add office photos

Saba Software

Compare button icon Compare button icon Compare

Filter interviews by

Saba Software Interview Questions and Answers

Updated 25 Jun 2024

Saba Software Interview Experiences

Popular Designations

4 interviews found

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

I applied via AmbitionBox and was interviewed in May 2024. There were 2 interview rounds.

Round 1 - One-on-one 

(2 Questions)

  • Q1. Tell me about yourself
  • Q2. Weakness and strength
Round 2 - Group Discussion 

Gdp of india discuss

Management Associate Interview Questions asked at other Companies

Q1. What is money market?
View answer (1)
Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(1 Question)

  • Q1. Why only 4 primary partitions are created in linux
  • Ans. 

    Only 4 primary partitions are created in Linux due to limitations of the MBR partitioning scheme.

    • MBR partitioning scheme allows for a maximum of 4 primary partitions.

    • Extended partitions can be used to create more than 4 partitions by creating logical partitions within the extended partition.

    • GPT partitioning scheme does not have the limitation of 4 primary partitions.

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare Linux in details

Skills evaluated in this interview

Cloud Infrastructure Engineer Interview Questions asked at other Companies

Q1. What is your understanding of Service Level Agreements (SLA)?
View answer (1)
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Approached by Company and was interviewed before Feb 2022. 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 - Technical 

(2 Questions)

  • Q1. Check your CI/CD knowledge, technologies worked as per resume
  • Q2. Ask you scenario based questions with technologies worked
Round 3 - Technical 

(1 Question)

  • Q1. Similar as first round in more depth with coding aspect
Round 4 - HR 

(1 Question)

  • Q1. Behavioral and salary expectations

Interview Preparation Tips

Interview preparation tips for other job seekers - Best place to work, employee friendly HR and management.

I applied via Recruitment Consultant and was interviewed in Oct 2019. There were 3 interview rounds.

Interview Questionnaire 

2 Questions

  • Q1. Strong knowledge of core Java, oops
  • Q2. Collection, multithreading logical and tricky questions

Junior Engineer Interview Questions asked at other Companies

Q1. What is the main role of Junior engineer in Electrical maintenance and How to provide the company facilities ?
View answer (25)

Saba Software interview questions for popular designations

 Cloud Infrastructure Engineer

 (1)

 Junior Engineer

 (1)

 Management Associate

 (1)

 Senior Build Release Engineer

 (1)

Interview questions from similar companies

I applied via Naukri.com and was interviewed in Jun 2021. There were 4 interview rounds.

Interview Questionnaire 

3 Questions

  • Q1. 1.joins and all basic SQL questions
  • Q2. 2. Oops knowledge advantage but not necessary.
  • Ans. 

    Object-oriented programming (OOP) knowledge is an advantage but not necessary for a data engineer.

    • OOP concepts like inheritance, encapsulation, and polymorphism can be useful in designing data models.

    • OOP languages like Java and Python are commonly used in data engineering.

    • Understanding OOP can help with debugging and maintaining code.

    • However, OOP is not a requirement for data engineering and other programming paradigms

  • Answered by AI
  • Q3. 3.er relationship

Interview Preparation Tips

Interview preparation tips for other job seekers - 1.gd
2.tech1
3.tech2
4.hr

Interview Questionnaire 

2 Questions

  • Q1. Why do prefer our organizations and what have you accomplished on the current role are the most expected questions.
  • Q2. Definitely you should have a reason as to why apply for certain organization and for the second one. It is more preferred to be realistic with what your accomplishments are as well as make it more clear an...

Interview Questionnaire 

5 Questions

  • Q1. Tell us something about you and your professional experience
  • Q2. Why do you want to work here
  • Q3. What is the reasons for leaving previous organization
  • Q4. Tell us something about your weekness and strength
  • Q5. How do you see yourself in next 5 years

Success Engineer Interview Questions & Answers

Salesforce user image Anonymous

posted on 11 Oct 2020

I applied via Referral and was interviewed in Sep 2020. There was 1 interview round.

Interview Questionnaire 

10 Questions

  • Q1. Introduction.
  • Q2. Skill based routing.
  • Q3. Queue based routing.
  • Q4. Community partner user, customer user.
  • Q5. Can we implement skill based routing as queue based routing.
  • Q6. Lightning data service.
  • Q7. Deployment questions like facing validation error while deploying.
  • Q8. Integration questions - checking time limit in api call.
  • Q9. Soql limits- max. time for a soql query to run.
  • Q10. Async apex questions.

Interview Preparation Tips

Interview preparation tips for other job seekers - 1. Think multiple times what you are going to say w.r.t your introduction. It does matter.
2. Don't try to take them for granted. Its obvious, they know much more than you do.
3. Always ask for time if you thinking about a solution. They are more than happy if you give them a relevant solution even if it takes time.
4. Prepare well, if you don't know about a topic, don't keep on dragging. Simply say you don't know.
5. Understand problem first, then think for a second and reply. If not understood, ask them again to explain.
7. Salesforce governor limits -- IS A MUST.
6. Keep your basics very clear.

Skills evaluated in this interview

I applied via Naukri.com and was interviewed in Jun 2020. There were 6 interview rounds.

Interview Questionnaire 

9 Questions

  • Q1. 1) Introduce yourself( informal + formal i.e. including your hobbies, area of interest and then your schooling.college,current job and your future vision)
  • Q2. 2)Based on your roles and responsibilities they will ask questions (scenario based and real time examples also, in my case they asked me to explain the automation framework from scratch , they asked me to ...
  • Q3. 3)You can be asked to solve puzzles (random logical questions which you might have solved when preparing for any competitive exams)
  • Q4. 4)Multiple technical questions on Selenium , Rest Assured for API automation, basics of Java ( note: they can ask you to write any java program also for e.g. print integers in reverse )
  • Q5. 5)Basics of testing , automation vs manual , can you automate 100% functionality ? , What have you done to Optimize your scripts , Framework?
  • Q6. 6)What do you do when your automation script fails , debug process?
  • Ans. 

    When automation script fails, debug process involves identifying the root cause and fixing it.

    • Check the error logs and identify the line of code where the script failed

    • Verify the test data and environment setup

    • Re-run the script with debug mode enabled to identify the issue

    • Fix the issue and re-run the script to ensure it passes

    • Update the test case and report the issue to the development team if necessary

  • Answered by AI
  • Q7. 7)how do you drive your data in automation , how do you validate whether your data is accurate and precise?
  • Ans. 

    Data is driven in automation through input files or databases. Validation is done through assertions and comparing expected vs actual results.

    • Data can be driven through input files like CSV, Excel or databases like MySQL, Oracle

    • Assertions can be used to validate data accuracy and precision

    • Expected vs actual results can be compared to ensure data correctness

    • Data can also be validated through manual inspection or using t

  • Answered by AI
  • Q8. 8)Why do you want to join Dassault Systemes , what do you about the company?
  • Ans. 

    I want to join Dassault Systemes because of their reputation as a leading company in the field of engineering and software solutions.

    • Dassault Systemes is known for its innovative and cutting-edge technology solutions.

    • The company has a strong global presence and a diverse range of clients.

    • Dassault Systemes has a culture of continuous learning and development, which aligns with my career goals.

    • I am impressed by the compa...

  • Answered by AI
  • Q9. 9)What are your future plans , where do you see yourself after 5 years , do you have an plans for higher studies?
  • Ans. 

    I plan to continue growing as a QA Engineer and eventually pursue higher studies in software engineering.

    • I see myself taking on more challenging projects and responsibilities in the QA field.

    • I aim to enhance my skills and knowledge in software testing and quality assurance.

    • I plan to stay updated with the latest industry trends and technologies.

    • Higher studies in software engineering will help me gain a deeper understand...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Be relaxed , listen carefully , no hurry , the more precise and crisp your answer is the better your chances are , not necessary to give correct solutions for all the questions if you don't know just politely say it but make sure to tackle questions with a approach consisting of a start , mid and end properly whenever you are solving a question, they are looking at your approach, logical, technical and analytical skills and try to optimize your solutions, Good Luck Folks , You can do it :-) .

Skills evaluated in this interview

I applied via Walk-in

Interview Questionnaire 

1 Question

  • Q1. Software-based, design principles, colour based and previous experience based questions.

Interview Preparation Tips

Interview preparation tips for other job seekers - This interview was a technical one. The interviewer wanted to test both my knowledge and communication skills. Most of the questions asked to me were related to aoftware and design. you need to stay calm and should apply presence of mind.

Saba Software Interview FAQs

How many rounds are there in Saba Software interview?
Saba Software interview process usually has 2-3 rounds. The most common rounds in the Saba Software interview process are Technical, Resume Shortlist and HR.
How to prepare for Saba Software 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 Saba Software. The most common topics and skills that interviewers at Saba Software expect are Java, Spring, Angular, Javascript and CSS.
What are the top questions asked in Saba Software interview?

Some of the top questions asked at the Saba Software interview -

  1. why only 4 primary partitions are created in li...read more
  2. Check your CI/CD knowledge, technologies worked as per res...read more
  3. Ask you scenario based questions with technologies wor...read more

Tell us how to improve this page.

Saba Software Interview Process

based on 3 interviews

Interview experience

4.3
  
Good
View more

Interview Questions from Similar Companies

Oracle Interview Questions
3.7
 • 846 Interviews
Google Interview Questions
4.4
 • 823 Interviews
SAP Interview Questions
4.2
 • 283 Interviews
Adobe Interview Questions
3.9
 • 233 Interviews
VMware Software Interview Questions
4.4
 • 145 Interviews
ServiceNow Interview Questions
4.1
 • 120 Interviews
Intuit Interview Questions
3.5
 • 77 Interviews
Autodesk Interview Questions
4.2
 • 38 Interviews
Workday Interview Questions
4.1
 • 17 Interviews
View all

Saba Software Reviews and Ratings

based on 24 reviews

4.4/5

Rating in categories

4.1

Skill development

4.3

Work-life balance

4.4

Salary

4.2

Job security

4.4

Company culture

4.1

Promotions

4.3

Work satisfaction

Explore 24 Reviews and Ratings
Software Engineer
33 salaries
unlock blur

₹5.4 L/yr - ₹11.9 L/yr

Senior Software Engineer
26 salaries
unlock blur

₹9 L/yr - ₹15.2 L/yr

Module Lead
24 salaries
unlock blur

₹11.4 L/yr - ₹22 L/yr

Junior Engineer
21 salaries
unlock blur

₹2.5 L/yr - ₹3.2 L/yr

Technical Lead
10 salaries
unlock blur

₹13 L/yr - ₹20.5 L/yr

Explore more salaries
Compare Saba Software with

Oracle

3.7
Compare

SAP

4.2
Compare

Workday

4.1
Compare

Adobe

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