Upload Button Icon Add office photos
Engaged Employer

i

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

Efftronics Systems Verified Tick

Compare button icon Compare button icon Compare

Filter interviews by

Efftronics Systems Software Engineer Interview Questions and Answers

Updated 16 Dec 2024

Efftronics Systems Software Engineer Interview Experiences

7 interviews found

Interview experience
3
Average
Difficulty level
Moderate
Process Duration
4-6 weeks
Result
No response

I applied via Walk-in and was interviewed in Oct 2024. There were 3 interview rounds.

Round 1 - Coding Test 

All in one exam : maths , c programming , dbms , personality test

Round 2 - Coding Test 

C programming basic codes

Round 3 - Technical 

(2 Questions)

  • Q1. What is operating system
  • Ans. 

    An operating system is a software that manages computer hardware and provides services for computer programs.

    • Manages computer hardware resources such as CPU, memory, and storage

    • Provides a user interface for interacting with the computer

    • Supports running applications and managing processes

    • Examples include Windows, macOS, Linux, iOS, Android

  • Answered by AI
  • Q2. Count the number of occurences in program in c .
  • Ans. 

    Use a loop to iterate through the array and count the occurrences of a specific element.

    • Initialize a counter variable to keep track of the occurrences.

    • Use a loop to iterate through the array.

    • Check each element in the array and increment the counter if it matches the specific element.

    • Return the final count of occurrences.

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - prepare fundamentals of computer science

Skills evaluated in this interview

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

Aptitude and 3 coding questions

Round 2 - Technical 

(2 Questions)

  • Q1. All about C programming
  • Q2. Asked to write some program

Software Engineer Interview Questions Asked at Other Companies

asked in Qualcomm
Q1. Bridge and torch problem : Four people come to a river in the nig ... read more
asked in Capgemini
Q2. In a dark room,there is a box of 18 white and 5 black gloves. You ... read more
Q3. Tell me something about yourself. Define encapsulation. What is i ... read more
asked in Paytm
Q4. Puzzle : 100 people are standing in a circle .each one is allowed ... read more
asked in TCS
Q5. Find the Duplicate Number Problem Statement Given an integer arra ... read more
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Coding Test 

Good c language questions

Software Engineer Interview Questions & Answers

user image Jayendra Velaga

posted on 24 Sep 2024

Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Aptitude Test 

Asked general appitude questions with c

Efftronics Systems interview questions for designations

 Software Developer

 (3)

 Firmware Engineer

 (5)

 Embedded Engineer

 (2)

 Softwaretest Engineer

 (1)

 Embedded Firmware Engineer

 (2)

 Embedded Testing Engineer

 (1)

 Technical Solutions Engineer

 (1)

 R&D Engineer

 (2)

Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Aptitude Test 

Reasoning ,core ,code

Round 2 - Coding Test 

Codingtechnical interview

I applied via Campus Placement and was interviewed in Oct 2022. There were 2 interview rounds.

Round 1 - Technical 

(1 Question)

  • Q1. Mainly focussed on core subjects
Round 2 - Technical 

(1 Question)

  • Q1. Not yet attended to the 2nd round technical interview

Interview Preparation Tips

Interview preparation tips for other job seekers - Be confident on your core subjects related to your branch
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
No response

I applied via Campus Placement and was interviewed in Oct 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 - One-on-one 

(1 Question)

  • Q1. Completely on resume
Round 3 - Technical 

(1 Question)

  • Q1. Completely in exam

Interview Preparation Tips

Topics to prepare for Efftronics Systems Software Engineer interview:
  • c,dbms
Interview preparation tips for other job seekers - prepare resume

Interview questions from similar companies

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

Interview Questionnaire 

3 Questions

  • Q1. Project description
  • Ans. 

    Developed a web-based project management tool for a software development company.

    • Used Agile methodology for project management

    • Implemented user authentication and authorization

    • Integrated with third-party tools like JIRA and GitHub

    • Provided real-time project progress tracking

    • Generated reports for project analysis

  • Answered by AI
  • Q2. Python based problems
  • Q3. Embedded scenarios

Interview Preparation Tips

Interview preparation tips for other job seekers - Be frank about your self ration about your skills and maintain 2 way communication during the interview.

I applied via Campus Placement and was interviewed in Feb 2022. There were 2 interview rounds.

Round 1 - Aptitude Test 

It was aptitude and technical MCQ questions round

Round 2 - Technical 

(2 Questions)

  • Q1. Technical interview- regarding skills mentioned in resume and projects
  • Q2. In same round hr interview was done

Interview Preparation Tips

Interview preparation tips for other job seekers - prepare well what you mentioned in resume.

I appeared for an interview in Jan 2021.

Round 1 - Coding Test 

(1 Question)

Round duration - 30. minutes
Round difficulty - Easy

It was in the evening, question were moderate

  • Q1. 

    Count Subsequences Problem Statement

    Given an integer array ARR of size N, your task is to find the total number of subsequences in which all elements are equal.

    Explanation:

    A subsequence of an array i...

  • Ans. 

    Count the total number of subsequences in which all elements are equal in an integer array.

    • Iterate through the array and count the frequency of each element.

    • Calculate the total number of subsequences for each element using the formula (frequency * (frequency + 1) / 2).

    • Sum up the total number of subsequences for all elements and return the result modulo 10^9 + 7.

  • Answered by AI
Round 2 - Coding Test 

(1 Question)

Round duration - 30 minutes
Round difficulty - Easy

It was in the night around 9:00 PM.

  • Q1. 

    Pair Sum Problem Statement

    You are given an integer array 'ARR' of size 'N' and an integer 'S'. Your task is to find and return a list of all pairs of elements where each sum of a pair equals 'S'.

    Note:
    ...
  • Ans. 

    Given an array and a target sum, find all pairs of elements that add up to the target sum.

    • Iterate through the array and for each element, check if the complement (target sum - current element) exists in a hash set.

    • If the complement exists, add the pair to the result list.

    • Sort the pairs based on the first element and then the second element.

    • Return the list of pairs as the final result.

  • Answered by AI

Interview Preparation Tips

Professional and academic backgroundI completed Computer Science Engineering from Delhi Technological University. I applied for the job as Software Engineer in DelhiEligibility criteriaNo percentage criteria(good in aptitude)Vertiv Co interview preparation:Topics to prepare for the interview - Array, oops, algorithms, data structures, stackTime required to prepare for the interview - 4 monthsInterview preparation tips for other job seekers

Tip 1 : Learn new things daily 
Tip 2 : Practice questions 
Tip 3 : Keep one question in mind to solve.

Application resume tips for other job seekers

Tip 1 : Description about your skills 
Tip 2 : Project details

Final outcome of the interviewSelected

Skills evaluated in this interview

Efftronics Systems Interview FAQs

How many rounds are there in Efftronics Systems Software Engineer interview?
Efftronics Systems interview process usually has 2-3 rounds. The most common rounds in the Efftronics Systems interview process are Technical, Coding Test and Resume Shortlist.
How to prepare for Efftronics Systems Software 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 Efftronics Systems. The most common topics and skills that interviewers at Efftronics Systems expect are C++, Core Java, Debugging, Javascript and Monitoring.
What are the top questions asked in Efftronics Systems Software Engineer interview?

Some of the top questions asked at the Efftronics Systems Software Engineer interview -

  1. count the number of occurences in program in ...read more
  2. what is operating sys...read more
  3. Not yet attended to the 2nd round technical interv...read more

Tell us how to improve this page.

Efftronics Systems Software Engineer Interview Process

based on 8 interviews

2 Interview rounds

  • Coding Test Round
  • Technical Round
View more

Interview Questions from Similar Companies

Navitasys India Interview Questions
4.2
 • 101 Interviews
TE Connectivity Interview Questions
4.1
 • 84 Interviews
Vertiv Interview Questions
3.9
 • 49 Interviews
Ukb Electronics Interview Questions
3.7
 • 44 Interviews
Samsung Display Interview Questions
3.8
 • 43 Interviews
Livguard Interview Questions
4.0
 • 31 Interviews
View all
Efftronics Systems Software Engineer Salary
based on 30 salaries
₹2.9 L/yr - ₹10 L/yr
22% less than the average Software Engineer Salary in India
View more details

Efftronics Systems Software Engineer Reviews and Ratings

based on 6 reviews

2.6/5

Rating in categories

2.6

Skill development

2.3

Work-life balance

2.3

Salary

2.4

Job security

1.9

Company culture

1.9

Promotions

1.8

Work satisfaction

Explore 6 Reviews and Ratings
Service Engineer
52 salaries
unlock blur

₹1.5 L/yr - ₹4 L/yr

Solution Support Engineer
45 salaries
unlock blur

₹1.5 L/yr - ₹5.5 L/yr

Technical Support Engineer
35 salaries
unlock blur

₹1.7 L/yr - ₹5 L/yr

Firmware Engineer
30 salaries
unlock blur

₹3.5 L/yr - ₹8.7 L/yr

Software Engineer
30 salaries
unlock blur

₹2.9 L/yr - ₹10 L/yr

Explore more salaries
Compare Efftronics Systems with

TE Connectivity

4.1
Compare

Vertiv

3.9
Compare

Navitasys India

4.2
Compare

Flash Electronics

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