Upload Button Icon Add office photos

Filter interviews by

Cisco Meraki Support Engineer Interview Questions and Answers

Updated 22 Nov 2021

Cisco Meraki Support Engineer Interview Experiences

1 interview found

Interview Questionnaire 

2 Questions

  • Q1. How do you perform firmware upgrade on Meraki?
  • Ans. 

    To perform a firmware upgrade on Meraki, navigate to the dashboard, select the desired device, go to the firmware tab, and choose the upgrade option.

    • Login to the Meraki dashboard

    • Select the desired device

    • Go to the firmware tab

    • Choose the upgrade option

  • Answered by AI
  • Q2. What are your goals 5 years from now

Interview Preparation Tips

Interview preparation tips for other job seekers - Just study the basics especially R&S, they are also very keen to details

Skills evaluated in this interview

Top trending discussions

View All
Interview Tips & Stories
2w
toobluntforu
·
works at
Cvent
Can speak English, can’t deliver in interviews
I feel like I can't speak fluently during interviews. I do know english well and use it daily to communicate, but the moment I'm in an interview, I just get stuck. since it's not my first language, I struggle to express what I actually feel. I know the answer in my head, but I just can’t deliver it properly at that moment. Please guide me
Got a question about Cisco Meraki?
Ask anonymously on communities.

Interview questions from similar companies

Interview Questionnaire 

1 Question

  • Q1. About Yourself

Interview Preparation Tips

Round: Test
Experience: Test level was medium, as i also sat for mahindra, i found L&T test was harder than mahindra!
Tips: Just study RS agarwal

Round: Group Discussion
Experience: It was easy for me, coz i was aware about tips of GD
Tips: Be the leader, if possibleTalk in between, even if u dont know topic much
Duration: 20 minutes

Round: Interview
Experience: This question was damn easy for me, coz i can talk more based on my activities & resume
Tips: Dont hesitate, stay calm & describe yourself, but not family background

General Tips: Be yourself, no technical knowledge is required(depends on panel u get)
Skill Tips: ""
College Name: IIT Roorkee
Motivation: To get placed!

Support Engineer Interview Questions Asked at Other Companies

asked in HCLTech
Q1. How would you manage if someone asked you to work 24 hours in a d ... read more
asked in Salesforce
Q2. How to handle escalations/ your approach to solve any issues/ why ... read more
asked in HCLTech
Q3. How many cycles does a microprocessor run in MOV A, B?
asked in Salesforce
Q4. Write a SOQL query to retrieve Accounts and their related Contact ... read more
Q5. What is proxy & basic networking commands & networking de ... read more

I applied via Company Website and was interviewed in Aug 2020. There were 3 interview rounds.

Interview Questionnaire 

2 Questions

  • Q1. Nodejs basics,AWS S3,script file run command,how to catch db timeout
  • Q2. Connect db options,
  • Ans. 

    Connecting to a database has multiple options depending on the type of database and programming language used.

    • For SQL databases, options include using JDBC for Java, ODBC for C++, and ADO.NET for C#.

    • For NoSQL databases, options include using MongoDB's driver for Python or Node.js.

    • ORMs like Hibernate and Entity Framework can also be used to abstract away the database connection details.

    • Connection strings are used to spe...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Db connection attributes need to prepare well

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

Interview Questionnaire 

1 Question

  • Q1. Java releted quesion topics multithreading ,collections,srping mvc conttrolers

Interview Preparation Tips

Interview preparation tips for other job seekers - Please Be prepared for core java && advanced java knowledge and good exp in spring mvc and microservices.

I applied via Referral and was interviewed before Nov 2020. There were 4 interview rounds.

Interview Questionnaire 

4 Questions

  • Q1. What is dependency injection?
  • Ans. 

    Dependency injection is a design pattern where the dependencies of an object are provided externally.

    • Dependencies are objects that a class needs to function properly

    • Dependency injection allows for loose coupling between objects

    • There are three types of dependency injection: constructor injection, setter injection, and interface injection

    • Example: Instead of creating a new instance of a dependency within a class, the depe...

  • Answered by AI
  • Q2. What is steam api?
  • Ans. 

    Steam API is a set of tools and resources for game developers to integrate Steam features into their games.

    • Steam API provides access to features such as matchmaking, achievements, and user profiles.

    • Developers can use Steamworks SDK to integrate Steam features into their games.

    • Steam API also allows for in-game purchases and microtransactions.

    • Examples of games that use Steam API include Counter-Strike: Global Offensive a...

  • Answered by AI
  • Q3. Thread life cycle, deamon thread, deadlock
  • Q4. Internal working of hashmap
  • Ans. 

    HashMap is a data structure that stores key-value pairs and uses hashing to retrieve values quickly.

    • Hashing function is used to convert the key into an index of an array where the value is stored.

    • Collisions occur when two keys have the same hash value, which is resolved using separate chaining or open addressing.

    • HashMap uses an array of linked lists to handle collisions.

    • The load factor determines when the HashMap shoul...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Strong knowledge on core Java, Java 8, Spring annotations and basic SpringBoot and microservices knowledge

Skills evaluated in this interview

Interview Questionnaire 

1 Question

  • Q1. Explain your project thoroughly, then they will ask project related questions, core java(multi threading, collections, oops mostly), SQL,spring(basic) for java developer interview

I applied via LinkedIn and was interviewed in Dec 2020. There were 3 interview rounds.

Interview Questionnaire 

5 Questions

  • Q1. Questions were asked on scenario based on Natural ADABAS.
  • Q2. Difference between different types of read and find?
  • Ans. 

    Different types of read and find include sequential, binary, indexed, and hash.

    • Sequential read: reads data in order from start to end of file

    • Binary read: reads data in chunks of fixed size

    • Indexed read: uses an index to locate data

    • Hash read: uses a hash function to locate data

    • Sequential find: searches for data in order from start to end of file

    • Binary find: searches for data in chunks of fixed size

    • Indexed find: uses an i...

  • Answered by AI
  • Q3. What is Histogram?
  • Ans. 

    Histogram is a graphical representation of data distribution.

    • It consists of bars that represent the frequency of data within certain intervals.

    • The x-axis represents the intervals and the y-axis represents the frequency.

    • It is commonly used in statistics to analyze data distribution.

    • Example: A histogram of student grades in a class can show the distribution of grades.

    • Example: A histogram of the heights of people in a pop...

  • Answered by AI
  • Q4. How to get the data from adabas?
  • Ans. 

    To get data from Adabas, use Adabas API or Adabas SQL Gateway.

    • Adabas API provides a set of functions to access Adabas database directly.

    • Adabas SQL Gateway allows accessing Adabas data using SQL statements.

    • Adabas can also be accessed through middleware like JDBC or ODBC drivers.

    • Example: Using Adabas API, call the function 'ADAREAD' to read data from a file.

    • Example: Using Adabas SQL Gateway, execute a SELECT statement to...

  • Answered by AI
  • Q5. Do you know what is Get transaction
  • Ans. 

    Get transaction is a method to retrieve data from a database or blockchain.

    • Get transaction is used to retrieve a specific transaction from a database or blockchain.

    • It is commonly used in blockchain technology to retrieve information about a specific transaction on the blockchain.

    • In databases, it is used to retrieve data from a specific row or set of rows based on certain criteria.

    • Examples of databases that use Get tran...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Be confident and try to take the interviewer on your strong point.

Skills evaluated in this interview

Are these interview questions helpful?

I applied via Company Website and was interviewed in Dec 2021. There were 4 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 - Coding Test 

Java Multiple choice questions and 2 coding questions

Round 3 - Technical 

(3 Questions)

  • Q1. Collection in java works
  • Ans. 

    Collection in Java is a framework that provides interfaces and classes to store and manipulate groups of objects.

    • Collections can be used to store objects of any type.

    • Some common collection types include ArrayList, LinkedList, HashSet, and TreeMap.

    • Collections can be sorted, searched, and filtered using various methods.

    • Iterators can be used to traverse through collections and perform operations on each element.

    • Collection...

  • Answered by AI
  • Q2. Multithreading environment
  • Q3. 2 coding questions and reduce its complexity
Round 4 - One-on-one 

(1 Question)

  • Q1. Spring and cloud platform difference
  • Ans. 

    Spring is a framework for building Java applications, while cloud platform provides infrastructure for deploying and scaling applications.

    • Spring provides a set of tools and frameworks for building Java applications, while cloud platform provides infrastructure for deploying and scaling those applications.

    • Spring can be used with any cloud platform, while cloud platform can support applications built with any framework.

    • S...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Geeks for geeks for coding and concepts of java 8 , concepts of multithreading and collection is minimum required

Skills evaluated in this interview

I applied via Recruitment Consultant and was interviewed before Nov 2020. There was 1 interview round.

Interview Questionnaire 

2 Questions

  • Q1. Python programming questions
  • Q2. Custom Exceptional Handling

Interview Questionnaire 

7 Questions

  • Q1. When the company call me for interviews
  • Q2. I applied for the job
  • Q3. I completed my graduation in electronics and communication engineering
  • Q4. I am Sukhmani from fatehgarh sahib
  • Q5. When did other formality will done
  • Q6. My personal introduction
  • Q7. I am Sukhmani

Tell us how to improve this page.

Interview Questions from Similar Companies

Tata Steel Interview Questions
4.0
 • 928 Interviews
UltraTech Cement Interview Questions
4.2
 • 670 Interviews
S&P Global Interview Questions
4.0
 • 297 Interviews
TCE Interview Questions
3.8
 • 267 Interviews
Cummins Interview Questions
4.3
 • 252 Interviews
Jindal Stainless Interview Questions
4.2
 • 240 Interviews
View all
Senior Software Engineer
9 salaries
unlock blur

₹30 L/yr - ₹61.9 L/yr

Software Engineer
6 salaries
unlock blur

₹21.9 L/yr - ₹40.9 L/yr

Assistant Manager
3 salaries
unlock blur

₹5 L/yr - ₹6.5 L/yr

Senior Software Developer
3 salaries
unlock blur

₹23 L/yr - ₹45 L/yr

Graphic Visualiser
3 salaries
unlock blur

₹4 L/yr - ₹4 L/yr

Explore more salaries
Compare Cisco Meraki with

Larsen & Toubro Limited

3.9
Compare

Tata Steel

4.0
Compare

UltraTech Cement

4.2
Compare

Shapoorji Pallonji Group

4.1
Compare
write
Share an Interview