Upload Button Icon Add office photos

Filter interviews by

Cbay Systems System Engineer Interview Questions and Answers

Be the first one to contribute and help others!

Interview questions from similar companies

I applied via Campus Placement and was interviewed before Oct 2020. There were 4 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. What is Infosys?

Interview Preparation Tips

Interview preparation tips for other job seekers - Be prepared for your interview. Have plenty of knowledge in technical.

Interview Questionnaire 

1 Question

  • Q1. Basic html css javascript

I applied via Campus Placement and was interviewed in May 2022. There was 1 interview round.

Round 1 - HR 

(1 Question)

  • Q1. Where do u see urself in 5 years?

Interview Preparation Tips

Interview preparation tips for other job seekers - Not good need to improve a lot.
HR was not cool

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

Interview Questionnaire 

4 Questions

  • Q1. Tell about yourself
  • Q2. What are the projects you have done?
  • Q3. What are the skills you have done?
  • Q4. What will you do when you are given the unknown work to complete in 3 days
  • Ans. 

    I will prioritize the work, break it down into smaller tasks, and work efficiently to complete it on time.

    • Assess the scope of the work and prioritize tasks

    • Break down the work into smaller, manageable tasks

    • Create a timeline and schedule for completing each task

    • Work efficiently and avoid distractions

    • Communicate any challenges or roadblocks to the team or manager

    • Examples: Use agile methodology, Kanban board, or project ma

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Feel free to answer your questions.
Say No idea or No knowledge for the questions asked when you don't know the answer.
Try to make the interviewer to take more
Interview experience
3
Average
Difficulty level
Easy
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 - Technical 

(2 Questions)

  • Q1. What is Stack and Queue?
  • Ans. 

    Stack is a data structure that follows Last In First Out (LIFO) principle. Queue is a data structure that follows First In First Out (FIFO) principle.

    • Stack: LIFO principle, push and pop operations, examples - function call stack, undo feature in software applications

    • Queue: FIFO principle, enqueue and dequeue operations, examples - printer queue, message queue in operating systems

  • Answered by AI
  • Q2. Write a program to find reverse of a string without using inbuilt methods
  • Ans. 

    Program to reverse a string without using inbuilt methods

    • Create an empty string to store the reversed string

    • Iterate through the original string from end to start and append each character to the new string

    • Return the reversed string

  • Answered by AI

Skills evaluated in this interview

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

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

Round 1 - Technical 

(5 Questions)

  • Q1. What is Dhcp server
  • Ans. 

    DHCP server is a network server that automatically assigns IP addresses and other network configuration settings to devices on a network.

    • Automatically assigns IP addresses to devices on a network

    • Manages IP address allocation dynamically

    • Reduces the need for manual configuration

    • Helps in efficient network management

  • Answered by AI
  • Q2. What is Active directory
  • Ans. 

    Active Directory is a directory service developed by Microsoft for Windows domain networks.

    • Centralized database for managing network resources

    • Stores information about users, computers, and other network objects

    • Allows administrators to control access and permissions

    • Facilitates single sign-on for users across network services

  • Answered by AI
  • Q3. What you think about Dns
  • Ans. 

    DNS is a crucial system that translates domain names to IP addresses, enabling internet communication.

    • DNS stands for Domain Name System

    • It translates human-readable domain names (like google.com) to IP addresses (like 172.217.3.206)

    • DNS helps in locating websites and other resources on the internet

    • It consists of multiple components like DNS servers, resolvers, and zones

    • DNS can be configured with different types of record

  • Answered by AI
  • Q4. Explain what is Dora process
  • Ans. 

    DORA process stands for Define, Observe, Reflect, and Act. It is a problem-solving method used in engineering.

    • Define the problem or goal

    • Observe the current situation and gather data

    • Reflect on the data and analyze possible solutions

    • Act by implementing the best solution and evaluating the results

  • Answered by AI
  • Q5. What is bsod erro
  • Ans. 

    BSOD error stands for Blue Screen of Death error, a common error in Windows operating systems.

    • BSOD error is a stop error displayed on a blue screen when Windows encounters a critical error and has to stop.

    • It usually includes an error code and a message indicating the cause of the error.

    • Common causes of BSOD errors include hardware failures, driver issues, and software conflicts.

  • Answered by AI
Round 2 - On call 

(2 Questions)

  • Q1. Tell me something about your self
  • Ans. 

    I am a dedicated and experienced System Engineer with a strong background in network infrastructure and troubleshooting.

    • Over 5 years of experience in designing, implementing, and maintaining complex systems

    • Proficient in network protocols such as TCP/IP, DNS, DHCP

    • Skilled in troubleshooting hardware and software issues

    • Certified in Cisco CCNA and CompTIA Network+

    • Strong communication and problem-solving skills

  • Answered by AI
  • Q2. If the the system is getting slow what action will required
  • Ans. 

    Investigate the root cause of the slowness and take appropriate actions to optimize the system performance.

    • Check system resource utilization (CPU, memory, disk)

    • Identify any recent changes or updates that may have caused the slowdown

    • Review system logs for any errors or warnings

    • Optimize system configurations and settings

    • Consider upgrading hardware or software if necessary

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - All question was good

Skills evaluated in this interview

I applied via Referral and was interviewed in Jan 2022. There were 2 interview rounds.

Round 1 - Aptitude Test 

It was very easy . Basic concepts were asked just refer face prep ,prep insta , and online study for you from YouTube .It will really help you a lot.

Round 2 - Technical 

(3 Questions)

  • Q1. Why java string are immutable?
  • Ans. 

    Java strings are immutable to ensure security, thread safety, and performance optimization.

    • Immutable strings prevent malicious code from modifying the string content.

    • Immutable strings can be safely shared across multiple threads without synchronization issues.

    • Immutable strings allow for efficient memory allocation and garbage collection.

    • String pool in Java is possible because of immutability.

    • Examples of immutable class

  • Answered by AI
  • Q2. Why java doesn't support multiple inheritance?
  • Ans. 

    Java doesn't support multiple inheritance to avoid the diamond problem.

    • Multiple inheritance can lead to the diamond problem where a class inherits from two classes with a common parent.

    • This can cause ambiguity in method calls and lead to code complexity.

    • Java supports multiple interface inheritance to achieve similar functionality.

    • For example, a class can implement multiple interfaces to inherit their methods.

    • This allow...

  • Answered by AI
  • Q3. Simple coding questions

Interview Preparation Tips

Interview preparation tips for other job seekers - Jst stay confident with your answer. Dnt get scared or else u will end up messing and mixing the answers.

Skills evaluated in this interview

I applied via Naukri.com and was interviewed in Jan 2022. 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 - Aptitude Test 

Python

Interview Preparation Tips

Topics to prepare for Infosys BPM System Engineer interview:
  • Python
Interview preparation tips for other job seekers - I keep my best effort on my interview
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Company Website and was interviewed before Oct 2023. There were 2 interview rounds.

Round 1 - Aptitude Test 

Reasoning type questions

Round 2 - Technical 

(2 Questions)

  • Q1. Tell me about yourself
  • Ans. 

    I am a dedicated and experienced System Engineer with a strong background in network infrastructure and troubleshooting.

    • Over 5 years of experience in designing, implementing, and maintaining network systems

    • Proficient in troubleshooting hardware and software issues

    • Skilled in network security protocols and best practices

    • Certified in Cisco CCNA and CompTIA Network+

    • Strong communication and problem-solving skills

  • Answered by AI
  • Q2. Past company projects
  • Ans. 

    I have worked on various projects in my past company, including network infrastructure upgrades, server migrations, and implementing security measures.

    • Upgraded network infrastructure to improve performance and reliability

    • Migrated servers to new hardware for better efficiency

    • Implemented security measures such as firewalls and encryption protocols

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare basic concepts very well
Interview experience
2
Poor
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via Campus Placement and was interviewed in Oct 2024. There were 2 interview rounds.

Round 1 - Aptitude Test 

It's all about verbal,quant and puzzle

Round 2 - HR 

(2 Questions)

  • Q1. What are your strengths?
  • Q2. Who can you justify your job?

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare well

Tell us how to improve this page.

Interview Questions from Similar Companies

Teleperformance Interview Questions
3.9
 • 1.8k Interviews
WNS Interview Questions
3.4
 • 1.1k Interviews
Infosys BPM Interview Questions
3.6
 • 962 Interviews
iEnergizer Interview Questions
4.6
 • 656 Interviews
Omega Healthcare Interview Questions
3.7
 • 455 Interviews
R1 RCM Interview Questions
3.9
 • 286 Interviews
IKS Health Interview Questions
3.6
 • 235 Interviews
View all
Medical Transcriptionist
8 salaries
unlock blur

₹0.9 L/yr - ₹4 L/yr

Analyst
4 salaries
unlock blur

₹4.2 L/yr - ₹13 L/yr

Medical Transcription Editor
4 salaries
unlock blur

₹3.6 L/yr - ₹4.3 L/yr

Team Lead
4 salaries
unlock blur

₹6.4 L/yr - ₹60 L/yr

Medical Scribe
4 salaries
unlock blur

₹1.8 L/yr - ₹6 L/yr

Explore more salaries
Compare Cbay Systems with

Teleperformance

3.9
Compare

Concentrix Corporation

3.7
Compare

iEnergizer

4.6
Compare

WNS

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