Upload Button Icon Add office photos

Filter interviews by

Key Management Group Interview Questions and Answers

Updated 30 Oct 2024

Key Management Group Interview Experiences

Popular Designations

7 interviews found

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

I applied via Recruitment Consulltant and was interviewed in Sep 2024. There was 1 interview round.

Round 1 - Technical 

(2 Questions)

  • Q1. Define functions
  • Ans. 

    Functions in SQL are reusable code blocks that perform a specific task and return a value.

    • Functions can be built-in (provided by the database system) or user-defined.

    • They can accept input parameters and return a single value or a table of values.

    • Examples of built-in functions include SUM(), AVG(), and GETDATE().

  • Answered by AI
  • Q2. What sum do in window functions
  • Ans. 

    SUM in window functions calculates the sum of a specified column over a window of rows.

    • Calculates the sum of a specified column over a window of rows

    • Can be used with other window functions like ROW_NUMBER, RANK, etc.

    • Example: SELECT SUM(sales) OVER (PARTITION BY department) AS department_total_sales FROM sales_data;

  • Answered by AI

SQL Developer Interview Questions asked at other Companies

Q1. How is a change request in application serviced by development team (business analysis, code analysis, discussion with BA, requirment freeze, etc.)
View answer (4)
Interview experience
1
Bad
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(1 Question)

  • Q1. Retesting and regression

Interview Preparation Tips

Interview preparation tips for other job seekers - Don't join worst company

Senior Quality Analyst Interview Questions asked at other Companies

Q1. - Difference Between Verification and Vakudation -Difference between Microprocessor and Microcontroller -Test levels - Difference between Smoke and Regression - Who does Verification of software and Validation of Software - If a functionali... read more
View answer (1)
Interview experience
5
Excellent
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Walk-in and was interviewed in Nov 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 - Demo 

(3 Questions)

  • Q1. Related to demo class
  • Q2. Who is Father of computer?
  • Ans. 

    The father of computer is considered to be Charles Babbage.

    • Charles Babbage is known for his work on the Analytical Engine, a mechanical general-purpose computer.

    • He is often referred to as the 'father of the computer' due to his contributions to the concept and design of programmable computers.

    • Babbage's ideas and designs laid the foundation for modern computers and computing technology.

    • His work influenced subsequent pio...

  • Answered by AI
  • Q3. Which year python was developed?
  • Ans. 

    Python was developed in 1991.

    • Python was created by Guido van Rossum in 1991.

    • The first version of Python, Python 0.9.0, was released in February 1991.

    • Python's development was motivated by the desire to have a language that was easy to read and write.

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

(4 Questions)

  • Q1. Give HTML abbreviations
  • Ans. 

    HTML abbreviations are short forms used in HTML coding for easier and faster writing.

    • HTML - HyperText Markup Language

    • CSS - Cascading Style Sheets

    • JS - JavaScript

    • API - Application Programming Interface

  • Answered by AI
  • Q2. Hypertext markup language
  • Q3. Who was developed HTML
  • Ans. 

    Tim Berners-Lee developed HTML (Hypertext Markup Language).

    • HTML was developed by Tim Berners-Lee in 1991.

    • It is the standard markup language for creating web pages.

    • HTML uses tags to structure content and define elements on a webpage.

  • Answered by AI
  • Q4. Tim Berners Lee in 1997

Interview Preparation Tips

Interview preparation tips for other job seekers - In demo class we can observe the students and interact them

Skills evaluated in this interview

Assistant Professor Interview Questions asked at other Companies

Q1. Can you assist pg students project and puplish research article in High impact factor indexed journal
View answer (4)
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

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

(2 Questions)

  • Q1. About your self
  • Q2. General knowledge
Round 3 - Technical 

(3 Questions)

  • Q1. Who many osi layers
  • Ans. 

    There are 7 OSI layers in the OSI model.

    • There are 7 layers in the OSI (Open Systems Interconnection) model.

    • Each layer has a specific function and interacts with adjacent layers.

    • Examples of OSI layers include Physical, Data Link, Network, Transport, Session, Presentation, and Application layers.

  • Answered by AI
  • Q2. Why use the python
  • Ans. 

    Python is versatile, easy to learn, has a large community support, and is widely used in networking for automation and scripting.

    • Python is versatile and can be used for a wide range of tasks in networking such as automation, scripting, and network monitoring.

    • Python has a simple and readable syntax, making it easy to learn and use for network engineers.

    • Python has a large community support with a vast number of libraries...

  • Answered by AI
  • Q3. What difference between ospf & BJp
  • Ans. 

    OSPF is a link-state routing protocol while BGP is a path vector routing protocol.

    • OSPF is used within an autonomous system, while BGP is used between autonomous systems.

    • OSPF calculates the shortest path based on link cost, while BGP selects the best path based on policies and attributes.

    • OSPF uses Dijkstra algorithm for routing, while BGP uses the path vector algorithm.

    • OSPF is typically used in internal networks, while ...

  • Answered by AI

Skills evaluated in this interview

Network Engineer Interview Questions asked at other Companies

Q1. TCP/IP layers, why is transport needed for communication? What is Subnet mask and how does it help in data communication. Why is Vlan needed? Based on what information does a switch and router send a packet or frame? Types of arp, What is p... read more
View answer (2)

Key Management Group interview questions for popular designations

 Network Engineer

 (2)

 Assistant Professor

 (1)

 Software Developer

 (1)

 Civil Site Engineer

 (1)

 SQL Developer

 (1)

 Senior Quality Analyst

 (1)

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

I applied via Walk-in and was interviewed in Oct 2022. There were 2 interview rounds.

Round 1 - Coding Test 

Phthon coding problem solved

Round 2 - Technical 

(5 Questions)

  • Q1. What is different between TCP and UDP
  • Ans. 

    TCP is connection-oriented, reliable, and slower, while UDP is connectionless, unreliable, and faster.

    • TCP is connection-oriented, meaning it establishes a connection before sending data.

    • TCP is reliable, as it ensures all data packets are received in order and without errors.

    • TCP is slower than UDP due to the overhead of establishing and maintaining connections.

    • UDP is connectionless, meaning it does not establish a conne...

  • Answered by AI
  • Q2. How to use bjp
  • Ans. 

    BJP stands for Border Gateway Protocol, used for routing between different autonomous systems on the internet.

    • BJP is a standardized exterior gateway protocol used to exchange routing information between different autonomous systems (AS).

    • It is commonly used by Internet Service Providers (ISPs) to establish routing policies and exchange network reachability information.

    • BJP operates by maintaining a table of IP networks o...

  • Answered by AI
  • Q3. Osfp routing configuration
  • Q4. Linux configuration
  • Q5. Vmware data backup

Skills evaluated in this interview

Network Engineer Interview Questions asked at other Companies

Q1. TCP/IP layers, why is transport needed for communication? What is Subnet mask and how does it help in data communication. Why is Vlan needed? Based on what information does a switch and router send a packet or frame? Types of arp, What is p... read more
View answer (2)
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
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 - One-on-one 

(2 Questions)

  • Q1. What's is effective depth?
  • Ans. 

    Effective depth is the distance from the centroid of the tension reinforcement to the extreme compression fiber.

    • It is a measure of the strength of a reinforced concrete beam or slab.

    • It is calculated by subtracting the cover from the overall depth of the section.

    • It is used to determine the amount of reinforcement required for a given load.

    • For example, if the overall depth of a beam is 500mm and the cover is 50mm, the ef

  • Answered by AI
  • Q2. What is neutral axis?.
  • Ans. 

    The neutral axis is an imaginary line passing through the centroid of a cross-section of a beam or column, where the stress is zero.

    • It is the line where the bending stress is zero.

    • It divides the cross-section of a beam or column into two parts, the compression zone and the tension zone.

    • The position of the neutral axis depends on the shape of the cross-section.

    • For example, in a rectangular cross-section, the neutral axi...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Learn theory,and show good attitude

Skills evaluated in this interview

Civil Site Engineer Interview Questions asked at other Companies

Q1. What is the minimum Grade of Concrete used in R.C.C. works?
View answer (66)

Interview Questionnaire 

1 Question

  • Q1. What C# multithreading
  • Ans. 

    C# multithreading allows multiple threads to execute concurrently, improving performance and responsiveness.

    • C# provides several classes and methods for multithreading, including the Thread class and the ThreadPool class.

    • Multithreading can be used to perform time-consuming tasks in the background while keeping the UI responsive.

    • Synchronization primitives like locks and semaphores can be used to prevent race conditions a...

  • Answered by AI

Skills evaluated in this interview

Software Developer Interview Questions asked at other Companies

Q1. Maximum Subarray Sum Problem Statement Given an array of integers, determine the maximum possible sum of any contiguous subarray within the array. Example: Input: array = [34, -50, 42, 14, -5, 86] Output: 137 Explanation: The maximum sum is... read more
View answer (43)

Interview questions from similar companies

I applied via Walk-in and was interviewed before Apr 2021. 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 

General knowledge

Round 3 - One-on-one 

(1 Question)

  • Q1. Working experience & skills

Interview Preparation Tips

Interview preparation tips for other job seekers - Good to go if get chance to join but salary is poor

I applied via Walk-in and was interviewed before Nov 2020. There were 5 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. All basic questions related to CCNA, What is ip address, DHCP ,TCP IP and so on.

Interview Preparation Tips

Interview preparation tips for other job seekers - Be confindent and talk about what you know rather than what questionnaire is asking to you.

Interview Questionnaire 

1 Question

  • Q1. Why should hire you
  • Ans. 

    I have extensive experience in network engineering and a strong track record of successfully implementing and managing complex networks.

    • I have a deep understanding of network protocols and technologies, allowing me to troubleshoot and resolve issues efficiently.

    • I have a proven ability to design and implement secure and scalable network architectures.

    • I am skilled in network monitoring and analysis, ensuring optimal perf...

  • Answered by AI

Interview Preparation Tips

Round: HR Interview
Experience: I completed cross that round successfully
Tips: I study interview question in internet

College Name: Maharishi mahesh yogi vedic vishvya vidhyalays jabalpur

Key Management Group Interview FAQs

How many rounds are there in Key Management Group interview?
Key Management Group interview process usually has 2 rounds. The most common rounds in the Key Management Group interview process are Technical, Resume Shortlist and One-on-one Round.
How to prepare for Key Management Group 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 Key Management Group. The most common topics and skills that interviewers at Key Management Group expect are Computer science, SQL, MVC, .Net Core and AS400.
What are the top questions asked in Key Management Group interview?

Some of the top questions asked at the Key Management Group interview -

  1. Which year python was develop...read more
  2. What difference between ospf & ...read more
  3. What is different between TCP and ...read more

Tell us how to improve this page.

Key Management Group Interview Process

based on 7 interviews

Interview experience

4
  
Good
View more

Interview Questions from Similar Companies

TCS Interview Questions
3.7
 • 10.5k Interviews
Accenture Interview Questions
3.8
 • 8.2k Interviews
Infosys Interview Questions
3.6
 • 7.6k Interviews
Wipro Interview Questions
3.7
 • 5.6k Interviews
Tech Mahindra Interview Questions
3.5
 • 3.8k Interviews
HCLTech Interview Questions
3.5
 • 3.8k Interviews
LTIMindtree Interview Questions
3.8
 • 2.9k Interviews
Mphasis Interview Questions
3.4
 • 796 Interviews
View all

Key Management Group Reviews and Ratings

based on 38 reviews

3.7/5

Rating in categories

3.2

Skill development

3.7

Work-life balance

3.4

Salary

3.8

Job security

3.5

Company culture

3.3

Promotions

3.5

Work satisfaction

Explore 38 Reviews and Ratings
Software Engineer
36 salaries
unlock blur

₹2.5 L/yr - ₹11 L/yr

Engineer
20 salaries
unlock blur

₹3.5 L/yr - ₹7 L/yr

Senior Software Engineer
17 salaries
unlock blur

₹8.5 L/yr - ₹20 L/yr

Network Engineer
10 salaries
unlock blur

₹2.4 L/yr - ₹4.5 L/yr

QA Specialist
7 salaries
unlock blur

₹3.5 L/yr - ₹4.5 L/yr

Explore more salaries
Compare Key Management Group with

TCS

3.7
Compare

Infosys

3.6
Compare

Wipro

3.7
Compare

HCLTech

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