Filter interviews by
I applied via Naukri.com and was interviewed in Sep 2023. There was 1 interview round.
CSV stands for Comma-Separated Values, a file format used to store tabular data in plain text.
CSV files contain data separated by commas or other delimiters
Each line in a CSV file represents a row in the table
CSV files can be easily imported and exported in spreadsheet software like Excel
I applied via Naukri.com and was interviewed in Nov 2024. There was 1 interview round.
display none hides the element completely, visibility hidden hides the element but still takes up space, opacity 0 makes the element transparent.
display none removes the element from the layout
visibility hidden hides the element but it still occupies space
opacity 0 makes the element transparent but still occupies space
Example: display: none; visibility: hidden; opacity: 0;
Polyfill for JavaScript method 'filter'
Create a function called 'filter' that takes a callback function as an argument
Loop through the array and apply the callback function to each element
If the callback function returns true, add the element to a new array and return it
Shadow DOM is a way to encapsulate the styling and structure of a web component, preventing styles from leaking out and clashing with the rest of the page.
Shadow DOM allows for creating self-contained components with their own DOM tree and styling.
It helps in preventing styles from the main document affecting the component and vice versa.
Shadow DOM can be created using the 'attachShadow' method in JavaScript.
It is comm...
Currying is a technique in JavaScript where a function with multiple arguments is transformed into a sequence of functions, each taking a single argument.
Currying allows you to create reusable functions with partial application of arguments.
It helps in creating more flexible and composable functions.
Example: const add = (a) => (b) => a + b; const add5 = add(5); console.log(add5(3)); // Output: 8
Event delegation in JavaScript is a technique where a single event listener is attached to a parent element to handle events for multiple child elements.
Event delegation helps improve performance by reducing the number of event listeners.
It is useful for dynamically created elements or elements with similar behavior.
Event delegation works by utilizing event bubbling, where events on child elements bubble up to the pare
I applied via Naukri.com and was interviewed in Oct 2024. There were 3 interview rounds.
I am currently working on a project to implement a new customer relationship management system for our client.
Analyzing client requirements and designing a customized CRM solution
Collaborating with developers to build and test the system
Training client staff on how to use the new CRM system
OOPs stands for Object-Oriented Programming. It is a programming paradigm based on the concept of objects.
OOPs focuses on creating objects that contain both data and methods to manipulate that data.
Encapsulation is a key principle in OOPs, where data is kept private and only accessible through public methods.
Inheritance allows classes to inherit attributes and methods from other classes.
Polymorphism allows objects to b...
SOLID principles are design principles used in software development to make software more maintainable, flexible, and scalable.
S - Single Responsibility Principle: A class should have only one reason to change.
O - Open/Closed Principle: Software entities should be open for extension but closed for modification.
L - Liskov Substitution Principle: Objects of a superclass should be replaceable with objects of its subclasse...
Managing conflicting stakeholder priorities and tight deadlines
Balancing the needs and expectations of different stakeholders
Prioritizing tasks to meet project deadlines
Communicating effectively to manage expectations and resolve conflicts
I would immediately notify the appropriate team, document the bug, and work on a fix to deploy as soon as possible.
Notify the appropriate team or individual responsible for handling production issues
Document the bug thoroughly, including steps to reproduce and impact on system
Work on a fix or workaround to deploy as soon as possible
Communicate with stakeholders about the issue and resolution progress
posted on 21 Dec 2024
I applied via Campus Placement
Percentage and averages, number and alphabet series, compound interest (CI) and simple interest (SI).
Basic programs include: 1. A program to perform the addition of two numbers, 2. A program to print a star pattern, and 3. A program to generate a triangle output, among others.
We faced challenges related to communication, resource allocation, and project timelines.
Communication breakdown between team members
Limited resources available for the project
Struggling to meet project deadlines
In five years, I see myself as a senior consultant leading projects and mentoring junior team members.
Advancing to a senior consultant role
Leading projects and teams
Mentoring junior team members
Continuing professional development through training and certifications
Strategies to overcome failures include learning from mistakes, staying positive, seeking feedback, and setting new goals.
Learn from mistakes by analyzing what went wrong and how to improve
Stay positive and maintain a growth mindset to bounce back from setbacks
Seek feedback from mentors or colleagues to gain different perspectives
Set new goals and create a plan to move forward with renewed motivation
Yes, I thrive under pressure and can effectively manage my time and priorities to meet deadlines.
I have experience working in fast-paced environments where quick decision-making and adaptability are key.
I am able to stay calm and focused under pressure, allowing me to deliver high-quality work even in challenging situations.
I prioritize tasks effectively to ensure that deadlines are met without compromising on quality.
...
I applied via Referral and was interviewed in Oct 2024. There were 2 interview rounds.
Inter company accounting involves recording financial transactions between different entities within the same organization.
Inter company accounting ensures accurate financial reporting within a group of companies.
Transactions between entities are eliminated to avoid double counting.
Common inter company transactions include sales, purchases, loans, and transfers of assets.
Inter company accounts are used to track these t...
I manage a team by setting clear goals, providing support and resources, fostering open communication, and recognizing achievements.
Set clear goals and expectations for team members
Provide necessary support and resources for team to succeed
Foster open communication and encourage collaboration
Recognize and reward team achievements
Delegate tasks effectively based on team members' strengths and skills
I applied via Company Website and was interviewed in Sep 2024. There was 1 interview round.
SAP ERP is the traditional enterprise resource planning software, while S/4 HANA is the next-generation ERP suite built on the SAP HANA platform.
SAP ERP is based on traditional on-premise architecture, while S/4 HANA is designed for cloud deployment.
SAP ERP uses a row-based database structure, while S/4 HANA utilizes an in-memory columnar database for faster data processing.
SAP ERP requires separate systems for transac...
Implementation steps in SAP involve planning, configuration, testing, training, and deployment.
1. Planning phase involves defining project scope, objectives, and timeline.
2. Configuration phase includes setting up SAP modules according to business requirements.
3. Testing phase ensures that the system functions correctly and meets user needs.
4. Training phase involves educating users on how to use the SAP system effecti...
RICEF is a prioritization framework used in project management to rank tasks based on their impact and effort required.
RICEF stands for Reach, Impact, Confidence, and Effort.
Reach refers to the number of people affected by the task.
Impact is the potential positive outcome of the task.
Confidence is how sure you are about the estimates for Reach and Impact.
Effort is the amount of time and resources needed to complete the...
Yes, I have worked with APP. The steps involve designing, developing, testing, and deploying the application.
Design the user interface and functionality of the APP
Develop the APP using programming languages like Java, Swift, or React Native
Test the APP for bugs and errors
Deploy the APP to app stores or internal servers for users to access
Material can be configured by adjusting its properties and parameters to meet specific requirements.
Identify the specific requirements for the material
Adjust properties such as density, strength, and flexibility
Consider parameters like temperature resistance and chemical compatibility
Test the configured material to ensure it meets the desired specifications
I am responsible for managing client relationships, providing strategic advice, and overseeing project implementation.
Managing client relationships
Providing strategic advice
Overseeing project implementation
I applied via Referral and was interviewed in Oct 2024. There were 3 interview rounds.
IT is a secret, I can't open that
I applied via LinkedIn and was interviewed in Aug 2024. There were 2 interview rounds.
I applied via Job Portal and was interviewed in Nov 2024. There were 2 interview rounds.
I have three questions: 1. How to handle null values? 2. What are ranking functions? 3. Can you explain self joins?
I primarily use tools such as Microsoft Excel, PowerPoint, and Tableau for data analysis and visualization.
Microsoft Excel for data manipulation and analysis
PowerPoint for creating presentations
Tableau for data visualization
based on 1 review
Rating in categories
TCS
Accenture
Wipro
Cognizant