Add office photos
Employer?
Claim Account for FREE

Bharti Airtel

4.0
based on 13.7k Reviews
Video summary
Filter interviews by

300+ Duroshox Interview Questions and Answers

Updated 23 Feb 2025
Popular Designations

Q201. Why react is fast than other frameworks

Ans.

React is faster than other frameworks due to its virtual DOM, efficient diffing algorithm, and use of server-side rendering.

  • React uses a virtual DOM which allows it to update only the necessary components instead of re-rendering the entire page.

  • React's efficient diffing algorithm compares the virtual DOM with the actual DOM to minimize updates and improve performance.

  • React supports server-side rendering, which can improve initial load times by rendering the UI on the server b...read more

Add your answer

Q202. Practical experience on B2B

Ans.

B2B practical experience involves managing business relationships and transactions between companies.

  • Managing sales and negotiations with other businesses

  • Developing and implementing B2B marketing strategies

  • Handling B2B customer accounts and resolving issues

  • Analyzing market trends and competitor activities in the B2B sector

  • Collaborating with cross-functional teams to meet B2B sales targets

View 2 more answers

Q203. How to optimise fetching 1 lakh entries from db

Ans.

Use pagination, indexing, caching, and query optimization to fetch 1 lakh entries efficiently from the database.

  • Implement pagination to fetch data in smaller chunks

  • Create indexes on columns frequently used in queries

  • Use caching to store frequently accessed data

  • Optimize queries by avoiding unnecessary joins and using appropriate indexes

  • Consider using database-specific optimizations like query hints or stored procedures

Add your answer

Q204. How fibre cable mm and how to joint

Ans.

Fiber cable comes in different mm sizes and can be jointed using various techniques.

  • Fiber cable mm sizes range from 9 to 50 microns

  • Fusion splicing and mechanical splicing are two common techniques for joining fiber cables

  • Fusion splicing involves melting the ends of two fibers together using an electric arc

  • Mechanical splicing involves aligning and securing the ends of two fibers using a splice connector

  • Proper cleaning and preparation of the fiber ends is crucial for successful...read more

Add your answer
Discover Duroshox interview dos and don'ts from real experiences

Q205. How to automate filters in web page

Ans.

Automating filters in a web page involves identifying filter elements, selecting filter criteria, and verifying filtered results.

  • Identify filter elements on the web page such as dropdowns, checkboxes, or input fields

  • Use automation tools like Selenium to interact with filter elements and select desired criteria

  • Trigger filter action (e.g. clicking 'Apply' button) and wait for the page to refresh with filtered results

  • Verify that the filtered results match the selected criteria b...read more

Add your answer

Q206. What are the sales figure of last month

Ans.

The sales figure of last month was $100,000, which was a 10% increase from the previous month.

  • Sales figure for last month was $100,000

  • There was a 10% increase from the previous month

  • The sales performance exceeded expectations

Add your answer
Are these interview questions helpful?

Q207. Working exp as per last organization for management of programs.

Ans.

I have 5 years of experience managing programs in my last organization.

  • Led cross-functional teams to successfully deliver multiple projects on time and within budget

  • Developed and maintained project plans, schedules, and budgets

  • Identified and mitigated risks to ensure project success

  • Communicated project status and updates to stakeholders regularly

Add your answer

Q208. Played a game of logical reasoning?

Ans.

Yes, logical reasoning games help improve problem-solving skills and critical thinking.

  • Logical reasoning games involve solving puzzles or problems using deductive reasoning.

  • These games can help improve problem-solving skills and critical thinking abilities.

  • Examples of logical reasoning games include Sudoku, chess, and brain teasers.

Add your answer
Share interview questions and help millions of jobseekers 🌟

Q209. What is fiber? How many types fiber?

Ans.

Fiber is a type of carbohydrate that the body cannot digest. There are two main types of fiber - soluble and insoluble.

  • Soluble fiber dissolves in water and helps to lower cholesterol and regulate blood sugar levels. Examples include oats, beans, and fruits.

  • Insoluble fiber does not dissolve in water and helps with digestion by adding bulk to the stool. Examples include whole grains, nuts, and vegetables.

View 2 more answers

Q210. 7yrs of telecom industry from top to bottom

Ans.

Yes, I have 7 years of experience in the telecom industry, working from top to bottom.

  • Started as a customer service representative, handling customer complaints and inquiries

  • Moved up to a technical support role, troubleshooting network issues and providing solutions

  • Worked as a network engineer, designing and implementing network infrastructure

  • Currently working as a deployment engineer, responsible for deploying new network equipment and ensuring smooth operations

  • Have gained e...read more

Add your answer

Q211. UI test cases of a Form

Ans.

UI test cases for a Form

  • Verify all required fields are displayed

  • Test validation messages for invalid inputs

  • Check if form submission is successful

  • Test the functionality of reset button

Add your answer

Q212. Single mode and multimode different

Ans.

Single mode and multimode are different types of optical fibers used for communication.

  • Single mode fibers have a smaller core diameter and allow for higher bandwidth and longer distances.

  • Multimode fibers have a larger core diameter and are used for shorter distances and lower bandwidth applications.

  • Single mode fibers are used in long-haul communication, while multimode fibers are used in LANs and data centers.

  • Single mode fibers are more expensive than multimode fibers.

  • Example...read more

Add your answer

Q213. How do you tackle contingent liability

Ans.

Contingent liabilities are potential liabilities that may arise in the future, such as lawsuits or warranties.

  • Identify and assess the likelihood of the contingent liability occurring

  • Estimate the potential financial impact of the liability

  • Disclose the contingent liability in the financial statements

  • Monitor and reassess the liability regularly

Add your answer

Q214. How do you cordinate with process owners

Ans.

I coordinate with process owners by establishing clear communication channels, setting up regular meetings, and aligning goals and expectations.

  • Establish clear communication channels to ensure all parties are informed and updated

  • Set up regular meetings to discuss progress, address any issues, and make necessary adjustments

  • Align goals and expectations with process owners to ensure everyone is working towards the same objectives

  • Provide support and resources to process owners to...read more

Add your answer

Q215. How OLT works?

Add your answer

Q216. What is full form of Mbps

Ans.

Mbps stands for Megabits per second, a unit of data transfer rate.

  • Mbps is used to measure the speed of data transfer in a network.

  • For example, a download speed of 100 Mbps means 100 megabits of data can be transferred in one second.

  • Mbps is commonly used in internet connection speeds.

  • It is important for understanding the efficiency of data transmission.

View 2 more answers

Q217. Osi reference model explanation?

Ans.

The OSI reference model is a conceptual framework that standardizes the functions of a telecommunication or computing system into seven distinct layers.

  • The OSI model stands for Open Systems Interconnection model.

  • It helps in understanding how different networking protocols work together.

  • Each layer has specific functions and communicates with adjacent layers.

  • Examples of layers include physical layer, data link layer, network layer, etc.

Add your answer

Q218. to check if a string is palindrome with recusrion

Ans.

Check if a string is palindrome using recursion

  • Create a recursive function that compares the first and last characters of the string

  • If they match, call the function with the substring excluding the first and last characters

  • Continue this process until the string length is 0 or 1, then return true if all characters matched

  • Example: 'racecar' is a palindrome, 'hello' is not

Add your answer

Q219. Code to explain Indian number plate system

Ans.

Indian number plate system consists of a unique combination of letters and numbers to identify vehicles.

  • Indian number plates consist of a combination of letters and numbers

  • The first two letters indicate the state where the vehicle is registered

  • Followed by a unique number assigned to the vehicle

  • Some number plates may also include additional information like the vehicle class or fuel type

Add your answer

Q220. How will you manage the revenue

Ans.

I will manage the revenue by analyzing sales data, setting sales targets, monitoring expenses, and implementing strategies to increase profitability.

  • Analyze sales data to identify trends and opportunities for growth

  • Set sales targets for the team to work towards

  • Monitor expenses and look for areas to cut costs

  • Implement strategies to increase profitability, such as upselling or cross-selling

  • Regularly review financial reports to track progress and make adjustments as needed

Add your answer

Q221. What is Burn down and burn up chart

Ans.

Burn down and burn up charts are visual tools used in project management to track progress towards completion.

  • Burn down chart shows the remaining work over time, helping to track if the team is on track to complete the project on time.

  • Burn up chart shows the total work completed over time, providing a visual representation of progress towards the project's goals.

  • Both charts are commonly used in Agile project management to monitor and communicate project status to stakeholders...read more

Add your answer

Q222. What's the FTTH FIBER TO THE HOME

Ans.

FTTH (Fiber to the Home) is a high-speed internet connection that uses fiber optic cables to deliver data directly to homes.

  • FTTH provides faster internet speeds and more reliable connections than traditional copper wire connections.

  • Fiber optic cables are made of glass or plastic and use light to transmit data.

  • FTTH is becoming more common in urban areas and is often offered by telecommunications companies like Verizon and AT&T.

  • FTTH can support a variety of services, including ...read more

Add your answer

Q223. What is Vlookup?

Ans.

Vlookup is a function in Excel used to search for a value in a table and return a corresponding value from another column.

  • Vlookup stands for vertical lookup.

  • It is commonly used to find and retrieve data from large datasets.

  • The function requires a lookup value, a table range, and the column index number.

  • Vlookup can be used to perform approximate or exact matches.

  • It is often used for data analysis, data validation, and data reconciliation.

  • Example: =VLOOKUP(A2, B2:D10, 3, FALSE)...read more

View 1 answer

Q224. Tell me about Splicing knowledge

Add your answer

Q225. What is Virtualization

Ans.

Virtualization is the process of creating a virtual version of a device or resource, such as a server, storage device, network or operating system.

  • Virtualization allows multiple virtual instances to run on a single physical machine

  • It helps in optimizing resources and improving efficiency

  • Examples include VMware for server virtualization, VirtualBox for desktop virtualization

Add your answer

Q226. What are core productsof telecom

Ans.

Core products of telecom include mobile phones, internet services, and landline phones.

  • Mobile phones

  • Internet services

  • Landline phones

Add your answer

Q227. Do you have a two wheeler?

Ans.

Yes, I have a two wheeler which I use for commuting to work and running errands.

  • Yes, I have a two wheeler for convenient transportation.

  • I use it for commuting to work and running errands.

  • Having a two wheeler helps me navigate through traffic easily.

Add your answer

Q228. How the Amazon category load so fast

Ans.

Amazon category loads fast due to optimized server infrastructure, efficient caching mechanisms, and streamlined code.

  • Optimized server infrastructure with high-performance servers and load balancers

  • Efficient caching mechanisms to store frequently accessed data and reduce load times

  • Streamlined code with minimal dependencies and optimized algorithms

  • Content delivery networks (CDNs) to serve static content quickly to users

Add your answer

Q229. How does images load so fast on Amazon.

Ans.

Amazon uses a content delivery network (CDN) to cache images closer to users, reducing load times.

  • Amazon uses a global network of servers to cache images closer to users, reducing latency.

  • They utilize a content delivery network (CDN) to distribute images across multiple servers worldwide.

  • Amazon optimizes images for web delivery by compressing them without losing quality.

  • They may also use lazy loading techniques to prioritize loading visible images first.

Add your answer

Q230. Sell me a laptop/Mobile

Ans.

Our laptop/mobile is the perfect blend of performance and style, designed to meet all your needs.

  • Our laptop/mobile has a powerful processor that ensures smooth and fast performance.

  • It has a sleek and stylish design that is sure to turn heads.

  • The battery life is long-lasting, so you can work or play for hours without worrying about running out of power.

  • It comes with a high-quality camera and microphone, making it perfect for video calls and conferences.

  • Our laptop/mobile is als...read more

Add your answer

Q231. How many digree angle

Ans.

The question is incomplete and unclear. Please provide more context.

  • Please provide more information about what you are asking.

  • Are you asking about the angle of a specific object or situation?

  • Without more context, it is impossible to answer this question.

Add your answer

Q232. Plan against the team

Ans.

Planning against the team involves analyzing their strengths and weaknesses to create a strategy for success.

  • Identify the team's strengths and weaknesses

  • Develop a plan to exploit their weaknesses

  • Create a strategy to counter their strengths

  • Collaborate with your own team to execute the plan effectively

Add your answer

Q233. how will you manage to the custom

Ans.

I will manage to the custom by understanding their specific needs and requirements, communicating effectively, and providing personalized solutions.

  • Listen actively to the customer to understand their unique needs

  • Communicate clearly and effectively to ensure all requirements are met

  • Offer personalized solutions tailored to the customer's preferences

  • Provide excellent customer service to build trust and loyalty

  • Regularly follow up with the customer to ensure satisfaction

Add your answer

Q234. What are Scrum Values?

Ans.

Scrum values are commitment, courage, focus, openness, and respect.

  • Commitment - Team members are dedicated to achieving the goals of the project.

  • Courage - Team members have the courage to take risks and address challenges.

  • Focus - Team members focus on the work at hand and prioritize tasks effectively.

  • Openness - Team members are open to feedback, ideas, and collaboration.

  • Respect - Team members respect each other's opinions, skills, and contributions.

Add your answer

Q235. What is expectations on work culture

Ans.

Expectations on work culture include open communication, collaboration, respect, work-life balance, and opportunities for growth.

  • Open communication is key for a healthy work culture

  • Collaboration among team members fosters creativity and productivity

  • Respect for colleagues and their ideas is essential

  • Work-life balance allows employees to recharge and perform at their best

  • Opportunities for growth and development keep employees engaged and motivated

Add your answer

Q236. What is rectifiers and work?

Ans.

Rectifiers are electronic devices used to convert alternating current (AC) to direct current (DC) by rectifying the waveform.

  • Rectifiers are commonly used in power supplies to convert AC voltage to DC voltage.

  • They are made up of diodes, which allow current to flow in only one direction.

  • Rectifiers can be half-wave or full-wave, depending on the type of rectification used.

  • They are essential in various electronic devices and systems, including Airtel DTH receivers.

  • Rectifiers work...read more

Add your answer

Q237. What you know about DTH?

Ans.

DTH stands for Direct-to-Home. It is a digital satellite television service that provides high-quality TV channels directly to the subscriber's home.

  • DTH is a technology that allows users to receive television signals directly through a satellite dish installed at their home.

  • It offers a wide range of channels and services, including HD channels, interactive services, and pay-per-view options.

  • DTH eliminates the need for cable connections and provides better picture and sound qu...read more

Add your answer

Q238. What is tele calling?

Ans.

Tele calling is a method of marketing or sales where phone calls are made to potential customers to promote products or services.

  • Tele calling involves making phone calls to potential customers.

  • It is a method of marketing or sales used to promote products or services.

  • Tele callers engage in conversations with customers to provide information, answer queries, and persuade them to make a purchase.

  • It is an effective way to reach a large number of people quickly and directly.

  • Tele c...read more

Add your answer

Q239. How can we verify a adhar and PAN

Ans.

Aadhar can be verified online through the UIDAI website using the Aadhar number and OTP, while PAN can be verified through the NSDL or UTIITSL websites using the PAN number.

  • Verify Aadhar online through UIDAI website with Aadhar number and OTP

  • Verify PAN online through NSDL or UTIITSL websites with PAN number

  • Cross-check details with physical copies of Aadhar and PAN cards if available

Add your answer

Q240. How can we join optical fibre cable.

Ans.

Optical fibre cables can be joined using fusion splicing or mechanical splicing techniques.

  • Fusion splicing involves melting the ends of two optical fibre cables together using an electric arc or laser.

  • Mechanical splicing uses alignment fixtures to join the cables together without melting.

  • Properly cleaning and preparing the fibre ends is crucial for a successful splice.

  • Splice loss should be minimized to ensure efficient transmission of light signals.

  • Testing the splice with an ...read more

Add your answer

Q241. How to sell or serve a thing

Ans.

To sell or serve a thing, understand customer needs, provide excellent customer service, demonstrate product knowledge, and use persuasive techniques.

  • Listen to customer needs and preferences

  • Provide excellent customer service and build rapport

  • Demonstrate product knowledge and highlight features and benefits

  • Use persuasive techniques like upselling or cross-selling

  • Handle objections and offer solutions

  • Close the sale or complete the service

  • Follow up with customers for feedback and...read more

View 1 answer

Q242. Give the example of sales

Ans.

I successfully closed a deal with a major client by understanding their needs and offering a tailored solution.

  • Identified client's pain points and needs

  • Presented a customized solution

  • Negotiated terms and closed the deal

Add your answer

Q243. Explain automation framework

Ans.

Automation framework is a set of guidelines, tools, and processes used to automate testing of software applications.

  • Automation framework provides structure and guidelines for creating and executing automated tests.

  • It helps in organizing test scripts, managing test data, and generating test reports.

  • Examples of automation frameworks include Selenium, TestNG, and Cucumber.

  • Frameworks can be data-driven, keyword-driven, or hybrid in nature.

Add your answer

Q244. Test cases of Login API

Ans.

Test cases for Login API

  • Verify valid username and password login successfully

  • Verify invalid username and password combination fails to login

  • Verify login with empty username or password fails

  • Verify login with special characters in username or password fails

Add your answer

Q245. What are network topology

Ans.

Network topology refers to the layout of a network and how different devices are connected.

  • Network topology defines how devices are arranged and connected in a network

  • Common network topologies include bus, star, ring, mesh, and hybrid

  • Each topology has its own advantages and disadvantages

  • Examples: Bus topology - all devices connected to a single cable; Star topology - all devices connected to a central hub

Add your answer

Q246. What is the invironment ?

Ans.

The environment refers to the surroundings or conditions in which a person, animal, or plant lives or operates.

  • Includes physical, biological, and social factors

  • Can have a significant impact on an individual's well-being and behavior

  • Examples include air quality, noise levels, access to resources, and social support networks

Add your answer

Q247. What is Pivot table?

Ans.

A pivot table is a data summarization tool used in spreadsheet programs like Excel.

  • It allows users to quickly summarize and analyze large amounts of data.

  • Users can easily group data by different categories and perform calculations on them.

  • Pivot tables are useful for creating reports and visualizations.

  • They can help identify trends and patterns in data.

  • Example: A pivot table can be used to summarize sales data by product, region, and time period.

Add your answer

Q248. Node insertion for Eci node

Ans.

Node insertion for Eci node

  • Node insertion involves physically installing a new node into the network

  • For Eci nodes, the process may involve configuring the node's IP address and connecting it to the network

  • Proper documentation and testing should be done before and after node insertion

Add your answer

Q249. What is fiber to the home

Ans.

Fiber to the home (FTTH) is a technology that provides high-speed internet access directly to residences using fiber optic cables.

  • FTTH delivers faster internet speeds compared to traditional copper wire connections.

  • It offers more reliable and consistent internet performance.

  • FTTH allows for symmetrical upload and download speeds.

  • Examples of FTTH providers include Verizon Fios, Google Fiber, and AT&T Fiber.

View 1 answer

Q250. FTTH fibre for deployment Execution and planning

Ans.

FTTH fibre deployment requires meticulous planning and execution.

  • Develop a detailed project plan outlining timelines, resources, and milestones.

  • Coordinate with stakeholders including contractors, local authorities, and internal teams.

  • Ensure proper site surveys are conducted to identify any potential obstacles or challenges.

  • Implement quality control measures to ensure the fibre installation meets industry standards.

  • Regularly monitor progress and adjust plans as needed to stay ...read more

Add your answer

Q251. fibre planning for last mile connectivity

Ans.

Fiber planning for last mile connectivity involves designing and implementing the network infrastructure to connect end users to the main network.

  • Identify the target area for last mile connectivity

  • Design the fiber optic network layout considering factors like distance, capacity, and future scalability

  • Select appropriate fiber optic cables, equipment, and technologies for the network

  • Plan for efficient routing and distribution of fibers to reach end users

  • Ensure proper installati...read more

Add your answer

Q252. Will included in pf and insurance

Ans.

Yes, most companies include PF (Provident Fund) and insurance benefits for their employees.

  • Most companies offer PF (Provident Fund) as a retirement benefit for employees.

  • Insurance benefits such as health insurance, life insurance, and disability insurance are commonly included in employee benefits packages.

  • Employers may also offer additional insurance options like dental insurance, vision insurance, or supplemental insurance.

  • The specific details of PF and insurance coverage m...read more

Add your answer

Q253. What is Market Business Devlopment

Ans.

Market Business Development is the process of identifying and pursuing new business opportunities to increase revenue and market share.

  • It involves researching and analyzing market trends and customer needs

  • Developing strategies to reach new customers and expand existing ones

  • Building relationships with key stakeholders and partners

  • Creating and implementing marketing campaigns and sales initiatives

  • Measuring and evaluating the success of these efforts

  • Examples include launching a ...read more

Add your answer

Q254. What is the full formof MCB ?

Ans.

MCB stands for Miniature Circuit Breaker.

  • MCB is an electrical switch that automatically interrupts the flow of current when it exceeds a certain limit.

  • It is used to protect electrical circuits from overloads and short circuits.

  • MCBs are commonly used in residential, commercial, and industrial applications.

  • They are more compact and efficient compared to traditional fuses.

  • Examples of MCB brands include Schneider Electric, Siemens, and Legrand.

Add your answer

Q255. What is MCS and how work.

Ans.

MCS stands for Multiple Channel Support and is a feature that allows a device to communicate on multiple channels simultaneously.

  • MCS enables devices to increase data throughput by utilizing multiple channels for communication.

  • It is commonly used in wireless communication protocols like Wi-Fi to improve network performance.

  • For example, in Wi-Fi 6, MCS allows devices to transmit data on multiple channels at the same time, increasing overall network speed.

Add your answer

Q256. Daily routine of work

Ans.

My daily routine involves managing sales activities, meeting with clients, and analyzing market trends.

  • Start the day by reviewing sales reports and setting targets for the day

  • Schedule meetings with potential clients and follow up with existing ones

  • Analyze market trends and adjust sales strategies accordingly

  • Maintain regular communication with the sales team and provide guidance and support

  • Attend industry events and conferences to stay up-to-date with the latest trends and dev...read more

Add your answer

Q257. What is your sellry expiration here

Add your answer

Q258. How assess risk in a process

Ans.

Assessing risk in a process involves identifying potential hazards, analyzing their likelihood and impact, and implementing controls to mitigate them.

  • Identify potential hazards in the process

  • Analyze the likelihood of each hazard occurring

  • Assess the potential impact of each hazard on the process

  • Implement controls to mitigate the identified risks

  • Regularly review and update the risk assessment process

Add your answer

Q259. How we can help poor people

Ans.

We can help poor people by providing access to education, healthcare, job opportunities, and social support.

  • Providing free or affordable education and vocational training programs

  • Offering healthcare services and access to affordable medication

  • Creating job opportunities through skill development programs and microfinance initiatives

  • Offering social support through community outreach programs and shelters for the homeless

Add your answer

Q260. What is Cache memory?

Ans.

Cache memory is a small, high-speed memory unit located between the CPU and main memory, used to store frequently accessed data for faster access.

  • Cache memory is faster than main memory

  • It stores frequently accessed data to reduce access time

  • There are different levels of cache memory (L1, L2, L3)

  • Examples: CPU cache, web browser cache

Add your answer

Q261. What exactly is a Chipset?

Ans.

A chipset is a group of electronic components in a computer system that manages data flow between the processor, memory, and peripherals.

  • Chipsets are crucial for the proper functioning of a computer system.

  • They determine the capabilities and limitations of a system, such as the number of USB ports or supported RAM.

  • Examples of chipsets include Intel's Z390 chipset for desktop computers and Qualcomm's Snapdragon 865 chipset for mobile devices.

Add your answer

Q262. What is broadband and fiber

Ans.

Broadband and fiber are types of high-speed internet connections.

  • Broadband refers to a high-speed internet connection that is always on and faster than traditional dial-up connections.

  • Fiber optic internet uses fiber optic cables to transmit data at incredibly fast speeds, making it one of the fastest internet options available.

  • Both broadband and fiber are popular choices for households and businesses looking for reliable and high-speed internet connections.

View 1 answer

Q263. How we can grow business

Ans.

Growing business involves strategic planning, market research, customer engagement, and innovation.

  • Identify target market and customer needs

  • Develop a strong marketing strategy

  • Improve customer service and engagement

  • Invest in innovation and technology

  • Expand product/service offerings

  • Build partnerships and collaborations

  • Analyze competition and market trends

  • Focus on customer retention and loyalty programs

View 1 answer

Q264. How to commissioning 5g networs

Ans.

Commissioning 5G networks involves planning, testing, and optimizing network performance.

  • Develop a detailed commissioning plan outlining tasks, timelines, and responsibilities

  • Conduct site surveys to assess network coverage and capacity

  • Install and configure 5G equipment such as antennas, radios, and base stations

  • Perform network testing to ensure proper functionality and performance

  • Optimize network settings for maximum efficiency and reliability

Add your answer

Q265. What is technical test?

Ans.

A technical test is an assessment used to evaluate a candidate's technical skills and knowledge in a specific field.

  • Technical tests can include coding challenges, troubleshooting scenarios, and practical tasks.

  • They are often used by employers to determine a candidate's proficiency and suitability for a particular role.

  • Technical tests can be timed or untimed, and may be conducted online or in person.

  • Examples of technical tests include programming assignments, network configura...read more

Add your answer

Q266. What is mbps and Mpbs

Ans.

Mbps stands for megabits per second, while Mbps stands for megabytes per second.

  • Mbps is a unit of measurement for data transfer speed, typically used for internet connections.

  • 1 Mbps is equal to 1 million bits per second.

  • Mbps is commonly used to describe internet download and upload speeds.

  • Mbps is different from MBps, which stands for megabytes per second and is used to measure data storage or transfer rates.

Add your answer

Q267. How many Products you deliver

Ans.

I have delivered 10 products in my previous role as IT Program Manager.

  • I have delivered 10 products in my previous role as IT Program Manager.

  • The products ranged from software applications to hardware systems.

  • Each product had its own unique set of requirements and timelines.

  • I worked closely with cross-functional teams to ensure successful delivery.

  • Some examples of products I delivered include a new CRM system, a mobile app, and a network infrastructure upgrade.

Add your answer

Q268. What is DNS function

Ans.

DNS (Domain Name System) is a decentralized naming system that translates domain names into IP addresses.

  • DNS is responsible for translating human-readable domain names (e.g., www.example.com) into IP addresses (e.g., 192.0.2.1).

  • It helps in the efficient routing of internet traffic by allowing users to access websites using domain names instead of remembering IP addresses.

  • DNS also provides other important functions like email routing, load balancing, and security measures like...read more

View 1 answer

Q269. compile your data base vba

Ans.

To compile a database using VBA, use arrays of strings.

  • Create an array to store the data

  • Use loops to populate the array with data from the database

  • Use VBA functions to manipulate the data as needed

View 2 more answers

Q270. What is the growth in airtal

Ans.

Airtel is a telecommunications company that has experienced significant growth in recent years.

  • Airtel has expanded its network coverage to reach more customers.

  • The company has introduced new services and products to meet the evolving needs of its customers.

  • Airtel has invested in infrastructure development to improve network quality and reliability.

  • The company has acquired other telecommunications companies to expand its market presence.

  • Airtel has implemented innovative market...read more

Add your answer

Q271. What is telecommunications?

Ans.

Telecommunications refers to the transmission of information over long distances using electronic means.

  • Telecommunications involves the exchange of information through various electronic devices and systems.

  • It includes the use of telephones, radios, television, internet, and other communication technologies.

  • Telecommunications enables voice, data, and video transmission across different locations.

  • It involves the use of wired and wireless networks to connect individuals, organi...read more

Add your answer

Q272. Different ideas about products selling

Ans.

Different ideas about product selling

  • Understanding customer needs and preferences

  • Highlighting unique features and benefits

  • Offering promotions and discounts

  • Providing excellent customer service

  • Creating a sense of urgency to buy

  • Tailoring sales approach to individual customers

Add your answer

Q273. Write dockerfile to run python script.

Ans.

Dockerfile to run a Python script

  • Use a base Python image as the starting point

  • Copy the Python script into the container

  • Specify the command to run the Python script

Add your answer

Q274. What is cat 6 wiring

Ans.

Cat 6 wiring is a type of Ethernet cable used for high-speed internet connections.

  • Cat 6 wiring is an upgrade from Cat 5 and Cat 5e wiring.

  • It has a higher bandwidth capacity and can support faster data transfer rates.

  • It is commonly used in businesses and homes for internet connections.

  • Cat 6 wiring has stricter specifications for crosstalk and system noise.

  • It is backward compatible with Cat 5 and Cat 5e wiring.

  • Cat 6 wiring is typically more expensive than Cat 5 and Cat 5e wirin...read more

Add your answer

Q275. What's price for 100mbps ill

Ans.

The price for 100mbps internet will vary depending on the provider and location.

  • Prices can range from $30 to $100 per month for 100mbps internet.

  • Some providers may offer discounts for bundling services or signing a contract.

  • Prices may also vary based on promotional offers or introductory rates.

  • Additional fees for equipment rental or installation may apply.

Add your answer

Q276. Write a code to add two numbers.

Ans.

Code to add two numbers

  • Declare two variables to hold the numbers

  • Add the variables together

  • Return the sum

Add your answer

Q277. What is otdr machine

Ans.

OTDR machine is a device used in fiber optic testing to measure the characteristics of an optical fiber.

  • OTDR stands for Optical Time Domain Reflectometer.

  • It sends a pulse of light into the fiber and measures the backscattered and reflected light.

  • OTDR can determine the length of the fiber, identify any breaks or faults, and measure the attenuation and loss of the signal.

  • It provides a graphical representation of the fiber's characteristics, known as an OTDR trace.

  • OTDR machines ...read more

View 1 answer

Q278. What is a risk?

Ans.

A risk is a potential event or situation that could have negative impacts on a project's objectives.

  • A risk is an uncertain event or condition that, if it occurs, could have a positive or negative effect on a project's objectives.

  • Risks can be internal or external to the project.

  • Examples of risks include budget overruns, schedule delays, resource constraints, and technical failures.

Add your answer

Q279. copy file from one server to another

Ans.

Use SCP command to copy file from one server to another

  • Use SCP command with source file path and destination server address

  • Ensure proper permissions are set on both servers

  • Example: scp /path/to/file user@destination_server:/path/to/destination

Add your answer

Q280. Apply filters in row?

Ans.

Filters can be applied to rows in a table to display specific data.

  • Select the row(s) you want to filter

  • Click on the filter icon in the toolbar

  • Choose the filter criteria and apply

  • The table will display only the rows that meet the filter criteria

Add your answer

Q281. Regression vs Sanity

Ans.

Regression testing ensures existing functionality still works after changes, while sanity testing checks if new functionality works as expected.

  • Regression testing is performed to make sure that new code changes do not adversely affect existing functionality.

  • Sanity testing is a cursory testing to make sure that the new functionality is working as expected.

  • Regression testing is usually automated and covers a wide range of test cases.

  • Sanity testing is usually done manually and f...read more

Add your answer

Q282. What is Optical fiber

Ans.

Optical fiber is a thin, flexible, transparent fiber that transmits light signals over long distances.

  • Made of glass or plastic

  • Used for high-speed data transmission

  • Less susceptible to interference compared to traditional copper wires

  • Commonly used in telecommunications and networking

  • Examples: fiber optic cables, fiber optic internet

Add your answer

Q283. How we can compitition

Ans.

Competing effectively requires understanding the market, offering unique value, and continuously improving.

  • Understand the market trends and your competitors' strengths and weaknesses

  • Offer unique value propositions to attract customers

  • Continuously improve your products/services to stay ahead of the competition

Add your answer

Q284. What is MFS in abinitio?

Ans.

MFS in Abinitio stands for Multi-File System, which is a feature that allows Abinitio graphs to read/write data from multiple files simultaneously.

  • MFS allows parallel processing of data from multiple files in Abinitio graphs

  • It helps in improving performance by distributing the workload across multiple files

  • MFS can be configured to read/write data from/to different file systems or locations

  • Example: Using MFS, a graph can read data from multiple input files and write the output...read more

Add your answer

Q285. What about OSI model

Ans.

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 data is transferred over a network.

  • Each layer has specific functions and communicates with adjacent layers.

  • Examples of layers include physical layer, data link layer, network layer, transport layer, etc.

Add your answer

Q286. Diffreentiate jio and Airtel products

Ans.

Jio focuses on affordable plans with high data benefits, while Airtel offers a wider range of services including broadband and DTH.

  • Jio offers cheaper plans with more data benefits compared to Airtel.

  • Airtel provides a wider range of services including broadband and DTH, while Jio mainly focuses on mobile services.

  • Airtel has a larger network coverage compared to Jio.

  • Jio has a strong focus on digital services and content offerings.

  • Airtel has a reputation for better customer serv...read more

View 1 answer

Q287. LAN TECHNOLOGY in detail

Ans.

LAN technology refers to the methods and protocols used to create local area networks for connecting devices within a limited geographical area.

  • LAN technology includes Ethernet, Wi-Fi, and Token Ring.

  • Ethernet is the most common LAN technology, using CSMA/CD for collision detection.

  • Wi-Fi uses wireless signals to connect devices within a LAN.

  • Token Ring is a less common LAN technology that uses a token-passing protocol.

  • LAN technologies often use switches or hubs to connect devic...read more

Add your answer

Q288. OSI Model layer functionality

Ans.

The OSI Model defines the functions of each layer in a network communication system.

  • Physical layer - transmits raw data bits over a physical medium

  • Data link layer - provides error detection and correction, and organizes data into frames

  • Network layer - routes data packets between different networks

  • Transport layer - ensures reliable data delivery and manages end-to-end communication

  • Session layer - establishes, maintains, and terminates connections between applications

  • Presentati...read more

Add your answer

Q289. TCP IP MODEL in detail

Ans.

TCP/IP model is a conceptual framework used for understanding networking protocols.

  • Consists of four layers: Application, Transport, Internet, Link

  • Each layer has specific functions and protocols

  • Data is encapsulated and decapsulated as it moves through the layers

  • Example: HTTP operates at the Application layer, TCP at the Transport layer

Add your answer

Q290. JavaScript prototype sorting function

Ans.

JavaScript prototype sorting function for arrays of strings

  • Use the Array.prototype.sort() method to sort an array of strings

  • Pass a compare function to specify the sorting order

  • Example: ['banana', 'apple', 'cherry'].sort((a, b) => a.localeCompare(b))

Add your answer

Q291. Session Management in applications

Ans.

Session management is the process of securely managing user sessions in web applications.

  • Use cookies or tokens to track user sessions

  • Implement session timeout to prevent unauthorized access

  • Store session data securely on the server side

  • Use HTTPS to encrypt session data during transmission

Add your answer

Q292. End to End Sales Cycle

Ans.

The end to end sales cycle refers to the complete process of selling a product or service from prospecting to closing the deal.

  • Prospecting: Identifying potential customers and leads

  • Qualifying: Determining if the leads are a good fit for the product or service

  • Presenting: Demonstrating the product or service to the potential customer

  • Negotiating: Discussing terms and conditions of the sale

  • Closing: Finalizing the sale and getting the customer's commitment

  • Follow-up: Ensuring custo...read more

Add your answer

Q293. How many speed of network

Ans.

The speed of a network can vary depending on the type of connection and technology used.

  • Network speed is typically measured in Mbps (megabits per second)

  • Common network speeds include 10 Mbps, 100 Mbps, 1 Gbps (1000 Mbps), and 10 Gbps

  • Faster network speeds allow for quicker data transfer and smoother internet browsing

  • Factors affecting network speed include bandwidth, latency, and network congestion

View 1 answer

Q294. Describe about internetleaseline

Ans.

Internetleaseline is a dedicated leased line service that provides high-speed and reliable internet connectivity for businesses.

  • Internetleaseline offers symmetrical bandwidth, ensuring equal upload and download speeds.

  • It provides a dedicated connection, which means no sharing of bandwidth with other users.

  • This service is ideal for businesses that require consistent and reliable internet connectivity for their operations.

  • Examples of internetleaseline providers include AT&T, Ve...read more

Add your answer

Q295. What is a heat sink?

Ans.

A heat sink is a passive cooling device that absorbs and dissipates heat from a computer or electronic component.

  • A heat sink is typically made of metal with fins to increase surface area for better heat dissipation.

  • It is attached to a heat-generating component, such as a CPU or GPU, to help regulate its temperature.

  • Heat sinks work by transferring heat from the component to the surrounding air through conduction, convection, and radiation.

  • Common examples of heat sinks include ...read more

Add your answer

Q296. What is COCP , IOIP,COIP

Ans.

COCP stands for Combined Oral Contraceptive Pill, IOIP stands for Intra-Ovarian Injection of Progesterone, COIP stands for Contraceptive Intrauterine Device

  • COCP is a type of birth control pill that contains both estrogen and progestin hormones

  • IOIP is a method of delivering progesterone directly into the ovaries for fertility treatment

  • COIP is a contraceptive device inserted into the uterus to prevent pregnancy

Add your answer

Q297. Why telecommunication industry

Ans.

The telecommunication industry offers dynamic challenges, opportunities for innovation, and the chance to shape the future of communication.

  • Telecommunication industry is constantly evolving with new technologies and trends

  • Opportunity to work with cutting-edge products and services

  • High demand for skilled professionals in the industry

  • Chance to make a significant impact on how people communicate globally

Add your answer

Q298. What is mnpo UAO,URO,DAO

Ans.

MNPO UAO, URO, DAO are commonly used abbreviations in the sales and marketing industry.

  • MNPO stands for Marketing New Product Opportunities

  • UAO stands for Unique Advertising Opportunities

  • URO stands for Unique Selling Proposition

  • DAO stands for Distribution and Outreach

Add your answer

Q299. What you know about MCB's

Ans.

MCB stands for Miniature Circuit Breaker. It is an electrical switch designed to protect electrical circuits from damage caused by overload or short circuit.

  • MCB is a type of circuit breaker that automatically switches off electrical circuits during abnormal conditions.

  • It is commonly used in residential and commercial buildings to protect electrical appliances and wiring.

  • MCBs are available in different current ratings, such as 6A, 10A, 16A, etc.

  • They have a trip mechanism that ...read more

Add your answer

Q300. How much you want ctc

Ans.

I am looking for a competitive salary based on my experience and skills.

  • I am seeking a salary that is in line with industry standards for a Network Security Engineer position.

  • I am open to negotiation based on the overall compensation package offered by the company.

  • I value fair compensation for the level of responsibility and expertise required for this role.

Add your answer
1
2
3
4
Contribute & help others!
Write a review
Share interview
Contribute salary
Add office photos

Interview Process at Duroshox

based on 938 interviews
Interview experience
4.3
Good
View more
Interview Tips & Stories
Ace your next interview with expert advice and inspiring stories

Top Interview Questions from Similar Companies

3.8
 • 487 Interview Questions
3.8
 • 331 Interview Questions
3.7
 • 276 Interview Questions
4.0
 • 173 Interview Questions
4.2
 • 156 Interview Questions
3.5
 • 143 Interview Questions
View all
Top Bharti Airtel Interview Questions And Answers
Share an Interview
Stay ahead in your career. Get AmbitionBox app
qr-code
Helping over 1 Crore job seekers every month in choosing their right fit company
70 Lakh+

Reviews

5 Lakh+

Interviews

4 Crore+

Salaries

1 Cr+

Users/Month

Contribute to help millions

Made with ❤️ in India. Trademarks belong to their respective owners. All rights reserved © 2024 Info Edge (India) Ltd.

Follow us
  • Youtube
  • Instagram
  • LinkedIn
  • Facebook
  • Twitter