Filter interviews by
I applied via campus placement at Rajalakshmi Engineering College, Chennai and was interviewed in Jul 2022. There were 3 interview rounds.
Aptitude test was kinda difficult so learn to manage time
Top trending discussions
OOP (Object-Oriented Programming) is a programming paradigm based on the concept of objects, which can contain data and code.
OOP focuses on creating objects that interact with each other to solve problems
Encapsulation: Objects can hide their internal state and require interaction through methods
Inheritance: Objects can inherit attributes and methods from parent objects
Polymorphism: Objects can take on different forms o
I applied via Naukri.com and was interviewed in Oct 2021. There were 4 interview rounds.
Aptitude and reasoning and verbal
1.Write a program to print sum of digital of numbers.
2.what program to swap two numbers with out using the third variable.
3. If a number is divisible by 91,then print "Foo".if a number is divisible by 97 then print"bar",if a number is divisible 91 and 97 then print"Foo bar".
I applied via AngelList and was interviewed in Jan 2022. There were 2 interview rounds.
Basic C test where our syntax and approach got tested
posted on 23 Oct 2024
I applied via campus placement at College of Engineering ( Formerly Pune Instiute of Enginering and Technology ), Pune and was interviewed in Sep 2024. There were 3 interview rounds.
Print all strings in an array
Use a loop to iterate through the array
Print each string in the array
Use the formula for sum of natural numbers to find the missing number.
Calculate the sum of numbers from 1 to 100 using the formula n*(n+1)/2
Find the actual sum of numbers from 1 to 100
Subtract the actual sum from the calculated sum to find the missing number
To convert a stack to a heap, you can use a sorting algorithm like heapify.
Use a sorting algorithm like heapify to rearrange the elements in the stack into a heap structure.
Heapify the stack by starting from the last non-leaf node and moving up the tree.
After heapifying the stack, the elements will be in a heap structure with the root node containing the maximum value.
Aptitutde test was easy asking qued about web technologies
I applied via Newspaper Ad and was interviewed before Dec 2021. There were 2 interview rounds.
Simple Questions With MCQ Style
posted on 18 Sep 2022
I applied via Job Portal and was interviewed in Aug 2022. There were 2 interview rounds.
Code Sandbox allows running tasks for front-end development
Open Code Sandbox and create a new project
Add necessary dependencies and files
Run tasks using npm scripts or command line
Examples: build, start, test
I applied via Referral and was interviewed in Jul 2024. There were 2 interview rounds.
In first round, they ask a dynamic pattern question.
An attribute in HTML provides additional information about an element and is used to modify the element's behavior or appearance.
Attributes are added to HTML elements using the syntax attribute="value".
Attributes can be used to specify things like the size, color, or alignment of an element.
Examples of attributes include 'href' in Example and 'src' in .
Constructor in PHP is a special method used to initialize objects of a class.
Constructor is a special method with the same name as the class.
It is automatically called when an object is created.
Constructors can be used to initialize object properties or perform any necessary setup.
Example: class Car { public function __construct() { echo 'Car object created'; }}
posted on 21 Mar 2022
I was interviewed in Jun 2021.
Round duration - 60 minutes
Round difficulty - Medium
Technical Interview round with questions based on Javascript mainly.
The set of types in the JavaScript language consists of primitive values and objects.
1. Primitive values (immutable datum represented directly at the lowest level of the language)
1.1 Boolean type : Boolean represents a logical entity and can have two values: true and false.
1.2 Null type : The Null type has exactly one value: null.
1.3 Undefined type : A variable that has not been assigned a value has the value und...
In JavaScript, the typeof operator returns the data type of its operand in the form of a string. The operand can be any object, function, or variable.
Syntax: typeof operand
The possible types that exists in javascript are:
undefined
Object
boolean
number
string
symbol
function
The getElementsByClassName method of Document interface returns an array-like object of all child elements which have all of the given class name(s).
JavaScript is a single-threaded language, which means it has only one call stack that is used to execute the program. The call stack is the same as the stack data structure that you might read in Data structures. As we know stacks are FILO that is First In Last Out. Similarly, within the call stack, whenever a line of code gets inside the call stack it gets executed and move out of the stack. In this way, JavaScript is...
Async/Await is the extension of promises which we get as a support in Javascript.
Async: It simply allows us to write promises based code as if it was synchronous and it checks that we are not breaking the execution thread. It operates asynchronously via the event-loop. Async functions will always return a value. It makes sure that a promise is returned and if it is not returned then javascript automatically wraps...
Round duration - 60 minutes
Round difficulty - Easy
Technical Interview round with questions based on Angular mainly.
Child to parent using @Output and EventEmitter :
In this method, we bind a DOM element inside the child component, to an event ( click event for example ) and using this event we emit data that will captured by the parent component:
Child Component:
import {Component, Output, EventEmitter} from '@angular/core';
@Component({
selector: 'app-child',
template:`
Click to emit data
`,
styleUrls: ['./child.component.css']
})
expor...
There mainly two types of data binding in angular
One way data binding
One way data binding is a change in the state affects the view from component to view template or change in the view affects the state from view template to component.
Two-way data binding
Two-way data binding is a change from the view can also change the model and similarly changes in the model can also change in the view from component to view templat
Tip 1 : Just start a small project and watch tutorials and implement them in your project.
Tip 2 : Start from a simple todolist app and then build a small simple shopping cart app. You can use a hard-coded json data for displaying items. It should be enough.
Tip 3 : Go through all the previous interview experiences from Codestudio and Leetcode.
Tip 1 : Have at-least 2 good projects explained in short with all important points covered.
Tip 2 : Every skill must be mentioned.
Tip 3 : Focus on skills, projects and experiences more.
Senior Technical Consultant
49
salaries
| ₹9.9 L/yr - ₹23.5 L/yr |
Technical Consultant
47
salaries
| ₹5.2 L/yr - ₹11.6 L/yr |
Associate Technical Consultant
42
salaries
| ₹4 L/yr - ₹9.9 L/yr |
Quality Engineer
24
salaries
| ₹5.5 L/yr - ₹9.4 L/yr |
Associate Consultant
13
salaries
| ₹3.7 L/yr - ₹6.4 L/yr |
Infosys
TCS
Wipro
HCLTech