Upload Button Icon Add office photos
Engaged Employer

i

This company page is being actively managed by Mobileum Team. If you also belong to the team, you can get access from here

Mobileum Verified Tick

Compare button icon Compare button icon Compare

Filter interviews by

Mobileum Senior Technical Lead Interview Questions and Answers

Updated 25 Sep 2024

Mobileum Senior Technical Lead Interview Experiences

1 interview found

Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(1 Question)

  • Q1. Explain Telco Security alongwith Protocols
  • Ans. 

    Telco security involves protecting telecommunications networks and data from cyber threats. It includes protocols like SSL, IPSec, and VPN.

    • Telco security focuses on securing telecommunications networks and data from cyber attacks

    • Protocols like SSL (Secure Sockets Layer), IPSec (Internet Protocol Security), and VPN (Virtual Private Network) are commonly used in telco security

    • Encryption and authentication are key compone...

  • Answered by AI

Skills evaluated in this interview

Interview questions from similar companies

Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Coding Test 

Online Exam - 10 MCQ and 2 coding questions

Round 2 - Technical 

(1 Question)

  • Q1. Project Discussion
Interview experience
1
Bad
Difficulty level
-
Process Duration
-
Result
-
Round 1 - HR 

(2 Questions)

  • Q1. Tell me about yourself?
  • Q2. How much experience do you have ?
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Keep your resume crisp and to the point. A recruiter looks at your resume for an average of 6 seconds, make sure to leave the best impression.
View all tips
Round 2 - Coding Test 

Leet code test link was sent

Round 3 - Technical 

(2 Questions)

  • Q1. What is a arraylist
  • Ans. 

    An ArrayList is a dynamic array in Java that can grow or shrink in size as needed.

    • ArrayList is a class in Java's Collection framework.

    • It allows for dynamic resizing of the array.

    • Elements can be added, removed, or accessed using index.

    • Example: ArrayList names = new ArrayList();

Answered by AI
  • Q2. What is hash map and how it works
  • Ans. 

    A hash map is a data structure that stores key-value pairs and allows for efficient retrieval of values based on keys.

    • Hash map uses a hash function to map keys to indices in an array.

    • It allows for constant time average case complexity for insertion, deletion, and lookup operations.

    • Collisions can occur when multiple keys hash to the same index, which can be resolved using techniques like chaining or open addressing.

    • Exam...

  • Answered by AI

    Interview Preparation Tips

    Interview preparation tips for other job seekers - Prepare well easy to medium leet code questions

    Skills evaluated in this interview

    Interview experience
    4
    Good
    Difficulty level
    Moderate
    Process Duration
    Less than 2 weeks
    Result
    Selected Selected

    I applied via Approached by Company and was interviewed before Feb 2023. There was 1 interview round.

    Round 1 - Technical 

    (3 Questions)

    • Q1. SOLID principle
    • Q2. Internal working of view model
    • Ans. 

      The view model is responsible for managing and providing data to the view in a way that is independent of the underlying data source.

      • View model acts as an intermediary between the view and the data source.

      • It retrieves data from the data source and transforms it into a format that is suitable for the view.

      • It may also perform data validation and business logic.

      • View model is typically implemented as a separate class or co...

    • Answered by AI
    • Q3. Find 2nd largest number
    • Ans. 

      To find the 2nd largest number in an array, sort the array in descending order and return the element at index 1.

      • Sort the array in descending order using a sorting algorithm

      • Return the element at index 1 as the 2nd largest number

    • Answered by AI

    Interview Preparation Tips

    Interview preparation tips for other job seekers - Prepare basics

    Skills evaluated in this interview

    Interview experience
    5
    Excellent
    Difficulty level
    Moderate
    Process Duration
    Less than 2 weeks
    Result
    Selected Selected

    I was interviewed before Nov 2022.

    Round 1 - Resume Shortlist 
    Pro Tip by AmbitionBox:
    Don’t add your photo or details such as gender, age, and address in your resume. These details do not add any value.
    View all tips
    Round 2 - Technical 

    (1 Question)

    • Q1. Basically on core java and collections
    Round 3 - Technical 

    (1 Question)

    • Q1. Java program on data structures
    • Ans. 

      Java program on data structures

      • Use Java to implement common data structures like arrays, linked lists, stacks, queues, trees, and graphs

      • Practice implementing algorithms like sorting, searching, and traversal on these data structures

      • Understand the time and space complexity of different operations on data structures

    • Answered by AI

    Skills evaluated in this interview

    I applied via LinkedIn and was interviewed in Aug 2021. There were 4 interview rounds.

    Interview Questionnaire 

    4 Questions

    • Q1. Mostly related to the previous job,
    • Q2. What do you know about ICE?
    • Ans. 

      ICE stands for Intercontinental Exchange, a global network of exchanges and clearing houses for financial and commodity markets.

      • ICE operates exchanges for futures and options trading in energy, agriculture, metals, and financial markets.

      • It also provides data services and technology solutions for market participants.

      • Some of the well-known exchanges operated by ICE include NYSE, ICE Futures Europe, and ICE Futures US.

      • ICE...

    • Answered by AI
    • Q3. Cluster threshold
    • Q4. NLB AND FAILOVER CLUSTER

    Interview Preparation Tips

    Interview preparation tips for other job seekers - Read about the company and Job profile, be prepared to explain your long term career plan

    I applied via Referral and was interviewed in Jan 2022. There were 2 interview rounds.

    Interview Questionnaire 

    2 Questions

    • Q1. SQL, Unix , Oracle
    • Q2. SQL, Oracle, unix

    I applied via Naukri.com and was interviewed in Feb 2021. There were 4 interview rounds.

    Interview Questionnaire 

    12 Questions

    • Q1. Which design pattern implemented in project.
    • Ans. 

      Implemented the Observer design pattern.

      • Used to maintain consistency between related objects

      • Allows for one-to-many relationships between objects

      • Used in event-driven systems

      • Example: Used to update UI when data changes in backend

    • Answered by AI
    • Q2. Solid principals
    • Q3. Code coverage
    • Q4. Unit testing
    • Q5. Cloud services
    • Q6. Cloud integrations
    • Q7. Detail architecture of current project and what role you played
    • Q8. What software architecture you implimented and why?
    • Ans. 

      I have implemented a microservices architecture for scalability and flexibility.

      • Implemented microservices architecture using Docker and Kubernetes

      • Used API Gateway for routing and load balancing

      • Implemented service discovery using Consul

      • Implemented circuit breaker pattern using Hystrix

      • Implemented centralized logging using ELK stack

      • Implemented distributed tracing using Zipkin

      • Implemented event-driven architecture using Kaf...

    • Answered by AI
    • Q9. Writing some code logic snippet like sudo code
    • Q10. How you improved stored procedure performance
    • Ans. 

      I improved stored procedure performance by optimizing queries and indexes.

      • Identified and removed unnecessary joins and subqueries

      • Used appropriate indexing to speed up query execution

      • Reduced the number of round trips to the database by using batch processing

      • Rewrote complex queries to simpler ones

      • Used stored procedure parameters instead of variables to avoid recompilation

      • Used SET NOCOUNT ON to reduce network traffic

      • Used

    • Answered by AI
    • Q11. DB normalization and indexing
    • Q12. C# oops questions

    Interview Preparation Tips

    Interview preparation tips for other job seekers - Focused more technical questions like Design pattern implementation,Database schema design, Unit testing, code coverage, Single page app Architecture,Cloud integration questions.Lastly team handling

    Skills evaluated in this interview

    I applied via Referral and was interviewed before Jan 2021. There were 3 interview rounds.

    Interview Questionnaire 

    2 Questions

    • Q1. Explain OOPs concepts using real life example?
    • Ans. 

      OOPs concepts are used in real life to model objects and their behavior.

      • Encapsulation: A car's engine is encapsulated and can only be accessed through specific methods.

      • Inheritance: A sports car is a type of car that inherits properties and methods from the car class.

      • Polymorphism: A person can be a student, teacher, or employee, each with their own unique behavior.

      • Abstraction: A TV remote has buttons that abstract the c...

    • Answered by AI
    • Q2. Internal working of Hashmap?
    • Ans. 

      Hashmap is a data structure that stores key-value pairs and uses hashing to locate values based on their keys.

      • Hashmap uses an array of linked lists to store key-value pairs.

      • The hash function is used to convert the key into an index of the array.

      • If two keys have the same hash value, they are stored in the same linked list.

      • Hashmap provides constant time complexity for insertion, deletion, and retrieval of values.

      • Java's H...

    • Answered by AI

    Interview Preparation Tips

    Interview preparation tips for other job seekers - Basic knowledge of core concepts will be a good to have.

    Skills evaluated in this interview

    Mobileum Interview FAQs

    How many rounds are there in Mobileum Senior Technical Lead interview?
    Mobileum interview process usually has 1 rounds. The most common rounds in the Mobileum interview process are Technical.

    Tell us how to improve this page.

    Mobileum Senior Technical Lead Interview Process

    based on 1 interview

    Interview experience

    5
      
    Excellent
    View more

    Interview Questions from Similar Companies

    TCS Interview Questions
    3.7
     • 10.5k Interviews
    Infosys Interview Questions
    3.6
     • 7.7k Interviews
    Wipro Interview Questions
    3.7
     • 5.7k Interviews
    Tech Mahindra Interview Questions
    3.5
     • 3.9k Interviews
    HCLTech Interview Questions
    3.5
     • 3.8k Interviews
    LTIMindtree Interview Questions
    3.8
     • 3k Interviews
    Mphasis Interview Questions
    3.4
     • 811 Interviews
    Globant Interview Questions
    3.8
     • 173 Interviews
    View all
    Mobileum Senior Technical Lead Salary
    based on 36 salaries
    ₹18.1 L/yr - ₹30 L/yr
    At par with the average Senior Technical Lead Salary in India
    View more details

    Mobileum Senior Technical Lead Reviews and Ratings

    based on 4 reviews

    2.1/5

    Rating in categories

    2.1

    Skill development

    2.2

    Work-life balance

    2.7

    Salary

    2.1

    Job security

    1.9

    Company culture

    2.8

    Promotions

    2.3

    Work satisfaction

    Explore 4 Reviews and Ratings
    Senior Software Engineer
    221 salaries
    unlock blur

    ₹7 L/yr - ₹28 L/yr

    Software Engineer
    159 salaries
    unlock blur

    ₹4.9 L/yr - ₹20 L/yr

    Technical Lead
    153 salaries
    unlock blur

    ₹10.9 L/yr - ₹45 L/yr

    Associate Software Engineer
    101 salaries
    unlock blur

    ₹6 L/yr - ₹16 L/yr

    Integration Engineer
    53 salaries
    unlock blur

    ₹6 L/yr - ₹10 L/yr

    Explore more salaries
    Compare Mobileum with

    Subex

    3.5
    Compare

    TCS

    3.7
    Compare

    Tech Mahindra

    3.5
    Compare

    Wipro

    3.7
    Compare
    Did you find this page helpful?
    Yes No
    write
    Share an Interview