Filter interviews by
Local storage is a web storage mechanism that allows data to be stored locally within a user's browser.
Local storage is a type of web storage that allows data to be stored locally within a user's browser.
It is more secure than cookies as the data is not sent to the server with every request.
Local storage has a larger storage capacity compared to cookies.
Data stored in local storage remains even after the browser is clo...
A single page application is a web application that loads a single HTML page and dynamically updates the content as the user interacts with the app.
Loads a single HTML page initially
Content is dynamically updated without reloading the page
Improves user experience by providing faster navigation
Commonly built using frameworks like React, Angular, or Vue
Examples: Gmail, Google Maps, Facebook
They gave a system design assignment with perspective of Data Engineering.
I applied via Walk-in and was interviewed in Aug 2022.ย There was 1 interview round.
Cube of weight refers to the volume occupied by an object based on its weight.
Cube of weight is a concept used in logistics and transportation.
It helps determine the space required to store or transport an object based on its weight.
The formula to calculate cube of weight is weight (in pounds) divided by the weight per cubic foot (in pounds).
For example, if an object weighs 100 pounds and has a weight per cubic foot of...
The weight of 8 mm steel rod with 1 meter length.
The weight of steel can be calculated using the formula: weight = volume ร density
To calculate the volume of a rod, use the formula: volume = ฯ ร (diameter/2)^2 ร length
The density of steel is typically around 7850 kg/m^3
In this case, the diameter of the rod is 8 mm, which is equivalent to 0.008 meters
The ratio of M25 refers to the mix proportion of concrete used in construction.
M25 is a grade of concrete commonly used in construction.
The ratio of M25 is 1:1:2, which means 1 part cement, 1 part fine aggregate (sand), and 2 parts coarse aggregate (stone).
This ratio ensures the desired strength and durability of the concrete mix.
For example, if we need to make 1 cubic meter of M25 concrete, we would use 1/4 cubic mete...
The ratio of M20 refers to the mix proportion of concrete with a compressive strength of 20 megapascals (MPa).
M20 is a commonly used grade of concrete in construction.
The ratio of M20 typically refers to the proportion of cement, sand, and aggregate used in the mix.
The specific ratio may vary depending on the requirements and specifications of the project.
For example, a common ratio for M20 concrete is 1:1.5:3, which m...
A 1mยณ brick is a brick that has a volume of 1 cubic meter.
A 1mยณ brick is a brick that measures 1 meter in length, 1 meter in width, and 1 meter in height.
It is a large brick with a volume of 1 cubic meter.
The dimensions of a 1mยณ brick are 1m x 1m x 1m.
It is commonly used in construction for building large structures.
The cube size refers to the dimensions of a cube, typically measured in length, width, and height.
The cube size can be expressed in various units such as inches, centimeters, or meters.
For example, a cube may have dimensions of 10 inches by 10 inches by 10 inches.
The cube size is important in determining the volume and surface area of the cube.
It is also relevant in manufacturing and packaging processes where the cube ...
The cube passing M25 refers to the compressive strength of concrete cubes tested at 28 days.
M25 is a grade of concrete commonly used in construction.
The cube passing M25 means that the concrete cube has achieved the required compressive strength of M25 grade.
The compressive strength of M25 grade concrete is typically around 25 megapascals (MPa) or 3626 pounds per square inch (psi).
M25 refers to the mix design of concrete, not water. The question seems to be incorrect or incomplete.
M25 is a mix design of concrete, not water
Water is not typically measured in terms of M25
The question may be incorrect or incomplete
1:1:2 grade name refers to the ratio of ingredients in a concrete mix, where 1 part cement, 1 part sand, and 2 parts aggregate are used.
1:1:2 grade name is commonly used in construction and civil engineering.
It indicates the proportion of cement, sand, and aggregate in a concrete mix.
For example, if you need 10 kg of cement, you would also need 10 kg of sand and 20 kg of aggregate.
KEPL interview questions for popular designations
I applied via Approached by Company and was interviewed before Jun 2022.ย There were 3 interview rounds.
General knowledge related to 12th
Testing of panels and production assembly lines involves ensuring quality control and efficiency in manufacturing processes.
Testing panels for functionality and durability
Ensuring production assembly lines are properly calibrated and optimized
Implementing quality control measures to identify and address any issues
Utilizing automation and technology for efficient testing processes
Top trending discussions
I was interviewed in Jan 2025.
A sequence was provided: 4181, 2684, 1597, 987, 610.
first 2 are given and write code for other value calculation using java 8
The second question required writing a reverse of a palindrome using both Java 8 streams. I was able to successfully write both and clear the first round.
posted on 1 Feb 2025
I was interviewed in Aug 2024.
Quantitative aptitude, logical reasoning, verbal ability, technical.
posted on 6 Jan 2025
I applied via Naukri.com and was interviewed in Dec 2024.ย There was 1 interview round.
The number of variances in SAP can vary depending on the specific processes and transactions being analyzed.
The number of variances in SAP can be influenced by factors such as data entry errors, system glitches, or discrepancies in invoice processing.
Variances in SAP may be identified through reconciliation processes, exception reports, or manual reviews of accounts payable transactions.
Examples of variances in SAP inc...
Accounts receivable and accounts payable are two important aspects of a company's financial operations.
Accounts receivable refers to money owed to a company by its customers for goods or services provided.
Accounts payable refers to money owed by a company to its suppliers or vendors for goods or services received.
Accounts receivable is an asset on the balance sheet, while accounts payable is a liability.
Managing accoun...
Cost element and cost center are key concepts in accounting for tracking and allocating costs within an organization.
Cost element refers to the specific types of costs incurred by an organization, such as materials, labor, or overhead.
Cost center is a specific department, team, or function within an organization that is responsible for incurring costs.
Cost elements are assigned to cost centers to track and allocate cos...
SAP supports over 160 currencies worldwide.
SAP supports over 160 currencies for global transactions.
Currencies can be configured in SAP using transaction code OB22.
Each currency is assigned a unique currency code (e.g. USD for US Dollar, EUR for Euro).
There are various types of projects, including internal projects, external projects, research projects, and development projects.
Internal projects focus on improving processes within the organization.
External projects involve working with external partners or clients.
Research projects aim to gather data and analyze findings.
Development projects focus on creating new products or services.
Examples: IT system implementati...
I applied via Company Website and was interviewed in Nov 2024.ย There were 13 interview rounds.
The Entity-Relationship (ER) model is a data model used to describe the relationships between entities in a database.
Entities are objects or concepts in the real world that can be distinguished from each other.
Relationships describe how entities are related to each other.
Attributes are properties that describe entities and relationships.
ER diagrams visually represent the ER model, showing entities, relationships, and a...
Threads are lighter weight than processes, share memory space, and are more efficient for multitasking.
Threads share the same memory space, making communication between them faster and more efficient.
Threads are lighter weight than processes, as they share resources such as memory and file descriptors.
Threads are more efficient for multitasking, as they can run concurrently within the same process.
Threads are easier to...
Google primarily focuses on pure data structures and algorithms-based questions during coding interviews. Other computer science core topics are typically not covered in Google's interviews. Therefore, it is essential to be proficient in data structures and algorithms to succeed in the Google coding interview.
An aptitude test is a tool used to evaluate a person's skills, abilities, and potential for success in a specific role or activity.
Group discussion is a process of exchanging ideas and opinions among individuals on a specific topic. It is a structured form of communication in which participants have the opportunity to express their views while also listening to others' perspectives on the same subject.
My strengths include problem-solving skills and attention to detail. My weaknesses include time management and public speaking.
Strengths: problem-solving skills
Strengths: attention to detail
Weaknesses: time management
Weaknesses: public speaking
I have a strong foundation in web development, a passion for learning, and a proven track record of delivering high-quality projects.
I have a solid understanding of HTML, CSS, and JavaScript
I am proficient in using various web development tools and frameworks such as React and Node.js
I have successfully completed several web development projects, including a responsive e-commerce website for a local business
An assignment is a task or piece of work that you are given to complete, particularly as part of your job or studies. The assignment for the course includes written assignments and practical tests, similar to tasks, work, jobs, or charges.
A case study is a detailed description and assessment of a specific situation in the real world, created for the purpose of deriving generalized insights and understanding. It can focus on an individual, a group of people, an organization, or an event, among other subjects.
My greatest accomplishment was successfully leading a team to launch a new website for a major client ahead of schedule.
Successfully led a team to launch a new website
Completed the project ahead of schedule
Received positive feedback from the client
I am motivated by challenges, learning opportunities, and the ability to make a positive impact.
Challenges push me to grow and improve my skills.
Learning opportunities allow me to stay updated with the latest technologies and trends.
Making a positive impact through my work gives me a sense of fulfillment and purpose.
My ideal work environment is a collaborative space with supportive colleagues, opportunities for growth, and a healthy work-life balance.
Collaborative team environment where ideas are shared and valued
Supportive colleagues who are willing to help and provide feedback
Opportunities for growth and learning new technologies
Healthy work-life balance with flexible hours and remote work options
By creating a positive work environment, offering growth opportunities, and implementing employee recognition programs.
Creating a positive work environment through open communication and support
Offering growth opportunities such as training programs and career advancement
Implementing employee recognition programs to acknowledge and reward hard work
Providing competitive salaries and benefits to attract and retain top ta
Real-time operating systems are designed to provide predictable response times and prioritize tasks based on timing constraints.
Real-time operating systems prioritize tasks based on timing constraints
They are designed to provide predictable response times
Examples include VxWorks, QNX, and FreeRTOS
Yes, I am comfortable working night shifts to support international clients.
I have previous experience working night shifts in a customer service role.
I am a night owl and tend to be more productive during late hours.
I understand the importance of supporting international clients and am willing to adjust my schedule accordingly.
Operational tasks for maintaining efficiency and quality include regular testing, monitoring performance, updating software, and implementing best practices.
Regularly test website functionality to ensure it is working properly
Monitor website performance metrics such as load times and user experience
Update software and plugins to the latest versions to prevent security vulnerabilities
Implement best practices for coding,
Prepare examples showcasing leadership, conflict resolution, and prioritization skills for a managerial round interview.
Leadership: Discuss a project where you led a team to success, highlighting your ability to motivate and guide others.
Conflict Resolution: Share a situation where you successfully resolved a conflict within a team or project, emphasizing your communication and problem-solving skills.
Prioritization: Ta...
I demonstrate adaptability, leadership, and commitment by actively seeking feedback, taking on new challenges, and fostering collaboration within the team.
Seek feedback from colleagues and supervisors to continuously improve
Volunteer for new projects or tasks to expand skills and knowledge
Encourage open communication and teamwork among team members
Lead by example by showing a positive attitude and willingness to help o...
For example, a โน10 LPA CTC could mean an in-hand salary of โน70,000โโน75,000 per month, depending on deductions and benefits.
โจ ๐ฃ๐ฟ๐ผ ๐ง๐ถ๐ฝ: Always request a detailed salary structure during negotiationsโitโs your roadmap to making informed decisions
๐๐ง๐ ๐๐ ๐๐ป-๐๐ฎ๐ป๐ฑ ๐ฆ๐ฎ๐น๐ฎ๐ฟ๐: ๐ง๐ต๐ฒ ๐ฅ๐ฒ๐ฎ๐น๐ถ๐๐ ๐๐ต๐ฒ๐ฐ๐ธ ๐๐๐ฒ๐ฟ๐ ๐ฃ๐ฟ๐ผ๐ณ๐ฒ๐๐๐ถ๐ผ๐ป๐ฎ๐น ๐ก๐ฒ๐ฒ๐ฑ๐!
Weโve all been thereโexcitedly discussing job offers and hearing about the impressive CTC (Cost to Company). But when payday arrives, you wonder
Interview experience
Civil Site Engineer
8
salaries
| โน1.5 L/yr - โน3.2 L/yr |
Safety Officer
6
salaries
| โน2 L/yr - โน4.8 L/yr |
Civil Engineer
5
salaries
| โน2 L/yr - โน3.8 L/yr |
Assistant Manager
5
salaries
| โน4.1 L/yr - โน7 L/yr |
Production Incharge
4
salaries
| โน2.3 L/yr - โน4 L/yr |
TCS
Infosys
Wipro
HCLTech