Filter interviews by
I applied via Naukri.com and was interviewed in Mar 2022. There were 2 interview rounds.
Const variables are immutable and can be used to declare values that won't change during runtime. String replace replaces a substring with another in a string.
Const variables are declared using the 'const' keyword and cannot be reassigned.
String replace can be used to replace a substring with another in a string.
Example: const pi = 3.14; str := 'Hello World'; newStr := strings.Replace(str, 'World', 'Golang', -1);
Exampl...
REST API can be implemented in both Golang and other languages using HTTP methods and JSON data format.
In Golang, we can use third-party packages like Gorilla Mux and net/http to create REST APIs.
We can define routes and handlers for each HTTP method like GET, POST, PUT, DELETE.
We can use JSON encoding and decoding to send and receive data in REST API calls.
In other languages, we can use frameworks like Flask in Python...
Go does not have traditional OOP concepts like classes and inheritance, but it does support some OOP principles.
Go supports encapsulation through the use of structs and methods.
Polymorphism can be achieved through interfaces.
Inheritance is not supported, but composition can be used instead.
Go also supports abstraction through the use of interfaces and packages.
I appeared for an interview in Aug 2020.
Developed a real-time data processing system for a financial institution
Implemented a distributed system using Apache Kafka and Apache Storm
Designed a fault-tolerant architecture with multiple redundancy layers
Optimized the system for high throughput and low latency
Provided real-time monitoring and alerting using Grafana and Prometheus
posted on 14 Oct 2021
I applied via Walk-in and was interviewed before Oct 2020. There were 5 interview rounds.
I applied via Recruitment Consultant and was interviewed in Jun 2019. There were 4 interview rounds.
Answering questions related to Spring Boot and core Java
Spring Boot addons include Spring Security, Spring Data, and Spring Cloud
Spring Boot is a framework for building standalone, production-grade Spring-based applications
Ways of configuring a bean in Spring include XML configuration, Java-based configuration, and annotation-based configuration
Core Java topics include OOP concepts, collections, multithreading, and exc
I applied via Naukri.com and was interviewed before Oct 2019. There were 3 interview rounds.
I applied via Walk-in and was interviewed before Oct 2020. There was 1 interview round.
I applied via Other and was interviewed before Apr 2020. There were 4 interview rounds.
I applied via Naukri.com and was interviewed before Aug 2020. There were 3 interview rounds.
I applied via Campus Placement and was interviewed before Jul 2020. There were 4 interview rounds.
I applied via Approached by Company and was interviewed before May 2021. There was 1 interview round.
Modal analysis is a technique used to study the dynamic behavior of structures under different loads.
Modal analysis involves determining the natural frequencies, damping ratios, and mode shapes of a structure.
It helps in understanding how a structure will respond to different types of loads and vibrations.
Modal analysis is commonly used in the aerospace, automotive, and civil engineering industries.
For example, modal a...
based on 2 reviews
Rating in categories
TCS
Accenture
Wipro
Cognizant