Meta - Screening Round (Application Engineer Role)

meta logo
meta
Application EngineerOngoing
August 17, 202512 reads

Summary

Recently completed the Meta Screening round for the Application Engineer role. The 45-minute interview included 25 minutes of Role specialization questions followed by a DSA problem, LeetCode 443: String Compression.

Full Experience

Hi Everyone, I recently gave the Meta Screening round for the Application Engineer role. It was a 45 mins interview which started with 25 mins of Role specialization questions, followed by the DSA question, Leetcode 443, String Compression.

Interview Questions (1)

Q1
String Compression
Data Structures & AlgorithmsMedium

Given an input string, compress it such that consecutive repeating characters are replaced by the character followed by the number of times it repeats. If a character repeats once, it should be shown once. For example, "aaabbc" should be compressed to "a3b2c".

Discussion (0)

Share your thoughts and ask questions

Join the Discussion

Sign in with Google to share your thoughts and ask questions

No comments yet

Be the first to share your thoughts and start the discussion!