Software Interview Questions
Questions Answers Views Company eMail

Write a C++ Program to Multiply two Numbers

1 456

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

1 659

What is MEAN in javascript

1 608

What is Minification

1 646

What is an enum

1 470

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

1 628

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

1 678

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 816

Event handler Example

1 567

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

1 828

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

1 793

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

1 618

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 ?

500

Want to know related Interview questions and answers for seniors

1 705

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

1 596


Un-Answered Questions { Software }

Is kafka a amqp?

286


What do you use to write documentation? Editor? Mail reader?

1589


What is a module in a course?

370


Explain active/passive and active/active cluster configurations?

600


How do I convert an excel spreadsheet to spreadsheet?

300






Where is the public startup folder in windows 10?

404


What are internal user account in oracle?

553


What is web server and application server?

499


What is the purpose of getoptions() method?

568


List types of loops available in d3.js with syntax?

1


You want to insert an inspection check point at the end of an operation. How would you do that?

600


What is the use of sap tao ui scanner?

92


What are the parts of the ribbon tabs?

319


How do you pull tab names in excel?

295


What is means by call function in python?

451