Upload Button Icon Add office photos
Engaged Employer

i

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

CBSI Verified Tick

Compare button icon Compare button icon Compare

Filter interviews by

CBSI Network Support Engineer Interview Questions, Process, and Tips for Experienced

Updated 22 May 2019

CBSI Network Support Engineer Interview Experiences for Experienced

1 interview found

I applied via Naukri.com and was interviewed in Dec 2018. There were 7 interview rounds.

Interview Questionnaire 

7 Questions

  • Q1. He were asked abut my qualification and diploma , Total of working experience.
  • Q2. He was asked about HPC question little bit.
  • Q3. In this round they was taken total question in linux basic command.
  • Q4. What is yum ? whay we are using yum in linux ?
  • Ans. 

    yum is a package manager for Linux that automates software installation, updates, and removal.

    • yum stands for Yellowdog Updater Modified

    • It is used to manage packages and dependencies in Red Hat-based Linux distributions

    • It can be used to install, update, and remove software packages

    • It automatically resolves dependencies and downloads necessary packages

    • Examples of yum commands include 'yum install', 'yum update', and 'yum

  • Answered by AI
  • Q5. What is DHCP ?
  • Ans. 

    DHCP stands for Dynamic Host Configuration Protocol. It is a network protocol that automatically assigns IP addresses to devices.

    • DHCP is used to simplify network administration by automating the IP address assignment process.

    • It allows devices to obtain IP addresses and other network configuration information from a DHCP server.

    • DHCP leases IP addresses for a limited time period, after which the device must renew the lea...

  • Answered by AI
  • Q6. What is NFS?
  • Ans. 

    NFS stands for Network File System, a distributed file system protocol allowing a user on a client computer to access files over a network.

    • NFS allows a user to access files on a remote server as if they were on their local machine.

    • It is commonly used in Unix and Linux environments.

    • NFS uses RPC (Remote Procedure Call) to communicate between the client and server.

    • It supports both TCP and UDP protocols.

    • NFS can be used for...

  • Answered by AI
  • Q7. What is use of Apache server ?
  • Ans. 

    Apache server is a web server software used to serve web pages and applications.

    • Apache server is open-source software

    • It is used to host websites and web applications

    • It supports multiple programming languages like PHP, Python, and Perl

    • It can be configured to handle SSL/TLS encryption for secure connections

    • Apache server is highly customizable and extensible with modules

    • Examples of websites using Apache server include Air

  • Answered by AI

Interview Preparation Tips

Round: Group Discussion
Experience: they was given one topic . all question was about given topic .

Round: documentation
Experience: this round was only for verification of document .

General Tips: This interview was a technical one but was majorly a stress test. It lasted for about 1 hour 10 minutes. The interviewer wanted to test both my knowledge and communication skills. Most of the questions asked to me were related to LINUX and Servers topics. He stressed a lot on the basics related to my project topic. Luckily I was able to answer most of the questions correctly. It was my third time interview.
You need to stay calm and should apply presence of mind. Please go through the job description thoroughly word-by-word and recheck your resume to ensure that you are a best-fit for the position.
Skills: Experience, Problem Solving Skills, Communication
Duration: 1-4 weeks

Skills evaluated in this interview

Interview questions from similar companies

I applied via Walk-in and was interviewed in Mar 2021. There was 1 interview round.

Interview Questionnaire 

4 Questions

  • Q1. Tell me about youself
  • Q2. What is c
  • Ans. 

    C is a general-purpose programming language known for its efficiency and low-level control.

    • C was developed by Dennis Ritchie at Bell Labs in the 1970s.

    • It is widely used for system programming, embedded systems, and developing operating systems.

    • C is known for its simplicity, allowing direct memory manipulation and efficient code execution.

    • It influenced the development of many other programming languages, such as C++, Ja

  • Answered by AI
  • Q3. What is java
  • Ans. 

    Java is a high-level programming language known for its platform independence and object-oriented approach.

    • Java is widely used for developing desktop, web, and mobile applications.

    • It is known for its write once, run anywhere (WORA) principle.

    • Java programs are compiled into bytecode and executed on a Java Virtual Machine (JVM).

    • It supports multithreading, exception handling, and automatic memory management.

    • Popular framew...

  • Answered by AI
  • Q4. What is lamda
  • Ans. 

    Lambda is a function that allows you to write and use small, anonymous functions in programming languages.

    • Lambda functions are often used in functional programming languages.

    • They are anonymous, meaning they don't have a name.

    • Lambdas can be used as arguments to higher-order functions.

    • They are commonly used for tasks that require a short, one-time function.

    • Lambda functions can be written in various programming languages,

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - be confident

Skills evaluated in this interview

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

Interview Questionnaire 

1 Question

  • Q1. How to get daily updated data to my email?
  • Ans. 

    To get daily updated data to your email, you can use automated scripts or tools that fetch the data and send it to your email address.

    • Use a programming language like Python to write a script that fetches the data from a source and sends it to your email using SMTP.

    • Utilize APIs provided by the data source to retrieve the data and then use an email service's API to send it to your email address.

    • Use third-party tools like...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Be confident. If you don't know anything, straight forward tell them.

Skills evaluated in this interview

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

I applied via Approached by Company and was interviewed in May 2024. There were 2 interview rounds.

Round 1 - Coding Test 

Count duplicates in a string using java

Round 2 - Group Discussion 

Tell me about your framework

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

(2 Questions)

  • Q1. Core java features and describes oops concept.
  • Ans. 

    Core Java is a programming language that supports OOPs concepts such as inheritance, encapsulation, abstraction, and polymorphism.

    • Core Java is an object-oriented programming language.

    • It supports encapsulation, which means hiding the implementation details of an object from the outside world.

    • Inheritance allows a class to inherit properties and methods from another class.

    • Abstraction is the process of hiding complex imple...

  • Answered by AI
  • Q2. Introduce yourself and about tech that you have used.
Round 3 - Technical 

(3 Questions)

  • Q1. Describe project and your role and responsibility.
  • Q2. What is docker and kubernetes
  • Ans. 

    Docker is a containerization platform that allows developers to package and run applications in isolated environments. Kubernetes is an open-source container orchestration system that automates deployment, scaling, and management of containerized applications.

    • Docker allows developers to create and run applications in containers, which are lightweight and portable environments that can run on any machine with Docker ins...

  • Answered by AI
  • Q3. How to see log of a complete request in docker
  • Ans. 

    To see log of a complete request in docker, use docker logs command.

    • Use 'docker logs ' command to see logs of a specific container

    • Use '-f' flag to follow the logs in real-time

    • Use '--tail' flag to specify the number of lines to show from the end of the logs

    • Use '--since' and '--until' flags to specify a time range for the logs

    • Use '--timestamps' flag to show timestamps in the logs

Answered by AI
Round 4 - HR 

(2 Questions)

  • Q1. Tell me about yourself.
  • Q2. Some manarigial questions.

Interview Preparation Tips

Topics to prepare for LanceSoft Senior Engineer interview:
  • core java
  • spring core
  • Project Management
  • MySQL
  • query
Interview preparation tips for other job seekers - prepare well before attempting this interview with all core parts of java MySQL and spring boot.

Skills evaluated in this interview

Interview experience
3
Average
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Naukri.com and was interviewed in Sep 2023. There were 2 interview rounds.

Round 1 - Aptitude Test 

Questions on SQL queries

Round 2 - Technical 

(1 Question)

  • Q1. Procedure, Function, Keys, Constraints, JOins
Interview experience
3
Average
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Selected Selected

I applied via Approached by Company and was interviewed before Dec 2021. There were 2 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 

(2 Questions)

  • Q1. How much experience do you have in IT industry?
  • Q2. What is your relevant experience?

Interview Preparation Tips

Interview preparation tips for other job seekers - Good salary but the late response and improper salary credit.
Round 1 - Technical 

(1 Question)

  • Q1. Jquery and javascript questions

Interview Preparation Tips

Interview preparation tips for other job seekers - entity framework questions
differences
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Coding Test 

HackerRank sorting problem it will last for 30 min in the task

Interview Preparation Tips

Interview preparation tips for other job seekers - good experience it was will interviewing there

I applied via Campus Placement and was interviewed in Nov 2021. There were 3 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. Reversing a string
  • Ans. 

    Reversing a string involves flipping the order of characters in a given string.

    • Create an empty string to store the reversed string

    • Iterate through the original string from the end to the beginning

    • Append each character to the empty string

    • Return the reversed string

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Basic question oh OS,threads,OOPS

Skills evaluated in this interview

CBSI Interview FAQs

What are the top questions asked in CBSI Network Support Engineer interview for experienced candidates?

Some of the top questions asked at the CBSI Network Support Engineer interview for experienced candidates -

  1. what is yum ? whay we are using yum in linu...read more
  2. what is use of Apache server...read more
  3. what is DHC...read more

Tell us how to improve this page.

Interview Questions from Similar Companies

LanceSoft Interview Questions
3.1
 • 58 Interviews
PeopleStrong Interview Questions
3.4
 • 52 Interviews
CIEL HR Interview Questions
3.9
 • 52 Interviews
Experis IT Interview Questions
3.0
 • 48 Interviews
IMS People Interview Questions
3.5
 • 37 Interviews
IMPACT Infotech Interview Questions
3.4
 • 37 Interviews
Careernet Interview Questions
3.7
 • 36 Interviews
View all
Software Engineer
50 salaries
unlock blur

₹3 L/yr - ₹12 L/yr

Senior Software Engineer
41 salaries
unlock blur

₹6 L/yr - ₹16 L/yr

Talent Acquisition Executive
34 salaries
unlock blur

₹2 L/yr - ₹4.6 L/yr

Software Developer
28 salaries
unlock blur

₹3.5 L/yr - ₹12.5 L/yr

Information Technology Recruiter
25 salaries
unlock blur

₹1.4 L/yr - ₹4 L/yr

Explore more salaries
Compare CBSI with

Innovsource Services

3.9
Compare

IMPACT Infotech

3.4
Compare

Teamware Solutions

4.2
Compare

CIEL HR

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