Genzeon Corporation
10+ Wheels Interview Questions and Answers
Q1. What is TCP/IP model what is DNS, DHCP What is networking protocols What is active directory What is Organizational Unit What is FSMO what is the difference in CMD and Powershell How to see event logs what can ...
read moreTCP/IP model is a networking protocol suite that defines how data is transmitted over a network. DNS is a system that translates domain names to IP addresses. DHCP is a protocol that assigns IP addresses to devices on a network. Networking protocols are rules that define how data is transmitted and received over a network. Active Directory is a directory service used in Windows environments to manage users, computers, and resources. Organizational Unit is a container within A...read more
Q2. write the dynamic Xpath for the Date element in the cleartrip website
Dynamic Xpath for Date element in cleartrip website
Use contains() function to match partial attribute value
Use @class attribute to uniquely identify the Date element
Combine multiple attributes to create a dynamic Xpath
Q3. write a python code for separating numbers, special characters from a string
Python code to separate numbers and special characters from a string into an array of strings.
Use regular expressions to match numbers and special characters in the string.
Split the string based on the matched patterns to separate numbers and special characters.
Store the separated numbers and special characters in an array of strings.
Q4. What is http and what is cloud
HTTP is a protocol used for transferring data over the internet, while cloud refers to the delivery of computing services over the internet.
HTTP stands for Hypertext Transfer Protocol and is used for transmitting data on the web
Cloud computing refers to the delivery of computing services like storage, databases, networking, software, and more over the internet
Examples of cloud services include Amazon Web Services (AWS), Microsoft Azure, and Google Cloud Platform
Q5. What is port numbers
Port numbers are communication endpoints in a network, allowing multiple applications to use the same network connection.
Port numbers range from 0 to 65535
Well-known ports (0-1023) are reserved for specific services (e.g. HTTP uses port 80)
Registered ports (1024-49151) are assigned by IANA for specific purposes
Dynamic or private ports (49152-65535) are used for temporary connections
Q6. What is osi model
The OSI model is a conceptual framework that standardizes the functions of a telecommunication or computing system into seven layers.
The OSI model stands for Open Systems Interconnection model.
It helps in understanding how different networking protocols work together.
The seven layers are: Physical, Data Link, Network, Transport, Session, Presentation, and Application.
Each layer has specific functions and communicates with the adjacent layers.
For example, HTTP operates at the ...read more
Q7. Explain about azure services
Azure services are a collection of cloud computing services provided by Microsoft.
Azure Virtual Machines - allows users to create and manage virtual machines in the cloud
Azure App Services - platform as a service (PaaS) offering for building, deploying, and scaling web apps
Azure Blob Storage - scalable object storage for unstructured data
Azure SQL Database - fully managed relational database service
Azure Cognitive Services - AI services for vision, speech, language, and decis...read more
Q8. explain oops concept and implentation
OOPs (Object-Oriented Programming) is a programming paradigm based on the concept of objects, which can contain data in the form of fields and code in the form of procedures.
OOPs concepts include encapsulation, inheritance, polymorphism, and abstraction.
Encapsulation involves bundling data and methods that operate on the data into a single unit.
Inheritance allows a class to inherit properties and behavior from another class.
Polymorphism allows objects to be treated as instanc...read more
Q9. clr vs cts c# genrics web api, sql
Question covers CLR, CTS, C# generics, Web API, and SQL.
CLR (Common Language Runtime) is the execution engine of .NET Framework.
CTS (Common Type System) defines how types are declared, used, and managed in .NET.
C# generics allow type-safe programming and reduce code duplication.
Web API is a framework for building HTTP services using .NET.
SQL is a standard language for managing relational databases.
Q10. explain testng framwork
TestNG is a testing framework for Java that supports various testing levels and annotations.
TestNG allows for easy configuration of test cases using annotations like @Test, @BeforeSuite, @AfterSuite, etc.
It supports parameterization of test cases using @Parameters annotation.
TestNG provides features like grouping of test cases, dependency management, parallel execution, and reporting.
It integrates well with build tools like Maven and Jenkins for continuous integration.
TestNG ...read more
Interview Process at Wheels
Top Interview Questions from Similar Companies
Reviews
Interviews
Salaries
Users/Month