i
Jio
Proud winner of ABECA 2024 - AmbitionBox Employee Choice Awards
Filter interviews by
Clear (1)
I applied via Referral and was interviewed in Sep 2024. There was 1 interview round.
I am a dedicated and experienced Executive Accountant with a strong background in financial management and analysis.
I have over 8 years of experience in accounting and finance
I have a proven track record of successfully managing budgets and financial reporting
I am skilled in financial analysis, forecasting, and strategic planning
I have a Bachelor's degree in Accounting and a CPA certification
I am proficient in using ac
GST R9 is a form used for filing annual returns under the Goods and Services Tax (GST) system.
GST R9 is a document that needs to be filed by registered taxpayers on an annual basis.
It contains details of the taxpayer's income, expenses, and tax liability for the entire financial year.
The form includes information about input tax credit claimed, output tax liability, and any tax paid during the year.
Taxpayers need to re...
GST R3B is a form used for filing monthly returns under the Goods and Services Tax (GST) system.
GST R3B is a monthly return form that needs to be filed by registered taxpayers under the GST system.
It includes details of outward supplies, inward supplies, and tax liability for the month.
The form also requires information on input tax credit availed and tax paid.
GST R3B helps in reconciling the tax liability and input ta...
ITR 1 is a form used by individuals to file their income tax returns in India.
ITR 1 is also known as Sahaj form.
It is applicable for individuals having income from salary, one house property, and other sources.
It cannot be used by individuals who have income from business or profession.
The form requires details of income, deductions, and taxes paid by the individual.
It is filed annually to report the income earned and ...
I applied via Recruitment Consulltant
I applied via Naukri.com and was interviewed before Sep 2022. There were 2 interview rounds.
Reconciling 3b involves comparing financial records to ensure accuracy and consistency.
Review all transactions related to 3b in the financial statements
Check for any discrepancies or errors in the records
Ensure that all entries are properly classified and accounted for
Compare the 3b balance to supporting documentation or previous periods for consistency
Returns reconciliation involves comparing sales records with returned items to ensure accuracy.
Compare sales records with return records to identify discrepancies
Investigate reasons for returns and ensure proper documentation
Adjust inventory and financial records accordingly
Communicate with customers and vendors to resolve any issues
Use accounting software to streamline the reconciliation process
Leases refer to agreements where one party allows another party to use an asset in exchange for periodic payments.
Leases involve a lessor (owner of the asset) and a lessee (user of the asset).
There are two main types of leases: operating leases and finance leases.
Operating leases are typically short-term and do not transfer ownership of the asset.
Finance leases are long-term and transfer most of the risks and rewards o...
Financial lease is a long-term lease where the lessee has ownership benefits, while operating lease is a short-term lease where the lessor retains ownership.
Financial lease is a type of lease where the lessee has the benefits and risks of ownership, typically for the majority of the asset's useful life.
Operating lease is a type of lease where the lessor retains ownership of the asset and the lessee uses it for a shorte...
I applied via Referral and was interviewed before May 2022. There were 2 interview rounds.
C code for printing Fibonacci Series upto n elements
Declare three variables to store the current, previous and next numbers in the series
Initialize the previous and current variables to 0 and 1 respectively
Use a loop to print the next number in the series by adding the previous two numbers
Loop should run n times to print n elements in the series
I was interviewed in Mar 2017.
I have the technical skills, experience, and passion to deliver high-quality software solutions.
I have a strong background in programming languages such as Java, Python, and C++.
I have experience working on complex software projects and collaborating with cross-functional teams.
I am passionate about staying up-to-date with the latest technologies and trends in software development.
I am a quick learner and have a strong...
Ericsson is a global leader in telecommunications technology with a strong focus on innovation and career development.
Global leader in telecommunications technology
Strong focus on innovation
Opportunities for career development
I was interviewed before Mar 2021.
Round duration - 15 minutes
Round difficulty - Easy
This was a group discussion round where we were divided into groups of 10 and we had 15 minutes for GD.
Round duration - 60 minutes
Round difficulty - Medium
This is all about how good you are with the fundamentals. Out of 10 I would give it a 6.5 on difficulty.
You are given a string STR
which contains alphabets, numbers, and special characters. Your task is to reverse the string.
STR = "abcde"
"e...
Reverse a given string containing alphabets, numbers, and special characters.
Iterate through the string from the end to the beginning and append each character to a new string.
Use built-in functions like reverse() or StringBuilder in languages like Python or Java for efficient reversal.
Handle special characters and numbers while reversing the string.
Ensure to consider the constraints on the length of the string and the
A deadlock is a situation in which two or more processes are unable to proceed because each is waiting for the other to release a resource.
Occurs in multitasking environments where processes compete for limited resources
Can be resolved using techniques like deadlock prevention, deadlock avoidance, and deadlock detection
Example: Process A holds Resource X and waits for Resource Y, while Process B holds Resource Y and wa
A thread is a lightweight sub-process that allows concurrent execution within a single process.
Threads share the same memory space within a process.
Threads are used to achieve parallelism and improve performance.
Examples of threads include the main thread in a program and worker threads in a multi-threaded application.
Multiprocessing involves multiple processors executing multiple tasks simultaneously, while multiprogramming involves multiple programs sharing a single processor by switching between them.
Multiprocessing utilizes multiple processors to execute multiple tasks concurrently.
Multiprogramming involves multiple programs sharing a single processor by switching between them.
Multiprocessing is more efficient in terms of perfor...
Process life cycle in an operating system involves creation, execution, termination, and resource management.
Creation: When a process is created, it is assigned a unique process ID and allocated necessary resources.
Execution: The process is then scheduled by the operating system to run on the CPU.
Termination: Once the process completes its task or is terminated by the user, it is removed from memory.
Resource Management...
Windows XP and Windows 7 are both operating systems developed by Microsoft, but they have several key differences.
User interface: Windows 7 has a more modern and user-friendly interface compared to Windows XP.
Performance: Windows 7 is generally faster and more stable than Windows XP.
Security: Windows 7 has more advanced security features and updates compared to Windows XP.
Hardware support: Windows 7 supports newer hard...
Round duration - 60 minutes
Round difficulty - Easy
Technical round with questions on DBMS and Networking mainly.
RDBMS is a type of DBMS that stores data in a structured format with relationships between tables.
RDBMS enforces referential integrity and allows for normalization of data.
DBMS is a general term for any system that manages databases, while RDBMS specifically refers to relational databases.
Examples of RDBMS include MySQL, Oracle, and SQL Server.
Examples of DBMS include MongoDB and Redis.
An Object-Oriented Database Management System (OODBMS) is a type of database management system that supports the creation and management of objects in a database.
OODBMS stores data in the form of objects, which can contain attributes and methods.
It allows for complex data structures and relationships to be represented more easily.
Examples of OODBMS include db4o, ObjectDB, and ObjectStore.
Use the COUNT DISTINCT function in SQL to find the number of unique values in a database.
Use the COUNT DISTINCT function along with the column name to count the number of unique values in that column.
For example, SELECT COUNT(DISTINCT column_name) FROM table_name;
You can also use GROUP BY to find the number of unique values for multiple columns.
A hub operates at the physical layer and broadcasts data to all devices on the network, while a switch operates at the data link layer and forwards data only to the intended recipient.
Hub operates at the physical layer, while switch operates at the data link layer
Hub broadcasts data to all devices on the network, while switch forwards data only to the intended recipient
Switch is more efficient and secure compared to a
The OSI (Open Systems Interconnection) model is a conceptual framework that standardizes the functions of a telecommunication or computing system into seven different layers.
Physical Layer: Deals with the physical connection between devices. Example: Ethernet cables.
Data Link Layer: Responsible for node-to-node communication. Example: MAC addresses.
Network Layer: Manages routing of data packets. Example: IP addresses.
T...
Different protocols supported at each OSI layer
Layer 1 (Physical): Ethernet, Wi-Fi, Bluetooth
Layer 2 (Data Link): MAC, PPP, HDLC
Layer 3 (Network): IP, ICMP, ARP
Layer 4 (Transport): TCP, UDP, SCTP
Layer 5 (Session): NetBIOS, PPTP
Layer 6 (Presentation): SSL, TLS
Layer 7 (Application): HTTP, FTP, SMTP
Round duration - 15 minutes
Round difficulty - Easy
IF you make it to the HR round you are selected. All 28 that attended got selected . It was more like stuff for formality. The usual questions.
Tip 1 : Must do Previously asked Interview as well as Online Test Questions.
Tip 2 : Go through all the previous interview experiences from Codestudio and Leetcode.
Tip 3 : Do at-least 2 good projects and you must know every bit of them.
Tip 1 : Have at-least 2 good projects explained in short with all important points covered.
Tip 2 : Every skill must be mentioned.
Tip 3 : Focus on skills, projects and experiences more.
I applied via Other and was interviewed before Mar 2018. There were 3 interview rounds.
The question is unclear and lacks context.
Request clarification on what is meant by 'transfer customer'
Ask for more information about the specific role and responsibilities of an Assistant Manager
Seek clarification on the purpose or objective behind the question
based on 3 interviews
Interview experience
based on 15 reviews
Rating in categories
Assistant Manager
5.4k
salaries
| ₹0 L/yr - ₹0 L/yr |
Deputy Manager
3.4k
salaries
| ₹0 L/yr - ₹0 L/yr |
Manager
1.8k
salaries
| ₹0 L/yr - ₹0 L/yr |
Senior Executive
1.5k
salaries
| ₹0 L/yr - ₹0 L/yr |
Senior Manager
1.4k
salaries
| ₹0 L/yr - ₹0 L/yr |
Jio Platforms
Bharti Airtel
Vodafone Idea
Bharat Sanchar Nigam