i
Metricoid Technology Solutions
Filter interviews by
Normal basics of php programs ........................
Reverse of numbers involves flipping the digits of a number.
Use modulo operator to extract the last digit of the number
Multiply the result by 10 and add the next digit until all digits are reversed
Top trending discussions
I applied via Company Website and was interviewed in Jun 2024. There were 3 interview rounds.
Coding Test consists of 3 Problem Question (2 Logical questions and 1 SQL Query ) and Around 20 MCQS
Platform - CoderByte
30 Aptitude Question
3 Mail Writing Question
I applied via Company Website and was interviewed in Feb 2024. There were 3 interview rounds.
It was a MCQ based questions on JavaScript, React, Redux
1 Coding question from string topic
Redux is a predictable state container for JavaScript apps. It helps manage the state of your application in a more organized way.
Redux is typically used in large-scale applications with complex state management needs
It helps in maintaining a single source of truth for the state of your application
Redux works well with React, but can be used with any other JavaScript framework or library
Actions are dispatched to update
No, it is not optimal to use redux for single state
Redux is typically used for managing complex state across multiple components
Using redux for a single state can add unnecessary complexity to the codebase
Consider using React's built-in state management for simpler cases
SCSS is a preprocessor scripting language that is a superset of CSS, adding features like variables, nesting, and mixins.
Variables allow for reusable values throughout a stylesheet
Nesting helps to keep styles organized and easier to read
Mixins allow for reusable blocks of styles to be included in other selectors
SCSS supports operations like math calculations and functions
SCSS can be compiled into regular CSS for use in
Websocket i.o is a JavaScript library that enables real-time, bidirectional and event-based communication between the browser and the server.
Allows for real-time communication between client and server
Enables bidirectional data transfer
Supports event-based communication
Used for applications requiring real-time updates like chat applications, online gaming, live tracking, etc.
forIn loop iterates over the enumerable properties of an object, while forOf loop iterates over the values of an iterable object.
forIn loop is used for iterating over object properties, while forOf loop is used for iterating over array elements.
forIn loop can be used with objects, while forOf loop can be used with arrays, strings, maps, sets, etc.
Example: forIn loop - for (let key in object) { console.log(key); }
Exampl...
The filter method is a built-in JavaScript method used to create a new array with all elements that pass a certain condition.
Filter method is more concise and readable compared to for loop
Filter method is more declarative and functional programming oriented
Example: const numbers = [1, 2, 3, 4, 5]; const evenNumbers = numbers.filter(num => num % 2 === 0);
Example: const words = ['hello', 'world', 'example']; const shortW
I am motivated to join ProtocolZone because of their innovative projects and collaborative team environment.
Exciting projects at ProtocolZone
Collaborative team environment
Opportunity for growth and learning
Alignment with company values and mission
I applied via Walk-in and was interviewed in Mar 2024. There were 2 interview rounds.
I am a passionate web developer with 5 years of experience in front-end and back-end development.
5 years of experience in web development
Skilled in front-end and back-end development
Passionate about creating user-friendly and efficient websites
I rate myself highly in HTML, CSS, JavaScript, and React.
HTML - Proficient in creating semantic and accessible web pages
CSS - Skilled in styling and layout design, including responsive design
JavaScript - Strong understanding of core concepts and modern ES6+ features
React - Experienced in building interactive and dynamic web applications
Implement a web page as per description
posted on 12 Sep 2023
I applied via Job Portal and was interviewed in Aug 2023. There were 5 interview rounds.
There was a machine test organised as the 1st round of the interview process. The machine test was on Angular
The new Angular feature that doesn't use @NgModule is called Ivy.
Ivy is the new rendering engine in Angular that doesn't rely on @NgModule for compilation.
It allows for faster compilation times and smaller bundle sizes.
Ivy enables features like improved tree shaking and better debugging capabilities.
Example: Angular 9 introduced Ivy as the default rendering engine.
The application would not work properly without @NgModule as it is required to bootstrap the application and configure dependencies.
Without @NgModule, the application would not be able to bootstrap and start properly.
NgModule is used to configure dependencies, such as components, directives, and services.
NgModule also helps in organizing the application into modules for better maintainability and reusability.
Types of directives in Angular include structural directives, attribute directives, and component directives.
Structural directives are used to add or remove elements from the DOM based on conditions (e.g. *ngIf, *ngFor)
Attribute directives are used to change the appearance or behavior of an element (e.g. ngStyle, ngClass)
Component directives are custom directives that are components themselves (e.g. @Component)
Yes, a service file can have more than one instance by creating multiple instances of the service class.
Multiple instances of a service class can be created by instantiating the class multiple times.
Each instance will have its own state and can be used independently.
This can be useful for scenarios where multiple instances of the same service are needed to handle different tasks.
Pipes in Angular are used for transforming data in templates.
Pipes are used to format data before displaying it in the view.
They can be used to filter, sort, or transform data in various ways.
Examples include currency, date, uppercase, and lowercase pipes.
To make an application scalable, consider using cloud services, optimizing database queries, caching frequently accessed data, and using microservices architecture.
Utilize cloud services like AWS or Azure for scalability on demand
Optimize database queries to improve performance
Implement caching mechanisms for frequently accessed data to reduce load on servers
Use microservices architecture to break down the application ...
I applied via Company Website and was interviewed in Mar 2024. There was 1 interview round.
Databases are used to store, organize, and retrieve data efficiently for various applications.
Efficient data storage and retrieval
Data organization and management
Data security and integrity
Support for concurrent access and transactions
Scalability and performance optimization
SQL joins are used to combine rows from two or more tables based on a related column between them.
Joins are used to retrieve data from multiple tables in a single query
Common types of joins include INNER JOIN, LEFT JOIN, RIGHT JOIN, and FULL JOIN
Joins are based on a related column between the tables, such as a primary key and foreign key relationship
posted on 29 Oct 2023
I was interviewed in Apr 2023.
I applied via Company Website and was interviewed in Sep 2024. There were 3 interview rounds.
There were 3 coding questions in the first round
30 MCQ questions based on Math, reasoning and English and also email writing
Coding round with 4 coding problem
I applied via Company Website and was interviewed in Nov 2023. There were 3 interview rounds.
Happened on coderbyte
based on 1 interview
Interview experience
Infosys
TCS
Wipro
HCLTech