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

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)

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)

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)

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 Company Website and was interviewed before Dec 2020. There were 4 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. Questions on Java,SQL,some trending technologies(IOT,Big data),pattern questions, programming questions with different approaches.

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare basics of DSA, have knowledge about the databases, some common dml ,ddl statements, programming knowledge of a particular language like C,Java, python,etc...have good command on oops concepts... little bit of frameworks knowledge will also help

I applied via Referral and was interviewed before Jan 2021. There was 1 interview round.

Interview Questionnaire 

1 Question

  • Q1. Java questions

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare basic questions

I applied via Campus Placement and was interviewed before Feb 2021. There were 3 interview rounds.

Round 1 - Aptitude Test 

Aptitude round consists Logical reasoning, General Aptitude, Grammar related questions etc. All are moderate level questions.

Round 2 - Technical 

(3 Questions)

  • Q1. Explain OOPs w.r.t Java
  • Ans. 

    OOPs is a programming paradigm that uses objects to represent real-world entities. Java is an OOPs language.

    • OOPs stands for Object-Oriented Programming System

    • Java is a class-based OOPs language

    • Encapsulation, Inheritance, Polymorphism, and Abstraction are the four pillars of OOPs

    • Objects have state and behavior

    • Java supports interfaces, which allow for multiple inheritance

    • Example: A car can be represented as an object wit...

  • Answered by AI
  • Q2. Explain about the projects that you have worked on
  • Q3. Explain how Java solves machine dependency of code execution
  • Ans. 

    Java solves machine dependency by using bytecode and virtual machine.

    • Java code is compiled into bytecode which is platform-independent

    • The bytecode is executed by the Java Virtual Machine (JVM) which is platform-specific

    • JVM translates bytecode into machine code for the specific platform

    • This allows Java code to run on any platform with a JVM installed

    • Example: A Java program compiled on Windows can run on Linux or Mac as

  • Answered by AI
Round 3 - HR 

(2 Questions)

  • Q1. Why should we hire you?
  • Q2. Tell me about yourself.

Interview Preparation Tips

Topics to prepare for Infosys System Engineer interview:
  • Java
Interview preparation tips for other job seekers - Keep it simple, Prepare basics of 1st preferred Programming Language.

Skills evaluated in this interview

I applied via Campus Placement and was interviewed before May 2021. There were 2 interview rounds.

Round 1 - Aptitude Test 

Numerical ability and logical reasoning followed by some coding mcqs

Round 2 - Technical 

(1 Question)

  • Q1. Print 1 to 100 without for loop
  • Ans. 

    Printing 1 to 100 without for loop

    • Use recursion to print numbers from 1 to 99

    • Print 100 outside the recursion

    • Use a base case to stop recursion at 100

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare from interview bit and practice mcqs

I applied via Campus Placement and was interviewed before Jun 2021. There were 2 interview rounds.

Round 1 - Aptitude Test 

Simple aptitude test

Round 2 - One-on-one 

(1 Question)

  • Q1. General questions as per your cv

Interview Preparation Tips

Topics to prepare for Infosys System Engineer interview:
  • Aptitude
Interview preparation tips for other job seekers - Great company for freshers.. lot to learn and experience

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
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

Tech Mahindra

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