Filter interviews by
posted on 20 Nov 2024
I applied via AmbitionBox and was interviewed in Oct 2024. There were 3 interview rounds.
Graphic design and web design assistant
posted on 20 Nov 2024
I was interviewed in Oct 2024.
Can you please provide Graphic and web design assistant ?
posted on 17 Oct 2024
I applied via AmbitionBox and was interviewed in Sep 2024. There were 5 interview rounds.
You are provide some assignment and I complet this assignment
You give any code and i make this code
You give any topic and i reply this topic
Python provides powerful file handling capabilities through built-in functions like open(), read(), write(), and close().
Use open() function to open a file in different modes like 'r' for reading, 'w' for writing, 'a' for appending, etc.
Use read() function to read the contents of a file and write() function to write data to a file.
Remember to close the file using close() function after performing file operations to rel...
I applied via Company Website and was interviewed in Jul 2024. There were 2 interview rounds.
What is an aptitude test?
An aptitude test is a standardized test designed to assess a person's ability, skill, or knowledge in a specific area. (aptitude tests):-
1. Verbal Ability: Tests reading comprehension, grammar, and vocabulary skills.
2. Quantitative Ability: Tests mathematical skills, problem-solving, and data analysis.
3. Logical Reasoning: Tests ability to reason, think critically, and solve problems.
4. Technical Skills: Tests knowledge of specific technical skills, such as programming or coding.
Case study:-
I. Introduction:
- Brief overview of the company/organization
- Background information on the industry/market
- Purpose of the case study
II. Problem Statement:-
- Description of the problem or challenge faced by the company
- Key issues and constraints
III. Analysis:-
- SWOT analysis (Strengths, Weaknesses, Opportunities, Threats)
- Market analysis (competitor, customer, market trends)
- Financial analysis (revenue, costs, profitability)
IV. Alternatives and Options:-
- Potential solutions or strategies
- Evaluation of pros and cons
V. Recommendations:-
- Proposed solution or course of action
- Justification and rationale
VI. Implementation:-
- Action plan and timeline
- Resources and budget required
VII. Conclusion:
- Summary of key findings
- Lessons learned and takeaways.
I applied via Newspaper Ad and was interviewed in Jul 2024. There were 3 interview rounds.
HTML CSS bootstrap javascript
HTML is important for creating the structure of web pages and displaying content on the internet.
HTML is the standard markup language used to create web pages.
It provides the structure for content on the internet, including text, images, links, and more.
HTML elements are used to define the different parts of a web page, such as headings, paragraphs, lists, and tables.
It works in conjunction with CSS for styling and Jav...
CSS stands for Cascading Style Sheets and is used to style the appearance of web pages.
CSS is used to control the layout, colors, fonts, and other visual aspects of a website.
It helps in separating the content of a website from its design, making it easier to update and maintain.
CSS can be applied inline, internally within the HTML document, or externally in a separate CSS file.
Selectors in CSS allow targeting specific...
Bootstrap is a popular front-end framework for building responsive and mobile-first websites.
Bootstrap provides a grid system for easy layout design
It includes pre-designed components like buttons, forms, and navigation bars
Bootstrap's responsive utilities make it easy to create mobile-friendly websites
I applied via Walk-in and was interviewed in Aug 2024. There were 2 interview rounds.
My strength lies in my ability to think creatively and problem-solve efficiently.
Strong visual communication skills
Proficient in Adobe Creative Suite
Ability to work under pressure and meet deadlines
Experience in creating visually appealing designs for various platforms
Strong attention to detail
I applied via campus placement at Pimpri Chinchwad College of Engineering, Pimpri and was interviewed in May 2024. There were 2 interview rounds.
Time and distance , ratio and proportion
Deletion logic for a linked list
Traverse the linked list to find the node to be deleted
Update the pointers of the previous and next nodes to skip the node to be deleted
Free the memory of the node to be deleted
Fibonacci series is a sequence of numbers where each number is the sum of the two preceding ones.
Start with 0 and 1 as the first two numbers in the series
Add the previous two numbers to get the next number in the series
Repeat this process to generate the Fibonacci series
I applied via Company Website and was interviewed in May 2024. There were 2 interview rounds.
posted on 20 Jun 2024
I applied via Naukri.com and was interviewed in Dec 2023. There were 2 interview rounds.
A pure function is a function that always produces the same output for the same input and has no side effects.
Always returns the same output for the same input
Does not modify any external state or variables
No side effects, such as network requests or console logs
Easier to test and reason about
Redux is a predictable state container for JavaScript apps.
Redux is a state management tool commonly used with React.
It helps in managing the state of an application in a predictable way.
Redux stores the state of the application in a single immutable state tree.
Actions are dispatched to update the state, and reducers specify how the state changes in response to actions.
Example: const initialState = { count: 0 }; const ...
Data can be sent from child to parent component in React by using callback functions.
Use callback functions to pass data from child to parent component
Define a function in the parent component and pass it as a prop to the child component
Call the function in the child component with the data as an argument
Closure is the combination of a function bundled together with references to its surrounding state.
Closure allows a function to access variables from its outer scope even after the outer function has finished executing.
It helps in maintaining state in functional programming.
Example: function outerFunction() { let outerVar = 'I am outer'; return function innerFunction() { console.log(outerVar); }; }
TCS
Accenture
Wipro
Cognizant