i
ALTRES Technologies
Filter interviews by
I applied via Referral and was interviewed before May 2023. There were 3 interview rounds.
Internally prepared Psychometric test for judging mindset of candidate.
Top trending discussions
I applied via Naukri.com and was interviewed in Sep 2024. There were 3 interview rounds.
First round will be coding test which will have Core java questions
Java has three types of class loaders: Bootstrap Class Loader, Extension Class Loader, and System Class Loader.
Bootstrap Class Loader loads core Java classes located in the bootstrap classpath.
Extension Class Loader loads classes from the extensions directory.
System Class Loader loads classes from the classpath specified by the CLASSPATH environment variable.
Use a single loop to find the 3rd highest number in an array with minimum time complexity.
Iterate through the array and keep track of the three highest numbers encountered so far.
Update the three highest numbers as you iterate through the array.
Return the third highest number once the loop is completed.
CyclicBarrier allows a group of threads to wait at a barrier until all threads have reached it, while CountDownLatch allows one or more threads to wait until a set of operations being performed in other threads completes.
CyclicBarrier is reusable, while CountDownLatch is not.
CyclicBarrier allows all threads to wait for each other, while CountDownLatch allows one thread to wait for others.
CyclicBarrier resets automatica...
JPARepository is a Spring Data interface for JPA-based repositories, while CRUDRepository is a generic interface for CRUD operations.
JPARepository extends CRUDRepository and provides additional JPA-specific methods.
CRUDRepository is a generic interface for CRUD operations on a repository.
JPARepository is typically used for JPA-based repositories, while CRUDRepository can be used for any type of repository.
JPARepository...
I applied via LinkedIn and was interviewed in Jul 2024. There was 1 interview round.
posted on 1 Feb 2024
This is a list of questions asked in an interview for Senior Software Engineer position.
1. Pattern print code: Write a code to print a specific pattern using loops.
2. Types of S3 bucket in AWS: Explain the different types of S3 buckets in Amazon Web Services.
3. Java basic question: Provide a basic question related to Java programming language.
4. Spring/Spring Boot basic question: Give an example of a basic question rel...
posted on 7 Jul 2024
I applied via Naukri.com and was interviewed before Jul 2023. There were 2 interview rounds.
Design a paginated list of items and improve efficiency
Implement lazy loading to fetch data only when needed
Use caching to store previously fetched data for faster retrieval
Optimize database queries to reduce load times
posted on 21 Jun 2024
I applied via Company Website and was interviewed before Jun 2023. There were 2 interview rounds.
Model represents data, View displays data to user, Controller handles user input and updates model/view
Model: Represents data and business logic
View: Displays data to user
Controller: Handles user input and updates model/view
Example: In a web application, model could be a database table, view could be an HTML page, and controller could be a server-side script
Steps to create a request object
Define the request object class
Add properties to the request object class
Implement methods to set and get values of the properties
Instantiate the request object class
Set values for the properties of the request object
posted on 15 Dec 2021
I applied via Naukri.com and was interviewed in Nov 2021. There were 3 interview rounds.
Answers to questions related to software engineering concepts.
Volatile is a keyword used to indicate that a variable's value can be changed unexpectedly.
Constant is a keyword used to indicate that a variable's value cannot be changed once it is assigned.
Volatile and const can be used together to indicate that a variable's value cannot be changed and that it may change unexpectedly.
ISR stands for Interrupt Service Routi...
A pointer is a variable that stores the memory address of another variable. Dangling, null, and void pointers are types of pointers.
Dangling pointer: a pointer that points to a memory location that has been deallocated or freed
Null pointer: a pointer that does not point to any memory location
Void pointer: a pointer that has no specific data type and can point to any data type
Storage classes in C define the scope and lifetime of variables.
auto: default storage class for local variables
register: stores variables in CPU registers for faster access
static: retains value between function calls
extern: used to access global variables across multiple files
CAN data frame is a message format used in Controller Area Network (CAN) protocol.
CAN data frame consists of 7 fields: Start of Frame (SOF), Arbitration ID, Control Bits, Data Length Code (DLC), Data Field, Cyclic Redundancy Check (CRC), and End of Frame (EOF).
The Arbitration ID field is used to identify the message priority and the source of the message.
The Data Field can contain up to 8 bytes of data.
The CRC field is...
I applied via Naukri.com and was interviewed before Oct 2022. There were 2 interview rounds.
posted on 18 Feb 2022
Fetch data from API and render on UI using httpclient module
Create an instance of httpclient module
Use httpclient to make a GET request to API endpoint
Parse the response data and render on UI
posted on 12 Oct 2022
I applied via Approached by Company and was interviewed before Oct 2021. There were 5 interview rounds.
Some basic node js coding like reading from a file, crud operations
It was mainly some behavioural questions and math aptitude questions
based on 1 review
Rating in categories
Software Engineer
25
salaries
| ₹3.2 L/yr - ₹7.2 L/yr |
Payroll Analyst
12
salaries
| ₹4 L/yr - ₹8 L/yr |
Payroll Analyst 1
8
salaries
| ₹5.5 L/yr - ₹6.2 L/yr |
Technical Specialist
8
salaries
| ₹11.5 L/yr - ₹16.5 L/yr |
Senior Quality Engineer
8
salaries
| ₹9 L/yr - ₹15 L/yr |
Infosys
TCS
Wipro
HCLTech