Upload Button Icon Add office photos

Filter interviews by

Kireeti Soft Technologies Interview Questions and Answers

Updated 30 Nov 2024

Kireeti Soft Technologies Interview Experiences

Popular Designations

2 interviews found

Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
-

I applied via Recruitment Consulltant and was interviewed in Oct 2024. There were 3 interview rounds.

Round 1 - Coding Test 

About .Net technical questions

Round 2 - Assignment 

System test (Crud Operations)

Round 3 - Technical 

(2 Questions)

  • Q1. What is Asp.net?
  • Ans. 

    ASP.NET is a web application framework developed by Microsoft for building dynamic web sites, web applications, and web services.

    • Developed by Microsoft

    • Used for building dynamic web sites, web applications, and web services

    • Supports multiple programming languages like C# and VB.NET

    • Uses server-side scripting to generate dynamic web pages

  • Answered by AI
  • Q2. Difference between Interface and Abstract class
  • Ans. 

    Interface is a contract with no implementation, while abstract class can have some implementation.

    • Interface cannot have any implementation, only method signatures.

    • Abstract class can have both abstract and concrete methods.

    • A class can implement multiple interfaces but can inherit only one abstract class.

    • Interfaces are used for multiple inheritance in C#.

    • Abstract classes are used when some common functionality needs to b

  • Answered by AI

Skills evaluated in this interview

DOT NET Developer Interview Questions asked at other Companies

Q1. What is the difference between windows application development and web based development?
View answer (10)
Interview experience
3
Average
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Referral and was interviewed before Sep 2022. There were 4 interview rounds.

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 - Aptitude Test 

Normal questions based on design and development. it was MCQ

Round 3 - Assignment 

A website a design and develop

Round 4 - HR 

(1 Question)

  • Q1. Final discussion

Jobs at Kireeti Soft Technologies

View all

Interview questions from similar companies

Interview experience
2
Poor
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
No response

I applied via Approached by Company

Round 1 - Technical 

(2 Questions)

  • Q1. Kubernetes Questions
  • Q2. Terraform Questions
Round 2 - Technical 

(3 Questions)

  • Q1. Questions related to Outages
  • Q2. How to prevent application downtime
  • Ans. 

    To prevent application downtime, implement redundancy, monitoring, automation, and disaster recovery plans.

    • Implement redundancy by using load balancers, multiple servers, and failover systems.

    • Set up monitoring tools to detect issues proactively and alert the team.

    • Automate processes like deployments, scaling, and backups to reduce human errors.

    • Create disaster recovery plans with backups, replication, and failover strate...

  • Answered by AI
  • Q3. Monitoring tools

Interview Preparation Tips

Interview preparation tips for other job seekers - There was no closure given to me, even though both of my interviews went good, I had to reach out to HR and as per the HR, I was kept on-hold as the hiring manager was on leave.

No updates further.
Please do not waste your time
Interview experience
5
Excellent
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Company Website and was interviewed in Nov 2024. There was 1 interview round.

Round 1 - One-on-one 

(2 Questions)

  • Q1. Can you please introduce yourself?
  • Ans. 

    I am a Software Development Engineer with 5 years of experience in developing web applications using Java, Spring, and Angular.

    • 5 years of experience in software development

    • Proficient in Java, Spring, and Angular

    • Strong problem-solving skills

    • Experience in developing web applications

    • Good team player

  • Answered by AI
  • Q2. What type of questions are being asked?

Interview Preparation Tips

Interview preparation tips for other job seekers - I am Anjali Singh from Prayagraj in Uttar Pradesh, and I have completed a Postgraduate Diploma in Computer Applications.
Interview experience
1
Bad
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
No response

I applied via LinkedIn and was interviewed in Oct 2024. There were 2 interview rounds.

Round 1 - One-on-one 

(1 Question)

  • Q1. All about job profile
Round 2 - HR 

(1 Question)

  • Q1. Introduction and basic questions

Interview Preparation Tips

Interview preparation tips for other job seekers - I applied through LinkedIn and next day i got call and interview was scheduled.. my interview was good and after HR said you'll get offer letter on monday.. but on monday she scheduled 2 round of interview by saying that the first round was not taken by Project manager it was employee and they lied i checked on their website he was not employee he was actually project manager and after that they put my application on hold and say they will respond to me at the end of the week whether they will hire or not.. And that day will never came.. they will not respond to your calls no emails no responsibility unprofessional behaviour.. kindly avoid this company and better save your time!
Interview experience
5
Excellent
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via campus placement at Dhirubhai Ambani Institute of Information and Communication Technology (DA-IICT), Gandhinagar and was interviewed in Oct 2024. There were 2 interview rounds.

Round 1 - Coding Test 

It was a 100-minute test consisting of mcqs and one coding question on articulation points in the graph.

Round 2 - One-on-one 

(2 Questions)

  • Q1. What is the difference between Postgresql and MySQL?
  • Ans. 

    Postgresql is known for its advanced features and support for complex queries, while MySQL is popular for its ease of use and speed.

    • Postgresql is known for its advanced features such as support for complex queries, indexing, and JSON data types.

    • MySQL is popular for its ease of use, speed, and compatibility with various platforms.

    • Postgresql has a strong focus on standards compliance and extensibility, while MySQL is mor...

  • Answered by AI
  • Q2. What are ACID properties in DBMS?
  • Ans. 

    ACID properties in DBMS ensure data integrity and consistency in transactions.

    • Atomicity: All operations in a transaction are completed successfully or none at all.

    • Consistency: Data is always in a valid state before and after a transaction.

    • Isolation: Transactions are executed independently without interference from other transactions.

    • Durability: Once a transaction is committed, changes are permanent and cannot be lost.

    • E...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare your resume well.

Skills evaluated in this interview

Interview experience
1
Bad
Difficulty level
Moderate
Process Duration
-
Result
No response

I applied via Naukri.com and was interviewed in Jul 2024. There were 2 interview rounds.

Round 1 - Assignment 

They share an assignment I do it which is very large and they don't give respective time intervals but I clear that round

Round 2 - Technical 

(5 Questions)

  • Q1. Basic questions
  • Q2. What's is redux
  • Ans. 

    Redux is a predictable state container for JavaScript apps.

    • Redux is a state management tool commonly used with React.

    • It helps manage the state of an application in a predictable way.

    • Redux stores the entire state of an application in a single immutable object.

  • Answered by AI
  • Q3. What is react how it is different from html and angular
  • Ans. 

    React is a JavaScript library for building user interfaces, while HTML is a markup language and Angular is a framework.

    • React is a JavaScript library for building interactive user interfaces.

    • HTML is a markup language used for structuring content on web pages.

    • Angular is a full-fledged framework for building web applications.

    • React uses a virtual DOM for efficient rendering, while Angular uses two-way data binding.

    • React co...

  • Answered by AI
  • Q4. What is contex api in react js
  • Ans. 

    Context API is a feature in React that allows sharing data between components without having to pass props through every level of the component tree.

    • Context API provides a way to pass data through the component tree without having to pass props down manually at every level.

    • It is useful for sharing global data such as themes, user authentication, or language preferences.

    • Context API consists of three main parts: Provider...

  • Answered by AI
  • Q5. What are hooks in react and how to use
  • Ans. 

    Hooks in React are functions that let you use state and other React features without writing a class.

    • Hooks were introduced in React 16.8 to allow functional components to have state and lifecycle methods.

    • useState() is a hook that allows you to add state to functional components.

    • useEffect() is a hook that allows you to perform side effects in functional components.

    • Custom hooks are reusable functions that can contain log

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - I clear all the rounds in interview but in last they tell me we will not go further with you without any reason.

Skills evaluated in this interview

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

I applied via LinkedIn and was interviewed in Aug 2024. There were 5 interview rounds.

Round 1 - Assignment 

I need to designe a dashboard of 2-3 pages

Round 2 - Technical 

(2 Questions)

  • Q1. What is your design process?
  • Ans. 

    My design process involves research, ideation, prototyping, testing, and iteration to create user-centered solutions.

    • Research: Understand user needs, goals, and pain points.

    • Ideation: Brainstorm and generate design concepts.

    • Prototyping: Create interactive prototypes to visualize the design.

    • Testing: Gather feedback from users through usability testing.

    • Iteration: Refine and improve the design based on feedback.

    • Collaborati...

  • Answered by AI
  • Q2. What motivate you to design?
  • Ans. 

    I am motivated to design by the opportunity to solve problems creatively and make a positive impact on users' experiences.

    • I am driven by the challenge of finding innovative solutions to user needs

    • I am inspired by the potential to create intuitive and user-friendly interfaces

    • I am motivated by the ability to improve people's lives through design

    • I find joy in the process of creating visually appealing and functional desig

  • Answered by AI
Round 3 - Assignment 

I need to 2-3 screens of mobile app

Round 4 - HR 

(2 Questions)

  • Q1. Why do you want to change?
  • Ans. 

    I am seeking new challenges and opportunities for growth in the UI UX field.

    • Seeking new challenges to expand my skills

    • Opportunities for growth and advancement

    • Passion for UI UX design and desire to excel in the field

  • Answered by AI
  • Q2. What your salary expectation?
  • Ans. 

    My salary expectation is in line with industry standards for UI UX Designers with my level of experience.

    • Research industry standards for UI UX Designer salaries

    • Consider my level of experience and skills

    • Factor in the location and size of the company

    • Negotiate based on benefits and perks offered

  • Answered by AI
Round 5 - HR 

(1 Question)

  • Q1. Salary negotiation

Interview Preparation Tips

Interview preparation tips for other job seekers - Please confirm your salary before an interview.

Skills evaluated in this interview

Interview experience
1
Bad
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via Recruitment Consulltant and was interviewed in Jul 2024. There was 1 interview round.

Round 1 - One-on-one 

(1 Question)

  • Q1. General questions with respect to market research and people management

Interview Preparation Tips

Interview preparation tips for other job seekers - The interview process was a sham. Probably, it was just for the sake of showing off and they had an internal candidate in mind. Go for interview for this organization only if you do not have a job at the moment. They have 0 respect for anybody's time. I went for the interview, waited or an hour and was then moved to a meeting room. Waited there again and was then asked to move to some other floor (manager could not come downstairs). Manager had 0 interest in asking questions and behaved as if she was doing a favor. She asked very few questions. I took a leave to attend the interview.
Note to Monotype: How you treat candidates actually reflects on your management and work culture. Very sorry to say it is poor in your organization.
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. Tell me about your self
  • Ans. 

    Experienced supervisor with strong leadership skills and a proven track record of successfully managing teams and projects.

    • Over 5 years of experience in supervisory roles

    • Skilled in team building, conflict resolution, and performance management

    • Successfully led a team to exceed project goals by 20%

    • Strong communication and organizational skills

    • Proven ability to motivate and inspire team members

  • Answered by AI
  • Q2. What is currying in javascript
  • Ans. 

    Currying is a technique in functional programming where a function with multiple arguments is transformed into a sequence of nested functions, each taking a single argument.

    • Currying helps in creating reusable functions and partial application.

    • It allows for more flexible and modular code.

    • Example: const add = (a) => (b) => a + b; add(2)(3) will return 5.

  • Answered by AI

Skills evaluated in this interview

Kireeti Soft Technologies Interview FAQs

How many rounds are there in Kireeti Soft Technologies interview?
Kireeti Soft Technologies interview process usually has 3-4 rounds. The most common rounds in the Kireeti Soft Technologies interview process are Assignment, Resume Shortlist and Aptitude Test.
How to prepare for Kireeti Soft Technologies 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 Kireeti Soft Technologies. The most common topics and skills that interviewers at Kireeti Soft Technologies expect are C#, Javascript, React.Js, .Net and Angularjs.
What are the top questions asked in Kireeti Soft Technologies interview?

Some of the top questions asked at the Kireeti Soft Technologies interview -

  1. Difference between Interface and Abstract cl...read more
  2. What is Asp.n...read more
  3. final discuss...read more

Tell us how to improve this page.

Kireeti Soft Technologies Interview Process

based on 4 interviews

Interview experience

3.5
  
Good
View more

Interview Questions from Similar Companies

TCS Interview Questions
3.7
 • 10.4k Interviews
Infosys Interview Questions
3.6
 • 7.6k Interviews
Wipro Interview Questions
3.7
 • 5.6k Interviews
Tech Mahindra Interview Questions
3.5
 • 3.8k Interviews
HCLTech Interview Questions
3.5
 • 3.8k Interviews
LTIMindtree Interview Questions
3.8
 • 3k Interviews
Mphasis Interview Questions
3.4
 • 806 Interviews
HCL Infosystems Interview Questions
3.9
 • 141 Interviews
View all

Kireeti Soft Technologies Reviews and Ratings

based on 33 reviews

4.5/5

Rating in categories

4.6

Skill development

4.4

Work-life balance

3.9

Salary

4.5

Job security

3.9

Company culture

4.0

Promotions

4.0

Work satisfaction

Explore 33 Reviews and Ratings
Front Desk Receptionist

Hyderabad / Secunderabad

0-1 Yrs

Not Disclosed

Explore more jobs
Software Developer
24 salaries
unlock blur

₹1.8 L/yr - ₹8.3 L/yr

Software Engineer
17 salaries
unlock blur

₹3 L/yr - ₹9 L/yr

DOT NET Developer
8 salaries
unlock blur

₹2 L/yr - ₹8.5 L/yr

Associate Test Engineer
8 salaries
unlock blur

₹3.5 L/yr - ₹5.5 L/yr

Senior Software Engineer
8 salaries
unlock blur

₹4.6 L/yr - ₹14.4 L/yr

Explore more salaries
Compare Kireeti Soft Technologies with

Infosys

3.6
Compare

TCS

3.7
Compare

Wipro

3.7
Compare

HCLTech

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