Applications Development Programmer Analyst
Applications Development Programmer Analyst Interview Questions and Answers

Asked in Citicorp

Q. How do you bind an input value to an input label in real time in Angular?
Use ngModel to bind input value to input label in real time in Angular.
Use ngModel directive in Angular to bind input value to input label in real time.
Example:

Asked in Citicorp

Q. Write the logic for printing numbers 1-9 in an infinite loop using JavaScript.
Print 1-9 numbers in an infinite loop using JavaScript
Use a while loop to continuously print numbers 1-9
Use a counter variable to keep track of the current number being printed
Reset the counter to 1 when it reaches 10
Applications Development Programmer Analyst Interview Questions and Answers for Freshers

Asked in Citicorp

Q. Write a program to print the numbers 1 to 9, repeating the sequence 5 times.
Program to print numbers 1 to 9 on repeat for 5 times
Use a loop to iterate 5 times for repetition
Inside the loop, use another loop to print numbers 1 to 9

Asked in Citicorp

Q. How do you bind the value of an input to a label?
You can bind a value of an input to a label by using JavaScript and DOM manipulation.
Use JavaScript to get the value of the input element
Set the value of the label element to the input value
You can use event listeners to update the label in real-time

Asked in Citicorp

Q. Hashmap and working of hashmap
Hashmap is a data structure that stores key-value pairs and allows for fast retrieval of values based on keys.
Hashmap is implemented using an array of linked lists, where each element in the array is a bucket that can store multiple key-value pairs.
To store a key-value pair in a hashmap, the key is hashed to determine the index in the array where the pair will be stored.
Hash collisions can occur when multiple keys hash to the same index, and in such cases, the hashmap uses a ...read more
Interview Questions of Similar Designations

Calculate your in-hand salary
Confused about how your in-hand salary is calculated? Enter your annual salary (CTC) and get your in-hand salary


Reviews
Interviews
Salaries
Users

