Add office photos
Employer?
Claim Account for FREE

uTrade Solutions

2.5
based on 30 Reviews
Filter interviews by

Infrastructure Development Corporationkarnataka Interview Questions and Answers

Updated 12 Aug 2024

Q1. how to convert rectangle to circlewith css

Ans.

Use border-radius property in CSS to convert rectangle to circle.

  • Set the border-radius property to 50% to make a rectangle into a circle.

  • Make sure the width and height of the element are equal for a perfect circle.

  • Example: .circle { width: 100px; height: 100px; border-radius: 50%; }

Add your answer

Q2. what is closure in js

Ans.

Closure in JavaScript is the combination of a function and the lexical environment within which that function was declared.

  • Closure allows a function to access variables from its outer scope even after the outer function has finished executing.

  • It is created whenever a function is defined within another function.

  • Closure helps in maintaining state in asynchronous operations.

Add your answer

Q3. what is hoisting

Ans.

Hoisting is a JavaScript mechanism where variable and function declarations are moved to the top of their containing scope during the compilation phase.

  • Hoisting applies to both variable and function declarations.

  • Variable declarations are hoisted but not their initializations.

  • Function declarations are fully hoisted, including their definitions.

  • Hoisting can lead to unexpected behavior if not understood properly.

Add your answer

Q4. difine methods of array

Ans.

Methods of array are built-in functions that can be used to manipulate arrays in JavaScript.

  • Some common methods include push(), pop(), shift(), unshift(), splice(), slice(), concat(), indexOf(), and includes().

  • push() - adds elements to the end of an array

  • pop() - removes the last element from an array

  • shift() - removes the first element from an array

  • unshift() - adds elements to the beginning of an array

  • splice() - adds or removes elements from a specific index in an array

  • slice()...read more

Add your answer
Discover Infrastructure Development Corporationkarnataka interview dos and don'ts from real experiences

Q5. what are oops pillers?

Ans.

OOPs pillars are the four main principles of Object-Oriented Programming: Inheritance, Encapsulation, Abstraction, and Polymorphism.

  • Inheritance: Allows a class to inherit properties and behavior from another class.

  • Encapsulation: Bundling data and methods that operate on the data into a single unit.

  • Abstraction: Hiding the complex implementation details and showing only the necessary features of an object.

  • Polymorphism: Ability to present the same interface for different data ty...read more

Add your answer

Q6. write syntax for all pillers?

Ans.

The question is unclear and seems to be asking for syntax related to C++ programming language.

  • The question may be referring to the four pillars of object-oriented programming in C++: encapsulation, inheritance, polymorphism, and abstraction.

  • Encapsulation is achieved by using access specifiers like private, protected, and public.

  • Inheritance is implemented using the 'class' and 'struct' keywords.

  • Polymorphism is achieved through virtual functions and function overloading.

  • Abstrac...read more

Add your answer
Contribute & help others!
Write a review
Share interview
Contribute salary
Add office photos

Interview Process at Infrastructure Development Corporationkarnataka

based on 6 interviews
Interview experience
3.5
Good
View more
Interview Tips & Stories
Ace your next interview with expert advice and inspiring stories

Top Interview Questions from Similar Companies

4.0
 • 699 Interview Questions
4.1
 • 403 Interview Questions
3.7
 • 305 Interview Questions
4.0
 • 159 Interview Questions
4.0
 • 139 Interview Questions
4.2
 • 139 Interview Questions
View all
Top uTrade Solutions Interview Questions And Answers
Share an Interview
Stay ahead in your career. Get AmbitionBox app
qr-code
Helping over 1 Crore job seekers every month in choosing their right fit company
75 Lakh+

Reviews

5 Lakh+

Interviews

4 Crore+

Salaries

1 Cr+

Users/Month

Contribute to help millions

Made with ❤️ in India. Trademarks belong to their respective owners. All rights reserved © 2024 Info Edge (India) Ltd.

Follow us
  • Youtube
  • Instagram
  • LinkedIn
  • Facebook
  • Twitter