Upload Button Icon Add office photos
Engaged Employer

i

This company page is being actively managed by Sri Mookambika Infosolutions Team. If you also belong to the team, you can get access from here

Sri Mookambika Infosolutions Verified Tick

Compare button icon Compare button icon Compare
3.9

based on 87 Reviews

Filter interviews by

Sri Mookambika Infosolutions Technical Lead Interview Questions and Answers

Updated 14 Jul 2024

Sri Mookambika Infosolutions Technical Lead Interview Experiences

1 interview found

Interview experience
2
Poor
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Coding Test 

Angular hoisting apply bind

Round 2 - HR 

(2 Questions)

  • Q1. Salary expectation
  • Q2. Joining immediately

Interview Preparation Tips

Interview preparation tips for other job seekers - Don't attend this company they depend on single product

Interview questions from similar companies

Interview experience
4
Good
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
-

I applied via Naukri.com and was interviewed in Aug 2024. There were 3 interview rounds.

Round 1 - Technical 

(2 Questions)

  • Q1. How does spring injects dependencies
  • Ans. 

    Spring injects dependencies through inversion of control and dependency injection.

    • Spring uses inversion of control to manage objects and their dependencies.

    • Dependencies are injected into a class through constructor injection, setter injection, or field injection.

    • Spring container is responsible for creating and managing objects and their dependencies.

    • Example: @Autowired annotation is used for dependency injection in Spr

  • Answered by AI
  • Q2. How does Hibernate connects to DB
  • Ans. 

    Hibernate connects to the database using JDBC (Java Database Connectivity) API.

    • Hibernate uses JDBC API to establish a connection to the database.

    • It uses JDBC drivers to communicate with the database.

    • Hibernate configuration file contains database connection details.

    • SessionFactory in Hibernate is responsible for creating sessions and managing connections.

  • Answered by AI
Round 2 - Technical 

(2 Questions)

  • Q1. How to secure your APIs
  • Ans. 

    Securing APIs involves using authentication, authorization, encryption, and monitoring.

    • Implement authentication mechanisms such as OAuth, JWT, or API keys

    • Use authorization to control access to APIs based on roles and permissions

    • Encrypt data transmission using HTTPS/TLS to prevent eavesdropping

    • Implement rate limiting and throttling to prevent abuse and DDoS attacks

    • Regularly monitor API traffic and logs for suspicious ac

  • Answered by AI
  • Q2. How can you configure multiple DBs in your application
  • Ans. 

    Multiple DBs can be configured in an application by using database connection pooling, configuring multiple data sources, and managing transactions across databases.

    • Use database connection pooling to efficiently manage connections to multiple databases

    • Configure multiple data sources in the application to connect to different databases

    • Implement transaction management to ensure data consistency across multiple databases

  • Answered by AI
Round 3 - HR 

(2 Questions)

  • Q1. Family Background and Career History
  • Q2. Salary Expectations

Skills evaluated in this interview

Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. Cisco Servers Installation
  • Q2. HPe servers installation

Interview Preparation Tips

Interview preparation tips for other job seekers - For technical persons softenger is best
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via Approached by Company and was interviewed in Apr 2024. There was 1 interview round.

Round 1 - One-on-one 

(2 Questions)

  • Q1. They first ask me about my project then ask more how it was working ,and more deep questions on that to understand how much I know about the project I worked on .
  • Q2. Spring Authentitation and Authorization,And Kubernetes

Interview Preparation Tips

Interview preparation tips for other job seekers - Just look into your previous projects what you have done,and be sure on what you know,
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Referral and was interviewed before Aug 2023. There were 4 interview rounds.

Round 1 - Technical 

(2 Questions)

  • Q1. About batch processing
  • Q2. About exception handling
Round 2 - Technical 

(2 Questions)

  • Q1. About project discussion in details
  • Q2. Aws services mainly
Round 3 - Behavioral 

(2 Questions)

  • Q1. Handling a team
  • Q2. Micro service architecture
Round 4 - HR 

(2 Questions)

  • Q1. About personal things
  • Q2. About financial thing

Interview Preparation Tips

Interview preparation tips for other job seekers - Focus on batch processing and exception handling in spring boot and different micro service architecture
Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Keep your resume crisp and to the point. A recruiter looks at your resume for an average of 6 seconds, make sure to leave the best impression.
View all tips
Round 2 - Technical 

(1 Question)

  • Q1. Basic SQL questions……………………………………..
Round 3 - HR 

(3 Questions)

  • Q1. What are your salary expectations?
  • Q2. Share details of your previous job.
  • Q3. Tell me about yourself.

Interview Preparation Tips

Interview preparation tips for other job seekers - Nothing
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-

I applied via Campus Placement

Round 1 - Case Study 

General discussion on profile and work experience

I applied via Naukri.com and was interviewed before Nov 2020. There were 3 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. Core Java Questions write a program on multi threading & locks. Basic spring & hibernate questions.

Interview Preparation Tips

Interview preparation tips for other job seekers - Have your basics brushed up.
Interview experience
4
Good
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
-

I applied via Naukri.com and was interviewed in Aug 2024. There were 3 interview rounds.

Round 1 - Technical 

(2 Questions)

  • Q1. How does spring injects dependencies
  • Ans. 

    Spring injects dependencies through inversion of control and dependency injection.

    • Spring uses inversion of control to manage objects and their dependencies.

    • Dependencies are injected into a class through constructor injection, setter injection, or field injection.

    • Spring container is responsible for creating and managing objects and their dependencies.

    • Example: @Autowired annotation is used for dependency injection in Spr

  • Answered by AI
  • Q2. How does Hibernate connects to DB
  • Ans. 

    Hibernate connects to the database using JDBC (Java Database Connectivity) API.

    • Hibernate uses JDBC API to establish a connection to the database.

    • It uses JDBC drivers to communicate with the database.

    • Hibernate configuration file contains database connection details.

    • SessionFactory in Hibernate is responsible for creating sessions and managing connections.

  • Answered by AI
Round 2 - Technical 

(2 Questions)

  • Q1. How to secure your APIs
  • Ans. 

    Securing APIs involves using authentication, authorization, encryption, and monitoring.

    • Implement authentication mechanisms such as OAuth, JWT, or API keys

    • Use authorization to control access to APIs based on roles and permissions

    • Encrypt data transmission using HTTPS/TLS to prevent eavesdropping

    • Implement rate limiting and throttling to prevent abuse and DDoS attacks

    • Regularly monitor API traffic and logs for suspicious ac

  • Answered by AI
  • Q2. How can you configure multiple DBs in your application
  • Ans. 

    Multiple DBs can be configured in an application by using database connection pooling, configuring multiple data sources, and managing transactions across databases.

    • Use database connection pooling to efficiently manage connections to multiple databases

    • Configure multiple data sources in the application to connect to different databases

    • Implement transaction management to ensure data consistency across multiple databases

  • Answered by AI
Round 3 - HR 

(2 Questions)

  • Q1. Family Background and Career History
  • Q2. Salary Expectations

Skills evaluated in this interview

Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. Cisco Servers Installation
  • Q2. HPe servers installation

Interview Preparation Tips

Interview preparation tips for other job seekers - For technical persons softenger is best

Sri Mookambika Infosolutions Interview FAQs

How many rounds are there in Sri Mookambika Infosolutions Technical Lead interview?
Sri Mookambika Infosolutions interview process usually has 2 rounds. The most common rounds in the Sri Mookambika Infosolutions interview process are Coding Test and HR.
How to prepare for Sri Mookambika Infosolutions Technical Lead interview?
Go through your CV in detail and study all the technologies mentioned in your CV. Prepare at least two technologies or languages in depth if you are appearing for a technical interview at Sri Mookambika Infosolutions. The most common topics and skills that interviewers at Sri Mookambika Infosolutions expect are Business Intelligence, Cognos, Data Visualization, Healthcare and Informatica.

Tell us how to improve this page.

Sri Mookambika Infosolutions Technical Lead Interview Process

based on 1 interview

Interview experience

2
  
Poor
View more
Sri Mookambika Infosolutions Technical Lead Salary
based on 21 salaries
₹8.5 L/yr - ₹25.8 L/yr
8% more than the average Technical Lead Salary in India
View more details

Sri Mookambika Infosolutions Technical Lead Reviews and Ratings

based on 10 reviews

3.9/5

Rating in categories

3.5

Skill development

3.8

Work-life balance

4.0

Salary

3.5

Job security

3.7

Company culture

3.5

Promotions

3.6

Work satisfaction

Explore 10 Reviews and Ratings
Software Engineer
42 salaries
unlock blur

₹3.1 L/yr - ₹13.7 L/yr

Senior Software Engineer
41 salaries
unlock blur

₹5.5 L/yr - ₹16 L/yr

Associate Technical Leader
38 salaries
unlock blur

₹8 L/yr - ₹25 L/yr

Technical Lead
21 salaries
unlock blur

₹8.5 L/yr - ₹25.8 L/yr

Software Developer
13 salaries
unlock blur

₹4 L/yr - ₹12 L/yr

Explore more salaries
Compare Sri Mookambika Infosolutions with

TCS

3.7
Compare

Infosys

3.6
Compare

Wipro

3.7
Compare

HCLTech

3.5
Compare
Did you find this page helpful?
Yes No
write
Share an Interview