i
Simform
Filter interviews by
I applied via Campus Placement and was interviewed in Jun 2022. There were 3 interview rounds.
In simform Interview Aptitude test is just a common test which contains all types of questions it includes reasoning, aptitude, c language pseudocode and verbal ability questions. Questions are easy to moderate not so difficult.
Simform coding test is having 5 coding problems. Which includes simple array and DSA related problems . 3 problems are easy to moderate . 1 or 2 problems they give little bit hard . They ask a big SQL query also as a coding problem in that 5 problems . You have to solve atleast 3 or more problems to comfortably pass coding round .
Abstract class can have implementation while interface cannot. A class can implement multiple interfaces but only extend one abstract class.
Abstract class can have constructors while interface cannot.
Abstract class can have non-abstract methods while interface can only have abstract methods.
A class can implement multiple interfaces but only extend one abstract class.
Abstract class can have instance variables while inte...
Arrow functions are a concise way to write functions in JavaScript.
Arrow functions have a shorter syntax compared to regular functions.
They do not have their own 'this' value, instead, they inherit 'this' from the surrounding context.
Arrow functions are always anonymous and cannot be used as constructors.
They are commonly used in React components for event handlers and callback functions.
Primary key uniquely identifies a record in a table, while unique key ensures that all values in a column are distinct.
Primary key is used to enforce entity integrity, while unique key enforces domain integrity.
A table can have only one primary key, but multiple unique keys.
Primary key can't have null values, while unique key can have null values.
Primary key is automatically indexed, while unique key may or may not be
To join three different tables in SQL, you can use the JOIN keyword along with the appropriate join conditions.
Use the JOIN keyword to combine tables based on a common column
Specify the join conditions using the ON keyword
You can join more than two tables by chaining multiple JOIN statements
Different types of joins include INNER JOIN, LEFT JOIN, RIGHT JOIN, and FULL JOIN
Interfaces in Java provide a way to achieve abstraction and multiple inheritance.
Interfaces define a set of methods that a class must implement.
They allow for loose coupling between classes.
Interfaces can be used to achieve polymorphism.
Java does not support multiple inheritance, but interfaces provide a way to achieve it.
Interfaces are used extensively in Java frameworks like Spring and Hibernate.
Encapsulation is a mechanism of wrapping data and code acting on the data together as a single unit.
Encapsulation is used to hide the implementation details of an object from the outside world.
It helps in achieving data abstraction and data hiding.
In Java, encapsulation is achieved by declaring the variables of a class as private and providing public getter and setter methods to access and modify the data.
Example: A ba...
Yes, exception handling is required in a big project.
Exception handling helps in identifying and resolving errors during runtime.
It improves the stability and reliability of the application.
Exceptions can occur due to various reasons like network issues, server errors, or user input errors.
Handling exceptions gracefully prevents the application from crashing and provides a better user experience.
It allows for proper er...
Yes, I have plans to pursue a master's degree in abroad.
I have always been passionate about learning and expanding my knowledge in the field of frontend development.
Pursuing a master's degree in a foreign country will provide me with a global perspective and exposure to diverse cultures.
I believe that studying abroad will enhance my skills and make me a more well-rounded developer.
I have researched various universities...
Overloading is having multiple methods with the same name but different parameters. Overriding is implementing a method in a subclass that already exists in the parent class.
Overloading is compile-time polymorphism while overriding is runtime polymorphism.
Overloading is used to provide different ways of calling the same method with different parameters.
Overriding is used to provide a specific implementation of a method...
Access specifiers in Java are keywords that determine the visibility of a class, method, or variable.
There are four access specifiers in Java: public, private, protected, and default.
Public: accessible from anywhere in the program.
Private: accessible only within the same class.
Protected: accessible within the same class, subclasses, and same package.
Default: accessible within the same package only.
I applied via Job Portal
Targeting involves identifying a specific group of candidates, while headhunting is actively seeking out and approaching top talent.
Targeting focuses on a specific group of candidates based on criteria such as skills, experience, or industry.
Headhunting involves actively seeking out and approaching top talent, often individuals who are not actively looking for a job.
Targeting is more passive and relies on attracting ca...
Backend and Frontend technologies refer to the technologies used to develop the server-side and client-side of a web application, respectively.
Backend technologies include languages like Java, Python, Ruby, and frameworks like Node.js, Django, Flask
Frontend technologies include HTML, CSS, JavaScript, and frameworks like React, Angular, Vue.js
Backend technologies handle server-side logic, database interactions, and API ...
LinkedIn is a social networking platform for professionals, while Recruiter is a tool within LinkedIn for recruiters to find and connect with potential candidates.
LinkedIn is a platform for professionals to network and showcase their skills and experience.
Recruiter is a tool within LinkedIn that allows recruiters to search for and connect with potential candidates for job opportunities.
LinkedIn is used by individuals t...
I applied via Campus Placement and was interviewed in Sep 2024. There were 3 interview rounds.
Normal aptitude and OOPs Concepts Questions
In this my technology is DevOps so I have 50 MCQs in 1 hour. All are medium level DevOps Questions.
Simform interview questions for popular designations
I applied via Campus Placement and was interviewed in May 2024. There were 4 interview rounds.
The questions of aptitude were moderate to hard level.
The questions were hard level coding questions according to choosen domain.
Get interview-ready with Top Simform Interview Questions
I was interviewed in Jun 2024.
Passed the assignment
CI/CD stands for Continuous Integration/Continuous Deployment. It is a software development practice where code changes are automatically built, tested, and deployed.
CI/CD helps automate the process of integrating code changes into a shared repository and deploying them to production.
Continuous Integration involves automatically building and testing code changes as soon as they are committed to the repository.
Continuou...
I applied via Campus Placement and was interviewed in Jun 2024. There were 3 interview rounds.
It was nice, based on technical and communication. I cleared that round.
It was above to moderate in the level of difficulties.
Types of testing include unit testing, integration testing, system testing, acceptance testing, and regression testing.
Unit testing: Testing individual components or modules of a software application.
Integration testing: Testing the interaction between different components or modules.
System testing: Testing the entire system as a whole.
Acceptance testing: Testing to ensure the system meets the requirements of the end u...
SQL Server Agent is a job scheduling tool in SQL Server. Abstract classes cannot be instantiated. SPs are faster than functions. Microservice concepts. IEnumerable vs IQueryable.
SQL Server Agent is a job scheduling tool in SQL Server for automating tasks like backups, database maintenance, etc.
Abstract classes cannot be instantiated because they are incomplete and meant to be extended by subclasses.
Extension methods ca...
A record in C# is a data structure that stores a fixed number of fields of different data types.
A record in C# is similar to a struct in C++, containing fields to store data.
Example: 'public record Person { public string Name; public int Age; }'
Generic method for summation: 'public T Sum
Test cases can include checking the su...
I applied via LinkedIn and was interviewed in May 2024. There was 1 interview round.
Lambda limitations include execution time limits, memory limits, and cold start delays.
Lambda functions have a maximum execution time limit of 15 minutes.
Lambda functions have memory limits ranging from 128 MB to 3 GB.
Lambda functions may experience cold start delays due to initialization of resources.
I applied via Campus Placement and was interviewed in Sep 2024. There were 2 interview rounds.
It was easy and basic topics were coverd in the test
Medium- hard DSA and a medium SQL query
Verbal,Non-verbal,oop and DSA concept
2 Easy to Meduim level Array,string,Satck,Queue question and 1 SQL query
I am a passionate Python developer with experience in web development and data analysis.
Experienced in Python programming language
Skilled in web development using frameworks like Django and Flask
Proficient in data analysis with libraries like Pandas and NumPy
Top trending discussions
The duration of Simform interview process can vary, but typically it takes about less than 2 weeks to complete.
based on 34 interviews
Interview experience
based on 150 reviews
Rating in categories
6-12 Yrs
Not Disclosed
8-15 Yrs
Not Disclosed
Software Engineer
187
salaries
| ₹0 L/yr - ₹0 L/yr |
Senior Software Engineer
137
salaries
| ₹0 L/yr - ₹0 L/yr |
Software Developer
41
salaries
| ₹0 L/yr - ₹0 L/yr |
Devops Engineer
30
salaries
| ₹0 L/yr - ₹0 L/yr |
Lead Engineer
30
salaries
| ₹0 L/yr - ₹0 L/yr |
TCS
Infosys
Wipro
HCLTech