Jobs at Altimetrik
Top skills recommended for Altimetrik Technical Architect interview Insights by AmbitionBox
59interviewsfound Sort by:
In both aptitude and coding in the second round, aptitude mostly consists of basic problems and there are some data science problems like bias, stats and probability.
2 coding problems the ones I got are easier didnt take more than 15 minutes to solve both of them.
Java Back End Developer interview
Altimetrik interview questions for popular designations
Top skills recommended for Altimetrik Senior Engineer interview Insights by AmbitionBox
They given 2 codes to solve in different programming language
Method overloading and Method overriding
Method overloading | Method overriding |
---|---|
Method overloading is used to increase the readability of the program. | Method overriding is used to provide the specific implementation of the method that is already provided by its super class. |
Method overloading is performed within class. | Method overriding occurs in two classes that have IS-A (inheritance) relationship. |
Polymorphism is considered one of the main features of OOPs. It allows us to perform a single action in different ways. In other words, polymorphism allows you to define one interface and have multiple implementations
In this interview, only two students were called. This interview was a little bit challenging for me.The interviewer asked me about one puzzle which I never read before. But he was very friendly he explained the scenario in my mother tong language(Marathi). He gave me 15 minutes to think and somehow I came up with the solution. I explained my solution and he was pretty happy and convinced.Later on he asked questions on DS & Algo. What is the difference between linkedlist and array? What are the real-life examples of the same he also asked how to delete a node from the LinkedList(only approach not implementation)?I could not able to answer some questions but I never gave the wrong answer. Honesty matters a lot!
2 Which is the package which is to be imported while working with WebDriver?
org.openqa.selenium is the package which is to be imported while working with the WebDriver.