Upload Button Icon Add office photos

Filter interviews by

Komli Media Interview Questions and Answers

Updated 27 May 2015

1 interview found

Sort by: Popular

Interview Questions

user image Anonymous

posted on 16 May 2015

4 Interview Rounds

Interview Preparation Tips

Round: Test
Experience: 1. Midas has boxes in three sizes: large, medium, and small. He puts 11 large boxes on a table. He leaves some of these boxes empty, and in all the other boxes he puts 8 medium boxes. He leaves some of these medium boxes empty, and in all the other medium boxes he puts 8 (empty) small boxes. Now, 102 of all the boxes on the table are empty. How many boxes has Midas used in total?See the answer here : -----.php2. You are given a file which contains a very bit sequence of 0 and 1 and it is sorted. Hence all the zeros are in front of the ones.One needs to find the first orrcurance of of 1 in the file(return the position).The only method to access the file is through a method whose signature is — int getBitAtPosition(int position) — which returns the bit at the specified position in the file.3. Given a string find the short version of the string depending on the given parameter.
method signature : shortenString(String s, int n) ex:
s = aaabbbaa n=2 output = aabbaa
s= aaabbaacccc n=1 output = abac Basically truncate the consecutive run of a character if it exceeds n.4. write a function to divide two numbers upto a precision of 4 decimal places.
One can only use the addition/subtraction operators.5. Charles walks over a railway-bridge. At the moment that he is just ten meters away from the middle of the bridge, he hears a train coming from behind. At that moment, the train, which travels at a speed of 90 km/h, is exactly as far away from the bridge as the bridge measures in length. Without hesitation, Charles rushes straight towards the train to get off the bridge. In this way, he misses the train by just four meters! If Charles would, however, have rushed exactly as fast in the other direction, the train would have hit him eight meters before the end of the bridge.
Answer : -----.html

Round: Technical Interview
Experience: 1. Given an array of integers, for each position find out the product of the remaining elements in the array.
You are not allowed to use the division operator.
Calculate the same thing for all the positions and out in a different array. ex: input = {4,3,2,4}
output = {24,32,48,24} 2. Give a number n, find the all the possible sets of number whose sum will be n. A number can repeated within a set. ex : input n=4
output : {1,1,1,1},{1,1,2},{1,3},{2,2},{4}

College Name: NA

Interview questions from similar companies

QA Lead Interview Questions

Iris Software user image Anonymous

posted on 15 Oct 2024

Interview experience
1
 Bad
Difficulty level
 Easy
Duration
 Less than 2 weeks
Result
 No response

I applied via Approached by Company and was interviewed in Sep 2024.

1 Interview Round

1

Technical Round (9 Questions)

  • Q1. Introduction, Current project overview and your role and responsibilities
  • Q2. Agile Ceremonies, Role of QA in Agile
  • Q3. Story Estimation Techniques in Agile
  • Q4. Updating scrum board and its process
  • Q5. Different type of SQL Joins
  • Q6. Test Plan, test Report in detal
  • Q7. Testing tools used
  • Q8. Years of experience in team leading and challenges faced
  • Q9. Questions on Finance domain like derivatives, equity , Regulatory reports

Interview Preparation Tips

Topics to prepare for Iris Software QA Lead interview:
  • Agile
  • sql join
  • Test Planning
  • Test Reporting
  • Finance
Interview preparation tips for other job seekers - My technical interview with QA manager happened on Friday. On Monday, I received a call from HR saying ' final round with client would happen on Tuesday or Wednesday late night (as it was Canada based) and she told that the time slot would be confirmed by EOD. And also said that QA manager would also call me to give a brief on client round on that very same day. But after that I didn't received any call from her side or that manager.

Miraculously, a week later I received a call from that same HR saying my profile went on hold and didn't gave any explanations about that (as I was already finalized for the client round). Later she said now I need to appear for other US based client and will have to give 2 additional rounds and also the designation would be lower than a Lead and that too of Senior QA. When I asked why you want to take 2 more rounds for this client, as earlier you said only 2 rounds would happen? She said its a company policy to have 2 technical and 1 managerial round. I said then why my 1st technical happened with the manager in first place and was told to appear only for 2 rounds?
Obv she was lying and straight away asked if I was interested in the 2nd client and I still very professionally asked her to share the job description with me. She acted very rudely and since then I have not heard from her.

My advice for other job seekers is not to appear for this company's interview. They have no work ethics and take the candidates for granted. They have no respect for the time of people interviewing with them.
Recruiter Divya seriously needs to go under professional behavior training as she has no sense of talking to the candidates. She should realize that she is not the owner of company and should not tell straight away lies. She seriously lacks professionalism and corporate work ethics Being a HR she has to understand the meaning of human first!!

Skills evaluated in this interview

Interview experience
3
 Average
Difficulty level
 Hard
Duration
 Less than 2 weeks
Result
 Not Selected

I was interviewed in Oct 2024.

2 Interview Rounds

1

Aptitude Test Round

Basic Financial Accounting concepts
Email Writing
Logical Reasoning

2

Technical Round (4 Questions)

  • Q1. What goes in the line items of Income Statement?
  • Q2. What is Investment Banking?
  • Q3. Explain the impact of share buyback on the 3 financial statements.
  • Q4. Impact of bonus share issue on 3 financial statements.

Interview Preparation Tips

Interview preparation tips for other job seekers - I was prepared for Valuations and Financial Modelling questions but the Accounting questions caught me off guard. Was even suggested by the recent hires to prepare well on the Relative Valuations which I did, but still not even one question was asked about finance, the whole interview revolved around Accounting, and 2 questions of the "impact on FS", which I found to be a difficult scenario, since I knew the basic stuff like what would be the impact of Purchase of Machinery/Debtors written off. But share buyback/bonus issue was a type of question which witnessed for the first time.
Interview experience
5
 Excellent
Difficulty level
 Moderate
Duration
 Less than 2 weeks
Result
Selected  Selected

I applied via Indeed

2 Interview Rounds

1

Assignment Round

We were asked to write an essay about trending topics.

2

One-on-one Round (2 Questions)

  • Q1. What motivates you to join OMICS, and where do you see yourself in the next five years?
  • Q2. Can you tell me about yourself?

Interview Preparation Tips

Interview preparation tips for other job seekers - It is advantageous for newcomers, as there is a wealth of knowledge to absorb, alongside work-life balance and growth opportunities.

MMA Interview Questions

Ipsos user image Anonymous

posted on 15 Nov 2024

Interview experience
3
 Average
Difficulty level
 Moderate
Duration
 2-4 weeks
Result
 Not Selected

I applied via Referral and was interviewed in Oct 2024.

2 Interview Rounds

1

Technical Round (2 Questions)

  • Q1. What are the assumptions of Linear Regression?
  • Q2. How to evaluate your machine learning model?
2

Technical Round (2 Questions)

  • Q1. What is R-Squared and Adjusted R Squared? Also brief about the difference?
  • Q2. Interpret the coefficients of Linear Regression and Binomial Logistic Regression?

Interview Preparation Tips

Interview preparation tips for other job seekers - Just Prepare Excel, Python, SQL, and basic statistic concept.
Interview experience
4
 Good
Difficulty level
 Easy
Duration
 Less than 2 weeks
Result
 Not Selected

I applied via Naukri.com

1 Interview Round

1

Technical Round (4 Questions)

  • Q1. Median of 2 sorted array
  • Q2. Linux commands for chmod
  • Q3. Features of python
  • Q4. Deepcopy and shallowcopy
Interview experience
4
 Good
Difficulty level
 -
Duration
 -
Result
 Not Selected

2 Interview Rounds

1

Technical Round (3 Questions)

  • Q1. About Your project
  • Q2. CI/CD,AWS,Docker
  • Q3. Any certification
2

Technical Round (2 Questions)

  • Q1. Projects,Platforms,Docker
  • Q2. About your skills in platforms

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare whatever you have written in your resume
Interview experience
5
 Excellent
Difficulty level
 Easy
Duration
 Less than 2 weeks
Result
 No response

I applied via Recruitment Consulltant and was interviewed in Nov 2024.

2 Interview Rounds

1

One-on-one Round (2 Questions)

  • Q1. What is ETL, and can you explain it in a structured manner?
  • Q2. What is the correct structure of a DBMS diagram?
2

HR Round (1 Question)

  • Q1. Strengths,weakness,why do we hire you, what are your hobbies

Senior Consultant Interview Questions

SGS user image Anonymous

posted on 20 Nov 2024

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

I applied via Referral and was interviewed in Oct 2024.

1 Interview Round

1

One-on-one Round (5 Questions)

  • Q1. What is QAP &ITP
  • Q2. How total station work
  • Q3. Why soil compactionis done
  • Q4. Why HDPE liner used
  • Q5. How FDD test carried out
Interview experience
4
 Good
Difficulty level
 Easy
Duration
 Less than 2 weeks
Result
 Not Selected

I applied via Walk-in and was interviewed in Sep 2024.

1 Interview Round

1

One-on-one Round (3 Questions)

  • Q1. Introduction about yourself
  • Q2. They ll ask about the positions of responsibilities activities. And should relate and case study by ur college activities
  • Q3. About skills and strengths u should be aware of your area

Interview Preparation Tips

Topics to prepare for Annalect Graduate Trainee interview:
  • Computer fundamentals
  • Communication Skills
Interview preparation tips for other job seekers - Be confident And should go forward with big smile on your attention character

Tell us how to improve this page.

Interview Questions from Similar Companies

Iris Software Interview Questions
4.1
 • 124 Interviews
TO THE NEW Interview Questions
3.8
 • 121 Interviews
Nielsen Interview Questions
3.7
 • 112 Interviews
R.R. Donnelley Interview Questions
4.0
 • 93 Interviews
G4S Interview Questions
4.0
 • 93 Interviews
Epsilon Interview Questions
4.0
 • 86 Interviews
SGS Interview Questions
3.9
 • 85 Interviews
Annalect Interview Questions
3.5
 • 61 Interviews
Publicis Interview Questions
3.7
 • 53 Interviews
Intertek Interview Questions
3.7
 • 44 Interviews
View all

Komli Media Reviews and Ratings

based on 1 review

4.0/5

Rating in categories

4.0

Skill development

5.0

Work-Life balance

5.0

Salary & Benefits

2.0

Job Security

5.0

Company culture

3.0

Promotions/Appraisal

3.0

Work Satisfaction

Explore 1 Review and Rating
Compare Komli Media with

G4S

4.0
Compare

SGS

3.9
Compare

R.R. Donnelley

4.0
Compare

Iris Software

4.1
Compare

Calculate your in-hand salary

Confused about how your in-hand salary is calculated? Enter your annual salary (CTC) and get your in-hand salary
Did you find this page helpful?
Yes No
write
Share an Interview