Upload Button Icon Add office photos
Engaged Employer

i

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

CONSYST Verified Tick

Compare button icon Compare button icon Compare

Filter interviews by

CONSYST Interview Questions and Answers

Updated 9 Feb 2025

CONSYST Interview Experiences

Popular Designations

3 interviews found

Embedded Software Engineer Interview Questions & Answers

user image HUWAIRIS IBNU KABEER

posted on 9 Feb 2025

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

C language, Embedded projects, libraries used, etc.

Round 2 - Technical 

(2 Questions)

  • Q1. C language, core questions, string manipulation, bit manipulation etc
  • Q2. Embedded projects

Embedded Software Engineer Interview Questions asked at other Companies

Q1. 3. 1)Do you know about Autosar. 2)define function definition and function declaration. 3)difference between structure and union. 4) define Enumeration 5)what is microcontroller and microprocessor and its applications 6)where we uses in real... read more
View answer (1)
Interview experience
5
Excellent
Difficulty level
Hard
Process Duration
Less than 2 weeks
Result
No response

I applied via Approached by Company and was interviewed in Oct 2024. There was 1 interview round.

Round 1 - Technical 

(2 Questions)

  • Q1. Details on GSD Files.
  • Q2. Questions on projects done in earlier organizations.

Industrial Automation Engineer Interview Questions asked at other Companies

Q1. Where are the Philips product company
View answer (1)

I applied via Company Website and was interviewed in Nov 2021. There were 3 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 

(1 Question)

  • Q1. Questions was based on our resume. whatever I mentioned in my resume all of them were asked.
Round 3 - HR 

(1 Question)

  • Q1. Explain about your project
  • Ans. 

    I worked on a project to develop a remote monitoring system for industrial equipment.

    • Designed and implemented a web-based interface for real-time monitoring of equipment performance

    • Developed algorithms to detect anomalies and predict equipment failures

    • Integrated the system with existing industrial control systems

    • Conducted field tests and collected data for analysis

    • Collaborated with a team of engineers to optimize syste

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - We must have a clear ideas about things whatever we mentioned in our resume.

Jobs at CONSYST

View all

Interview questions from similar companies

I applied via LinkedIn and was interviewed in May 2021. There were 3 interview rounds.

Interview Questionnaire 

4 Questions

  • Q1. What is closure and explain?
  • Ans. 

    Closure is a function that has access to variables in its outer scope, even after the outer function has returned.

    • Closure is created when a function is defined inside another function.

    • The inner function has access to the outer function's variables and parameters.

    • The inner function can access the outer function's variables even after the outer function has returned.

    • Closures are used for data privacy, event handlers, and...

  • Answered by AI
  • Q2. What is hoc, pure component and react.memo.
  • Ans. 

    hoc, pure component and react.memo are all ways to optimize React components.

    • Higher Order Components (HOC) are functions that take a component and return a new component with additional functionality.

    • Pure Components are components that only re-render when their props or state change.

    • React.memo is a higher order component that memoizes the result of a component rendering, preventing unnecessary re-renders.

  • Answered by AI
  • Q3.  Give the result of pre written javascript questions like counter increment.
  • Q4. One coding question in react.

Interview Preparation Tips

Interview preparation tips for other job seekers - Should have basics clear and try some coding questions in JavaScript.

Skills evaluated in this interview

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

I applied via Referral and was interviewed in Apr 2023. There were 2 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 

(2 Questions)

  • Q1. Last company work profile
  • Ans. 

    I worked as a Senior Software Engineer at XYZ Company.

    • Developed and maintained software applications

    • Collaborated with cross-functional teams to gather requirements and design solutions

    • Implemented new features and enhancements

    • Performed code reviews and provided technical guidance to junior developers

    • Resolved bugs and issues reported by users

    • Optimized application performance and scalability

    • Participated in agile developme

  • Answered by AI
  • Q2. Dot Net, oracle framework, sql related qu.
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Selected Selected

I applied via Walk-in and was interviewed before Jun 2022. There were 3 interview rounds.

Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Properly align and format text in your resume. A recruiter will have to spend more time reading poorly aligned text, leading to high chances of rejection.
View all tips
Round 2 - Technical 

(3 Questions)

  • Q1. What is recursive function?
  • Ans. 

    A recursive function is a function that calls itself within its definition.

    • A recursive function must have a base case to prevent infinite recursion.

    • Recursion is often used to solve problems that can be broken down into smaller, similar subproblems.

    • Example: Factorial function, Fibonacci sequence.

  • Answered by AI
  • Q2. Difference between c and c++
  • Ans. 

    C is a procedural programming language while C++ is an object-oriented programming language.

    • C is a procedural programming language, while C++ is a combination of procedural and object-oriented programming.

    • C does not support classes and objects, while C++ does.

    • C does not have built-in support for exception handling, while C++ does.

    • C does not have namespaces, while C++ does.

    • C does not have function overloading, while C++

  • Answered by AI
  • Q3. Inheritance and data structures?
Round 3 - Technical 

(2 Questions)

  • Q1. What are the Oops concepts
  • Ans. 

    Oops concepts are the fundamental principles of object-oriented programming, including inheritance, encapsulation, polymorphism, and abstraction.

    • Inheritance: Allows a class to inherit properties and behavior from another class.

    • Encapsulation: Bundling data and methods that operate on the data into a single unit.

    • Polymorphism: Ability to present the same interface for different data types.

    • Abstraction: Hiding the complex i...

  • Answered by AI
  • Q2. How to reverse any string
  • Ans. 

    To reverse a string, iterate through the characters and build a new string in reverse order.

    • Iterate through the characters of the string from end to start

    • Append each character to a new string to build the reversed string

    • Return the reversed string as the result

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Just prepare with basic programming and logical concepts

Skills evaluated in this interview

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

(2 Questions)

  • Q1. DSA Structures and Tests
  • Ans. 

    Understanding of data structures and algorithms is crucial for software engineering roles.

    • Knowledge of common data structures like arrays, linked lists, trees, graphs, etc.

    • Understanding of algorithms like sorting, searching, dynamic programming, etc.

    • Ability to analyze time and space complexity of algorithms.

    • Experience in writing efficient code using data structures and algorithms.

    • Familiarity with common data structure ...

  • Answered by AI
  • Q2. Question on vertx
Interview experience
3
Average
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Selected Selected

I applied via Referral and was interviewed before Jan 2023. There were 2 interview rounds.

Round 1 - Coding Test 

Normal DSA and sql is more then enough.

Round 2 - Technical 

(1 Question)

  • Q1. Project and subject related questions.

Interview Preparation Tips

Interview preparation tips for other job seekers - Clear with basic and some basic interview question.

Intern Interview Questions & Answers

Feuji user image Smitha D.M.

posted on 31 Jan 2024

Interview experience
5
Excellent
Difficulty level
Easy
Process Duration
4-6 weeks
Result
Selected Selected

I applied via Recruitment Consulltant and was interviewed in Jul 2023. There were 2 interview rounds.

Round 1 - Technical 

(1 Question)

  • Q1. Java related code snippets based mcq around 30 questions
Round 2 - One-on-one 

(2 Questions)

  • Q1. Core java concepts and sql and basic coding questions
  • Q2. Non prime numbers coding question continue , break difference polymorphism exception handling
Interview experience
1
Bad
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via Company Website and was interviewed in Apr 2023. 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 - Technical 

(3 Questions)

  • Q1. Tell me about yourself . about the product/ project related question
  • Q2. They will give you a set of requirement on which you have to write a user story.
  • Ans. During 30min they want you to write whole product workflow user story. which i find funny. they dont want to listen to your user story idea or analysis.
  • Answered Anonymously
  • Q3. Brd document formatting

CONSYST Interview FAQs

How many rounds are there in CONSYST interview?
CONSYST interview process usually has 2 rounds. The most common rounds in the CONSYST interview process are Technical, Resume Shortlist and HR.
How to prepare for CONSYST 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 CONSYST. The most common topics and skills that interviewers at CONSYST expect are Industrial Automation, SCADA, Automation, Instrumentation and Analytical.
What are the top questions asked in CONSYST interview?

Some of the top questions asked at the CONSYST interview -

  1. questions was based on our resume. whatever I mentioned in my resume all of the...read more
  2. C language, core questions, string manipulation, bit manipulation ...read more
  3. Details on GSD Fil...read more

Tell us how to improve this page.

CONSYST Interview Process

based on 2 interviews

Interview experience

5
  
Excellent
View more

Interview Questions from Similar Companies

TCS Interview Questions
3.7
 • 10.5k Interviews
Infosys Interview Questions
3.6
 • 7.6k 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
 • 797 Interviews
XenonStack Interview Questions
3.3
 • 26 Interviews
View all

CONSYST Reviews and Ratings

based on 26 reviews

4.3/5

Rating in categories

4.2

Skill development

4.2

Work-life balance

3.5

Salary

4.0

Job security

4.4

Company culture

3.9

Promotions

4.3

Work satisfaction

Explore 26 Reviews and Ratings
Control Panel Technician

Kochi

5-10 Yrs

Not Disclosed

Design Engineer - Control Systems

Kochi

2-7 Yrs

Not Disclosed

Industrial Automation Engineer

Kochi

3-8 Yrs

Not Disclosed

Explore more jobs
Software Developer
4 salaries
unlock blur

₹2.4 L/yr - ₹5.1 L/yr

HR Manager
4 salaries
unlock blur

₹3.3 L/yr - ₹4.2 L/yr

Applications Engineer
4 salaries
unlock blur

₹3.5 L/yr - ₹6.5 L/yr

Automation Engineer
4 salaries
unlock blur

₹1.5 L/yr - ₹6 L/yr

Software Engineer
3 salaries
unlock blur

₹3 L/yr - ₹5 L/yr

Explore more salaries
Compare CONSYST with

XenonStack

3.3
Compare

SISA Information Security

3.0
Compare

Convin

4.3
Compare

Orpak Systems

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