Upload Button Icon Add office photos
Engaged Employer

i

This company page is being actively managed by Systematix Infotech Team. If you also belong to the team, you can get access from here

Systematix Infotech Verified Tick

Compare button icon Compare button icon Compare

Filter interviews by

Systematix Infotech Interview Questions and Answers

Updated 9 Oct 2021

Systematix Infotech Interview Experiences

Popular Designations

5 interviews found

I applied via Company Website and was interviewed in Apr 2021. There were 4 interview rounds.

Interview Questionnaire 

2 Questions

  • Q1. What is SDLC and STLC ? Types of Testing?Types Of Test Cases And Test Data in different scenarios and difference between it / What is coverage techniques ? Difference between Defect , error, fault, damag...
  • Ans. 

    SDLC and STLC are software development and testing life cycles respectively. Types of testing include functional, performance, security, etc.

    • SDLC is a process followed for software development, while STLC is a process followed for software testing.

    • Types of testing include functional, performance, security, usability, etc.

    • Test cases are designed to test specific scenarios and test data is the input data used for testing...

  • Answered by AI
  • Q2. Answer of all these questions are easily available on Internet on different websites

Interview Preparation Tips

Interview preparation tips for other job seekers - Plz , Study basics about Software Testing and and should be clear about the topics you have study and be confident during Interview.

Skills evaluated in this interview

Software Tester Interview Questions asked at other Companies

Q1. Which is a best technique to generate automated test report ?
View answer (1)

I applied via Company Website and was interviewed in Jun 2021. There was 1 interview round.

Interview Questionnaire 

4 Questions

  • Q1. Tell me about your self?
  • Ans. 

    I am a motivated and dedicated engineer trainee with a strong passion for problem-solving and learning.

    • Completed a Bachelor's degree in Engineering with a focus on mechanical engineering.

    • Interned at a manufacturing company where I gained hands-on experience in designing and testing prototypes.

    • Proficient in CAD software such as AutoCAD and SolidWorks.

    • Strong analytical and problem-solving skills, demonstrated through suc...

  • Answered by AI
  • Q2. When you were think out of the box?
  • Ans. 

    I think out of the box when faced with complex engineering problems that require innovative solutions.

    • When I designed a new cooling system for a data center that reduced energy consumption by 30%

    • When I developed a novel algorithm for optimizing traffic flow in a city

    • When I proposed a unique material for constructing bridges that increased durability and reduced maintenance costs

  • Answered by AI
  • Q3. Why we select you?
  • Ans. 

    I am a highly motivated and dedicated individual with a strong technical background and a passion for engineering.

    • I have a solid educational foundation in engineering, with a degree in Mechanical Engineering.

    • I have completed several internships and projects where I gained hands-on experience in various engineering disciplines.

    • I possess excellent problem-solving skills and have a proven track record of successfully comp...

  • Answered by AI
  • Q4. Difference between smart work and hard work
  • Ans. 

    Smart work focuses on efficiency and effectiveness, while hard work emphasizes effort and perseverance.

    • Smart work involves finding innovative solutions and using resources efficiently.

    • Hard work involves putting in a lot of effort and working diligently.

    • Smart work aims to achieve goals in the most efficient way possible.

    • Hard work is often associated with physical labor and long hours.

    • Smart work requires strategic thinki...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - It was really good and I have selected in IT industry as a graduate engineer even I'm from non IT.... At last always keep a smile on your face and reply with confidence either it is wrong or right doesn't matter it, they just watching your confidence. And don't give lot of wrong reply it can impact bad for you so instead so wrong rply say no idea....

Engineer Trainee Interview Questions asked at other Companies

Q1. If 10 people had a meeting and they shake hands only once with each of the others, then how many handshakes will be there in total ?
View answer (8)

Interview Questionnaire 

2 Questions

  • Q1. What is c
  • Ans. 

    C is a general-purpose programming language used for system programming, embedded systems, and game development.

    • C was developed by Dennis Ritchie at Bell Labs in 1972.

    • It is a compiled language and is known for its efficiency and low-level programming capabilities.

    • C is used for developing operating systems, device drivers, and other system software.

    • It is also used in game development, particularly for developing game en...

  • Answered by AI
  • Q2. Write a program of duplicate array
  • Ans. 

    Program to find and remove duplicates in an array of strings

    • Create an empty array to store unique strings

    • Loop through the original array and check if each string is already in the unique array

    • If not, add it to the unique array

    • Return the unique array

  • Answered by AI

Skills evaluated in this interview

Graduate Engineer Interview Questions asked at other Companies

Q1. What is Finite Element Analysis? Explain using examples.
View answer (1)

Interview Questionnaire 

2 Questions

  • Q1. Ooos concept
  • Q2. Encapsulation,polymorphism,abstraction,inheritance,class,object

Junior Software Developer Interview Questions asked at other Companies

Q1. Given n coins for two players playing a game. Each player picks coins from the given n coins in such a way that he can pick 1 to 5 coins in one turn and the game continues for both the players. The player who picks the last coin looses the ... read more
View answer (3)

Systematix Infotech interview questions for popular designations

 Senior UI Developer

 (1)

 Graduate Engineer

 (1)

 Software Tester

 (1)

 Engineer Trainee

 (1)

 Junior Software Developer

 (1)

I applied via Referral and was interviewed before Oct 2020. There was 1 interview round.

Interview Questionnaire 

1 Question

  • Q1. JavaScript should have strong in basic concepts with es6 as well at least one framework/library specially React.

Interview Preparation Tips

Interview preparation tips for other job seekers - Javascript should be strong with basics.

Senior UI Developer Interview Questions asked at other Companies

Q1. Life cycle methods in react js, explain context API, advantages and disadvantages of context API, how is redux different from context API, different optimization techniques in react js, what are core web vitals, explain LCP, CLS, FID. What ... read more
View answer (1)

Interview questions from similar companies

I applied via Job Portal and was interviewed in May 2021. There were 6 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. How would you rate yourself

Interview Preparation Tips

Interview preparation tips for other job seekers - be truefull

I applied via Naukri.com and was interviewed in Jul 2021. There were 3 interview rounds.

Interview Questionnaire 

5 Questions

  • Q1. Given an input string "neeraj chopra" Write Python code to get output string as "jareen arpohc".
  • Ans. 

    The Python code to get the output string as 'jareen arpohc' from the input string 'neeraj chopra' is provided.

    • Split the input string into individual words

    • Reverse each word

    • Join the reversed words with a space in between

  • Answered by AI
  • Q2. Given a list of 10 numbers. Write a code to list only even numbers out of the original list.
  • Ans. 

    Code to list even numbers from a given list of 10 numbers.

    • Loop through the list of numbers

    • Check if each number is even using the modulo operator

    • If the number is even, add it to a new list of even numbers

    • Return the new list of even numbers

  • Answered by AI
  • Q3. SQL queries using Window Functions Rank() , Dense Rank() etc
  • Q4. Reversal of string in python code
  • Ans. 

    Reversing a string in Python code

    • Use slicing to reverse the string

    • Use the built-in function 'reversed()'

    • Convert the string to a list, reverse it, and then join it back to a string

  • Answered by AI
  • Q5. SQL queries in general.

Interview Preparation Tips

Interview preparation tips for other job seekers - There is hiring surge in the company so one should go for it .
Basic Python , SQL knowledge is enough to crack the interviews.

Skills evaluated in this interview

Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Aptitude Test 

Basic aptitude questions, statics, probability etc

Round 2 - HR 

(2 Questions)

  • Q1. Where do you live in the USA
  • Ans. 

    I live in New York City, the bustling metropolis known for its iconic landmarks and diverse culture.

    • I reside in the heart of Manhattan, surrounded by towering skyscrapers.

    • New York City is home to famous attractions like Times Square, Central Park, and the Statue of Liberty.

    • The city offers a vibrant arts and entertainment scene, with Broadway shows and world-class museums.

    • I enjoy exploring the diverse neighborhoods and ...

  • Answered by AI
  • Q2. Where do you see yourself in 5 years
  • Ans. 

    In 5 years, I see myself as a senior data analyst leading a team, utilizing advanced analytics to drive strategic decision-making.

    • Leading a team of data analysts

    • Utilizing advanced analytics techniques

    • Driving strategic decision-making

    • Continuously learning and staying updated with the latest trends in data analysis

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Basic aptitude and math skills are the key to success in the field of psychology and psychology in the field and in the field in
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
-
Result
Not Selected

I applied via Naukri.com and was interviewed in Jan 2024. There was 1 interview round.

Round 1 - Technical 

(1 Question)

  • Q1. Difference between Primary Key and Unique Key ?
  • Ans. 

    Primary key uniquely identifies each record in a table, while Unique key allows only unique values but can have null values.

    • Primary key enforces uniqueness and not null constraint on a column

    • Primary key can consist of multiple columns

    • Unique key allows only unique values but can have null values

    • Unique key can be applied to multiple columns as well

  • Answered by AI
Interview experience
3
Average
Difficulty level
Moderate
Process Duration
-
Result
-

I applied via Approached by Company

Round 1 - Technical 

(2 Questions)

  • Q1. Sql is the most important , Focus on Joins ,Sub query and Sql basics
  • Q2. Joining tables with different joins
  • Ans. 

    Joining tables with different joins in SQL

    • Use INNER JOIN to return rows when there is at least one match in both tables

    • Use LEFT JOIN to return all rows from the left table and the matched rows from the right table

    • Use RIGHT JOIN to return all rows from the right table and the matched rows from the left table

    • Use FULL JOIN to return rows when there is a match in one of the tables

  • Answered by AI

Skills evaluated in this interview

Systematix Infotech Interview FAQs

How to prepare for Systematix Infotech 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 Systematix Infotech. The most common topics and skills that interviewers at Systematix Infotech expect are PDF, Javascript, Digital Marketing, Communication Skills and JQuery.
What are the top questions asked in Systematix Infotech interview?

Some of the top questions asked at the Systematix Infotech interview -

  1. What is SDLC and STLC ? Types of Testing?Types Of Test Cases And Test Data in ...read more
  2. Write a program of duplicate ar...read more
  3. JavaScript should have strong in basic concepts with es6 as well at least one f...read more

Tell us how to improve this page.

Interview Questions from Similar Companies

TCS Interview Questions
3.7
 • 10.4k Interviews
Infosys Interview Questions
3.6
 • 7.5k 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
 • 2.9k Interviews
Mphasis Interview Questions
3.4
 • 788 Interviews
Affine Interview Questions
3.3
 • 48 Interviews
View all

Systematix Infotech Reviews and Ratings

based on 72 reviews

3.2/5

Rating in categories

3.3

Skill development

3.1

Work-life balance

2.8

Salary

3.2

Job security

3.1

Company culture

2.8

Promotions

3.1

Work satisfaction

Explore 72 Reviews and Ratings
Digital Marketing Trainee

Indore

0-1 Yrs

Not Disclosed

Lead Generation:

Indore

0-1 Yrs

Not Disclosed

Dot Net Indore

Indore

3-7 Yrs

Not Disclosed

Explore more jobs
Software Engineer
43 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Software Developer
32 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Senior Software Engineer
23 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Associate Software Engineer
21 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Graduate Engineer Trainee (Get)
19 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Explore more salaries
Compare Systematix Infotech 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