Upload Button Icon Add office photos

Emtec

Compare button icon Compare button icon Compare

Filter interviews by

Emtec SDE (Software Development Engineer) Interview Questions and Answers

Updated 15 Sep 2022

Emtec SDE (Software Development Engineer) Interview Experiences

1 interview found

I applied via Referral and was interviewed before Sep 2021. There were 3 interview rounds.

Round 1 - Coding Test 

Questions related to React and nodejs

Round 2 - Technical 

(3 Questions)

  • Q1. Given array: [1,3,4,[6,7,[8,5],9],2] Result array : [1,3,4,6,7,8,5,9,2]
  • Ans. 

    The given array needs to be flattened to a single-level array.

    • Iterate through the array elements

    • If an element is an array, recursively flatten it

    • If an element is not an array, add it to the result array

  • Answered by AI
  • Q2. Promise in javascript
  • Ans. 

    Promise is a way to handle asynchronous operations in JavaScript.

    • Promises represent a value that may not be available yet.

    • They have three states: pending, fulfilled, and rejected.

    • Promises can be chained using .then() and .catch() methods.

    • They help avoid callback hell and make code more readable.

    • Example: new Promise((resolve, reject) => {...})

  • Answered by AI
  • Q3. What are array methods in Javascript
  • Ans. 

    Array methods in Javascript are built-in functions that can be used to manipulate arrays.

    • Some common array methods are push(), pop(), shift(), unshift(), slice(), splice(), concat(), join(), indexOf(), and forEach().

    • push() adds one or more elements to the end of an array.

    • pop() removes the last element from an array.

    • shift() removes the first element from an array.

    • unshift() adds one or more elements to the beginning of a...

  • Answered by AI
Round 3 - One-on-one 

(2 Questions)

  • Q1. Asked about myself and few javascript concepts.
  • Q2. State and props from react
  • Ans. 

    State and props are two important concepts in React for managing data and passing data between components.

    • State is used to manage data within a component and can be updated using setState() method.

    • Props are used to pass data from parent component to child component.

    • State is mutable while props are immutable.

    • Example:

    • Example:

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Be confident whatever you are answering and say no if you don't know answer.

Skills evaluated in this interview

Top trending discussions

View All
Interview Hub
1w (edited)
anshitanegi
·
ex -
Planet Spark
When HR’s Chinese English made me drop the interview!
So, I talked to the HR yesterday about the interview. I asked Please send me the location But their English… bro I was shocked! It was like talking to someone jisne english nahi kuch ar hi seekh liya ho, if the HR’s English is this I can only imagine the rest of the company I decided to drop the interview with this chinese english😶‍🌫️
FeedCard Image
Got a question about Emtec?
Ask anonymously on communities.

Interview questions from similar companies

Interview experience
5
Excellent
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Referral and was interviewed in Sep 2023. 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 - Aptitude Test 

Very easy roundand is it a program to implement Parallel Merge Sort and can measure the performance

Round 3 - Coding Test 

Coding and decoding reasoning for the shield season is over now I am not sure

Interview Preparation Tips

Interview preparation tips for other job seekers - Learning in the morning and have a couple years back home

SDE (Software Development Engineer) Interview Questions Asked at Other Companies

asked in Carwale
Q1. Given a string consisting of lowercase alphabets, write a functio ... read more
Q2. How would you design a text editor like notepad, focusing on the ... read more
asked in Carwale
Q3. Given a balance and 100 coins, where one coin is heavier than the ... read more
Q4. Given a binary search tree, print the path which has the sum equa ... read more
asked in Housing.com
Q5. Given a 1024x1024 map with flats at locations (x, y) and a visibi ... read more
Interview experience
3
Average
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
No response

I applied via Naukri.com and was interviewed in Mar 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 

(5 Questions)

  • Q1. What are oops concepts in java, explain real time scenario
  • Q2. Uses of interface, inheritance
  • Ans. 

    Interfaces define contracts for behavior, while inheritance allows for code reuse and polymorphism.

    • Interfaces allow for loose coupling and abstraction, enabling multiple implementations of the same behavior.

    • Inheritance allows for code reuse and extension of existing classes, reducing code duplication.

    • Polymorphism allows objects of different classes to be treated as if they were of the same class, simplifying code and i...

  • Answered by AI
  • Q3. SQL query for join of tables
  • Q4. Java concepts used in your project
  • Q5. Overloading vs overriding, practical uses

Interview Preparation Tips

Topics to prepare for Zebra Technologies Software Developer interview:
  • Core Java
  • OOPS
  • collection framework
  • Database Management

Skills evaluated in this interview

Interview experience
3
Average
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
No response

I applied via Recruitment Consulltant and was interviewed in May 2024. There were 3 interview rounds.

Round 1 - Aptitude Test 

Logical reasoning and Aptitude

Round 2 - Coding Test 

Functions with Pointers and strings concepts

Round 3 - Technical 

(2 Questions)

  • Q1. Mainly on Pointers and Dynamic Memory Allocation of 2-D Array
  • Q2. Structure Padding and Packing

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare in depth in C and mainly on Bit-Manipulation.
Interview experience
5
Excellent
Difficulty level
Hard
Process Duration
More than 8 weeks
Result
No response

I applied via Walk-in and was interviewed before Jun 2023. There was 1 interview round.

Round 1 - Technical 

(2 Questions)

  • Q1. What is interface ?
  • Q2. Hat is encapsulation
  • Ans. 

    Encapsulation is the concept of bundling data and methods that operate on the data into a single unit.

    • Encapsulation helps in hiding the internal state of an object and restricting access to it.

    • It allows for better control over the data by preventing direct access from outside the class.

    • Encapsulation promotes code reusability and makes the code easier to maintain.

    • Example: In a class representing a car, the variables lik...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Be strong with ur basics

Skills evaluated in this interview

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

10 apti questions and 10 technical mcq on cpp

Round 2 - Technical 

(2 Questions)

  • Q1. Oops concept question
  • Q2. Sql queries on join
Be interview-ready. Browse the most asked HR questions.
illustration image
Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Aptitude Test 

Oops topic and aptitude

Are these interview questions helpful?

I applied via Recruitment Consultant and was interviewed before Oct 2020. There were 3 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. Python file handling, input,output, in a file, Sql joins, list sort in python, basics of GIS, Web service how to test

Interview Preparation Tips

Interview preparation tips for other job seekers - This is hust basics not deep dive, strog ur basics to crack

Software Engineer Interview Questions & Answers

American Megatrends user image R. Arockia Ratheesh Sahayaraj

posted on 6 Nov 2015

Interview Preparation Tips

Round: Test
Experience: Only 24 people from my campus attended the placement process of this company.The experience wasn't really good.I wasn't 
short-listed for next round as my CGPA was 7.5 and need was of above 7.5 ,as they were maintaining standards.

Round: Test
Experience: 1.C aps was really tough.
2.Section 2 we had to choose either Microprocessor or Java,I preferred microprocessor . 3.Simple Questions on 8085 and 8086 instruction set was asked.
4.How much memory are there are 20 address lines,
5.Difference between SRAM and DRAM.
6.ROM is used for stack or not.
7.What are contents of Stack Pointer after PUSH and POP operation.
8.What happens after RET instruction?
9.What is CMC equivalent instruction?

Round: Test
Experience: 16 questions on Quant which are :-
Odd number in a series, Area and Volume, Games of Skill, Time and Work, Average, Trains, Boats 
and Streams, Profit and Gain were asked.
If no. of handshakes is 66,find total number of People.?
A lotus in a pond doubles in size everyday,if it fills the pond on 20th day,when will be the pond would be half?
LOGICAL REASONING-
4 men are on the side of a bridge.One torch light is with them and without it they cannot cross 
the bridge.The bridge can withstand only 2 people at a time.The time required by the persons are 1 
min,2 mins,7 mins,10 mins respectively.Find the shortest time required by all of em to cross the
bridge.
(Answer: 17 minutes)

Round: SOFT SKILLS
Experience: scenario based questions were asked:-
1.working on a project in your company and your brother is in urgent need of a project.What will you do?
2.Your friend mails the project details to some other company.what will be you reaction?
3.Your boss allows to take your team members for a treat.Whether you choose costly one or within budget?
4.Your favorite subject in your curriculum and Why?
5.Where you would view yourself in 5 years?
6.What is a dream company in your terms?
7.Any situation were your work was criticized and what was your reaction?

Skills:
College Name: Anna University Chennai
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Referral and was interviewed in Sep 2022. 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 - HR 

(3 Questions)

  • Q1. Tell me about yourself
  • Q2. Your education background
  • Q3. How soon you can join
Round 3 - Technical 

(1 Question)

  • Q1. Technical skills? What do you know about DBMS
  • Ans. 

    DBMS stands for Database Management System. It is a software system that allows users to define, create, maintain and control access to databases.

    • DBMS is used to manage large amounts of data efficiently.

    • It provides a way to store, retrieve and manipulate data in a structured way.

    • Examples of popular DBMS include MySQL, Oracle, and Microsoft SQL Server.

    • DBMS can be used in various applications such as banking, healthcare,...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Be confident and brush up your skills before an interview and definitely give your best.

Skills evaluated in this interview

Emtec Interview FAQs

How many rounds are there in Emtec SDE (Software Development Engineer) interview?
Emtec interview process usually has 3 rounds. The most common rounds in the Emtec interview process are Coding Test, Technical and One-on-one Round.
What are the top questions asked in Emtec SDE (Software Development Engineer) interview?

Some of the top questions asked at the Emtec SDE (Software Development Engineer) interview -

  1. Given array: [1,3,4,[6,7,[8,5],9],2] Result array : [1,3,4,6,7,8,5,9...read more
  2. What are array methods in Javascr...read more
  3. Promise in javascr...read more

Tell us how to improve this page.

Emtec SDE (Software Development Engineer) Salary
based on 4 salaries
₹7.7 L/yr - ₹12 L/yr
66% less than the average SDE (Software Development Engineer) Salary in India
View more details

Emtec SDE (Software Development Engineer) Reviews and Ratings

based on 1 review

4.0/5

Rating in categories

4.0

Skill development

4.0

Work-life balance

4.0

Salary

4.0

Job security

4.0

Company culture

4.0

Promotions

4.0

Work satisfaction

Explore 1 Review and Rating
Software Development Engineer
97 salaries
unlock blur

₹9 L/yr - ₹16.3 L/yr

Senior Software Development Engineer
65 salaries
unlock blur

₹17.6 L/yr - ₹27 L/yr

Technical Lead
54 salaries
unlock blur

₹23.2 L/yr - ₹35.2 L/yr

Senior Software Engineer
45 salaries
unlock blur

₹15.1 L/yr - ₹28 L/yr

Software Developer
42 salaries
unlock blur

₹9 L/yr - ₹15.1 L/yr

Explore more salaries
Compare Emtec with

Pitney Bowes

3.7
Compare

Dataflow Group

2.9
Compare

Sagitec Solutions

3.6
Compare

Zebra Technologies

3.8
Compare
write
Share an Interview