Upload Button Icon Add office photos

Filter interviews by

EagleBurgmann Servicenow Developer Interview Questions and Answers

Updated 30 Apr 2024

EagleBurgmann Servicenow Developer Interview Experiences

1 interview found

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

(2 Questions)

  • Q1. Servicenow developer
  • Q2. Servicenow admin
Round 2 - Technical 

(1 Question)

  • Q1. Scenario based questions

Interview Preparation Tips

Interview preparation tips for other job seekers - Be clear with your prep

Interview questions from similar companies

Interview experience
1
Bad
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
No response
Round 1 - Coding Test 

30 question of c code snippet 5 question of aptitude and 2 coding question

Round 2 - Technical 

(2 Questions)

  • Q1. Storage class in c
  • Ans. 

    Storage classes in C define the scope and lifetime of variables.

    • There are 4 storage classes in C: auto, register, static, and extern.

    • Auto variables are stored in memory and have local scope.

    • Register variables are stored in CPU registers for faster access.

    • Static variables retain their value between function calls.

    • Extern variables are declared outside of any function and can be accessed by other files.

  • Answered by AI
  • Q2. Mutex and semaphore

Interview Preparation Tips

Interview preparation tips for other job seekers - not selected

Skills evaluated in this interview

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

I applied via Referral and was interviewed in May 2024. There were 4 interview rounds.

Round 1 - Aptitude Test 

It was a written round consists of Apti, coding and Verbal, cognitive.

Round 2 - Technical 

(3 Questions)

  • Q1. What is the features of Java and difference between JDK, JVM, JRE?
  • Ans. 

    Java is a popular programming language known for its features like platform independence, object-oriented programming, and automatic memory management.

    • JDK (Java Development Kit) is a software development kit used for developing Java applications. It includes JRE, compiler, debugger, and other tools.

    • JVM (Java Virtual Machine) is an abstract machine that provides a runtime environment for Java bytecode to be executed. It...

  • Answered by AI
  • Q2. Cocept of Inheritance
  • Ans. 

    Inheritance is a concept in object-oriented programming where a class inherits properties and behaviors from another class.

    • Inheritance allows for code reusability by creating a new class that is based on an existing class.

    • The new class, known as the subclass or derived class, inherits attributes and methods from the parent class, known as the superclass or base class.

    • Subclasses can also add new attributes or methods, o...

  • Answered by AI
  • Q3. And Many more questions related to JAVA, DSA, and React,Js
Round 3 - One-on-one 

(1 Question)

  • Q1. React js related questions and Javascript
Round 4 - HR 

(1 Question)

  • Q1. Family Background , relocation

Interview Preparation Tips

Topics to prepare for KONE Full Stack Developer interview:
  • Java
  • React.Js
  • DSA
  • Node.Js
  • Javascript
Interview preparation tips for other job seekers - Prepare well in React and DSA.

Skills evaluated in this interview

Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Aptitude Test 

As 1st round we had an aptitude test, which was not so hard. Also had two sets of coding questions at end of the test.

Interview Preparation Tips

Interview preparation tips for other job seekers - In the interview, I was asked about oops concepts and their advantages. And some basic level of Java question. SQL queries for a problem statement and finally asked me to solve a coding question. The overall experience of the interview was good.
Interview experience
3
Average
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
No response

I applied via LinkedIn and was interviewed in Jul 2024. There were 2 interview rounds.

Round 1 - Coding Test 

It was of 45 minutes they asked patterns and arrays question

Round 2 - HR 

(5 Questions)

  • Q1. What is your goal
  • Ans. 

    My goal is to continuously improve my coding skills, contribute to innovative projects, and eventually become a technical leader in the software development field.

    • Continuous improvement through learning new technologies and best practices

    • Contribute to innovative projects by developing high-quality, efficient code

    • Work towards becoming a technical leader by mentoring junior developers and leading technical initiatives

  • Answered by AI
  • Q2. Where do u see urself in 5 years
  • Ans. 

    In 5 years, I see myself as a senior software developer leading a team on innovative projects.

    • Continuing to enhance my technical skills and knowledge through ongoing learning and certifications

    • Taking on more leadership responsibilities and mentoring junior developers

    • Contributing to the success and growth of the company through my expertise and dedication

  • Answered by AI
  • Q3. What is computer networks
  • Ans. 

    Computer networks are systems of interconnected computers that communicate with each other to share resources and information.

    • Computer networks allow for the sharing of resources such as files, printers, and internet connections.

    • They enable communication between devices through protocols like TCP/IP.

    • Examples of computer networks include LANs (Local Area Networks) and WANs (Wide Area Networks).

  • Answered by AI
  • Q4. What is different layers in networks
  • Ans. 

    Different layers in networks refer to the hierarchical structure of network protocols and functions.

    • Layers help in organizing and managing network communication.

    • Examples of network layers include physical layer, data link layer, network layer, transport layer, and application layer.

    • Each layer has specific functions and protocols to ensure smooth communication between devices.

    • Layers help in modularizing network design a

  • Answered by AI
  • Q5. How does google start
  • Ans. 

    Google started as a research project by Larry Page and Sergey Brin while they were Ph.D. students at Stanford University.

    • Google was founded in 1998 by Larry Page and Sergey Brin.

    • The initial version of Google was called BackRub, which was a search engine that operated on Stanford servers.

    • Google's mission was to organize the world's information and make it universally accessible and useful.

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare well and improve ur speaking skills

Skills evaluated in this interview

Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-
Round 1 - One-on-one 

(2 Questions)

  • Q1. Given some problem statemts and asked to write the pseudo code,
  • Q2. What is Async and Await.
  • Ans. 

    Async and Await are keywords in JavaScript used to handle asynchronous operations in a synchronous manner.

    • Async is used to define a function as asynchronous, allowing it to run in the background without blocking the main thread.

    • Await is used to pause the execution of an async function until a Promise is settled, and then resumes the function with the resolved value.

    • Async functions always return a Promise, which allows ...

  • Answered by AI
Interview experience
3
Average
Difficulty level
Easy
Process Duration
2-4 weeks
Result
No response

I applied via Naukri.com and was interviewed in Nov 2023. There was 1 interview round.

Round 1 - Technical 

(2 Questions)

  • Q1. OOPS concepts like encapsulation, abstraction
  • Q2. Code to print most repeated in array
  • Ans. 

    Code to print most repeated string in array

    • Iterate through array and count occurrences of each string

    • Store counts in a dictionary

    • Find the string with the highest count

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare basic coding questions with normal project stack

Skills evaluated in this interview

Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
-

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

(3 Questions)

  • Q1. Questions about python basics
  • Q2. About our final year project
  • Q3. Some Reasoning question
Round 3 - HR 

(2 Questions)

  • Q1. About self introduction
  • Q2. About salary expectations

Interview Preparation Tips

Interview preparation tips for other job seekers - Be well prepared about your skills and should be very clear about our projects
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Coding Test 

Coding related to Arrays and String

Round 2 - Technical 

(1 Question)

  • Q1. Explain your project?

Interview Preparation Tips

Interview preparation tips for other job seekers - Stay calm, answer confidently
Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-

I applied via campus placement at Karpagam College of Engineering, Coimbatore

Round 1 - Group Discussion 

They asked about corona

EagleBurgmann Interview FAQs

How many rounds are there in EagleBurgmann Servicenow Developer interview?
EagleBurgmann interview process usually has 2 rounds. The most common rounds in the EagleBurgmann interview process are Technical.
What are the top questions asked in EagleBurgmann Servicenow Developer interview?

Some of the top questions asked at the EagleBurgmann Servicenow Developer interview -

  1. Scenario based questi...read more
  2. Servicenow develo...read more
  3. Servicenow ad...read more

Tell us how to improve this page.

Interview Questions from Similar Companies

Caterpillar Inc Interview Questions
4.3
 • 169 Interviews
KONE Interview Questions
4.2
 • 96 Interviews
Hitachi Interview Questions
4.1
 • 78 Interviews
SKF Interview Questions
4.1
 • 63 Interviews
Toshiba Interview Questions
3.9
 • 28 Interviews
Flowserve Interview Questions
4.0
 • 27 Interviews
Dover India Interview Questions
4.0
 • 27 Interviews
View all
Design Engineer
109 salaries
unlock blur

₹1.7 L/yr - ₹8 L/yr

Assistant Manager
23 salaries
unlock blur

₹6.7 L/yr - ₹15 L/yr

Senior Design Engineer
23 salaries
unlock blur

₹5.2 L/yr - ₹10.5 L/yr

Software Engineer
21 salaries
unlock blur

₹2.6 L/yr - ₹7.8 L/yr

Senior Engineer
17 salaries
unlock blur

₹4.8 L/yr - ₹8 L/yr

Explore more salaries
Compare EagleBurgmann with

Flowserve

4.0
Compare

John Crane Middle East

2.3
Compare

Aesseal

3.5
Compare

Flexitallic (India)

Compare

Calculate your in-hand salary

Confused about how your in-hand salary is calculated? Enter your annual salary (CTC) and get your in-hand salary
Did you find this page helpful?
Yes No
write
Share an Interview