i
Saksoft
Filter interviews by
I applied via Recruitment Consulltant and was interviewed in Apr 2022. There was 1 interview round.
Redux middleware is a function that intercepts actions and can modify or dispatch new actions.
Middleware can be used for logging, error handling, and asynchronous actions.
Syntax: const middleware = store => next => action => { //middleware logic }
Redux selectors are functions that extract specific data from the Redux store.
Example: const getUserName = state => state.user.name;
1 Hours aptitude test on hacker rank based on Aptitude question, Java, SQL
Wrapper class is a class that wraps around a primitive data type and provides additional functionality.
Wrapper classes in Java are used to convert primitive data types into objects.
They provide methods to access the value of the wrapped primitive type.
Examples include Integer, Double, Boolean, etc.
I applied via Walk-in and was interviewed in Apr 2024. There were 3 interview rounds.
Arithmetic and resanging
Html, css, javascript, python
posted on 28 Jul 2023
I applied via campus placement at Galgotias College of Engineering and Technology, Greater Noida and was interviewed in Jun 2023. There were 5 interview rounds.
Topics consist of profit-loss, probability, permutation combination etc.
Coding question related to topics array and strings.
Java is a popular backend language, polymorphism allows objects to be treated as instances of their parent class, reverse string by iterating through characters.
Java is commonly used in backend development for its robustness and scalability.
Polymorphism in OOP allows objects to be treated as instances of their parent class, enabling flexibility and reusability.
To reverse a string, iterate through the characters from th...
posted on 16 May 2024
I applied via campus placement at P E S College of Engineering, Mandya and was interviewed before May 2023. There were 3 interview rounds.
Aptitude
Logically reasoning
Verbal
Use Set data structure to remove duplicate elements from the array.
Create a Set from the array to automatically remove duplicates.
Convert the Set back to an array to get the unique elements.
Example: const array = ['apple', 'banana', 'apple', 'orange'];
Example: const uniqueArray = [...new Set(array)];
posted on 24 Jul 2023
Basic logic test docker and AWS services like ECS, serverless, s3 and SQS
I applied via Campus Placement
Coding programming
I applied via Naukri.com and was interviewed in Nov 2021. There were 3 interview rounds.
Ref and out are both used to pass arguments by reference in C#. Ref is bidirectional while out is unidirectional.
Ref is used to pass a variable by reference and can be read and modified within the method.
Out is used to pass a variable by reference and must be assigned a value within the method.
Ref can be used to pass a variable as an argument to a method and return a value.
Out is used to return multiple values from a m...
Yes, async can be used without await.
Async functions return a promise, which can be handled without using await.
Using async without await can be useful for error handling or logging.
However, it is important to handle the promise returned by the async function.
A property is a value associated with an object, while a variable is a named storage location for a value.
Properties are accessed using dot notation or bracket notation
Variables are declared using keywords like var, let, or const
Properties are defined within an object literal or added to an object dynamically
Variables can be reassigned to different values
Example: object.property vs var variableName
posted on 21 Dec 2021
I was interviewed in Sep 2021.
Round duration - 30 minutes
Round difficulty - Medium
Basic questions from Operating System, Object Oriented Programming, DBMS, various tech stacks used in project. Be through with the basics of these subjects. Like in my case DDL and scheduling algorithms were asked.
Asked questions related on css,javascript and some sql queries. Interviewer was helpful. If one gives a answer that is not exactly correct, he provided me hints .
Given a string str
and a character 'X', develop a function to eliminate all instances of 'X' from str
and return the resulting string.
The first lin...
Tip 1 : Prepare OOPS and DBMS thoroughly(Meaning go through the basics. That was asked in my interview. Like DCL, Scheduling algorithms in DBMS).:
Tip 2 : Study your resume and projects as well. Questions from the tech stack used in projects are asked.
Tip 3 : One should know basics of data structures like tree, stack and maps
Tip 1 : Have some projects in your resume.
Tip 2 : Mention only those tech skills other than Algorithms and Data Structures that has been used in your projects and internships. As there will be questions from it and how it was used in projects.
I applied via Naukri.com and was interviewed before May 2021. There were 4 interview rounds.
3 coding program.
Senior Consultant
342
salaries
| ₹5.4 L/yr - ₹22 L/yr |
Consultant
294
salaries
| ₹3 L/yr - ₹12.5 L/yr |
Lead Consultant
163
salaries
| ₹7.5 L/yr - ₹28 L/yr |
Associate Consultant
97
salaries
| ₹2 L/yr - ₹5.5 L/yr |
Software Engineer
52
salaries
| ₹3.5 L/yr - ₹13.1 L/yr |
TCS
Infosys
Wipro
HCLTech