Upload Button Icon Add office photos

Filter interviews by

Ittiam Systems Engineer Interview Questions and Answers

Updated 25 Jul 2024

Ittiam Systems Engineer Interview Experiences

4 interviews found

Engineer Interview Questions & Answers

user image Anonymous

posted on 7 Sep 2023

Interview experience
1
Bad
Difficulty level
Moderate
Process Duration
-
Result
Selected Selected

I applied via Referral

Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Double-check your resume for any spelling mistakes. The recruiter may consider spelling mistakes as careless behavior or poor communication skills.
View all tips
Round 2 - Technical 

(1 Question)

  • Q1. OOPS C and C++ Code analysis (debugging)
Round 3 - Technical 

(1 Question)

  • Q1. Data structures Algorithm Puzzles Security vulnerability Memory mapping

Interview Preparation Tips

Interview preparation tips for other job seekers - Be conceptual. Just don't read have good coding skills and debugging skills and complete understanding of how the code works and logic building. And basics should be strong.

Engineer Interview Questions & Answers

user image Omkar Potadar

posted on 7 Sep 2023

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

I applied via Referral

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 

(1 Question)

  • Q1. OOPS C and C++ Code analysis (debugging)
Round 3 - Technical 

(1 Question)

  • Q1. Data structures Algorithm Puzzles Security vulnerability Memory mapping

Interview Preparation Tips

Interview preparation tips for other job seekers - Be conceptual. Just don't read have good coding skills and debugging skills and complete understanding of how the code works and logic building. And basics should be strong.

Engineer Interview Questions Asked at Other Companies

asked in Eaton
Q1. ❖ If a team member is unable to carry out his work, he is doing i ... read more
Q2. What is inheritance? Show me by a code that shouldn't be a pseudo ... read more
asked in Qualcomm
Q3. What is Min-Cut placement algorithm? Given some block sizes, use ... read more
Q4. What is neutonian fluid ? , Stages of fracture, working of engine ... read more
Q5. What is normalization? What do you mean by 1NF, 2NF, 3NF, 4NF?

Engineer Interview Questions & Answers

user image Anonymous

posted on 19 Jan 2015

Interview Preparation Tips

Round: Test
Experience: Questions asked in the test : Core
Tips: Preparations for the test : Study materials
Duration: 60 minutes

Round: Interview
Experience: HR was more elaborate than the technical.... They make sure the candidate has the right kind of attitude to work with them. It was more like psychological test.The HR interview is very unique.

Round: Interview
Tips: Good hold on subjects

Skill Tips: It will be good if you prepare well in all subjects which you may be expecting... I stuck to a single profile (my core area) so it was bit easier for me.
In wireless communication learn about OFDM,CDMA.
Skills: DSP, Digital Communications, Wireless Communication, C programming
College Name: IIT MADRAS

Engineer Interview Questions & Answers

user image Anonymous

posted on 21 Jan 2015

Interview Preparation Tips

Round: Test
Experience: Questions were mostly from the core subjects.
Duration: 60 minutes

Round: Interview
Experience: Technical round consisted of questions form topics like DSP, Digital Communications, Wireless, C programming.

Round: Interview
Experience: HR round more elaborate than the technical round. They make sure the candidate has the right kind of attitude to work with them. More like psychological test.

General Tips: Know in and out of the core subjects and have good hold on those subjects.
Always look confident and comfortable.
College Name: IIT MADRAS

Ittiam Systems interview questions for designations

 Software Engineer

 (6)

 Junior Engineer

 (1)

 Devops Engineer

 (1)

 Softwaretest Engineer

 (1)

Engineer Jobs at Ittiam Systems

View all

Interview questions from similar companies

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

Interview Questionnaire 

2 Questions

  • Q1. Which technology are you using, is this latest?
  • Ans. 

    We are using a variety of technologies, including some of the latest ones.

    • We are using React for our front-end development.

    • We are also using Node.js for our back-end development.

    • We are using Docker for containerization.

    • We are using Kubernetes for orchestration.

    • We are using AWS for cloud hosting.

    • We are constantly evaluating new technologies to see if they can improve our development process.

  • Answered by AI
  • Q2. If not then which technology can we use instead of this?
  • Ans. 

    It depends on the specific requirements and constraints of the project.

    • Consider the project's goals and objectives

    • Evaluate the available technologies and their capabilities

    • Assess the project's budget and timeline

    • Consult with stakeholders and experts in the field

    • Examples: React vs Angular, MySQL vs MongoDB, Java vs Python

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Hi,
Listen carefully and speak fluently.

I applied via Naukri.com and was interviewed in Mar 2021. There was 1 interview round.

Interview Questionnaire 

1 Question

  • Q1. C2H profile basic technology based question s only

Interview Preparation Tips

Interview preparation tips for other job seekers - Be confident about your answer
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Aptitude Test 

There are three sections: -
1. Quants
2. English
3. Reasoning
All sections are accessible medium but you have maintained the speed and accuracy.
after that coding snippet are in java/python.

Round 2 - Coding Test 

Code snippets are there in coding sections.

Interview Preparation Tips

Interview preparation tips for other job seekers - prepare all basic concepts and try to do good as well as u know.
Interview experience
4
Good
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
-

I applied via Campus Placement and was interviewed before Apr 2023. There were 2 interview rounds.

Round 1 - Aptitude Test 

Normal apptitude queations were asked in this round

Round 2 - Technical 

(1 Question)

  • Q1. Questions on javascript Basic of HTML, CSS

Interview Preparation Tips

Interview preparation tips for other job seekers - Be prepare for basics
Interview experience
3
Average
Difficulty level
Moderate
Process Duration
4-6 weeks
Result
Selected Selected

I applied via Campus Placement and was interviewed before Oct 2023. There was 1 interview round.

Round 1 - One-on-one 

(2 Questions)

  • Q1. Spring boot related questions
  • Q2. Java related questios
Round 1 - Coding Test 

Topics:
Python, Django, MySQL, Automation, Technical questions

Round 2 - Technical 

(3 Questions)

  • Q1. Topics: Python, Django, MySQL, Automation, Technical questions
  • Q2. Explain Django Architecture
  • Ans. 

    Django follows Model-View-Controller (MVC) architectural pattern.

    • Django has a high-level architecture that follows the Model-View-Controller (MVC) architectural pattern.

    • The Model layer represents the database schema and business logic.

    • The View layer is responsible for rendering the templates and presenting the data to the user.

    • The Controller layer handles the user's input and interacts with the Model and View layers.

    • Dj...

  • Answered by AI
  • Q3. Difference between XML and JSON
  • Ans. 

    XML is a markup language while JSON is a lightweight data interchange format.

    • XML uses tags to define elements while JSON uses key-value pairs.

    • XML is more verbose and complex than JSON.

    • JSON is easier to read and parse than XML.

    • XML supports namespaces and validation while JSON does not.

    • XML is widely used in web services and document exchange while JSON is preferred for data exchange between applications.

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare well on Python Django
Showcase your skills

Skills evaluated in this interview

Ittiam Systems Interview FAQs

How many rounds are there in Ittiam Systems Engineer interview?
Ittiam Systems interview process usually has 3 rounds. The most common rounds in the Ittiam Systems interview process are Technical and Resume Shortlist.
How to prepare for Ittiam Systems Engineer 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 Ittiam Systems. The most common topics and skills that interviewers at Ittiam Systems expect are Agile Coaching, Android, Application Development, C++ and Debugging.
What are the top questions asked in Ittiam Systems Engineer interview?

Some of the top questions asked at the Ittiam Systems Engineer interview -

  1. Data structures Algorithm Puzzles Security vulnerability Memory mapp...read more
  2. OOPS C and C++ Code analysis (debuggi...read more

Tell us how to improve this page.

Ittiam Systems Engineer Interview Process

based on 3 interviews

Interview experience

3
  
Average
View more

Engineer Interview Questions from Similar Companies

TCS Engineer Interview Questions
3.7
 • 21 Interviews
Wipro Engineer Interview Questions
3.7
 • 4 Interviews
View all
Ittiam Systems Engineer Salary
based on 11 salaries
₹9.2 L/yr - ₹18 L/yr
152% more than the average Engineer Salary in India
View more details

Ittiam Systems Engineer Reviews and Ratings

based on 2 reviews

2.6/5

Rating in categories

2.6

Skill development

2.6

Work-life balance

3.8

Salary

2.2

Job security

2.6

Company culture

2.6

Promotions

2.2

Work satisfaction

Explore 2 Reviews and Ratings
Engineer, Video Codecs

Bangalore / Bengaluru

2-5 Yrs

Not Disclosed

Explore more jobs
Senior Engineer
29 salaries
unlock blur

₹11.6 L/yr - ₹26 L/yr

Software Engineer
23 salaries
unlock blur

₹9.3 L/yr - ₹19.5 L/yr

Software Development Engineer
17 salaries
unlock blur

₹10.4 L/yr - ₹17 L/yr

Senior Software Engineer
12 salaries
unlock blur

₹13.4 L/yr - ₹30 L/yr

Engineer
11 salaries
unlock blur

₹9.2 L/yr - ₹18 L/yr

Explore more salaries
Compare Ittiam Systems with

Accel Frontline

4.0
Compare

Pitney Bowes

3.8
Compare

Apmosys Technologies

3.4
Compare

DynPro

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