CoverPhoto
Infinite Computer Solutions logo
Premium Employer

Infinite Computer Solutions

Verified
3.4
based on 1.5k Reviews
Filter interviews by
Senior Technical Lead
Experienced
Clear (1)

Infinite Computer Solutions Senior Technical Lead Interview Questions and Answers

Updated 3 Jul 2024

Q1. How will you scale-up and scale-down Kubernetes pods?

Ans.

Scaling Kubernetes pods involves adjusting the number of replicas based on demand.

  • Use Kubernetes Horizontal Pod Autoscaler (HPA) to automatically adjust the number of replicas based on CPU or memory usage

  • Manually scale pods using kubectl commands like 'kubectl scale deployment --replicas='

  • Implement Cluster Autoscaler to automatically adjust the number of nodes in a cluster based on resource usage

Add your answer
right arrow

Q2. Write a program to find a prime number from 1 to n, where n is integer.?

Ans.

Program to find prime numbers from 1 to n

  • Iterate from 2 to n and check if each number is prime

  • Use a nested loop to check divisibility by numbers less than the current number

  • A prime number is only divisible by 1 and itself

Add your answer
right arrow

Q3. What deep copy and shallow copy write pollyfil for the same

Ans.

Deep copy creates a new copy of an object with all nested objects also copied, while shallow copy creates a new object with references to the original nested objects.

  • Deep copy involves recursively copying all nested objects, while shallow copy only copies the top-level object

  • Deep copy ensures that changes to the original object do not affect the copied object, while shallow copy may have shared references

  • In JavaScript, deep copy can be achieved using JSON.parse(JSON.stringify...read more

Add your answer
right arrow

Q4. How variables are being passed in JAVA?

Ans.

Variables in JAVA are passed by value, meaning a copy of the variable's value is passed to a method.

  • In JAVA, primitive data types are passed by value, while objects are passed by reference.

  • When a primitive data type is passed to a method, a copy of the value is passed, so changes made to the parameter inside the method do not affect the original variable.

  • When an object is passed to a method, the reference to the object is passed by value, meaning changes to the object's state...read more

Add your answer
right arrow
Discover Infinite Computer Solutions interview dos and don'ts from real experiences

Q5. Write a sample JAVA program to parse and validate mail-id

Ans.

A sample JAVA program to parse and validate mail-id

  • Use regular expressions to validate the email format

  • Check for the presence of '@' symbol and domain name

  • Utilize try-catch blocks for error handling

  • Use Java libraries like javax.mail.internet.InternetAddress for validation

Add your answer
right arrow

Q6. Why you want to chnage compoany?

Ans.

Seeking new challenges, growth opportunities, and a better work-life balance.

  • Looking for new challenges and opportunities for growth

  • Seeking a better work-life balance

  • Interested in working with cutting-edge technologies or in a different industry

  • Want to expand my skill set and knowledge

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

Interview Process at Infinite Computer Solutions Senior Technical Lead

based on 10 interviews
2 Interview rounds
Technical Round - 1
Technical Round - 2
View more
interview tips and stories logo
Interview Tips & Stories
Ace your next interview with expert advice and inspiring stories

Top Senior Technical Lead Interview Questions from Similar Companies

View all
Recently Viewed
COMPANY BENEFITS
Dilip Buildcon
304 benefits
COMPANY BENEFITS
Dilip Buildcon
304 benefits
COMPANY BENEFITS
IRB Infrastructure
60 benefits
COMPANY BENEFITS
KNR Constructions
20 benefits
JOBS
Browse jobs
Discover jobs you love
CAMPUS PLACEMENT
NBKR Institute of Science and Technology, Vidyanagar
CAMPUS PLACEMENT
Tezpur University
INTERVIEWS
Reverie Language Technologies
No Interviews
INTERVIEWS
Infinite Computer Solutions
No Interviews
INTERVIEWS
Huber Suhner Electronics
No Interviews
Share an Interview
Stay ahead in your career. Get AmbitionBox app
play-icon
play-icon
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