Upload Button Icon Add office photos

Filter interviews by

Sajix Software Solutions Manual Test Engineer Interview Questions and Answers

Updated 19 Apr 2023

Sajix Software Solutions Manual Test Engineer Interview Experiences

1 interview found

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

I applied via Referral and was interviewed before Apr 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 - One-on-one 

(2 Questions)

  • Q1. Regression Testing
  • Ans. In case we identified bug or error it was back to development team the bug was fixed and it was checked the unit and also testing on preview.
  • Answered Anonymously
  • Q2. Black Box Testing
  • Ans. Black Box Testing is testing teams testing.
  • Answered Anonymously

Interview questions from similar companies

Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Not Selected

I was interviewed in Oct 2024.

Round 1 - Technical 

(2 Questions)

  • Q1. Explain your day to day Activities
  • Q2. More into role specific question how to run parallels execution
Round 2 - Technical 

(1 Question)

  • Q1. Situation questions

Interview Preparation Tips

Interview preparation tips for other job seekers - Be prepare everything that you have mentioned in Resume
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via Naukri.com and was interviewed in Apr 2024. There were 3 interview rounds.

Round 1 - Coding Test 

In this first round it was of 45mins which included MCQ question and 1 coding question.

Round 2 - Technical 

(4 Questions)

  • Q1. 1.Difference Between Const,Var,Char. 2.Oop's concept with example 3.JavaScript is async or sync language and explain the reason. 4.How to create a simple object in JavaScript. 5.Find element and Find Eleme...
  • Ans. 

    Answers to common interview questions for Automation Test Engineer position.

    • Const is used for constant values that cannot be reassigned, var is used for variable declaration, and char is a data type for storing characters in programming languages.

    • OOPs concepts include inheritance, encapsulation, polymorphism, and abstraction. Example: Inheritance allows a class to inherit properties and methods from another class.

    • JavaS...

  • Answered by AI
  • Q2. What is Type coercion?
  • Ans. 

    Type coercion is the process of converting one data type to another in programming.

    • Type coercion can happen implicitly or explicitly in programming languages.

    • Implicit type coercion occurs when the language automatically converts data types during operations.

    • Explicit type coercion occurs when the programmer manually converts data types using functions or operators.

    • Example: In JavaScript, the addition operator (+) can pe...

  • Answered by AI
  • Q3. What is Inheritance? Polymorphism?
  • Ans. 

    Inheritance is a mechanism in object-oriented programming where a class inherits properties and behaviors from another class. Polymorphism allows objects of different classes to be treated as objects of a common superclass.

    • Inheritance allows for code reusability by defining a new class based on an existing class.

    • Polymorphism enables flexibility in programming by allowing objects to be treated as instances of their pare...

  • Answered by AI
  • Q4. API Error code with explaination?
  • Ans. 

    API error codes are unique identifiers used to indicate specific errors in an API response.

    • API error codes are typically numeric or alphanumeric codes that correspond to specific errors in the API.

    • Each error code should have a corresponding explanation in the API documentation to help developers understand the issue.

    • Examples of API error codes include 400 Bad Request, 401 Unauthorized, and 404 Not Found.

  • Answered by AI
Round 3 - HR 

(1 Question)

  • Q1. Introduce Yourself? Why should we hire you? What is your relevant experience? Tell me about yourself? What are your salary expectations?

Interview Preparation Tips

Topics to prepare for Globant Automation Test Engineer interview:
  • Javascript
  • Cypress
  • OOPS
  • Core Java
  • API
Interview preparation tips for other job seekers - I Interviewed at Globant on 13/05/2024. First round went very well where they introduce about there company and link was provided For MCQ and coding round conducted.2nd round was GK round which was totally based on Technical question. I had answered each and very question but then also not got selected.

Skills evaluated in this interview

Interview experience
2
Poor
Difficulty level
-
Process Duration
-
Result
-
Round 1 - One-on-one 

(2 Questions)

  • Q1. Linux env setup
  • Ans. 

    Setting up a Linux environment involves installing the operating system, configuring network settings, and installing necessary software.

    • Install Linux distribution (e.g. Ubuntu, CentOS)

    • Configure network settings (IP address, DNS, etc.)

    • Install necessary software (e.g. development tools, testing frameworks)

    • Set up user accounts and permissions

  • Answered by AI
  • Q2. What are the Linux commands
  • Ans. 

    Linux commands are used to interact with the Linux operating system through the command line interface.

    • ls - list directory contents

    • cd - change directory

    • pwd - print working directory

    • mkdir - make a new directory

    • rm - remove files or directories

    • cp - copy files or directories

    • mv - move files or directories

    • grep - search for patterns in files

    • chmod - change file permissions

    • sudo - execute a command as the superuser

  • Answered by AI

Skills evaluated in this interview

Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
-
Result
-
Round 1 - Technical 

(1 Question)

  • Q1. NDA - can't be shared
  • Ans. 

    The question pertains to a non-disclosure agreement (NDA) and cannot be shared publicly.

    • Explain that the question is related to a confidential agreement that prohibits sharing certain information.

    • Mention the importance of respecting NDAs in professional settings.

    • Provide examples of how NDAs are commonly used in the industry.

    • Discuss the consequences of violating an NDA.

  • Answered by AI
Round 2 - Technical 

(2 Questions)

  • Q1. NDA- can't be shared
  • Ans. 

    The candidate was asked a question related to NDA which cannot be shared.

    • Explain the importance of NDA in protecting confidential information

    • Discuss the consequences of violating an NDA

    • Provide examples of how you have handled sensitive information under NDA in previous roles

  • Answered by AI
  • Q2. NDA - can't be shared
  • Ans. 

    The question pertains to a non-disclosure agreement (NDA) and cannot be shared.

    • Explain the importance of NDAs in protecting sensitive information

    • Discuss the consequences of violating an NDA

    • Provide examples of how NDAs are commonly used in the tech industry

  • Answered by AI
Round 3 - Technical 

(1 Question)

  • Q1. NDA - can't be shared
  • Ans. 

    The question pertains to a non-disclosure agreement (NDA) which cannot be shared.

    • Explain the importance of NDAs in protecting sensitive information

    • Discuss the consequences of violating an NDA

    • Provide examples of how NDAs are commonly used in the tech industry

  • Answered by AI
Interview experience
2
Poor
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(1 Question)

  • Q1. Full Java Theories
  • Ans. 

    Full Java Theories cover the core concepts of Java programming language.

    • Object-oriented programming

    • Inheritance, polymorphism, encapsulation, and abstraction

    • Exception handling

    • Multithreading

    • Collections framework

  • Answered by AI
Round 2 - Technical 

(2 Questions)

  • Q1. Write a code to create a class (with some attributes) and sort the objects on the basis of their attributes and print the same.
  • Ans. 

    Create a class with attributes, sort objects based on attributes, and print.

    • Create a class with attributes like name, age, and salary

    • Implement Comparable interface to define sorting logic based on attributes

    • Create objects of the class, add them to a list, and use Collections.sort() to sort them

    • Print the sorted objects

  • Answered by AI
  • Q2. Selenium coding exercise to automate a scenario: launch amazon website and Enter text "Mobile" in the search box and retrieve the name and price of all the results and store it in the custom class (with tw...
  • Ans. 

    Automate scenario to search for 'Mobile' on Amazon, retrieve name and price of results, store in custom class, and display on console.

    • Use Selenium WebDriver to launch Amazon website

    • Locate search box element and enter 'Mobile' text

    • Retrieve name and price of search results using appropriate locators

    • Store name and price in custom class with attributes 'name' and 'product'

    • Display stored data on console

  • Answered by AI

Skills evaluated in this interview

Interview experience
3
Average
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via campus placement at Indian Institute of Technology (IIT), Guwahati and was interviewed in Dec 2023. There were 3 interview rounds.

Round 1 - Coding Test 

2 dsa questions 1 hour time limit. easy-medium level

Round 2 - Technical 

(1 Question)

  • Q1. Questions on python,c,c++. OOPS and DSA questions
Round 3 - Technical 

(1 Question)

  • Q1. Implementations of projects mentioned on my resume, couple of DSA questions
Interview experience
3
Average
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I was interviewed in Sep 2023.

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 - One-on-one 

(2 Questions)

  • Q1. Previously project
  • Q2. Use cases about can and UDS
  • Ans. 

    CAN and UDS are communication protocols used in automotive industry for vehicle diagnostics and control.

    • CAN (Controller Area Network) is a communication protocol used for high-speed communication between electronic control units in vehicles.

    • UDS (Unified Diagnostic Services) is a diagnostic communication protocol used in automotive industry for vehicle diagnostics.

    • CAN is used for real-time data transmission, while UDS i...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Don't join this company no work life balance
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
-
Result
Not Selected

I applied via Referral and was interviewed in Mar 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 - Technical 

(1 Question)

  • Q1. General Programming Questions
Round 3 - One-on-one 

(1 Question)

  • Q1. Business related questions were asked
Round 4 - HR 

(1 Question)

  • Q1. Salary Discussion

Interview Preparation Tips

Interview preparation tips for other job seekers - Learn core concepts
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Selected Selected

I applied via Approached by Company and was interviewed before Nov 2023. There were 3 interview rounds.

Round 1 - Technical 

(2 Questions)

  • Q1. Related to my technology- Mainfram, JCL, DB's, SQL's
  • Q2. Project Related questions
Round 2 - One-on-one 

(2 Questions)

  • Q1. Questions about Project issues and how did I handle.
  • Q2. Performance related questions
Round 3 - HR 

(1 Question)

  • Q1. CTC Related Discussion

Sajix Software Solutions Interview FAQs

How many rounds are there in Sajix Software Solutions Manual Test Engineer interview?
Sajix Software Solutions interview process usually has 2 rounds. The most common rounds in the Sajix Software Solutions interview process are Resume Shortlist and One-on-one Round.
What are the top questions asked in Sajix Software Solutions Manual Test Engineer interview?

Some of the top questions asked at the Sajix Software Solutions Manual Test Engineer interview -

  1. Regression Test...read more
  2. Black Box Test...read more

Tell us how to improve this page.

People are getting interviews through

based on 1 Sajix Software Solutions interview
Referral
100%
Low Confidence
?
Low Confidence means the data is based on a small number of responses received from the candidates.

Interview Questions from Similar Companies

Oracle Interview Questions
3.7
 • 883 Interviews
Google Interview Questions
4.4
 • 837 Interviews
Amdocs Interview Questions
3.8
 • 522 Interviews
Zoho Interview Questions
4.3
 • 501 Interviews
SAP Interview Questions
4.2
 • 302 Interviews
KPIT Technologies Interview Questions
3.5
 • 288 Interviews
Salesforce Interview Questions
4.1
 • 265 Interviews
View all
Software Engineer
6 salaries
unlock blur

₹1.4 L/yr - ₹2.2 L/yr

Software Developer
5 salaries
unlock blur

₹1.4 L/yr - ₹2.2 L/yr

Java Developer
4 salaries
unlock blur

₹1.3 L/yr - ₹3.1 L/yr

Quality Analyst
3 salaries
unlock blur

₹2.8 L/yr - ₹5 L/yr

Process Associate
3 salaries
unlock blur

₹0.1 L/yr - ₹0.1 L/yr

Explore more salaries
Compare Sajix Software Solutions with

Bosch Global Software Technologies

4.0
Compare

Amdocs

3.8
Compare

Automatic Data Processing (ADP)

4.0
Compare

Carelon Global Solutions

4.0
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