Add office photos
Employer?
Claim Account for FREE

Osttra

3.5
based on 47 Reviews
Filter interviews by

Wicode Infotech Interview Questions and Answers

Updated 21 Jan 2025

Q1. Any instances in your organization where you presented a POC?

Ans.

Yes, I presented a POC for a new feature in our company's software platform.

  • I conducted research to identify the need for the new feature

  • I developed a prototype to demonstrate the functionality of the feature

  • I presented the POC to stakeholders for feedback and approval

Add your answer

Q2. Longest Substring without repeating character

Ans.

Find the longest substring without repeating characters in a given string.

  • Use a sliding window approach to iterate through the string and keep track of the characters seen so far.

  • Update the start index of the window when a repeating character is encountered.

  • Keep track of the longest substring length and characters seen in a hashmap.

Add your answer

Q3. Promise and callbacks, tell the sequence which runs first.

Ans.

Callbacks run first before promises in JavaScript.

  • Callbacks are executed immediately when they are defined.

  • Promises are executed asynchronously, after the current call stack is empty.

  • Example: Callback function passed to setTimeout() runs before the promise resolves.

Add your answer

Q4. How to achieve singleton in angular.

Ans.

Singleton in Angular can be achieved by creating a service with providedIn: 'root' in the @Injectable decorator.

  • Create a service with providedIn: 'root' in the @Injectable decorator

  • Use the service throughout the application to ensure only one instance is created

Add your answer
Discover Wicode Infotech interview dos and don'ts from real experiences

Q5. RXJS subject and behavior subject difference.

Ans.

RXJS subject is a generic observable while behavior subject has an initial value and replays it to new subscribers.

  • RXJS subject is a generic observable that can emit multiple values to multiple subscribers.

  • Behavior subject is a type of subject that requires an initial value and replays it to new subscribers.

  • Behavior subject is useful for scenarios where you always want new subscribers to get the most recent value.

  • Example: RXJS subject - new Subject(), Behavior subject - new B...read more

Add your answer

Q6. Event Loop in JS.

Ans.

Event Loop in JS manages asynchronous operations by executing callback functions in a queue.

  • Event Loop is a mechanism in JavaScript that allows asynchronous operations to be handled efficiently.

  • It continuously checks the call stack for any functions to execute, and the callback queue for any functions to be pushed onto the call stack.

  • Example: setTimeout() function in JS uses the Event Loop to execute a callback function after a specified delay.

Add your answer

Q7. What is java and datatypes and methods and jdk jvm

Ans.

Java is a programming language used to create software applications. It has various datatypes and methods, and requires JDK and JVM.

  • Java is an object-oriented programming language

  • Datatypes include int, double, boolean, etc.

  • Methods are functions that perform specific tasks

  • JDK (Java Development Kit) is a software development environment

  • JVM (Java Virtual Machine) is a runtime environment

  • Example: int x = 5; System.out.println(x);

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

Interview Process at Wicode Infotech

based on 12 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

3.8
 • 364 Interview Questions
3.9
 • 209 Interview Questions
3.9
 • 196 Interview Questions
4.1
 • 141 Interview Questions
4.2
 • 141 Interview Questions
3.6
 • 131 Interview Questions
View all
Top Osttra 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
70 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