Jio
80+ Lintl Clothing Interview Questions and Answers
Q1. What are the different layers of OSI model?
The OSI model has 7 layers that define how data is transmitted over a network.
The layers are: Physical, Data Link, Network, Transport, Session, Presentation, and Application.
Each layer has a specific function and communicates with the layers above and below it.
For example, the Physical layer deals with the physical transmission of data, while the Application layer deals with user interfaces and applications.
The OSI model is a conceptual model and is used to help understand ho...read more
Q2. What is the difference between 3g and 4g
4G is faster and more efficient than 3G.
4G has faster download and upload speeds than 3G.
4G has lower latency than 3G, meaning there is less delay in data transfer.
4G uses more advanced technology than 3G, allowing for more efficient use of bandwidth.
Examples of 4G networks include LTE and WiMAX.
Examples of 3G networks include HSPA and EV-DO.
Q3. currently which mobile phone was using and its specification
I am currently using an iPhone 12 Pro with 128GB storage.
I prefer iOS over Android.
The iPhone 12 Pro has a 6.1-inch Super Retina XDR display.
It has a triple-camera system with 12MP Ultra Wide, Wide, and Telephoto lenses.
The phone has 5G capability and uses Apple's A14 Bionic chip.
I chose the 128GB storage option for my needs.
Q4. Difference between OSS and NSS of GSM architecture
OSS and NSS are two components of the GSM architecture that serve different functions.
OSS stands for Operation Support System and is responsible for managing and monitoring the network.
NSS stands for Network and Switching Subsystem and handles the call processing and switching functions.
OSS includes components like Network Management System (NMS) and Element Management System (EMS).
NSS includes components like Mobile Switching Center (MSC), Home Location Register (HLR), and V...read more
Q5. Difference between Zigbee and Bluetooth
Zigbee is a low-power, low-data-rate wireless network protocol while Bluetooth is a short-range wireless technology.
Zigbee is designed for home automation, industrial control, and sensor networks.
Bluetooth is used for wireless audio streaming, file transfer, and device control.
Zigbee has a longer range and can support more devices than Bluetooth.
Bluetooth has a higher data transfer rate and is more commonly used in consumer electronics.
Zigbee uses a mesh network topology whil...read more
Q6. IOT? example
IOT stands for Internet of Things. It refers to the network of physical devices, vehicles, home appliances, and other items embedded with electronics, software, sensors, and connectivity which enables these objects to connect and exchange data.
IOT is a network of physical devices that are connected to the internet and can exchange data
Examples of IOT devices include smart home appliances, wearables, and industrial sensors
IOT has the potential to revolutionize industries such ...read more
Q7. Can classes be declared abstract in java
Yes, abstract classes can be declared in Java.
Abstract classes cannot be instantiated
They can have abstract and non-abstract methods
Subclasses must implement all abstract methods
Example: abstract class Animal { abstract void makeSound(); }
Example: class Dog extends Animal { void makeSound() { System.out.println("Bark"); }}
Q8. Drawbacks of android
Android has some drawbacks that need to be considered.
Fragmentation of the operating system across different devices
Security vulnerabilities due to open-source nature
Battery drain and performance issues with certain apps
Lack of timely software updates for older devices
Compatibility issues with some apps and hardware
Privacy concerns with app permissions
Q9. Different types of media use in telecoms - optical, ubr, ethernet laser, etc
Different types of media used in telecoms include optical, UBR, Ethernet laser, etc.
Optical media uses light to transmit data, such as fiber optic cables
UBR (Unspecified Bit Rate) is a type of data transmission where the rate is not guaranteed
Ethernet laser technology uses lasers to transmit data over Ethernet connections
Q10. Explain polymorphism with a program
Polymorphism is the ability of an object to take on many forms. It allows objects of different classes to be treated as if they were of the same class.
Polymorphism is achieved through method overriding and method overloading.
Method overriding is when a subclass provides its own implementation of a method that is already provided by its parent class.
Method overloading is when a class has multiple methods with the same name but different parameters.
Example: Animal class has a m...read more
Q11. Advantages of recursion
Recursion allows for elegant and concise code, simplifies complex problems, and can be more efficient in certain cases.
Recursion can simplify complex problems by breaking them down into smaller subproblems.
It allows for elegant and concise code, especially when dealing with data structures like trees and graphs.
Recursion can be more efficient in certain cases, such as when calculating factorials or Fibonacci numbers.
However, it can also be less efficient and lead to stack ove...read more
Q12. What is your action when the stock is lost in warehouse
I would investigate the cause of the loss and take appropriate measures to prevent it from happening again.
Conduct a thorough investigation to determine the cause of the loss
Notify relevant parties such as management and security
Implement measures to prevent future losses such as improving security and inventory management
Review and update warehouse policies and procedures
Consider filing an insurance claim if applicable
Q13. What is OSI model
The OSI 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
The seven layers are: Physical, Data Link, Network, Transport, Session, Presentation, and Application
Each layer has specific functions and communicates with the adjacent layers
Q14. What is broadband
Broadband refers to high-speed internet access that is faster than traditional dial-up connections.
Broadband allows for faster data transmission and more efficient internet usage.
Examples of broadband technologies include DSL, cable, fiber optic, and satellite.
Broadband is essential for activities such as streaming video, online gaming, and video conferencing.
Q15. 6) Spectrum & Data rate of each generation (2G to 4G)
Each generation of mobile networks has different spectrum and data rates.
2G networks operate in the 900 MHz and 1800 MHz frequency bands with data rates up to 384 kbps.
3G networks use a variety of frequency bands, including 850 MHz, 900 MHz, 1900 MHz, and 2100 MHz, with data rates up to 2 Mbps.
4G networks operate in the 700 MHz, 800 MHz, 1800 MHz, 2100 MHz, 2300 MHz, 2500 MHz, and 2600 MHz frequency bands with data rates up to 100 Mbps or higher.
Q16. Some times switch off customer number what do you
If a customer's number is switched off, I would try to contact them through alternative means and leave a message if possible.
Attempt to reach the customer through other contact details provided
Leave a voicemail or send a text message if available
Follow up with the customer at a later time
Q17. 1) Architecture of 2G/3G/4G ?
The architecture of 2G/3G/4G networks involves multiple layers and components for communication and data transfer.
2G architecture includes Base Station Subsystem (BSS), Mobile Switching Center (MSC), and Home Location Register (HLR).
3G architecture includes Node B, Radio Network Controller (RNC), and Serving GPRS Support Node (SGSN).
4G architecture includes Evolved Node B (eNodeB), Mobility Management Entity (MME), and Serving Gateway (SGW).
Each generation introduces new tech...read more
Q18. 8) Diff n working of router n switch, protocols, config commands.
Routers and switches are network devices that operate at different layers of the OSI model. They have different functions and use different protocols and configuration commands.
Routers operate at the network layer (Layer 3) and are responsible for forwarding data packets between networks.
Switches operate at the data link layer (Layer 2) and are responsible for forwarding data frames within a network.
Routers use routing protocols such as OSPF, BGP, and RIP to determine the bes...read more
Q19. What do you say about customer service?
Customer service is the support and assistance provided to customers before, during, and after their purchase or interaction with a company.
Customer service involves addressing customer inquiries, concerns, and complaints.
It focuses on providing a positive and satisfactory experience for customers.
Effective communication, empathy, and problem-solving skills are essential in customer service.
Examples of customer service include resolving billing issues, assisting with product ...read more
Q20. 9) What is handover and it's types?
Handover is the process of transferring responsibility from one person or team to another. There are two types: internal and external handover.
Handover is the transfer of responsibility from one person or team to another.
Internal handover occurs within the same organization or department.
External handover involves transferring responsibility to a different organization or department.
Examples of handover include passing on a project from one project manager to another, transit...read more
Q21. Print all the Elements not present in a sorted array and tell the time and space complexity of the algorithm.
Print all elements not present in a sorted array with time and space complexity.
Iterate through array and print missing elements
Use binary search for faster search
Time complexity: O(n log n)
Space complexity: O(1)
Q22. 4) Difference between VoLTE and ViLTE ?
VoLTE stands for Voice over LTE, which enables voice calls over a 4G LTE network. ViLTE stands for Video over LTE, which enables video calls over a 4G LTE network.
VoLTE enables voice calls over a 4G LTE network
ViLTE enables video calls over a 4G LTE network
VoLTE and ViLTE both utilize the 4G LTE network for communication
VoLTE and ViLTE provide higher quality and faster call setup compared to traditional voice and video calls
Examples of VoLTE and ViLTE services include HD voic...read more
Q23. 2) Call flow in GSM ?
Call flow in GSM refers to the sequence of events that occur during a phone call in a GSM network.
The call is initiated by the caller and a request is sent to the nearest base station.
The base station sends the request to the Mobile Switching Center (MSC) which then routes the call to the recipient's network.
The recipient's network sends a signal to their phone to alert them of the incoming call.
If the recipient answers, the call is established and the two parties can communi...read more
Q24. Print all the elements not present in an unsorted array and tell the time and space complexity of the algorithm.
Print all elements not present in an unsorted array and give time and space complexity.
Iterate through array and use a hashset to keep track of seen elements.
Print elements not in hashset.
Time complexity: O(n), Space complexity: O(n)
Q25. What is customer service?
Customer service is the assistance and support provided to customers before, during, and after purchasing a product or service.
Customer service involves addressing customer inquiries, concerns, and complaints.
It includes providing information, guidance, and solutions to customers.
Customer service aims to ensure customer satisfaction and build positive relationships.
Examples of customer service include answering phone calls, responding to emails, resolving issues, and offering...read more
Q26. How do you sell my company's products in market??
I sell your company's products by understanding customer needs, highlighting product benefits, and building strong relationships.
Research and understand the target market and customer needs
Highlight the unique features and benefits of the products
Build strong relationships with customers and provide excellent customer service
Offer promotions and discounts to attract new customers
Attend trade shows and events to showcase the products
Provide after-sales support and follow-up to...read more
Q27. Information about tools which you operate?
I operate various network monitoring and troubleshooting tools.
I am proficient in using Wireshark for packet analysis
I have experience with Cisco Prime Infrastructure for network management
I am familiar with SolarWinds for network monitoring
I have used PingPlotter for network troubleshooting
I am comfortable with CLI tools like ping, traceroute, and netstat
Q28. How you impress the consumer to take the service of jio phone and sim
To impress consumers to take the service of Jio phone and sim, I would highlight the benefits of affordable plans, reliable network coverage, and exclusive features.
Emphasize the affordability of Jio plans compared to competitors
Highlight the extensive network coverage and reliable connectivity
Promote exclusive features like Jio apps, free voice calls, and unlimited data
Provide examples of satisfied customers who have experienced the benefits of Jio services
Q29. What are loops
Loops are programming constructs that allow a set of instructions to be repeated multiple times.
Loops are used to iterate over a collection of data or to execute a block of code multiple times.
There are three types of loops: for, while, and do-while.
For example, a for loop can be used to iterate over an array and perform a specific action on each element.
Loops can also be nested, allowing for more complex iterations.
It's important to avoid infinite loops, which can cause a pr...read more
Q30. How to handle customers
Handling customers requires patience, empathy, and effective communication skills.
Listen actively to their concerns and needs
Empathize with their situation and offer solutions
Remain calm and professional, even in difficult situations
Communicate clearly and effectively, using positive language
Follow up with customers to ensure their satisfaction
Handle complaints and conflicts with tact and diplomacy
Q31. How handle customer when he is agrasive
Stay calm and listen actively. Try to understand the root cause of their aggression and offer solutions.
Remain calm and composed
Listen actively and empathetically
Avoid arguing or getting defensive
Try to understand the root cause of their aggression
Offer solutions to resolve the issue
If necessary, involve a supervisor or manager
Ensure the safety of yourself and others
Q32. 11) Modulation techniques ?
Modulation techniques are methods used to encode information onto a carrier signal for transmission.
Modulation techniques are used in various communication systems.
Some common modulation techniques include amplitude modulation (AM), frequency modulation (FM), and phase modulation (PM).
AM modulates the amplitude of the carrier signal to encode information.
FM modulates the frequency of the carrier signal to encode information.
PM modulates the phase of the carrier signal to enco...read more
Q33. What is oops concept
OOPs is a programming paradigm based on the concept of objects, which can contain data and code.
OOPs stands for Object-Oriented Programming.
It focuses on creating objects that interact with each other to solve a problem.
It has four main concepts: encapsulation, inheritance, polymorphism, and abstraction.
Encapsulation is the process of hiding data and methods within a class.
Inheritance allows a class to inherit properties and methods from another class.
Polymorphism allows obje...read more
Q34. What is full form of SCM
SCM stands for Supply Chain Management.
SCM is the management of the flow of goods and services from the point of origin to the point of consumption.
It involves the coordination and integration of various activities such as procurement, production, transportation, and distribution.
SCM aims to optimize the overall efficiency and effectiveness of the supply chain.
Examples of SCM tools and techniques include demand forecasting, inventory management, and logistics planning.
Q35. What Do You Mean By Differential Fiber Distance?
Differential fiber distance refers to the variation in length between two fiber optic cables.
It is the difference in length between two fiber optic cables.
It is important to consider the differential fiber distance when connecting fiber optic cables.
Differential fiber distance can cause signal loss or degradation if not properly accounted for.
For example, if one cable is 100 meters long and the other is 105 meters long, the differential fiber distance is 5 meters.
Q36. How to identify the missing articles
Identifying missing articles requires careful reading and understanding of the context.
Read the text carefully to identify the missing articles
Understand the context to determine the appropriate article to use
Consider the grammar rules for using articles
Check for consistency in the use of articles throughout the text
Use online tools such as Grammarly to help identify missing articles
Q37. 12) SIP call flow ?
SIP call flow is the sequence of steps involved in establishing, maintaining, and terminating a Session Initiation Protocol (SIP) call.
SIP call flow involves several steps such as registration, session establishment, media negotiation, and call termination.
The call flow typically starts with a SIP client sending a REGISTER request to a SIP server to register its address.
To initiate a call, the caller sends an INVITE request to the callee, which includes the desired media para...read more
Q38. Tell me if you want to sell a bottle of water, how will you sell it?
I would highlight the purity and quality of the water, emphasizing its health benefits and convenience.
Highlight the purity and quality of the water
Emphasize health benefits such as hydration and detoxification
Promote convenience of having water on-the-go
Offer special promotions or discounts to attract customers
Q39. What is the formula of power?
The formula for power is the rate at which work is done or energy is transferred.
Power = Work / Time
Power = Force x Velocity
Power = Voltage x Current
Power = (Current)^2 x Resistance
Q40. Any type retailers motivation important
Yes, retailers' motivation is crucial for the success of Jio Point Manager.
Motivated retailers are more likely to promote Jio products and services to customers.
Retailers who feel valued and supported are more likely to stay with Jio and continue to sell its products.
Incentives and rewards can be effective motivators for retailers, such as commission on sales or bonuses for meeting targets.
Regular communication and training can also help keep retailers motivated and informed ...read more
Q41. Do you know the queries used in ARCGIS?
Yes, I am familiar with the queries used in ARCGIS.
Yes, I am familiar with SQL queries used in ARCGIS for data manipulation and analysis.
Common queries include SELECT, UPDATE, INSERT, DELETE for querying spatial data.
Queries can be used to filter, analyze, and visualize spatial data in ARCGIS software.
Q42. What Is The Maximum Logical Reach In Gpon?
The maximum logical reach in GPON is typically 20 kilometers.
GPON stands for Gigabit Passive Optical Network.
The maximum logical reach refers to the maximum distance that data can travel over a GPON network.
The typical maximum logical reach in GPON is 20 kilometers.
This means that data can be transmitted up to 20 kilometers from the central office to the end user.
Beyond this distance, signal degradation may occur and additional equipment may be required to extend the reach.
Q43. HOW MUCH COLMN AND ROW IN 1 MS EXL WINDOW
There are 1,048,576 rows and 16,384 columns in 1 MS Excel window.
MS Excel 2007 and later versions have 1,048,576 rows and 16,384 columns in a single window.
Earlier versions of MS Excel had 65,536 rows and 256 columns in a single window.
The number of rows and columns can be increased by adding more worksheets to the workbook.
The maximum number of worksheets that can be added to a workbook is limited by the available memory on the computer.
Q44. What is the architecture of Network
Network architecture refers to the layout of the network, including the physical and logical components and their interconnections.
Network architecture includes components such as routers, switches, firewalls, and servers.
It also involves the design of protocols, addressing schemes, and security measures.
Common network architectures include client-server, peer-to-peer, and cloud-based.
Network architecture can be centralized, decentralized, or distributed.
Examples of network a...read more
Q45. What is the process of electricity generation, transmission and distribution.?
Electricity generation involves converting energy from various sources into electrical energy, which is then transmitted through power lines and distributed to consumers.
Electricity generation: involves converting energy from sources like coal, natural gas, nuclear, hydro, wind, or solar into electrical energy
Transmission: high voltage power lines transport electricity over long distances to substations
Distribution: lower voltage lines deliver electricity from substations to ...read more
Q46. What is the Ohms Law?
Ohm's Law states that the current flowing through a conductor is directly proportional to the voltage applied across it, and inversely proportional to the resistance of the conductor.
Ohm's Law is represented by the formula V = I * R, where V is voltage, I is current, and R is resistance.
It helps in calculating the relationship between voltage, current, and resistance in an electrical circuit.
For example, if a circuit has a voltage of 12 volts and a resistance of 4 ohms, the c...read more
Q47. What will i do if customer doesn't motivate by me...
Q48. What is optical fiber
Optical fiber is a thin, flexible, transparent fiber made of glass or plastic that can transmit light signals over long distances.
Optical fiber is used for high-speed data transmission and telecommunications.
It works by transmitting light signals through the fiber, which bounce off the walls of the fiber and travel to the other end.
Optical fiber is more efficient than traditional copper wire because it can transmit data over longer distances without losing signal strength.
It ...read more
Q49. Kdane Algorithm of DSA, Heap Data Structure etc
Kadane's algorithm is used to find the maximum subarray sum in an array. Heap data structure is a binary tree-based data structure.
Kadane's algorithm is used to find the maximum sum of a contiguous subarray within an array of numbers.
Heap data structure is a binary tree-based data structure where the parent node is greater than or equal to its children.
Example: In an array [1, -3, 4, -2, -1, 6], Kadane's algorithm would return 7 as the maximum subarray sum.
Example: Heap data ...read more
Q50. What is opetical Fibre link budget
Optical fibre link budget is the calculation of the total loss and gain of an optical fibre link.
It is used to determine the maximum distance between two points that can be connected by an optical fibre link.
It takes into account the transmitter power, receiver sensitivity, fibre attenuation, splice and connector losses, and other factors.
The link budget is usually expressed in decibels (dB) and is used to ensure that the signal strength is sufficient for reliable communicati...read more
Q51. Difference between Method Overloading and Method Overriding.
Q52. What do you mean by GPON
GPON stands for Gigabit Passive Optical Network, a technology used in telecommunications for delivering high-speed internet access.
GPON is a type of fiber optic communication technology that uses passive splitters to allow a single optical fiber to serve multiple premises.
It provides higher bandwidth and efficiency compared to traditional copper-based networks.
GPON is commonly used by telecommunications companies to deliver internet, TV, and phone services to residential and ...read more
Q53. What is ospf routing protocol
OSPF (Open Shortest Path First) is a routing protocol used to find the best path for data packets in IP networks.
OSPF is a link-state routing protocol
It uses Dijkstra's algorithm to calculate the shortest path
OSPF routers exchange link-state advertisements (LSAs) to build a topology map
It supports VLSM (Variable Length Subnet Masking) and CIDR (Classless Inter-Domain Routing)
OSPF is widely used in large enterprise networks and ISPs
Q54. Uploading & downloading speed of GPON.
GPON typically offers download speeds of 2.488 Gbps and upload speeds of 1.244 Gbps.
GPON stands for Gigabit Passive Optical Network
Download speed of GPON is typically around 2.488 Gbps
Upload speed of GPON is typically around 1.244 Gbps
GPON technology uses optical fiber to deliver high-speed internet access
Q55. Which difrance GSM and bb
GSM and BB are two different technologies used in mobile communication.
GSM stands for Global System for Mobile Communications while BB stands for BlackBerry.
GSM is a standard for 2G mobile networks while BB is a brand of smartphones.
GSM technology uses circuit-switched networks while BB uses packet-switched networks.
GSM is used by many mobile network operators worldwide while BB is only used by a smaller market share.
GSM phones can be used with different carriers while BB pho...read more
Q56. What are the terminals of battery?
The terminals of a battery are the positive terminal (+) and the negative terminal (-).
The positive terminal is typically marked with a plus sign (+) and is usually red in color.
The negative terminal is typically marked with a minus sign (-) and is usually black in color.
Connecting the positive terminal of one battery to the negative terminal of another creates a circuit.
Q57. what you know about sales
Sales is the process of convincing a potential customer to buy a product or service.
Sales involves identifying potential customers and their needs
It requires effective communication and persuasion skills
Salespeople must be knowledgeable about the product or service they are selling
Closing the sale is the ultimate goal
Examples include door-to-door sales, telemarketing, and online sales
Q58. What difference between jdk and jvm
Q59. What is jre java runtime environment
Q60. What is Search Engine Optimization?
Q61. DID YOU KNOW ABOUT SAP
Yes, SAP is a widely used enterprise resource planning software.
SAP stands for Systems, Applications, and Products in Data Processing
It is used for managing business operations and customer relations
SAP has modules for finance, logistics, human resources, and more
Many companies use SAP, including Coca-Cola, IBM, and Microsoft
Q62. How you will minimize the downtime.
Minimizing downtime can be achieved through proper planning, monitoring, and automation.
Conduct regular maintenance and updates to prevent system failures
Implement redundancy and failover mechanisms to ensure continuous operation
Monitor system performance and proactively address potential issues
Automate processes to reduce the risk of human error and speed up recovery time
Have a disaster recovery plan in place to quickly restore services in case of a major outage
Q63. Your codification...?
I'm sorry, but I cannot answer this question as it is incomplete and unclear.
Q64. Translate ur English toh Hindi & telugu
I can translate English to Hindi and Telugu.
I am fluent in both Hindi and Telugu languages.
I can accurately translate English text to Hindi and Telugu.
I have experience translating documents and conversations in both languages.
Q65. What is LSPM/SMPS/DG/Reactify
LSPM/SMPS/DG/Reactify are all acronyms related to power supply and energy management systems.
LSPM stands for Line Synchronized Permanent Magnet Motor, which is a type of motor used in energy-efficient systems.
SMPS stands for Switched-Mode Power Supply, which is a type of power supply that uses a switching regulator to convert electrical power efficiently.
DG stands for Diesel Generator, which is a type of generator that uses diesel fuel to generate electricity.
Reactify is a co...read more
Q66. What is qa/qc ? What is compliance?
QA/QC stands for Quality Assurance/Quality Control. Compliance refers to adhering to rules and regulations.
QA/QC involves ensuring that products or services meet certain quality standards
Compliance involves following laws, regulations, and industry standards
QA/QC and compliance are important in various industries such as healthcare, manufacturing, and finance
Examples of compliance regulations include HIPAA in healthcare and ISO 9001 in manufacturing
Q67. Rate of loading for ctm machine ?
Rate of loading for ctm machine refers to the speed at which the machine applies force to a concrete sample.
The rate of loading is typically measured in pounds per second or newtons per second.
The ASTM standard for rate of loading is 0.2 to 0.3 MPa per second.
The rate of loading can affect the strength test results of the concrete sample.
The rate of loading should be consistent for all samples being tested.
The rate of loading can be adjusted on the CTM machine depending on th...read more
Q68. How to treat irritate customer?
Listen actively, empathize, remain calm, apologize, offer solutions, follow up.
Listen actively to understand the customer's concerns.
Empathize with the customer's frustration and show understanding.
Remain calm and composed, even if the customer is being difficult.
Apologize sincerely for any inconvenience caused.
Offer solutions to address the customer's issues.
Follow up with the customer to ensure their satisfaction.
Q69. What is opetical Fiber
Optical fiber is a type of cable made of glass or plastic that transmits data using light instead of electricity.
Optical fiber is used for high-speed internet, cable TV, and telephone services.
It is made up of a core, cladding, and buffer coating.
The core is where the light travels, and the cladding keeps the light inside the core.
The buffer coating protects the fiber from damage.
Optical fiber is more efficient and has higher bandwidth than traditional copper cables.
It is als...read more
Q70. 6S MEANS WHAT
6S is a methodology for workplace organization and standardization.
6S stands for Sort, Set in Order, Shine, Standardize, Sustain, and Safety.
It is used to improve efficiency, safety, and productivity in the workplace.
Examples of 6S implementation include organizing tools and equipment, labeling and color-coding items, and establishing cleaning schedules.
The methodology originated in Japan and is commonly used in manufacturing and healthcare industries.
Q71. How to sale the product
Q72. Giga byteper second,terabyte per second
Q73. What is tally erp 9
Tally ERP 9 is an accounting software widely used by businesses to manage their financial transactions and generate reports.
Tally ERP 9 is a comprehensive accounting software developed by Tally Solutions.
It helps businesses in recording and managing financial transactions such as sales, purchases, receipts, payments, etc.
The software provides features like inventory management, payroll processing, tax calculations, and financial analysis.
It allows users to generate various fi...read more
Q74. What is normalisation
Q75. What is AG2/AG1 site
AG2/AG1 site refers to the aggregation site in a telecommunications network.
AG2/AG1 site is where multiple lower-level networks are combined into a single high-speed network.
It is typically located in a central office or data center.
AG2/AG1 site is an important component in the deployment of FTTx networks.
Examples of equipment found at an AG2/AG1 site include routers, switches, and optical line terminals (OLTs).
Q76. What's you have marketing plan
Our marketing plan focuses on targeted digital advertising, social media engagement, and strategic partnerships.
Utilize targeted digital advertising to reach specific demographics and increase brand awareness
Engage with our audience on social media platforms to build relationships and drive traffic to our website
Form strategic partnerships with complementary businesses to expand our reach and attract new customers
Q77. Difference between list and tuple
Q78. Any experience in sales, telecom
Q79. Implement Bucket sort algorithm.
Bucket sort is a sorting algorithm that divides an array into buckets and sorts each bucket individually.
Divide the range of input into buckets
Insert each element into its respective bucket
Sort each bucket individually
Concatenate all the sorted buckets
Q80. Implement the standard algorithm
Which standard algorithm? Please specify.
Please specify which standard algorithm you are referring to.
Once specified, I can implement the algorithm using the appropriate programming language.
Examples of standard algorithms include sorting algorithms like bubble sort, merge sort, and quicksort, as well as search algorithms like linear search and binary search.
Q81. What benefits of jio
Q82. What is pvsm in java
Q83. Name Place Working tasks
My name is John, I am from New York and my working tasks include customer service, sales and technical support.
Name: John
Place: New York
Working tasks: Customer service, sales and technical support
Q84. DNS full form
Q85. Define sorting methods
Sorting methods are algorithms used to arrange elements in a specific order.
Sorting methods include bubble sort, selection sort, insertion sort, merge sort, quick sort, etc.
They can be categorized as comparison-based or non-comparison-based algorithms.
Examples: Bubble sort compares adjacent elements and swaps them if they are in the wrong order.
Merge sort divides the array into two halves, sorts them separately, and then merges them back together.
Q86. Call Flow of data
Call flow of data refers to the sequence of steps data takes from source to destination in a network.
Data is generated at the source device
Data is encapsulated into packets
Packets are transmitted over the network
Packets are received at the destination device
Data is extracted from packets and processed at the destination
More about working at Jio
Top HR Questions asked in Lintl Clothing
Interview Process at Lintl Clothing
Top Interview Questions from Similar Companies
Reviews
Interviews
Salaries
Users/Month