Upload Button Icon Add office photos
Engaged Employer

i

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

Binary Global Verified Tick

Compare button icon Compare button icon Compare

Filter interviews by

Binary Global System Engineer Interview Questions, Process, and Tips

Updated 6 Sep 2021

Binary Global System Engineer Interview Experiences

1 interview found

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

Interview Questionnaire 

11 Questions

  • Q1. How we can integrate Sophos with AD server.
  • Ans. 

    Sophos can be integrated with AD server using Sophos Central or Sophos Enterprise Console.

    • Install Sophos Central or Sophos Enterprise Console on the AD server.

    • Configure the AD synchronization settings in Sophos.

    • Create a synchronization account in AD with read-only access to user and group information.

    • Configure the synchronization account in Sophos.

    • Verify the synchronization settings and run a synchronization test.

    • Confi...

  • Answered by AI
  • Q2. How can we capture packet in Sophos.
  • Ans. 

    Sophos provides packet capture through its built-in packet sniffer tool.

    • Sophos has a built-in packet sniffer tool called 'Packet Capture' which can be accessed through the web interface.

    • Packet Capture allows users to capture packets on specific interfaces or VLANs.

    • Users can also apply filters to capture specific types of traffic.

    • Captured packets can be downloaded in PCAP format for further analysis.

  • Answered by AI
  • Q3. What is upstream and downstream in WSUS Server.
  • Ans. 

    Upstream refers to the WSUS server that is the source of updates, while downstream refers to the WSUS servers that receive updates from the upstream server.

    • Upstream WSUS server is the source of updates

    • Downstream WSUS servers receive updates from the upstream server

    • Downstream servers can be configured to synchronize with the upstream server at regular intervals

    • Upstream server can be configured to download updates from M

  • Answered by AI
  • Q4. What is logical and physical part of Server.
  • Ans. 

    The logical part of a server refers to the software and how it operates, while the physical part refers to the hardware components.

    • Logical part includes operating system, applications, and services

    • Physical part includes CPU, RAM, hard drives, and network interfaces

    • Logical and physical parts work together to provide functionality and performance

    • Examples of logical and physical parts working together include virtualizati

  • Answered by AI
  • Q5. How does Dns works.
  • Ans. 

    DNS translates domain names into IP addresses to enable communication between devices on the internet.

    • DNS stands for Domain Name System.

    • It works by translating human-readable domain names into IP addresses that computers can understand.

    • DNS servers store information about domain names and their corresponding IP addresses.

    • When a user types a domain name into their browser, the browser sends a request to a DNS server to r...

  • Answered by AI
  • Q6. How does DORA Process works in DHCP.
  • Ans. 

    DORA process is used by DHCP to allocate IP addresses to clients.

    • DORA stands for Discover, Offer, Request, and Acknowledge.

    • Client sends a broadcast Discover message to find available DHCP servers.

    • Server responds with an Offer message containing IP address and lease duration.

    • Client sends a Request message to request the offered IP address.

    • Server sends an Acknowledge message to confirm the allocation of IP address to cli...

  • Answered by AI
  • Q7. What is FSMO rules.
  • Ans. 

    FSMO (Flexible Single Master Operations) roles are specialized domain controller tasks in Active Directory.

    • There are 5 FSMO roles: Schema Master, Domain Naming Master, RID Master, PDC Emulator, and Infrastructure Master.

    • Schema Master: responsible for updating the Active Directory schema.

    • Domain Naming Master: responsible for adding or removing domains in a forest.

    • RID Master: responsible for allocating RIDs (Relative Ide...

  • Answered by AI
  • Q8. How can we log genrate for logon logout users.
  • Ans. 

    User logon and logout can be logged by enabling auditing and configuring security policies.

    • Enable auditing in group policy settings

    • Configure security policies to audit logon and logoff events

    • View logs in Event Viewer

    • Use third-party tools for more advanced logging and analysis

  • Answered by AI
  • Q9. What is filter or WMi policy in GPO.
  • Ans. 

    Filter or WMI policy in GPO is used to apply specific settings to a targeted group of computers or users.

    • Filtering allows administrators to apply GPOs to specific groups of users or computers based on criteria such as operating system, group membership, or hardware configuration.

    • WMI filters allow administrators to apply GPOs based on the results of a WMI query, which can provide more granular targeting options.

    • For exam...

  • Answered by AI
  • Q10. What is OU and Group in AD.
  • Ans. 

    OU stands for Organizational Unit and is used to organize objects in Active Directory. Group is a collection of users with common attributes.

    • OU is a container object used to group and organize other objects in AD

    • Group is a collection of users with common attributes such as access permissions or job roles

    • OU can be used to delegate administrative control over a subset of objects in AD

    • Group can be used to simplify the man...

  • Answered by AI
  • Q11. What is authorative and non authorative restore mode.
  • Ans. 

    Authoritative restore mode is used to restore the entire Active Directory while non-authoritative restore mode is used to restore individual objects.

    • Authoritative restore mode restores the entire Active Directory to a specific point in time and marks it as the current version.

    • Non-authoritative restore mode restores individual objects from a backup and allows replication to update the restored object.

    • Authoritative resto...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Clear you concepts and tell about only which device or kind of experience you have in previous or presently. Not talk unnecessary.

Skills evaluated in this interview

Interview questions from similar companies

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

Interview Questionnaire 

1 Question

  • Q1. What is recursion ? what is inheritance? what is heap? write a code to find the largest element in an array?
  • Ans. 

    Recursion is a process in which a function calls itself. Inheritance is a mechanism in OOP where a class inherits properties of another class. Heap is a region of memory used for dynamic memory allocation.

    • Recursion can be used to solve problems that can be broken down into smaller sub-problems.

    • Inheritance allows for code reuse and helps in creating a hierarchy of classes.

    • Heap is used for dynamic memory allocation in la...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Do not loose your confidence till the end of the interview and be clear with your voice .

Skills evaluated in this interview

Interview Questionnaire 

3 Questions

  • Q1. What are the types of Machine learning
  • Ans. 

    There are three types of machine learning: supervised, unsupervised, and reinforcement learning.

    • Supervised learning involves labeled data and predicting outcomes based on that data.

    • Unsupervised learning involves finding patterns in unlabeled data.

    • Reinforcement learning involves an agent learning to make decisions based on rewards and punishments.

    • Examples of supervised learning include image classification and spam filt...

  • Answered by AI
  • Q2. What is oops
  • Ans. 

    OOPs stands for Object-Oriented Programming. It is a programming paradigm that uses objects to design applications.

    • OOPs is based on the concept of classes and objects

    • It focuses on encapsulation, inheritance, and polymorphism

    • It helps in creating modular, reusable, and maintainable code

    • Examples of OOPs languages are Java, C++, Python, etc.

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

    SDLC stands for Software Development Life Cycle, a process used to design, develop, and maintain software.

    • SDLC is a structured approach to software development

    • It involves several phases such as planning, analysis, design, implementation, testing, and maintenance

    • Each phase has its own set of activities and deliverables

    • SDLC helps ensure that software is developed efficiently, on time, and within budget

    • Examples of SDLC mo

  • Answered by AI

Skills evaluated in this interview

Interview Questionnaire 

2 Questions

  • Q1. Basics and advance
  • Q2. About Responsibilities

I applied via Company Website and was interviewed before Oct 2019. There were 4 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. Tell me about your self

Interview Preparation Tips

Interview preparation tips for other job seekers - Be bold, don't hesitate.

I applied via Company Website and was interviewed before Nov 2020. There were 3 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. Why infosys?

Interview Preparation Tips

Interview preparation tips for other job seekers - Be confident and energetic.Speak fluently.Thats what they are seeking for

I applied via Campus Placement and was interviewed in Jan 2021. There were 4 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. Technical Interview - Questions Were related to my projects and some Basics of Programming and Software Testing

Interview Preparation Tips

Interview preparation tips for other job seekers - If you are Confident about you , its enough to crack the Interview

I applied via Job Fair and was interviewed before May 2021. There were 3 interview rounds.

Round 1 - Technical 

(1 Question)

  • Q1. Be prepared for some easy-going standard questions like a palindrome, even odd, prime, factorial, string arrays in case java
Round 2 - Mangerial 

(1 Question)

  • Q1. Try creating a repo with the person to show off your enthusiasm for the IT sector
Round 3 - HR 

(1 Question)

  • Q1. Be prepared for a challenging round, tell why you are changing fields, and why should they choose you over an IT person

Interview Preparation Tips

Interview preparation tips for other job seekers - For people starting their career in the IT sector, If you are good in coding and DS, you should prefer to join only if you are selected as a Digital candidate and not Ninja.
Join Ninja only if you are desperate for a job.

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

Interview Questionnaire 

1 Question

  • Q1. Swap two number with and without temporary variable
  • Ans. 

    Swap two numbers with and without temporary variable

    • Without temporary variable: Use addition and subtraction

    • With temporary variable: Use a third variable to store the value of one of the numbers

    • Example without temporary variable: a=5, b=7; a=a+b; b=a-b; a=a-b;

    • Example with temporary variable: a=5, b=7; temp=a; a=b; b=temp;

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Don't be afraid. It companies take interview to select you. And if you are selected in this company you are not lucky enough so try hard.

Skills evaluated in this interview

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

Round 1 - Technical 

(1 Question)

  • Q1. Which approach you will follow for writing program
  • Ans. 

    I will follow a structured approach for writing programs.

    • I will first analyze the problem and gather requirements.

    • Then, I will design a solution and create a plan.

    • Next, I will write the code and test it thoroughly.

    • Finally, I will deploy the program and maintain it.

    • I will also document the code and follow coding standards.

  • Answered by AI
Round 2 - Behavioral 

(1 Question)

  • Q1. How do you will provide your effort estimation
Round 3 - HR 

(1 Question)

  • Q1. Why do you want to join TCS

Interview Preparation Tips

Interview preparation tips for other job seekers - Please prepare for technical side which will help you to claer technical exam

Binary Global Interview FAQs

What are the top questions asked in Binary Global System Engineer interview?

Some of the top questions asked at the Binary Global System Engineer interview -

  1. What is authorative and non authorative restore mo...read more
  2. How can we log genrate for logon logout use...read more
  3. How we can integrate Sophos with AD serv...read more

Tell us how to improve this page.

Network Security Engineer
30 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Network Engineer
22 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

System Administrator
15 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Network Support Engineer
8 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Desktop Support Engineer
7 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Explore more salaries
Compare Binary Global with

Infosys

3.6
Compare

TCS

3.7
Compare

Wipro

3.7
Compare

HCLTech

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