Software Interview Questions
Questions Answers Views Company eMail

Write a C++ Program to Multiply two Numbers

1 337

Write a C++ Program to Generate Random Numbers between 0 and 100

1 418

What is MEAN in javascript

1 382

What is Minification

1 421

What is an enum

1 340

How do you extend classes Code snippet: const circle = { radius: 20, diameter() { return this.radius * 2; }, perimeter: () => 2 * Math.PI * this.radius };

1 400

Can you write a random integers function to print integers with in a range?

1 478

What is the output of below code var car = new Vehicle("Honda", "white", "2010", "UK"); console.log(car); function Vehicle(model, color, year, country) { this.model = model; this.color = color; this.year = year; this.country = country; }

1 382

Event handler Example

1 369

What will be the output of the code below? var Y = 1; if (function F(){}) { y += Typeof F; } console.log(y);

1 496

What will be the output of the following code? //nfe (named function expression) var Foo = Function Bar() { return 7; }; typeof Bar();

1 483

What is a “closure” in JavaScript? Provide an example

1 452

In Agr_1251 we are able to see 100 roles but in SUIM we are able to see 120 roles what's the reason behind this ? why is the difference between the SUIM and the AGR table ?

297

Want to know related Interview questions and answers for seniors

1 433

How Can I recover My Hotmail Account without phone no and email?

1 433


Un-Answered Questions { Software }

Explain structural testing?

466


What is polymorphism in c sharp?

401


Explain Sharepoint 2010 Architecture.

380


When You're Talking About Item Movement, Are You Talking About Transfer Order Or Warehouse Movement?

131


How does Apache compared to other servers?

1516






Do I have to change the update rules/source fields for the infostructure?

525


What is img responsive?

1


Explain routing in angularjs?

343


Why isnt there a numbered, multi-level break statement to break out

498


where does log files resides?

5


Is hashset serializable c#?

406


What is hashmap in python?

359


What are packages in java?

466


what are the types of conditional jumps

553


Explain alternate key?

550