Upload Button Icon Add office photos

Filter interviews by

Cisco Meraki Embedded Software Engineer Interview Questions and Answers

Updated 29 Apr 2023

Cisco Meraki Embedded Software Engineer Interview Experiences

1 interview found

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

Aptitude easy and c mcq question and some basics program

Round 3 - Technical 

(1 Question)

  • Q1. C program prepare well

Embedded Software Engineer Jobs at Cisco Meraki

View all

Interview questions from similar companies

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

(2 Questions)

  • Q1. Basic c question
  • Q2. Basic C++ question
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via Recruitment Consulltant and was interviewed in Jul 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 

About C++ programming mcq oops concept

Round 3 - Technical 

(2 Questions)

  • Q1. Explain oops concept, pillars of c++, differences
  • Ans. 

    OOPs concept in C++ involves encapsulation, inheritance, polymorphism, and abstraction.

    • Encapsulation: Bundling data and methods that operate on the data into a single unit (class). Example: class Car { private: int speed; public: void accelerate() { speed += 10; } };

    • Inheritance: Allows a class to inherit properties and behavior from another class. Example: class ElectricCar : public Car { public: void chargeBattery() {...

  • Answered by AI
  • Q2. Program on Queue, difference between structure and class
  • Ans. 

    A queue is a data structure that follows the FIFO (First In First Out) principle. Structure and class are similar in C++, but classes have additional features like data hiding and inheritance.

    • In C++, a structure is a user-defined data type that can hold different types of data. It is used to group related data together. Example: struct Queue { int front, rear; int capacity; int* array; };

    • A class in C++ is similar to a ...

  • Answered by AI

Interview Preparation Tips

Topics to prepare for Tata Advanced Systems Embedded Software Engineer interview:
  • C++
  • Data Structures

Skills evaluated in this interview

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 

(1 Question)

  • Q1. Tell me about your self
Round 3 - Case Study 

Identify the problems

Round 4 - Case Study 

Select the major problems in the case

Round 5 - Technical 

(1 Question)

  • Q1. No
Round 6 - Assignment 
Round 7 - Technical 
Round 8 - Assignment 
Round 9 - Technical 
Round 10 - Technical 
Round 11 - Technical 
Round 12 - Technical 
Round 13 - Assignment 
Round 14 - Coding Test 
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. Basic c question
  • Q2. Basic C++ question
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via Recruitment Consulltant and was interviewed in Jul 2023. 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 - Aptitude Test 

About C++ programming mcq oops concept

Round 3 - Technical 

(2 Questions)

  • Q1. Explain oops concept, pillars of c++, differences
  • Ans. 

    OOPs concept in C++ involves encapsulation, inheritance, polymorphism, and abstraction.

    • Encapsulation: Bundling data and methods that operate on the data into a single unit (class). Example: class Car { private: int speed; public: void accelerate() { speed += 10; } };

    • Inheritance: Allows a class to inherit properties and behavior from another class. Example: class ElectricCar : public Car { public: void chargeBattery() {...

  • Answered by AI
  • Q2. Program on Queue, difference between structure and class
  • Ans. 

    A queue is a data structure that follows the FIFO (First In First Out) principle. Structure and class are similar in C++, but classes have additional features like data hiding and inheritance.

    • In C++, a structure is a user-defined data type that can hold different types of data. It is used to group related data together. Example: struct Queue { int front, rear; int capacity; int* array; };

    • A class in C++ is similar to a ...

  • Answered by AI

Interview Preparation Tips

Topics to prepare for Tata Advanced Systems Embedded Software Engineer interview:
  • C++
  • Data Structures

Skills evaluated in this interview

Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Group Discussion 

Discussing about basics of microcontroller

Round 2 - Coding Test 

Its on datastructure which is very difficult for ece background students

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

I applied via campus placement at Sri Vasavi Engineering College, Tadepalligudem and was interviewed before Jan 2023. There were 2 interview rounds.

Round 1 - Aptitude Test 

Consists of aptitude and reasoning

Round 2 - Technical 

(1 Question)

  • Q1. Self introduction and some technical based questions

I applied via Naukri.com and was interviewed in Jun 2021. There were 3 interview rounds.

Interview Questionnaire 

7 Questions

  • Q1. Rate your self in c and based on that they will ask different level of questions :structure padding?
  • Q2. What is the difference between volatile constant Int a, constant volatile int b?
  • Ans. 

    volatile constant and constant volatile are different in terms of read and write access.

    • volatile constant means the value can be changed by external factors but cannot be modified by the program

    • constant volatile means the value cannot be changed by external factors but can be modified by the program

    • the order of volatile and constant keywords matter

    • example: volatile const int a = 5; const volatile int *b = &a;

    • a can be c...

  • Answered by AI
  • Q3. Questions about CAN protocol :about arbitration field.?
  • Q4. Question about UDS protocol :what services and what 19 service ?
  • Ans. 19 service is a read DTC(diagnostic trouble code)
  • Answered Anonymously
  • Q5. What is sub function of 19 02?
  • Ans. 

    The sub function of 19 02 is not specified.

    • The question does not provide any context or information about the sub function of 19 02.

    • Without additional details, it is impossible to determine the specific sub function being referred to.

    • More information or clarification is needed to answer the question.

  • Answered by AI
  • Q6. Ask about projects which you have done previously?
  • Ans. I have said about my project explanation
  • Answered Anonymously
  • Q7. If you have Work experience ask about previous job role

Interview Preparation Tips

Interview preparation tips for other job seekers - What ever you say infornt of HR... Say confidently...dats it

Skills evaluated in this interview

I applied via Company Website and was interviewed in Apr 2021. There was 1 interview round.

Interview Questionnaire 

2 Questions

  • Q1. What will be the work.
  • Q2. What kind of projects

Interview Preparation Tips

Interview preparation tips for other job seekers - 2 rounds of Interview conducted.all the basic of c and cpp questions including storage class,structure,inline function,inheritance,related to project work done in previous company.

Cisco Meraki Interview FAQs

How many rounds are there in Cisco Meraki Embedded Software Engineer interview?
Cisco Meraki interview process usually has 3 rounds. The most common rounds in the Cisco Meraki interview process are Resume Shortlist, Aptitude Test and Technical.
How to prepare for Cisco Meraki Embedded 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 Cisco Meraki. The most common topics and skills that interviewers at Cisco Meraki expect are C++, Cisco, DHCP, DNS and Embedded Software.

Tell us how to improve this page.

Cisco Meraki Embedded Software Engineer Interview Process

based on 1 interview

Interview experience

3
  
Average
View more

Interview Questions from Similar Companies

Tata Steel Interview Questions
4.1
 • 836 Interviews
S&P Global Interview Questions
4.1
 • 276 Interviews
TCE Interview Questions
3.8
 • 246 Interviews
Cummins Interview Questions
4.3
 • 231 Interviews
Jindal Stainless Interview Questions
4.2
 • 204 Interviews
View all
Software Engineer
6 salaries
unlock blur

₹24.5 L/yr - ₹35 L/yr

Senior Software Engineer
6 salaries
unlock blur

₹30 L/yr - ₹61.9 L/yr

Software Developer
3 salaries
unlock blur

₹17.5 L/yr - ₹37 L/yr

Assistant Manager
3 salaries
unlock blur

₹5 L/yr - ₹6.5 L/yr

Network Engineer
3 salaries
unlock blur

₹18 L/yr - ₹24 L/yr

Explore more salaries
Compare Cisco Meraki with

Aruba Networks

4.1
Compare

Ruckus Networks

4.0
Compare

Extreme Networks

3.6
Compare

Juniper Networks

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