Upload Button Icon Add office photos
Premium Employer

i

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

Latinem Verified Tick

Compare button icon Compare button icon Compare

Filter interviews by

Clear (1)

Latinem BIM Modeller Interview Questions and Answers

Updated 3 Jan 2025

Latinem BIM Modeller Interview Experiences

2 interviews found

BIM Modeller Interview Questions & Answers

user image Mohammed Abdullah

posted on 3 Jan 2025

Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-

BIM Modeller Interview Questions & Answers

user image Anonymous

posted on 30 Dec 2024

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

I applied via Recruitment Consulltant and was interviewed in Jun 2024. There was 1 interview round.

Interview Preparation Tips

Interview preparation tips for other job seekers - Respond to the question as comprehensively as possible while maintaining patience.

BIM Modeller Interview Questions Asked at Other Companies

Q1. What are the differences between a star-delta starter and a direc ... read more
Q2. What is bim. Explain about BIM in engineering.
Q3. What is the working principle of transformers?
Q4. What is bim? What is LOD?
Q5. How to create panel schedule.

Interview questions from similar companies

Interview experience
2
Poor
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Selected Selected

I applied via Approached by Company and was interviewed in Mar 2024. There was 1 interview round.

Interview Preparation Tips

Interview preparation tips for other job seekers - Interview was fine

I appeared for an interview in Apr 2017.

Interview Questionnaire 

1 Question

  • Q1. Family background, father's job, personal details

Interview Preparation Tips

Round: Technical + HR Interview
Experience: There were three panelists.As I went in, I was first asked to present my CV. All of them were asking questions together. One was asking technical questions related to chemical engineering while the other two were taking the HR interview. They were all very polite and gentle.At first. I had to tell them my 10th and 12th percentage and my ranks in JEE Main, JEE Advanced and WBJEE. Then I was asked why I chose chemical engineering and what were my areas or subjects of interest. I answered Mass transfer and Chemical Reaction Engineering. They were quite impressed to hear as they said I was the first one who mentioned it. I was mainly asked questions from distillation and gas absorption. All the questions were very basic and required clear understanding of the concepts. I was asked to give a brief summary about my industrial visit to RCF, Mumbai. I was also asked some questions on my ongoing project work at college. Overall, it was a pleasant experience.

College Name: Jadavpur University, Kolkata

I appeared for an interview before Aug 2016.

Interview Questionnaire 

5 Questions

  • Q1. What is a BCG matrix?
  • Ans. 

    The BCG matrix is a strategic planning tool used to analyze a company's portfolio of products or business units.

    • Developed by the Boston Consulting Group (BCG)

    • It categorizes products/business units into four quadrants based on market growth rate and market share

    • Quadrants: Stars, Cash Cows, Question Marks, and Dogs

    • Helps in resource allocation and strategic decision-making

    • Example: Apple's iPhone as a Star, iPod as a Cash ...

  • Answered by AI
  • Q2. Explain market segmentation to a layman.
  • Ans. 

    Market segmentation is the process of dividing a broad target market into smaller, more specific groups based on common characteristics.

    • Market segmentation helps businesses identify and target specific customer groups.

    • It involves analyzing factors such as demographics, psychographics, and behavior to create segments.

    • Segments can be based on age, gender, income, interests, location, etc.

    • By understanding the needs and pr...

  • Answered by AI
  • Q3. What are your strengths?
  • Ans. 

    My strengths include strong communication skills, adaptability, and problem-solving abilities.

    • Strong communication skills: I am able to effectively convey information and ideas to others.

    • Adaptability: I am able to quickly adjust to new situations and environments.

    • Problem-solving abilities: I am skilled at analyzing complex problems and finding creative solutions.

  • Answered by AI
  • Q4. What are your weaknesses?
  • Ans. 

    One of my weaknesses is that I tend to be overly critical of my own work.

    • I have a tendency to be a perfectionist and spend too much time on tasks

    • I struggle with delegating tasks to others

    • I can be overly self-critical and have difficulty accepting praise or recognition

  • Answered by AI
  • Q5. Tell us more about yourself that would totally hook us to you.
  • Ans. 

    I am a dedicated and passionate individual with a strong work ethic and a proven track record of success.

    • I have consistently achieved top grades in my academic studies, showcasing my commitment to excellence.

    • I have completed multiple internships in the past where I received glowing feedback from supervisors for my hard work and dedication.

    • I am actively involved in extracurricular activities such as volunteering and lea...

  • Answered by AI

Interview Preparation Tips

Round: Resume Shortlist
Experience: Anonymous shortlisting

Round: Group Discussion
Experience: 8 people in the GD. It was a calm GD. I came in 3rd with strong points and exited, making my point.
Tips: Be sure of what you say. Own your points. Start with statement, give example and conclude in a minute.
Duration: 20 minutes

Round: Group Discussion
Experience: 10 people in this GD. It was a chaotic GD with everyone speaking at once. Nobody could be heard and things were totally out of control.
Tips: At times of chaos, go against the tide and keep your voice calm and have a very good point in mind. Don't lose your calm in all the chaos.
Duration: 25 minutes

Round: Technical + HR Interview
Experience: I gave the wrong answer at first to the BCG matrix question. Then the interviewer asked me "are you sure?". I realized my mistake, held my calm, used the notebook infront of me, drew it and explained. That I believe, did the magic.
Tips: Be honest. Keep smiling. Own the interview.

College Name: S.P. Jain Institute Of Management And Research

Interview Questionnaire 

1 Question

  • Q1. Technical questions related to inventory,scm and stock management

Interview Preparation Tips

Round: Resume Shortlist
Experience: Experience and key skills

I appeared for an interview before Jul 2016.

Interview Preparation Tips

Round: Resume Shortlist
Experience: Face to Face interview me
Tips: He asked me why did coming here i told this is a big company growth is here

Skills: Talking Ability

I appeared for an interview before Jan 2021.

Round 1 - Face to Face 

(3 Questions)

Round duration - 60 Minutes
Round difficulty - Medium

This was a typical DS/Algo where I was asked to solve two questions related to Binary Trees and write the pseudo code for both of them followed by some theoretical questions related to Operating Systems.

  • Q1. 

    K-th Largest Number in a BST

    Given a binary search tree (BST) consisting of integers and containing 'N' nodes, your task is to find and return the K-th largest element in this BST.

    If there is no K-th la...

  • Ans. 

    Find the K-th largest element in a BST.

    • Perform reverse in-order traversal of the BST to find the K-th largest element.

    • Keep track of the count of visited nodes to determine the K-th largest element.

    • Return -1 if there is no K-th largest element in the BST.

  • Answered by AI
  • Q2. 

    Is Height Balanced Binary Tree Problem Statement

    Determine if the given binary tree is height-balanced. A tree is considered height-balanced when:

    1. The left subtree is balanced.
    2. The right subtree is bala...
  • Ans. 

    Determine if a given binary tree is height-balanced by checking if left and right subtrees are balanced and their height difference is at most 1.

    • Check if the left subtree is balanced

    • Check if the right subtree is balanced

    • Calculate the height difference between the left and right subtrees

    • Return 'True' if all conditions are met, otherwise return 'False'

  • Answered by AI
  • Q3. Can you explain the concepts of Zombie Process and Orphan Process in operating systems?
  • Ans. 

    Zombie process is a terminated process that has completed execution but still has an entry in the process table. Orphan process is a process whose parent process has terminated.

    • Zombie process is created when a child process completes execution but its parent process has not yet read its exit status.

    • Zombie processes consume system resources and should be cleaned up by the parent process using wait() system call.

    • Orphan p...

  • Answered by AI
Round 2 - Face to Face 

(3 Questions)

Round duration - 60 Minutes
Round difficulty - Medium

This was also a Data Structures and Algorithm round where I was asked to solve 3 medium to hard level problems along with their pseudo code within 60 minutes .

  • Q1. 

    Longest Substring Without Repeating Characters Problem Statement

    Given a string S of length L, determine the length of the longest substring that contains no repeating characters.

    Example:

    Input:
    "abac...
  • Ans. 

    Find the length of the longest substring without repeating characters in a given string.

    • Use a sliding window approach to keep track of the longest substring without repeating characters.

    • Use a hashmap to store the index of each character in the string.

    • Update the start index of the window when a repeating character is found.

    • Calculate the maximum length of the window as you iterate through the string.

    • Return the maximum le

  • Answered by AI
  • Q2. 

    Problem: Search In Rotated Sorted Array

    Given a sorted array that has been rotated clockwise by an unknown amount, you need to answer Q queries. Each query is represented by an integer Q[i], and you must ...

  • Ans. 

    Search for integers in a rotated sorted array efficiently.

    • Use binary search to efficiently search for integers in the rotated sorted array.

    • Handle the rotation of the array while performing binary search.

    • Return the index of the integer if found, else return -1.

  • Answered by AI
  • Q3. 

    Count Subarrays with Sum Divisible by K

    Given an array ARR and an integer K, your task is to count all subarrays whose sum is divisible by the given integer K.

    Input:

    The first line of input contains an...
  • Ans. 

    Count subarrays with sum divisible by K in an array.

    • Iterate through the array and keep track of the prefix sum modulo K.

    • Use a hashmap to store the frequency of each prefix sum modulo K.

    • For each prefix sum, increment the count by the frequency of (prefix sum - K) modulo K.

    • Handle the case when prefix sum itself is divisible by K.

    • Return the total count of subarrays with sum divisible by K.

  • Answered by AI
Round 3 - Face to Face 

(2 Questions)

Round duration - 50 Minutes
Round difficulty - Medium

In this round , I was asked to code a simple question related to BST . After that I was asked the internal implementation of a Hash Map where I was supposed to design a Hash Map using any of the Hashing Algorithms that I know . This was preety challenging for me but I got to learn so much from it.

  • Q1. 

    Ceil Value from BST Problem Statement

    Given a Binary Search Tree (BST) and an integer, write a function to return the ceil value of a particular key in the BST.

    The ceil of an integer is defined as the s...

  • Ans. 

    Ceil value of a key in a Binary Search Tree (BST) is found by returning the smallest integer greater than or equal to the given number.

    • Traverse the BST to find the closest value greater than or equal to the key.

    • Compare the key with the current node value and update the ceil value accordingly.

    • Recursively move to the left or right subtree based on the comparison.

    • Return the ceil value once the traversal is complete.

  • Answered by AI
  • Q2. 

    Design a Constant Time Data Structure

    Create a data structure that maintains mappings between keys and values, supporting the following operations in constant time:

    1. INSERT(key, value): Add or update t...
  • Ans. 

    Design a constant time data structure to maintain mappings between keys and values with various operations.

    • Use a hash table to achieve constant time complexity for INSERT, DELETE, SEARCH, and GET operations.

    • Keep track of the number of key-value pairs for GET_SIZE operation.

    • Check if the hash table is empty for IS_EMPTY operation.

    • Return true or false for SEARCH operation based on key existence.

    • Return the value associated...

  • Answered by AI

Interview Preparation Tips

Eligibility criteriaAbove 7 CGPAFlipkart interview preparation:Topics to prepare for the interview - Data Structures, Algorithms, System Design, Aptitude, OOPSTime required to prepare for the interview - 4 MonthsInterview preparation tips for other job seekers

Tip 1 : Must do Previously asked Interview as well as Online Test Questions.
Tip 2 : Go through all the previous interview experiences from Codestudio and Leetcode.
Tip 3 : Do at-least 2 good projects and you must know every bit of them.

Application resume tips for other job seekers

Tip 1 : Have at-least 2 good projects explained in short with all important points covered.
Tip 2 : Every skill must be mentioned.
Tip 3 : Focus on skills, projects and experiences more.

Final outcome of the interviewSelected

Skills evaluated in this interview

I appeared for an interview before Jan 2021.

Round 1 - Coding Test 

(3 Questions)

Round duration - 90 Minutes
Round difficulty - Hard

I found the online coding round of Flipkart to be quite difficult based on the constraints of the problem and their time limits. I coded the first problem quite easily but on the second and the third problem , my code could only pass a few test cases and gave TLE for most of them. Both the questions required very efficient solution and the last 5 to 10 Test Cases carried more weight than the rest so I didn't get through this round.

  • Q1. 

    Print the Kth Digit

    Given three non-negative integers N, M, and K, compute the Kth digit from the right in the number obtained from N raised to the power M (i.e., N ^ M).

    Input:

    The first line contains ...
  • Ans. 

    The task is to find the Kth digit from the right in the number obtained from N raised to the power M.

    • Iterate through the digits of N^M from right to left

    • Keep track of the position of the current digit

    • Return the digit at position K from the right

  • Answered by AI
  • Q2. 

    The Skyline Problem

    Compute the skyline of given rectangular buildings in a 2D city, eliminating hidden lines and forming the outer contour of the silhouette when viewed from a distance. Each building is ...

  • Ans. 

    Compute the skyline of given rectangular buildings in a 2D city, eliminating hidden lines and forming the outer contour of the silhouette.

    • Iterate through the buildings and create a list of critical points (x, y) where the height changes.

    • Sort the critical points based on x-coordinate and process them to form the skyline.

    • Merge consecutive horizontal segments of equal height into one to ensure no duplicates.

    • Return the fin...

  • Answered by AI
  • Q3. 

    Longest Palindromic Substring Problem Statement

    You are provided with a string STR of length N. The goal is to identify the longest palindromic substring within this string. In cases where multiple palind...

  • Ans. 

    Identify the longest palindromic substring in a given string.

    • Iterate through the string and expand around each character to find palindromes

    • Keep track of the longest palindrome found

    • Return the longest palindrome with the smallest start index

  • Answered by AI

Interview Preparation Tips

Eligibility criteriaAbove 7 CGPAFlipkart interview preparation:Topics to prepare for the interview - Data Structures, Algorithms, System Design, Aptitude, OOPSTime required to prepare for the interview - 3 monthsInterview preparation tips for other job seekers

Tip 1 : Must do Previously asked Interview as well as Online Test Questions.
Tip 2 : Go through all the previous interview experiences from Codestudio and Leetcode.
Tip 3 : Do at-least 2 good projects and you must know every bit of them.

Application resume tips for other job seekers

Tip 1 : Have at-least 2 good projects explained in short with all important points covered.
Tip 2 : Every skill must be mentioned.
Tip 3 : Focus on skills, projects and experiences more.

Final outcome of the interviewRejected

Skills evaluated in this interview

I applied via Campus Placement

Interview Preparation Tips

Round: Test
Experience: It was a good one but both questions would have been easy if we know more libraries in java
Tips: Both the questions were related to bigint. It could have been better if both questions were from different areas
Duration: 90 minutes

Round: Technical Interview
Experience: I felt my interview went fine since i was able to answer most of their questions.They gave many hints even if i didn't get the right one
Tips: Everything was fine

Round: HR Interview
Experience: I was able to see myself how i responded to questions asked regarding me and sometimes i was just blabbering
Tips: nothing

General Tips: One must be good at datastrucures and algorithms
Skill Tips: nothing
Skills: Datastructures and Algorithms
Duration: 2
College Name: IIT Madras
Motivation: I wanted to do something for the company where I ordered many of my things
Funny Moments: No funny moments as such but I enjoyed talking to the hr interviewer
Contribute & help others!
anonymous
You can choose to be anonymous

Latinem Interview FAQs

How many rounds are there in Latinem BIM Modeller interview?
Latinem interview process usually has 1 rounds. The most common rounds in the Latinem interview process are Technical and Assignment.
How to prepare for Latinem BIM Modeller interview?
Go through your CV in detail and study all the technologies mentioned in your CV. Prepare at least two technologies or languages in depth if you are appearing for a technical interview at Latinem. The most common topics and skills that interviewers at Latinem expect are REVIT, 3D Modeling, Bim, REVIT Structure and Architectural Design.

Recently Viewed

INTERVIEWS

Isprava

No Interviews

SALARIES

Isprava

SALARIES

Isprava

SALARIES

Adani Realty

SALARIES

Adani Realty

INTERVIEWS

Latinem

No Interviews

SALARIES

Isprava

REVIEWS

Isprava

No Reviews

REVIEWS

Cowrks

No Reviews

SALARIES

Latinem

Tell us how to improve this page.

Latinem BIM Modeller Interview Process

based on 4 interviews

Interview experience

3.5
  
Good
View more

Interview Questions from Similar Companies

TCS Interview Questions
3.7
 • 10.4k Interviews
Infosys Interview Questions
3.6
 • 7.6k Interviews
Wipro Interview Questions
3.7
 • 5.6k Interviews
Tech Mahindra Interview Questions
3.5
 • 3.8k Interviews
Flipkart Interview Questions
4.0
 • 1.3k Interviews
Bharti Airtel Interview Questions
4.0
 • 847 Interviews
Paytm Interview Questions
3.3
 • 752 Interviews
View all
Latinem BIM Modeller Salary
based on 11 salaries
₹6.5 L/yr - ₹13.3 L/yr
117% more than the average BIM Modeller Salary in India
View more details

Latinem BIM Modeller Reviews and Ratings

based on 3 reviews

2.3/5

Rating in categories

2.9

Skill development

2.9

Work-life balance

3.0

Salary

3.6

Job security

2.9

Company culture

3.6

Promotions

2.9

Work satisfaction

Explore 3 Reviews and Ratings
BIM Engineer
16 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

BIM Modeller
11 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Junior BIM Engineer
6 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Audit Executive
4 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

BIM Architect
4 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Explore more salaries
Compare Latinem with

Indiamart Intermesh

3.6
Compare

Flipkart

4.0
Compare

Paytm

3.3
Compare

TCS

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