i
Kasadara Technology Solutions
Filter interviews by
I applied via Walk-in
Medium level question like Time and Speed and distance, Time and work etc...
Medium level question
Top trending discussions
posted on 27 Sep 2024
I applied via Walk-in and was interviewed in Aug 2024. There were 3 interview rounds.
Basically It is a list of 25 questions having mix of Resoning,Aptitude &English. Each Queztion carries 2 marks and also there was a plus point that it doesn't have any negative marks
I am a passionate software developer with a strong background in computer science and a love for problem-solving.
Graduated with a degree in Computer Science from XYZ University
Proficient in programming languages such as Java, Python, and C++
Experience with web development using HTML, CSS, and JavaScript
Completed internships at ABC Company and DEF Company
Participated in coding competitions like Codeforces and LeetCode
My goal in life is to continuously learn and grow, both personally and professionally, while making a positive impact on others.
Continuous learning and self-improvement
Making a positive impact on others
Achieving personal and professional growth
Contributing to the community or society
Finding fulfillment and happiness in my pursuits
Software Developer Trainee involves learning and applying software development skills under supervision.
Learning programming languages and tools
Assisting in developing and testing software applications
Participating in team meetings and code reviews
Receiving mentorship and guidance from senior developers
My hobbies include coding, reading, and playing video games. My strengths are problem-solving, attention to detail, and adaptability. My weaknesses are public speaking and time management.
Hobbies: coding, reading, playing video games
Strengths: problem-solving, attention to detail, adaptability
Weaknesses: public speaking, time management
I am passionate about coding and problem-solving, and I believe this job role will provide me with the opportunity to learn and grow as a software developer.
Passionate about coding and problem-solving
Opportunity to learn and grow as a software developer
Excited about the challenges and projects in this role
I am drawn to your company's innovative projects and collaborative work culture.
I am impressed by the cutting-edge technologies your company is using.
I value the emphasis your company places on teamwork and professional development.
I believe my skills and passion align well with the opportunities at your company.
I remain calm, assess the situation, prioritize tasks, and take necessary actions to mitigate the risk.
Stay calm and composed to think clearly
Assess the situation to understand the severity
Prioritize tasks based on urgency
Take necessary actions to mitigate the risk
I was responsible for developing and maintaining software applications.
Developed new features and functionalities for existing software applications
Fixed bugs and issues reported by users
Collaborated with team members to design and implement solutions
Participated in code reviews and testing processes
Researched online, read about company culture, projects, and achievements.
Visited company website and read about the services offered
Checked out company's LinkedIn page for updates and employee reviews
Read articles or news related to the company's recent projects or achievements
I resigned from my previous position voluntarily.
I resigned from my previous job on my own accord.
I made the decision to leave the company.
I chose to resign from my previous role.
I voluntarily left my previous position.
I am not comfortable sharing my previous salary information.
I prefer not to disclose my previous salary as it is confidential information.
I believe that my salary history should not be a determining factor for my potential as a Software Developer Trainee.
I am more focused on the opportunities and growth potential that this position offers rather than past salary.
I am confident that my skills and qualifications align wi...
I applied via Referral and was interviewed in Sep 2024. There were 3 interview rounds.
In JavaScript, == is used for loose equality comparison, while === is used for strict equality comparison.
== checks for equality after type coercion, while === checks for equality without type coercion
=== is more strict and recommended for use to avoid unexpected behavior
Example: 1 == '1' will return true, but 1 === '1' will return false
True. == compares only values, while === compares both values and data types.
== is used for value comparison, while === is used for both value and data type comparison
Example: 5 == '5' will return true, but 5 === '5' will return false
Example: 5 === 5 will return true, as both value and data type are the same
5 technical questions were asked out of which 3 tests are to be cleared
NVM stands for Node Version Manager, a tool used to manage multiple versions of Node.js on a single machine.
NVM allows developers to easily switch between different versions of Node.js for different projects.
It helps in avoiding conflicts between different projects that require different versions of Node.js.
NVM is commonly used in development environments where different projects have different Node.js version requirem
Node Version Manager (NVM) allows managing multiple Node.js versions on the same machine.
NVM allows you to easily switch between different Node.js versions on your machine.
It helps in handling higher Node.js versions in a lower Node.js version environment.
You can install, uninstall, and switch between Node.js versions using NVM.
Example: 'nvm install 12.18.3' to install a specific Node.js version.
posted on 21 Oct 2023
I applied via Naukri.com and was interviewed in Sep 2023. There were 3 interview rounds.
Yes, I have prior experience with Javascript.
I have worked on various projects using Javascript.
I am familiar with popular Javascript libraries and frameworks like React and Node.js.
I have experience in writing clean and efficient Javascript code.
I have used Javascript for both front-end and back-end development.
In the previous round, they give you a link to freecodecamp course - basic javascript.
In this round (Coding) every single question is asked from the exact same course, as is.
I applied via Approached by Company and was interviewed in Aug 2023. There were 3 interview rounds.
Basic Javascript and MERN Stack questions
Code to call an API and display data
Use a library like Axios or Fetch to make the API call
Parse the response data and display it on the frontend
Handle any errors that may occur during the API call
posted on 19 Dec 2024
I applied via Campus Placement and was interviewed in Nov 2024. There were 3 interview rounds.
C, C++, Java, Object-Oriented Programming (OOP), and aptitude questions.(online)
Two coding questions involve strings and arrays, specifically the buy and sell stock problem, followed by a focus on binary, and then another string-related question.
MySQL is a relational database management system, NoSQL is a non-relational database management system, and SQL is a query language used to interact with databases.
MySQL is a traditional relational database that uses structured query language (SQL) for querying and managing data.
NoSQL databases are non-relational and can handle unstructured data. They are more flexible and scalable than MySQL.
SQL is a language used to ...
This project is used for managing and tracking software development tasks and projects.
Helps in organizing tasks and deadlines
Allows team collaboration and communication
Tracks progress and milestones
Generates reports for project analysis
List of 10 HTML tags commonly used in web development
<html>
<head>
<title>
<body>
<div>
<p>
<a>
<img>
<ul>
<li>
Microservices offer scalability, flexibility, and easier maintenance in software development.
Scalability: Microservices allow for individual components to be scaled independently, leading to better resource utilization.
Flexibility: Each microservice can be developed, deployed, and updated independently, allowing for faster innovation and adaptation to changing requirements.
Easier maintenance: With smaller, more focused...
I applied via Company Website and was interviewed in Oct 2024. There were 3 interview rounds.
Basic String and Array related questions.
A project will be assigned, a basic CRUD operation.
I would prefer MySQL for structured data and complex queries, while MongoDB for unstructured data and scalability.
MySQL is better for structured data and complex queries
MongoDB is better for unstructured data and scalability
MySQL supports ACID transactions, while MongoDB is eventually consistent
MySQL is widely used in traditional relational databases, while MongoDB is popular for NoSQL databases
Virtual DOM is a lightweight copy of the actual DOM in memory, used for efficient updates in web development.
Virtual DOM is a concept used in frameworks like React to improve performance by minimizing actual DOM manipulations.
When changes are made to the virtual DOM, a diffing algorithm is used to identify the minimal changes needed to update the actual DOM.
This approach reduces the number of updates needed and improve
posted on 15 Dec 2023
I applied via Campus Placement and was interviewed in Jun 2023. There were 2 interview rounds.
I applied via Company Website and was interviewed in Oct 2024. There were 3 interview rounds.
There were 5 coding questions in which you have to score minimum 3 to qualify for the next rounds.
An assignment was give which we have to complete it with in 7 days.
I applied via Company Website and was interviewed in Oct 2024. There was 1 interview round.
Laravel Middleware is a filter that is executed before or after an HTTP request enters the application.
Middleware can modify the request before it reaches the route handler.
It can also modify the response before it is sent back to the client.
Middleware can be used for authentication, logging, CORS, etc.
Example: 'auth' middleware in Laravel checks if the user is authenticated before allowing access to a route.
Laravel Sanctum is a lightweight package for API authentication using tokens in Laravel applications.
Provides a simple API token authentication system for SPAs and mobile apps
Uses API tokens to authenticate users without the need for passwords
Supports token abilities for fine-grained access control
Easy to integrate and use in Laravel applications
Software Engineer
13
salaries
| ₹2 L/yr - ₹4.3 L/yr |
Software Developer
7
salaries
| ₹3.5 L/yr - ₹6.6 L/yr |
Technical Lead
6
salaries
| ₹17.6 L/yr - ₹26 L/yr |
Technical Architect
4
salaries
| ₹18 L/yr - ₹37.5 L/yr |
Automation Test Engineer
4
salaries
| ₹3 L/yr - ₹3 L/yr |
TCS
Infosys
Wipro
HCLTech