Filter interviews by
I applied via Naukri.com and was interviewed in Jun 2023. There were 3 interview rounds.
I am proficient in using Excel for data analysis, reporting, and automation tasks.
Proficient in using formulas, functions, and pivot tables in Excel
Experienced in creating macros and VBA scripts for automation
Skilled in data visualization using charts and graphs in Excel
PowerPoint is a software program used to create slideshows for presentations.
PowerPoint is part of the Microsoft Office suite.
It allows users to create slides with text, images, videos, and animations.
Presentations can be displayed on a screen or printed as handouts.
PowerPoint is commonly used in business meetings, educational settings, and conferences.
PowerPoint is a software program used to create slideshows for presentations.
PowerPoint is part of the Microsoft Office suite.
It allows users to create slides with text, images, videos, and animations.
Presentations can be customized with themes, transitions, and speaker notes.
PowerPoint is commonly used in business meetings, educational settings, and conferences.
Microsoft is a multinational technology company known for its software products and services.
Founded by Bill Gates and Paul Allen in 1975
Known for Windows operating system, Microsoft Office suite, and Azure cloud services
Acquired LinkedIn in 2016 and GitHub in 2018
Developed popular gaming console Xbox
Explain the Microsoft word explanation and working this disktop
I applied via Referral and was interviewed before Feb 2021. There was 1 interview round.
I applied via Referral and was interviewed before May 2017. There was 1 interview round.
To bridge the gap between simulation results and test results, it is important to validate the simulation model against real-world data and adjust parameters accordingly.
Validate the simulation model by comparing its predictions with actual test results
Adjust simulation parameters based on discrepancies between simulation and test results
Use sensitivity analysis to identify key parameters affecting the simulation outco...
Full vehicle meshing methodology and sizing used in simulation process
We use a combination of structured and unstructured meshing techniques to ensure accurate representation of the vehicle geometry
Mesh sizing is determined based on the complexity of the geometry and the desired level of detail in the simulation
We prioritize mesh quality to capture important flow features and structural behavior
Examples of meshing soft...
Yes, I once failed to meet a project deadline due to miscommunication. I overcame it by improving communication and setting clear expectations.
Miscommunication led to missing project deadline
Identified communication breakdown and addressed it
Improved communication channels and set clear expectations
Successfully completed future projects on time
I applied via Naukri.com and was interviewed before Jun 2019. There were 3 interview rounds.
Passionate about technology and problem-solving
Fascinated by the rapid advancements in technology
Enjoy solving complex problems and puzzles
Opportunity to make a positive impact on society
High demand for technical skills in the job market
Personal interest and curiosity in understanding how things work
To decrease scrap level, implement quality control measures, optimize production processes, and train employees.
Implement quality control measures to identify and rectify defects early on.
Optimize production processes to minimize waste and improve efficiency.
Train employees on proper handling and production techniques to reduce errors.
Regularly monitor and analyze scrap data to identify patterns and areas for improveme...
I am open to discussing salary based on the responsibilities and requirements of the position.
I believe that compensation should be fair and competitive within the industry.
I am more interested in the overall package, including benefits and growth opportunities.
I am open to negotiation and would like to learn more about the company's compensation structure.
I am confident that my skills and experience warrant a competit...
I have a Bachelor's degree in Computer Science and 5 years of experience in software development.
Bachelor's degree in Computer Science
5 years of experience in software development
I scored 85% in the technical team interview.
I scored 85% in the technical team interview.
My score was 85% in the technical team interview.
I achieved a score of 85% in the technical team interview.
Interface between LTE refers to the connection between the LTE network and other networks or devices.
LTE interfaces with other cellular networks such as 3G and 2G through inter-RAT handover
LTE also interfaces with non-cellular networks such as Wi-Fi and Ethernet through evolved packet core (EPC)
LTE devices interface with the LTE network through the air interface using radio frequency signals
LTE also interfaces with cor...
X2 interface is a communication interface between two eNodeBs in LTE network.
X2 interface is used for inter-cell handover and load balancing.
It is a point-to-point interface that connects two eNodeBs.
X2 interface is used for exchanging control and user plane data between eNodeBs.
It is a critical interface for LTE network performance and reliability.
X2 interface supports various protocols such as S1AP, GTP, and RANAP.
LTE has 20 MHz bandwidth divided into 100 resource blocks. Each resource block has 12 subcarriers and 7 symbols.
LTE has 20 MHz bandwidth
Divided into 100 resource blocks
Each resource block has 12 subcarriers and 7 symbols
KPIs (Key Performance Indicators) of LTE include throughput, latency, coverage, and call setup success rate.
Throughput measures the amount of data that can be transmitted over the network in a given time period.
Latency measures the time it takes for data to travel from the source to the destination.
Coverage measures the area where the network signal is available.
Call setup success rate measures the percentage of succes...
CSFB stands for Circuit Switched Fallback, a technology that allows LTE devices to fallback to 2G or 3G networks for voice calls.
CSFB is used when a LTE device is unable to make a voice call over the LTE network.
It allows the device to switch to a 2G or 3G network for voice calls.
CSFB is a temporary solution until VoLTE (Voice over LTE) becomes more widely available.
CSFB can cause call setup delays and impact the user
OFDMA is used in LTE to improve spectral efficiency and support multiple users simultaneously.
OFDMA allows for multiple users to share the same frequency band by dividing it into smaller subcarriers.
It also enables dynamic allocation of subcarriers to users based on their bandwidth requirements.
This results in better spectral efficiency and higher data rates.
OFDMA is also resistant to interference and fading, making it...
FDD and TDD are two different duplexing techniques used in wireless communication.
FDD stands for Frequency Division Duplexing and TDD stands for Time Division Duplexing.
In FDD, separate frequency bands are used for uplink and downlink communication, while in TDD, the same frequency band is used for both uplink and downlink communication.
FDD is used in technologies like 2G, 3G, and 4G LTE, while TDD is used in technolog...
Massive MIMO stands for Massive Multiple Input Multiple Output. It is a wireless communication technology that uses a large number of antennas at the base station to improve network performance.
Massive MIMO uses a large number of antennas at the base station to improve network performance.
It can significantly increase the capacity and coverage of wireless networks.
It works by using spatial multiplexing to transmit mult...
Handover is the process of transferring an ongoing call or data session from one cell to another.
There are two types of handover: Hard Handover and Soft Handover.
Hard Handover involves breaking the connection with the current cell before establishing a connection with the new cell.
Soft Handover involves establishing a connection with the new cell before breaking the connection with the current cell.
The handover process...
posted on 24 Dec 2020
I applied via Kcsgroup.com, jobs site, and was interviewed in Jun 2020. There were 3 interview rounds.
Pointers are variables that store memory addresses of other variables. They allow direct manipulation of memory.
Pointers are declared using the * symbol.
They can be used to pass values by reference.
Pointers can be used to dynamically allocate memory.
Example: int *ptr; ptr = # *ptr = 10;
Example: void swap(int *a, int *b) { int temp = *a; *a = *b; *b = temp; }
Different types of pointers include null pointers, void pointers, function pointers, and array pointers.
Null pointers: pointers that do not point to any memory location.
Void pointers: pointers that can point to any data type.
Function pointers: pointers that point to functions.
Array pointers: pointers that point to the first element of an array.
Iterate through array using pointers
Declare a pointer variable to point to the first element of the array
Use a loop to iterate through the array by incrementing the pointer
Stop the loop when the pointer reaches the end of the array
Min's angle from 5 to 5:40 is 120 degrees.
The minute hand moves 360 degrees in 60 minutes.
From 5 to 6, the minute hand moves 30 degrees per 5 minutes.
From 5 to 5:40, the minute hand moves 30 degrees per 8 minutes.
Therefore, the angle made by the minute hand is 30 degrees x 8 = 240 degrees.
However, the angle between 5 and 5:40 is only 240 degrees - 120 degrees = 120 degrees.
based on 12 reviews
Rating in categories
Operations Manager
5
salaries
| ₹10.2 L/yr - ₹11.5 L/yr |
Area Sales Manager
5
salaries
| ₹8.5 L/yr - ₹22 L/yr |
Customer Service Executive
4
salaries
| ₹3.8 L/yr - ₹4.4 L/yr |
Key Account Manager
4
salaries
| ₹7.2 L/yr - ₹8.1 L/yr |
HR Manager
3
salaries
| ₹18 L/yr - ₹22 L/yr |
FIS
Vivo
UST
Hyundai Motor India Limited